﻿2025-08-20T22:55:00.5636359Z Current runner version: '2.328.0'
2025-08-20T22:55:00.5668914Z ##[group]Runner Image Provisioner
2025-08-20T22:55:00.5669864Z Hosted Compute Agent
2025-08-20T22:55:00.5671432Z Version: 20250818.377
2025-08-20T22:55:00.5672169Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T22:55:00.5672878Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T22:55:00.5673511Z ##[endgroup]
2025-08-20T22:55:00.5674037Z ##[group]VM Image
2025-08-20T22:55:00.5674597Z - OS: Linux (arm64)
2025-08-20T22:55:00.5675197Z - Source: Partner
2025-08-20T22:55:00.5675834Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T22:55:00.5676453Z - Version: 20250728.24.1
2025-08-20T22:55:00.5677499Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T22:55:00.5678513Z ##[endgroup]
2025-08-20T22:55:00.5679851Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T22:55:00.5683820Z Attestations: write
2025-08-20T22:55:00.5684423Z Contents: write
2025-08-20T22:55:00.5685381Z Metadata: read
2025-08-20T22:55:00.5686092Z Packages: write
2025-08-20T22:55:00.5686657Z ##[endgroup]
2025-08-20T22:55:00.5690827Z Secret source: Actions
2025-08-20T22:55:00.5692085Z Prepare workflow directory
2025-08-20T22:55:00.6052875Z Prepare all required actions
2025-08-20T22:55:00.6093968Z Getting action download info
2025-08-20T22:55:01.0544369Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T22:55:02.3617192Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T22:55:03.3414726Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T22:55:03.4694588Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T22:55:04.3520822Z Getting action download info
2025-08-20T22:55:04.5298429Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T22:55:05.2651689Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T22:55:06.1759613Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/uncomment/official/source)
2025-08-20T22:55:06.2348785Z ##[group]Run ##Presets
2025-08-20T22:55:06.2349339Z [36;1m##Presets[0m
2025-08-20T22:55:06.2349623Z [36;1mset +x ; set +e[0m
2025-08-20T22:55:06.2350008Z [36;1m#-------------#[0m
2025-08-20T22:55:06.2350588Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T22:55:06.2351110Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T22:55:06.2351542Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:55:06.2351909Z [36;1m  fi[0m
2025-08-20T22:55:06.2352304Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T22:55:06.2352766Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T22:55:06.2353181Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:55:06.2353583Z [36;1m  fi[0m
2025-08-20T22:55:06.2353884Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T22:55:06.2354470Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T22:55:06.2354893Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:55:06.2355281Z [36;1m  fi[0m
2025-08-20T22:55:06.2355595Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T22:55:06.2356000Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T22:55:06.2356418Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T22:55:06.2356784Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T22:55:06.2357125Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:55:06.2357837Z [36;1m     else[0m
2025-08-20T22:55:06.2358162Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:55:06.2358473Z [36;1m     fi[0m
2025-08-20T22:55:06.2358745Z [36;1m  fi[0m
2025-08-20T22:55:06.2358998Z [36;1mfi[0m
2025-08-20T22:55:06.2389873Z shell: /usr/bin/bash -e {0}
2025-08-20T22:55:06.2391034Z env:
2025-08-20T22:55:06.2391886Z   GH_TOKEN: ***
2025-08-20T22:55:06.2392155Z ##[endgroup]
2025-08-20T22:55:06.2621207Z ##[group]Run ##Presets
2025-08-20T22:55:06.2621740Z [36;1m##Presets[0m
2025-08-20T22:55:06.2622212Z [36;1mset +x ; set +e[0m
2025-08-20T22:55:06.2622488Z [36;1m#-------------#[0m
2025-08-20T22:55:06.2622886Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T22:55:06.2623518Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T22:55:06.2624084Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T22:55:06.2624567Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T22:55:06.2625013Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T22:55:06.2625519Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T22:55:06.2625925Z [36;1m  exit 1[0m
2025-08-20T22:55:06.2626148Z [36;1mfi[0m
2025-08-20T22:55:06.2650539Z shell: /usr/bin/bash -e {0}
2025-08-20T22:55:06.2651062Z env:
2025-08-20T22:55:06.2651536Z   RO_GHTOKEN: ***
2025-08-20T22:55:06.2651902Z   RO_GLTOKEN: ***
2025-08-20T22:55:06.2653114Z   MINISIGN_KEY: ***
2025-08-20T22:55:06.2653362Z ##[endgroup]
2025-08-20T22:55:06.2940074Z ##[group]Run ##Presets
2025-08-20T22:55:06.2940986Z [36;1m##Presets[0m
2025-08-20T22:55:06.2941268Z [36;1mset +x ; set +e[0m
2025-08-20T22:55:06.2941592Z [36;1m#-------------#[0m
2025-08-20T22:55:06.2941843Z [36;1m##Host Triplet[0m
2025-08-20T22:55:06.2942194Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:55:06.2942641Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T22:55:06.2943004Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:55:06.2943430Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T22:55:06.2943784Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T22:55:06.2944171Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T22:55:06.2944676Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T22:55:06.2945053Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T22:55:06.2945375Z [36;1m   fi[0m
2025-08-20T22:55:06.2945812Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:55:06.2946197Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T22:55:06.2946606Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:55:06.2946999Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T22:55:06.2947310Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T22:55:06.2947655Z [36;1m fi[0m
2025-08-20T22:55:06.2947953Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:55:06.2948484Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:55:06.2948928Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:55:06.2949357Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:55:06.2949736Z [36;1m##Debug[0m
2025-08-20T22:55:06.2949991Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T22:55:06.2950495Z [36;1m   export DEBUG="1"[0m
2025-08-20T22:55:06.2950862Z [36;1m else[0m
2025-08-20T22:55:06.2951129Z [36;1m   export DEBUG="0"[0m
2025-08-20T22:55:06.2951432Z [36;1m fi[0m
2025-08-20T22:55:06.2951715Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:55:06.2952046Z [36;1m##Docker Platform[0m
2025-08-20T22:55:06.2952723Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T22:55:06.2953133Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T22:55:06.2953502Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T22:55:06.2953957Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T22:55:06.2954327Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T22:55:06.2954735Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T22:55:06.2955168Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T22:55:06.2955518Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T22:55:06.2955864Z [36;1m fi[0m
2025-08-20T22:55:06.2956215Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:55:06.2956771Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:55:06.2957240Z [36;1m##GHCRPKG_URL[0m
2025-08-20T22:55:06.2957789Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/uncomment/official/source" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:55:06.2958369Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T22:55:06.2958780Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:55:06.2959121Z [36;1m##Logs[0m
2025-08-20T22:55:06.2959560Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T22:55:06.2959903Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T22:55:06.2960164Z [36;1m else[0m
2025-08-20T22:55:06.2960653Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T22:55:06.2960962Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T22:55:06.2961259Z [36;1m fi[0m
2025-08-20T22:55:06.2961968Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:55:06.2962417Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:55:06.2962868Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T22:55:06.2963299Z [36;1m PKG_FAMILY_LOCAL="$(echo "uncomment" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:55:06.2963758Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T22:55:06.2964242Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:55:06.2964618Z [36;1m##Rebuild[0m
2025-08-20T22:55:06.2964880Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T22:55:06.2965275Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T22:55:06.2965577Z [36;1m else[0m
2025-08-20T22:55:06.2965914Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T22:55:06.2966228Z [36;1m fi[0m
2025-08-20T22:55:06.2966535Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:55:06.2966975Z [36;1m ##SBUILD_URL[0m
2025-08-20T22:55:06.2967414Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T22:55:06.2968054Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T22:55:06.2968962Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/uncomment/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T22:55:06.2969734Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:55:06.2970181Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T22:55:06.2971044Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T22:55:06.2971540Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T22:55:06.2972009Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:55:06.2972355Z [36;1m    exit 1[0m
2025-08-20T22:55:06.2972609Z [36;1m   else[0m
2025-08-20T22:55:06.2972922Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T22:55:06.2973298Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:55:06.2973705Z [36;1m    #Check for x_exec.host[0m
2025-08-20T22:55:06.2974424Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T22:55:06.2974826Z [36;1m      #check if supported[0m
2025-08-20T22:55:06.2975296Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T22:55:06.2976116Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T22:55:06.2976583Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T22:55:06.2977006Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:55:06.2977351Z [36;1m         exit 1[0m
2025-08-20T22:55:06.2977612Z [36;1m       fi[0m
2025-08-20T22:55:06.2977937Z [36;1m      #get build system[0m
2025-08-20T22:55:06.2978390Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T22:55:06.2978872Z [36;1m       export BUILD_SYS[0m
2025-08-20T22:55:06.2979231Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:55:06.2979631Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T22:55:06.2980076Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:55:06.2980835Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T22:55:06.2981256Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T22:55:06.2981729Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:55:06.2982122Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T22:55:06.2982487Z [36;1m       fi[0m
2025-08-20T22:55:06.2983052Z [36;1m     fi[0m
2025-08-20T22:55:06.2983302Z [36;1m   fi[0m
2025-08-20T22:55:06.2983605Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T22:55:06.3008868Z shell: /usr/bin/bash -e {0}
2025-08-20T22:55:06.3009401Z ##[endgroup]
2025-08-20T22:55:07.1015006Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:55:07.1015772Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:55:07.1016044Z 
2025-08-20T22:55:07.2538938Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:55:07.2539540Z 100  5453  100  5453    0     0  35410      0 --:--:-- --:--:-- --:--:-- 35640
2025-08-20T22:55:07.2551779Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/uncomment/static.official.source.yaml
2025-08-20T22:55:07.2737447Z ##[group]Run ##Presets
2025-08-20T22:55:07.2737860Z [36;1m##Presets[0m
2025-08-20T22:55:07.2738200Z [36;1mset +x ; set +e[0m
2025-08-20T22:55:07.2738494Z [36;1m#-------------#[0m
2025-08-20T22:55:07.2738737Z [36;1m##Debug?[0m
2025-08-20T22:55:07.2739074Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:55:07.2739405Z [36;1m  set -x[0m
2025-08-20T22:55:07.2739666Z [36;1mfi[0m
2025-08-20T22:55:07.2739948Z [36;1m#-------------#[0m
2025-08-20T22:55:07.2740193Z [36;1m##CoreUtils[0m
2025-08-20T22:55:07.2740703Z [36;1msudo apt update -y[0m
2025-08-20T22:55:07.2741105Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T22:55:07.2742126Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T22:55:07.2743224Z [36;1m##tmp[0m
2025-08-20T22:55:07.2743554Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T22:55:07.2743986Z [36;1m#GH ENV[0m
2025-08-20T22:55:07.2744246Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:55:07.2744621Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T22:55:07.2744946Z [36;1m#-------------#[0m
2025-08-20T22:55:07.2745200Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T22:55:07.2745719Z [36;1msudo apt update -y[0m
2025-08-20T22:55:07.2746019Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T22:55:07.2746420Z [36;1m##Setup Minisign[0m
2025-08-20T22:55:07.2746785Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T22:55:07.2747293Z [36;1mecho "***[0m
2025-08-20T22:55:07.2748601Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T22:55:07.2748983Z [36;1m##User-Agent[0m
2025-08-20T22:55:07.2749731Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T22:55:07.2750788Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:55:07.2776871Z shell: /usr/bin/bash -e {0}
2025-08-20T22:55:07.2777312Z env:
2025-08-20T22:55:07.2777569Z   CROSS_COMPILING: NO
2025-08-20T22:55:07.2777936Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:55:07.2778259Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:55:07.2778543Z   ON_QEMU: NO
2025-08-20T22:55:07.2778800Z   DEBUG: 0
2025-08-20T22:55:07.2779052Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:55:07.2779332Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:55:07.2779792Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/uncomment/official/source
2025-08-20T22:55:07.2780174Z   KEEP_LOGS: YES
2025-08-20T22:55:07.2780577Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:55:07.2780918Z   PKG_FAMILY_LOCAL: uncomment
2025-08-20T22:55:07.2781203Z   SBUILD_REBUILD: false
2025-08-20T22:55:07.2781867Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/uncomment/static.official.source.yaml
2025-08-20T22:55:07.2782505Z   BUILD_SYS: docker://rust
2025-08-20T22:55:07.2782777Z   BUILD_ON_HOST: FALSE
2025-08-20T22:55:07.2783073Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:55:07.2783328Z ##[endgroup]
2025-08-20T22:55:07.3086482Z 
2025-08-20T22:55:07.3088142Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:55:07.3088559Z 
2025-08-20T22:55:07.4760769Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T22:55:07.4971593Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T22:55:07.6011246Z Get:3 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T22:55:07.6304106Z Get:4 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T22:55:07.6489171Z Get:5 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T22:55:07.6576695Z Get:6 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T22:55:07.6695569Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T22:55:07.7980551Z Hit:8 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:55:07.8588234Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T22:55:08.1269822Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T22:55:08.2320973Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T22:55:08.3346910Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T22:55:08.6002463Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T22:55:08.6686405Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T22:55:08.7346150Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T22:55:08.8290141Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T22:55:08.8981439Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T22:55:08.9681314Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T22:55:09.0974853Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T22:55:09.1613851Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T22:55:09.2225352Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T22:55:09.3855223Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T22:55:09.4466442Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T22:55:09.5078376Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T22:55:09.5689723Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T22:55:09.6302467Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T22:55:09.6912966Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T22:55:09.7526746Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T22:55:09.8140719Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T22:55:09.8752565Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T22:55:09.9362687Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T22:55:09.9975829Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1136 kB]
2025-08-20T22:55:10.0696325Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T22:55:10.1318231Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T22:55:10.1930730Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T22:55:10.2624953Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T22:55:10.4261263Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T22:55:10.4874265Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2181 kB]
2025-08-20T22:55:10.5706174Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [361 kB]
2025-08-20T22:55:10.6346823Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T22:55:10.6955136Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T22:55:10.7567487Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T22:55:10.8180029Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T22:55:18.5215891Z Fetched 11.9 MB in 3s (3486 kB/s)
2025-08-20T22:55:19.2384251Z Reading package lists...
2025-08-20T22:55:19.4267458Z Building dependency tree...
2025-08-20T22:55:19.4273825Z Reading state information...
2025-08-20T22:55:19.4497882Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:55:19.4588425Z 
2025-08-20T22:55:19.4589270Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:55:19.4589640Z 
2025-08-20T22:55:19.4708699Z Reading package lists...
2025-08-20T22:55:19.6732477Z Building dependency tree...
2025-08-20T22:55:19.6740173Z Reading state information...
2025-08-20T22:55:19.8989339Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:55:19.8990489Z bc set to manually installed.
2025-08-20T22:55:19.8991390Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:55:19.8991779Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T22:55:19.8992131Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:55:19.9528062Z The following NEW packages will be installed:
2025-08-20T22:55:19.9535318Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T22:55:19.9536105Z   moreutils
2025-08-20T22:55:19.9542288Z The following packages will be upgraded:
2025-08-20T22:55:19.9549799Z   jq libjq1
2025-08-20T22:55:19.9724331Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T22:55:20.1877480Z Need to get 936 kB of archives.
2025-08-20T22:55:20.1878474Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T22:55:20.1879193Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T22:55:20.3715322Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 jq arm64 1.7.1-3ubuntu0.24.04.1 [64.7 kB]
2025-08-20T22:55:20.4968950Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libjq1 arm64 1.7.1-3ubuntu0.24.04.1 [134 kB]
2025-08-20T22:55:20.6244593Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T22:55:20.6903265Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T22:55:20.7676721Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T22:55:20.8307483Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T22:55:20.9016640Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T22:55:21.3472044Z Fetched 936 kB in 1s (931 kB/s)
2025-08-20T22:55:21.4108936Z Selecting previously unselected package fdupes.
2025-08-20T22:55:21.5182590Z (Reading database ... 
2025-08-20T22:55:21.5183057Z (Reading database ... 5%
2025-08-20T22:55:21.5183332Z (Reading database ... 10%
2025-08-20T22:55:21.5183645Z (Reading database ... 15%
2025-08-20T22:55:21.5183975Z (Reading database ... 20%
2025-08-20T22:55:21.5184219Z (Reading database ... 25%
2025-08-20T22:55:21.5184449Z (Reading database ... 30%
2025-08-20T22:55:21.5191698Z (Reading database ... 35%
2025-08-20T22:55:21.5192086Z (Reading database ... 40%
2025-08-20T22:55:21.5192358Z (Reading database ... 45%
2025-08-20T22:55:21.5192601Z (Reading database ... 50%
2025-08-20T22:55:21.9001092Z (Reading database ... 55%
2025-08-20T22:55:22.4142857Z (Reading database ... 60%
2025-08-20T22:55:22.8865746Z (Reading database ... 65%
2025-08-20T22:55:23.3105464Z (Reading database ... 70%
2025-08-20T22:55:23.7506370Z (Reading database ... 75%
2025-08-20T22:55:24.3674313Z (Reading database ... 80%
2025-08-20T22:55:24.8853562Z (Reading database ... 85%
2025-08-20T22:55:25.4081892Z (Reading database ... 90%
2025-08-20T22:55:26.0797237Z (Reading database ... 95%
2025-08-20T22:55:26.0798023Z (Reading database ... 100%
2025-08-20T22:55:26.0798666Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T22:55:26.0836149Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T22:55:26.0981729Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T22:55:26.2155088Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:55:26.2473010Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T22:55:26.3855023Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:55:26.5237539Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T22:55:26.6162033Z Selecting previously unselected package libio-pty-perl.
2025-08-20T22:55:26.6313332Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T22:55:26.6426746Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T22:55:26.7510009Z Selecting previously unselected package libipc-run-perl.
2025-08-20T22:55:26.7666135Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T22:55:26.7770396Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T22:55:26.8719618Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T22:55:26.8858971Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T22:55:26.8965810Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T22:55:26.9815013Z Selecting previously unselected package moreutils.
2025-08-20T22:55:26.9955879Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T22:55:27.0062944Z Unpacking moreutils (0.69-1) ...
2025-08-20T22:55:27.1427424Z Selecting previously unselected package dos2unix.
2025-08-20T22:55:27.1599949Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T22:55:27.1704714Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T22:55:27.4699377Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T22:55:27.5015347Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T22:55:27.5334252Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T22:55:27.5642888Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T22:55:27.5943308Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T22:55:27.6243487Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T22:55:27.6557945Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T22:55:27.6881237Z Setting up moreutils (0.69-1) ...
2025-08-20T22:55:27.7224037Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:55:42.9326016Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:55:44.1793373Z Reading package lists...
2025-08-20T22:55:44.4104546Z Building dependency tree...
2025-08-20T22:55:44.4113060Z Reading state information...
2025-08-20T22:55:44.6715227Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:55:44.6715722Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:55:44.6716042Z apt-utils set to manually installed.
2025-08-20T22:55:44.6716643Z ca-certificates is already the newest version (20240203).
2025-08-20T22:55:44.6717020Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:55:44.6717446Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:55:44.6717811Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:55:44.6718165Z moreutils is already the newest version (0.69-1).
2025-08-20T22:55:44.6718607Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:55:44.6719004Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:55:44.6719351Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:55:44.6720155Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T22:55:44.6720985Z tmux set to manually installed.
2025-08-20T22:55:44.6721336Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:55:44.6721687Z The following additional packages will be installed:
2025-08-20T22:55:44.6722122Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T22:55:44.6722648Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T22:55:44.6723155Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T22:55:44.6723539Z   uuid-runtime
2025-08-20T22:55:44.6732930Z Suggested packages:
2025-08-20T22:55:44.6733309Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T22:55:44.6733717Z   util-linux-extra util-linux-locales
2025-08-20T22:55:44.6734076Z Recommended packages:
2025-08-20T22:55:44.6734338Z   unattended-upgrades
2025-08-20T22:55:44.7254820Z The following NEW packages will be installed:
2025-08-20T22:55:44.7255180Z   rename
2025-08-20T22:55:44.7259801Z The following packages will be upgraded:
2025-08-20T22:55:44.7260637Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T22:55:44.7261790Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T22:55:44.7268718Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T22:55:44.7269747Z   software-properties-common util-linux uuid-runtime
2025-08-20T22:55:44.7450892Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:55:45.0867724Z Need to get 4390 kB of archives.
2025-08-20T22:55:45.0868418Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T22:55:45.0869093Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdutils arm64 1:2.39.3-9ubuntu6.3 [98.3 kB]
2025-08-20T22:55:45.6173211Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T22:55:46.2379985Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T22:55:46.3756350Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T22:55:46.5090041Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T22:55:46.6403198Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 uuid-runtime arm64 2.39.3-9ubuntu6.3 [32.5 kB]
2025-08-20T22:55:46.7705470Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T22:55:46.9087983Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T22:55:47.0476211Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-wks-client arm64 2.4.4-2ubuntu17.3 [69.7 kB]
2025-08-20T22:55:47.1815778Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T22:55:47.4492938Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T22:55:47.7155885Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T22:55:48.4065392Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T22:55:48.6975931Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T22:55:49.1004282Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T22:55:49.2419427Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T22:55:49.5183228Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T22:55:49.6558087Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T22:55:49.8025372Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T22:55:49.9341295Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T22:55:50.0795334Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T22:55:50.2166296Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T22:55:50.4807619Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-l10n all 2.4.4-2ubuntu17.3 [66.4 kB]
2025-08-20T22:55:50.9122504Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T22:55:51.0561186Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T22:55:51.2194375Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T22:55:51.3712496Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T22:55:51.6347989Z Fetched 4390 kB in 7s (664 kB/s)
2025-08-20T22:55:51.6713727Z (Reading database ... 
2025-08-20T22:55:51.6714084Z (Reading database ... 5%
2025-08-20T22:55:51.6715171Z (Reading database ... 10%
2025-08-20T22:55:51.6715571Z (Reading database ... 15%
2025-08-20T22:55:51.6715897Z (Reading database ... 20%
2025-08-20T22:55:51.6716149Z (Reading database ... 25%
2025-08-20T22:55:51.6716433Z (Reading database ... 30%
2025-08-20T22:55:51.6716677Z (Reading database ... 35%
2025-08-20T22:55:51.6716917Z (Reading database ... 40%
2025-08-20T22:55:51.6717271Z (Reading database ... 45%
2025-08-20T22:55:51.6717532Z (Reading database ... 50%
2025-08-20T22:55:51.6736958Z (Reading database ... 55%
2025-08-20T22:55:51.6821766Z (Reading database ... 60%
2025-08-20T22:55:51.6859542Z (Reading database ... 65%
2025-08-20T22:55:51.6873665Z (Reading database ... 70%
2025-08-20T22:55:51.6892349Z (Reading database ... 75%
2025-08-20T22:55:51.6922921Z (Reading database ... 80%
2025-08-20T22:55:51.7082473Z (Reading database ... 85%
2025-08-20T22:55:51.7099819Z (Reading database ... 90%
2025-08-20T22:55:51.7192139Z (Reading database ... 95%
2025-08-20T22:55:51.7192422Z (Reading database ... 100%
2025-08-20T22:55:51.7192758Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:55:51.7224620Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:55:51.7528169Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T22:55:51.8987443Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T22:55:52.0113874Z (Reading database ... 
2025-08-20T22:55:52.0114364Z (Reading database ... 5%
2025-08-20T22:55:52.0114624Z (Reading database ... 10%
2025-08-20T22:55:52.0115017Z (Reading database ... 15%
2025-08-20T22:55:52.0115307Z (Reading database ... 20%
2025-08-20T22:55:52.0115543Z (Reading database ... 25%
2025-08-20T22:55:52.0115837Z (Reading database ... 30%
2025-08-20T22:55:52.0116105Z (Reading database ... 35%
2025-08-20T22:55:52.0116398Z (Reading database ... 40%
2025-08-20T22:55:52.0116674Z (Reading database ... 45%
2025-08-20T22:55:52.0116934Z (Reading database ... 50%
2025-08-20T22:55:52.0137372Z (Reading database ... 55%
2025-08-20T22:55:52.0223943Z (Reading database ... 60%
2025-08-20T22:55:52.0262660Z (Reading database ... 65%
2025-08-20T22:55:52.0276740Z (Reading database ... 70%
2025-08-20T22:55:52.0295984Z (Reading database ... 75%
2025-08-20T22:55:52.0328097Z (Reading database ... 80%
2025-08-20T22:55:52.0490708Z (Reading database ... 85%
2025-08-20T22:55:52.0508222Z (Reading database ... 90%
2025-08-20T22:55:52.0600919Z (Reading database ... 95%
2025-08-20T22:55:52.0601237Z (Reading database ... 100%
2025-08-20T22:55:52.0601749Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:55:52.0632473Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:55:52.1029706Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:55:52.3039438Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T22:55:52.9515520Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T22:55:53.0209120Z (Reading database ... 
2025-08-20T22:55:53.0209635Z (Reading database ... 5%
2025-08-20T22:55:53.0209896Z (Reading database ... 10%
2025-08-20T22:55:53.0210177Z (Reading database ... 15%
2025-08-20T22:55:53.0211115Z (Reading database ... 20%
2025-08-20T22:55:53.0211433Z (Reading database ... 25%
2025-08-20T22:55:53.0211746Z (Reading database ... 30%
2025-08-20T22:55:53.0212040Z (Reading database ... 35%
2025-08-20T22:55:53.0212281Z (Reading database ... 40%
2025-08-20T22:55:53.0212573Z (Reading database ... 45%
2025-08-20T22:55:53.0212850Z (Reading database ... 50%
2025-08-20T22:55:53.0230710Z (Reading database ... 55%
2025-08-20T22:55:53.0319091Z (Reading database ... 60%
2025-08-20T22:55:53.0357918Z (Reading database ... 65%
2025-08-20T22:55:53.0372462Z (Reading database ... 70%
2025-08-20T22:55:53.0391435Z (Reading database ... 75%
2025-08-20T22:55:53.0423891Z (Reading database ... 80%
2025-08-20T22:55:53.0589779Z (Reading database ... 85%
2025-08-20T22:55:53.0607552Z (Reading database ... 90%
2025-08-20T22:55:53.0701306Z (Reading database ... 95%
2025-08-20T22:55:53.0701711Z (Reading database ... 100%
2025-08-20T22:55:53.0702095Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:55:53.0730146Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:55:53.1040904Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:55:53.2263797Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:55:53.2725521Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:55:53.3813746Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:55:53.4868590Z (Reading database ... 
2025-08-20T22:55:53.4869624Z (Reading database ... 5%
2025-08-20T22:55:53.4870928Z (Reading database ... 10%
2025-08-20T22:55:53.4871224Z (Reading database ... 15%
2025-08-20T22:55:53.4871515Z (Reading database ... 20%
2025-08-20T22:55:53.4871765Z (Reading database ... 25%
2025-08-20T22:55:53.4872008Z (Reading database ... 30%
2025-08-20T22:55:53.4872303Z (Reading database ... 35%
2025-08-20T22:55:53.4872547Z (Reading database ... 40%
2025-08-20T22:55:53.4872781Z (Reading database ... 45%
2025-08-20T22:55:53.4873053Z (Reading database ... 50%
2025-08-20T22:55:53.4889444Z (Reading database ... 55%
2025-08-20T22:55:53.4978277Z (Reading database ... 60%
2025-08-20T22:55:53.5018849Z (Reading database ... 65%
2025-08-20T22:55:53.5033376Z (Reading database ... 70%
2025-08-20T22:55:53.5054550Z (Reading database ... 75%
2025-08-20T22:55:53.5087760Z (Reading database ... 80%
2025-08-20T22:55:53.5261041Z (Reading database ... 85%
2025-08-20T22:55:53.5279352Z (Reading database ... 90%
2025-08-20T22:55:53.5375376Z (Reading database ... 95%
2025-08-20T22:55:53.5375737Z (Reading database ... 100%
2025-08-20T22:55:53.5376090Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:55:53.5405609Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:55:53.5757409Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:55:53.6821056Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:55:53.7993500Z (Reading database ... 
2025-08-20T22:55:53.7993854Z (Reading database ... 5%
2025-08-20T22:55:53.7994297Z (Reading database ... 10%
2025-08-20T22:55:53.7994559Z (Reading database ... 15%
2025-08-20T22:55:53.7995192Z (Reading database ... 20%
2025-08-20T22:55:53.7995566Z (Reading database ... 25%
2025-08-20T22:55:53.7995820Z (Reading database ... 30%
2025-08-20T22:55:53.7996056Z (Reading database ... 35%
2025-08-20T22:55:53.7996362Z (Reading database ... 40%
2025-08-20T22:55:53.7996613Z (Reading database ... 45%
2025-08-20T22:55:53.7996906Z (Reading database ... 50%
2025-08-20T22:55:53.8015244Z (Reading database ... 55%
2025-08-20T22:55:53.8102959Z (Reading database ... 60%
2025-08-20T22:55:53.8141173Z (Reading database ... 65%
2025-08-20T22:55:53.8154796Z (Reading database ... 70%
2025-08-20T22:55:53.8174699Z (Reading database ... 75%
2025-08-20T22:55:53.8206331Z (Reading database ... 80%
2025-08-20T22:55:53.8373509Z (Reading database ... 85%
2025-08-20T22:55:53.8392449Z (Reading database ... 90%
2025-08-20T22:55:53.8491219Z (Reading database ... 95%
2025-08-20T22:55:53.8491513Z (Reading database ... 100%
2025-08-20T22:55:53.8491996Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:55:53.8525077Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:55:53.8914163Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:55:54.0213199Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:55:54.0608975Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:55:54.1826827Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:55:54.2891097Z (Reading database ... 
2025-08-20T22:55:54.2891479Z (Reading database ... 5%
2025-08-20T22:55:54.2891744Z (Reading database ... 10%
2025-08-20T22:55:54.2892046Z (Reading database ... 15%
2025-08-20T22:55:54.2892299Z (Reading database ... 20%
2025-08-20T22:55:54.2892571Z (Reading database ... 25%
2025-08-20T22:55:54.2892857Z (Reading database ... 30%
2025-08-20T22:55:54.2893101Z (Reading database ... 35%
2025-08-20T22:55:54.2893364Z (Reading database ... 40%
2025-08-20T22:55:54.2894333Z (Reading database ... 45%
2025-08-20T22:55:54.2894666Z (Reading database ... 50%
2025-08-20T22:55:54.2911914Z (Reading database ... 55%
2025-08-20T22:55:54.2997713Z (Reading database ... 60%
2025-08-20T22:55:54.3034719Z (Reading database ... 65%
2025-08-20T22:55:54.3048262Z (Reading database ... 70%
2025-08-20T22:55:54.3067721Z (Reading database ... 75%
2025-08-20T22:55:54.3098460Z (Reading database ... 80%
2025-08-20T22:55:54.3260124Z (Reading database ... 85%
2025-08-20T22:55:54.3277701Z (Reading database ... 90%
2025-08-20T22:55:54.3369254Z (Reading database ... 95%
2025-08-20T22:55:54.3369539Z (Reading database ... 100%
2025-08-20T22:55:54.3369912Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:55:54.3399702Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:55:54.3741040Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:55:54.4880814Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:55:54.5763912Z (Reading database ... 
2025-08-20T22:55:54.5764416Z (Reading database ... 5%
2025-08-20T22:55:54.5764693Z (Reading database ... 10%
2025-08-20T22:55:54.5764938Z (Reading database ... 15%
2025-08-20T22:55:54.5765257Z (Reading database ... 20%
2025-08-20T22:55:54.5765533Z (Reading database ... 25%
2025-08-20T22:55:54.5765775Z (Reading database ... 30%
2025-08-20T22:55:54.5766059Z (Reading database ... 35%
2025-08-20T22:55:54.5766866Z (Reading database ... 40%
2025-08-20T22:55:54.5767202Z (Reading database ... 45%
2025-08-20T22:55:54.5767492Z (Reading database ... 50%
2025-08-20T22:55:54.5785860Z (Reading database ... 55%
2025-08-20T22:55:54.5873334Z (Reading database ... 60%
2025-08-20T22:55:54.5911411Z (Reading database ... 65%
2025-08-20T22:55:54.5925274Z (Reading database ... 70%
2025-08-20T22:55:54.5945376Z (Reading database ... 75%
2025-08-20T22:55:54.5977340Z (Reading database ... 80%
2025-08-20T22:55:54.6145732Z (Reading database ... 85%
2025-08-20T22:55:54.6164073Z (Reading database ... 90%
2025-08-20T22:55:54.6261356Z (Reading database ... 95%
2025-08-20T22:55:54.6261847Z (Reading database ... 100%
2025-08-20T22:55:54.6262196Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:55:54.6292714Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:55:54.6604299Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:55:54.7954804Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:55:54.8563788Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:55:54.9837573Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:55:55.0166692Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:55:55.1270412Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:55:55.1576510Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:55:55.2813289Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:55:55.3168485Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:55:55.4374647Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:55:55.4677025Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:55:55.6189521Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:55:55.6503075Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:55:55.8049299Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:55:55.8347294Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:55:55.9651589Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:55:55.9959225Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:55:56.1942752Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:55:56.2246163Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:55:56.3366499Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T22:55:56.4245973Z (Reading database ... 
2025-08-20T22:55:56.4246511Z (Reading database ... 5%
2025-08-20T22:55:56.4246788Z (Reading database ... 10%
2025-08-20T22:55:56.4247037Z (Reading database ... 15%
2025-08-20T22:55:56.4248008Z (Reading database ... 20%
2025-08-20T22:55:56.4248350Z (Reading database ... 25%
2025-08-20T22:55:56.4248626Z (Reading database ... 30%
2025-08-20T22:55:56.4248953Z (Reading database ... 35%
2025-08-20T22:55:56.4249201Z (Reading database ... 40%
2025-08-20T22:55:56.4249471Z (Reading database ... 45%
2025-08-20T22:55:56.4249749Z (Reading database ... 50%
2025-08-20T22:55:56.4267098Z (Reading database ... 55%
2025-08-20T22:55:56.4352443Z (Reading database ... 60%
2025-08-20T22:55:56.4389616Z (Reading database ... 65%
2025-08-20T22:55:56.4403314Z (Reading database ... 70%
2025-08-20T22:55:56.4423550Z (Reading database ... 75%
2025-08-20T22:55:56.4455873Z (Reading database ... 80%
2025-08-20T22:55:56.4615019Z (Reading database ... 85%
2025-08-20T22:55:56.4637995Z (Reading database ... 90%
2025-08-20T22:55:56.4725206Z (Reading database ... 95%
2025-08-20T22:55:56.4725636Z (Reading database ... 100%
2025-08-20T22:55:56.4726012Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:55:56.4751977Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:55:56.5065992Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:55:56.6295411Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:55:56.6664545Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:55:56.7807223Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:55:56.8172990Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:55:56.9280717Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:55:56.9601517Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:55:57.0669591Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:55:57.0993354Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:55:57.2274501Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T22:55:57.3612557Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:55:57.5049750Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T22:55:57.5942276Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:55:57.6895364Z Selecting previously unselected package rename.
2025-08-20T22:55:57.7058383Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T22:55:57.7162790Z Unpacking rename (2.02-1) ...
2025-08-20T22:55:57.8091539Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:55:57.8408232Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:55:57.9462935Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T22:55:57.9772835Z Setting up rename (2.02-1) ...
2025-08-20T22:55:58.0022015Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T22:55:58.0219189Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T22:55:58.0559828Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T22:55:58.0946115Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:55:58.1274944Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T22:55:58.1602711Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T22:55:58.8036842Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T22:55:58.8260518Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T22:55:58.8573323Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T22:55:58.8874974Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T22:55:58.9177207Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T22:55:59.2831260Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T22:55:59.3133040Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T22:55:59.3440440Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T22:55:59.4652006Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T22:55:59.6067007Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T22:55:59.7154575Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T22:55:59.7458570Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T22:55:59.7751333Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T22:55:59.8056717Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T22:55:59.9355196Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:56:00.1919338Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:56:00.2336886Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:56:06.6929132Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T22:56:07.9214468Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:56:07.9215635Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:56:08.2627342Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:56:08.3875040Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:56:08.5122338Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:56:08.6365877Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:56:09.5020742Z Reading package lists...
2025-08-20T22:56:09.6829538Z Building dependency tree...
2025-08-20T22:56:09.6836873Z Reading state information...
2025-08-20T22:56:09.7054312Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:56:09.7178034Z 
2025-08-20T22:56:09.7179171Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:56:09.7179577Z 
2025-08-20T22:56:09.7896974Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:56:09.7902938Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:56:09.9402186Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:56:10.0013475Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:56:10.0625191Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:56:10.1236793Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:56:11.0035440Z Reading package lists...
2025-08-20T22:56:11.2048030Z Building dependency tree...
2025-08-20T22:56:11.2055071Z Reading state information...
2025-08-20T22:56:11.2277748Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:56:11.2367660Z 
2025-08-20T22:56:11.2368105Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:56:11.2368620Z 
2025-08-20T22:56:11.2483059Z Reading package lists...
2025-08-20T22:56:11.4574280Z Building dependency tree...
2025-08-20T22:56:11.4582735Z Reading state information...
2025-08-20T22:56:11.7086759Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:56:11.7481444Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:56:11.7758958Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T22:56:11.8281600Z ##[group]Run ##Presets
2025-08-20T22:56:11.8282113Z [36;1m##Presets[0m
2025-08-20T22:56:11.8282352Z [36;1mset +x ; set +e[0m
2025-08-20T22:56:11.8282586Z [36;1m#-------------#[0m
2025-08-20T22:56:11.8282870Z [36;1m##Debug?[0m
2025-08-20T22:56:11.8283149Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:56:11.8283501Z [36;1m  set -x[0m
2025-08-20T22:56:11.8283753Z [36;1mfi[0m
2025-08-20T22:56:11.8283961Z [36;1m#-------------#[0m
2025-08-20T22:56:11.8284467Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T22:56:11.8285088Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T22:56:11.8285488Z [36;1msudo service procps restart[0m
2025-08-20T22:56:11.8285870Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T22:56:11.8313261Z shell: /usr/bin/bash -e {0}
2025-08-20T22:56:11.8313586Z env:
2025-08-20T22:56:11.8313947Z   CROSS_COMPILING: NO
2025-08-20T22:56:11.8314212Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:56:11.8314481Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:56:11.8314735Z   ON_QEMU: NO
2025-08-20T22:56:11.8314951Z   DEBUG: 0
2025-08-20T22:56:11.8315166Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:56:11.8315489Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:56:11.8315844Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/uncomment/official/source
2025-08-20T22:56:11.8316199Z   KEEP_LOGS: YES
2025-08-20T22:56:11.8316465Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:56:11.8316718Z   PKG_FAMILY_LOCAL: uncomment
2025-08-20T22:56:11.8317055Z   SBUILD_REBUILD: false
2025-08-20T22:56:11.8317637Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/uncomment/static.official.source.yaml
2025-08-20T22:56:11.8318246Z   BUILD_SYS: docker://rust
2025-08-20T22:56:11.8318522Z   BUILD_ON_HOST: FALSE
2025-08-20T22:56:11.8318756Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:56:11.8319021Z   SYSTMP: /tmp
2025-08-20T22:56:11.8319271Z   GHA_MODE: MATRIX
2025-08-20T22:56:11.8319726Z   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:56:11.8320244Z ##[endgroup]
2025-08-20T22:56:11.8414865Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T22:56:11.8470545Z 0
2025-08-20T22:56:11.8787486Z vm.max_map_count = 262144
2025-08-20T22:56:11.8788013Z fs.inotify.max_user_watches = 655360
2025-08-20T22:56:11.8788313Z fs.inotify.max_user_instances = 1280
2025-08-20T22:56:11.8788624Z vm.mmap_rnd_bits = 28
2025-08-20T22:56:11.8874352Z ##[group]Run ##Presets
2025-08-20T22:56:11.8874807Z [36;1m##Presets[0m
2025-08-20T22:56:11.8875039Z [36;1mset +x ; set +e[0m
2025-08-20T22:56:11.8875306Z [36;1m#-------------#[0m
2025-08-20T22:56:11.8875570Z [36;1m##Debug?[0m
2025-08-20T22:56:11.8875834Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:56:11.8876159Z [36;1m  set -x[0m
2025-08-20T22:56:11.8876397Z [36;1mfi[0m
2025-08-20T22:56:11.8876625Z [36;1m#-------------#[0m
2025-08-20T22:56:11.8876871Z [36;1m##Main[0m
2025-08-20T22:56:11.8877116Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:56:11.8877773Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:56:11.8878553Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:56:11.8878975Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T22:56:11.8879316Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T22:56:11.8879611Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T22:56:11.8879943Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T22:56:11.8880642Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T22:56:11.8881030Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T22:56:11.8881605Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T22:56:11.8881992Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T22:56:11.8882355Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T22:56:11.8882778Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T22:56:11.8883137Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T22:56:11.8883424Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T22:56:11.8883776Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T22:56:11.8884096Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T22:56:11.8884415Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T22:56:11.8884801Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T22:56:11.8885126Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T22:56:11.8885487Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T22:56:11.8885827Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T22:56:11.8886181Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T22:56:11.8886582Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T22:56:11.8886915Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T22:56:11.8887243Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T22:56:11.8887584Z [36;1m     "${POD_ID}" \[0m
2025-08-20T22:56:11.8887952Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T22:56:11.8888451Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:56:11.8888977Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:56:11.8889468Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T22:56:11.8889867Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:56:11.8890226Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:56:11.8891206Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T22:56:11.8892108Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T22:56:11.8892662Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T22:56:11.8892983Z [36;1m else[0m
2025-08-20T22:56:11.8893541Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T22:56:11.8893948Z [36;1m fi[0m
2025-08-20T22:56:11.8894284Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T22:56:11.8894702Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T22:56:11.8895146Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:56:11.8895598Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:56:11.8896019Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:56:11.8896463Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:56:11.8896932Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:56:11.8897371Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:56:11.8897973Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:56:11.8898437Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:56:11.8898798Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:56:11.8923418Z shell: /usr/bin/bash -e {0}
2025-08-20T22:56:11.8923799Z env:
2025-08-20T22:56:11.8924027Z   CROSS_COMPILING: NO
2025-08-20T22:56:11.8924320Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:56:11.8924829Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:56:11.8925063Z   ON_QEMU: NO
2025-08-20T22:56:11.8925274Z   DEBUG: 0
2025-08-20T22:56:11.8925521Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:56:11.8925807Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:56:11.8926148Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/uncomment/official/source
2025-08-20T22:56:11.8926550Z   KEEP_LOGS: YES
2025-08-20T22:56:11.8926772Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:56:11.8927044Z   PKG_FAMILY_LOCAL: uncomment
2025-08-20T22:56:11.8927339Z   SBUILD_REBUILD: false
2025-08-20T22:56:11.8927912Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/uncomment/static.official.source.yaml
2025-08-20T22:56:11.8928558Z   BUILD_SYS: docker://rust
2025-08-20T22:56:11.8928807Z   BUILD_ON_HOST: FALSE
2025-08-20T22:56:11.8929026Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:56:11.8929316Z   SYSTMP: /tmp
2025-08-20T22:56:11.8929527Z   GHA_MODE: MATRIX
2025-08-20T22:56:11.8930009Z   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:56:11.8931263Z   GHCR_TOKEN: ***
2025-08-20T22:56:11.8931609Z   GITHUB_TOKEN: ***
2025-08-20T22:56:11.8932037Z   GITLAB_TOKEN: ***
2025-08-20T22:56:11.8933222Z   MINISIGN_KEY: ***
2025-08-20T22:56:11.8933455Z ##[endgroup]
2025-08-20T22:56:11.9523463Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T22:56:12.0251644Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:56:12.0252263Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:56:12.0252500Z 
2025-08-20T22:56:12.0697747Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:56:12.0698293Z 100  5453  100  5453    0     0   119k      0 --:--:-- --:--:-- --:--:--  121k
2025-08-20T22:56:12.0709350Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/uncomment/static.official.source.yaml
2025-08-20T22:56:12.0787605Z 
2025-08-20T22:56:12.0788227Z [+] Building [/tmp/tmp.VpppEOdxNG/SBUILD_INPUT] Locally
2025-08-20T22:56:12.0788524Z 
2025-08-20T22:56:12.0798995Z '/tmp/tmp.VpppEOdxNG/SBUILD_INPUT' -> '/tmp/pkgforge/tPl09RawD_build.yaml'
2025-08-20T22:56:12.1566964Z 
2025-08-20T22:56:12.1567535Z [+] Passwordless sudo is Configured
2025-08-20T22:56:12.2232031Z 
2025-08-20T22:56:12.2245809Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T22:56:12.2246096Z 
2025-08-20T22:56:12.2624411Z 
2025-08-20T22:56:12.2625912Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T22:56:12.2626389Z 
2025-08-20T22:56:12.2626413Z 
2025-08-20T22:56:12.2626671Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T22:56:12.2626988Z 
2025-08-20T22:56:12.2666841Z [+] Installing: 7z -> 7z
2025-08-20T22:56:12.8087414Z [+] Installing: actionlint -> actionlint
2025-08-20T22:56:13.3872832Z [+] Installing: anew -> anew
2025-08-20T22:56:13.9150189Z [+] Installing: anew-rs -> anew-rs
2025-08-20T22:56:14.4585257Z [+] Installing: ansi2html -> ansi2html
2025-08-20T22:56:14.9565075Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T22:56:15.0740105Z [+] Installing: archey -> archey
2025-08-20T22:56:15.4213470Z [+] Installing: aria2 -> aria2c
2025-08-20T22:56:16.0306882Z [+] Installing: askalono -> askalono
2025-08-20T22:56:16.5523497Z [+] Installing: bsdtar -> bsdtar
2025-08-20T22:56:17.1508878Z [+] Installing: b3sum -> b3sum
2025-08-20T22:56:17.6824188Z [+] Installing: bita -> bita
2025-08-20T22:56:17.8622507Z [+] Installing: btop -> btop
2025-08-20T22:56:18.1585521Z [+] Installing: chafa -> chafa
2025-08-20T22:56:18.4833317Z [+] Installing: cloudflared -> cloudflared
2025-08-20T22:56:19.1424196Z [+] Installing: croc -> croc
2025-08-20T22:56:19.7246270Z [+] Installing: csvtk -> csvtk
2025-08-20T22:56:20.3232106Z [+] Installing: cutlines -> cutlines
2025-08-20T22:56:20.9307443Z curl: (22) The requested URL returned error: 404
2025-08-20T22:56:20.9342310Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T22:56:20.9342953Z [+] Installing: dbin -> dbin
2025-08-20T22:56:21.2551236Z [+] Installing: dasel -> dasel
2025-08-20T22:56:21.8109556Z [+] Installing: delta -> delta
2025-08-20T22:56:22.1225780Z [+] Installing: ds -> ds
2025-08-20T22:56:22.6977809Z curl: (22) The requested URL returned error: 404
2025-08-20T22:56:22.7014037Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T22:56:22.7014618Z [+] Installing: dos2unix -> dos2unix
2025-08-20T22:56:23.1956313Z [+] Installing: duf -> duf
2025-08-20T22:56:23.5139136Z [+] Installing: duplicut -> duplicut
2025-08-20T22:56:24.0699556Z [+] Installing: dust -> dust
2025-08-20T22:56:24.2188487Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T22:56:24.7584060Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T22:56:25.3113790Z [+] Installing: dysk -> dysk
2025-08-20T22:56:25.8460962Z [+] Installing: eget -> eget
2025-08-20T22:56:26.3949710Z [+] Installing: epoch -> epoch
2025-08-20T22:56:26.6927210Z [+] Installing: faketty -> faketty
2025-08-20T22:56:27.2142859Z [+] Installing: fastfetch -> fastfetch
2025-08-20T22:56:27.7461621Z [+] Installing: freeze -> freeze
2025-08-20T22:56:28.0661682Z [+] Installing: fusermount3 -> fusermount
2025-08-20T22:56:28.5641013Z [+] Installing: gdu -> gdu
2025-08-20T22:56:28.8888749Z [+] Installing: gh -> gh
2025-08-20T22:56:29.5087064Z [+] Installing: gitleaks -> gitleaks
2025-08-20T22:56:30.0665504Z [+] Installing: git-sizer -> git-sizer
2025-08-20T22:56:30.5895225Z [+] Installing: glab -> glab
2025-08-20T22:56:31.2326183Z [+] Installing: glow -> glow
2025-08-20T22:56:31.4388313Z [+] Installing: httpx -> httpx
2025-08-20T22:56:32.0486997Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T22:56:32.6390191Z [+] Installing: husarnet -> husarnet
2025-08-20T22:56:32.9939433Z curl: (22) The requested URL returned error: 404
2025-08-20T22:56:32.9974006Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T22:56:32.9974660Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T22:56:33.5969001Z curl: (22) The requested URL returned error: 404
2025-08-20T22:56:33.6004684Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T22:56:33.6005110Z [+] Installing: imgcat -> imgcat
2025-08-20T22:56:34.1231626Z [+] Installing: jc -> jc
2025-08-20T22:56:34.7089926Z [+] Installing: jq -> jq
2025-08-20T22:56:34.9940832Z [+] Installing: logdy -> logdy
2025-08-20T22:56:35.2443322Z [+] Installing: micro -> micro
2025-08-20T22:56:35.5740072Z [+] Installing: miniserve -> miniserve
2025-08-20T22:56:36.1159048Z [+] Installing: minisign -> minisign
2025-08-20T22:56:36.6239817Z [+] Installing: ncdu -> ncdu
2025-08-20T22:56:37.1232752Z [+] Installing: notify -> notify
2025-08-20T22:56:37.4824131Z [+] Installing: ouch -> ouch
2025-08-20T22:56:37.7876085Z [+] Installing: oras -> oras
2025-08-20T22:56:37.9697632Z [+] Installing: pipetty -> pipetty
2025-08-20T22:56:38.4867621Z [+] Installing: pixterm -> pixterm
2025-08-20T22:56:39.0795310Z [+] Installing: qsv -> qsv
2025-08-20T22:56:39.6543933Z [+] Installing: rclone -> rclone
2025-08-20T22:56:40.3056261Z [+] Installing: ripgrep -> rg
2025-08-20T22:56:40.8445563Z [+] Installing: rga -> rga
2025-08-20T22:56:41.1905651Z [+] Installing: rsync -> rsync
2025-08-20T22:56:41.7473245Z [+] Installing: script -> script
2025-08-20T22:56:42.2472819Z [+] Installing: shellcheck -> shellcheck
2025-08-20T22:56:42.8759021Z [+] Installing: soar -> soar
2025-08-20T22:56:43.0533716Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T22:56:43.5864689Z [+] Installing: sstrip -> sstrip
2025-08-20T22:56:43.8410411Z [+] Installing: strace -> strace
2025-08-20T22:56:44.1352786Z [+] Installing: sttr -> sttr
2025-08-20T22:56:44.4740889Z [+] Installing: tailscale -> tailscale
2025-08-20T22:56:45.0461074Z [+] Installing: tailscaled -> tailscaled
2025-08-20T22:56:45.6284303Z [+] Installing: taplo -> taplo
2025-08-20T22:56:45.8023953Z [+] Installing: tldr -> tldr
2025-08-20T22:56:46.3653766Z [+] Installing: tldr -> tealdeer
2025-08-20T22:56:46.9231555Z [+] Installing: tmux -> tmux
2025-08-20T22:56:47.2202580Z [+] Installing: tok -> tok
2025-08-20T22:56:47.7632950Z [+] Installing: trufflehog -> trufflehog
2025-08-20T22:56:48.3626816Z [+] Installing: trurl -> trurl
2025-08-20T22:56:48.9055114Z [+] Installing: tss -> tss
2025-08-20T22:56:49.0432805Z [+] Installing: ulexec -> ulexec
2025-08-20T22:56:49.6290852Z [+] Installing: unfurl -> unfurl
2025-08-20T22:56:50.1744591Z [+] Installing: upx -> upx
2025-08-20T22:56:50.3193642Z [+] Installing: validtoml -> validtoml
2025-08-20T22:56:50.6192005Z [+] Installing: wget -> wget
2025-08-20T22:56:50.9551233Z [+] Installing: wget2 -> wget2
2025-08-20T22:56:51.4981103Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T22:56:52.0414711Z [+] Installing: xq -> xq
2025-08-20T22:56:52.5745626Z [+] Installing: xz -> xz
2025-08-20T22:56:53.0779700Z [+] Installing: unxz -> unxz
2025-08-20T22:56:53.5790788Z [+] Installing: yq -> yq
2025-08-20T22:56:54.1330267Z [+] Installing: yj -> yj
2025-08-20T22:56:54.4574009Z [+] Installing: zapper -> zapper
2025-08-20T22:56:54.9523336Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T22:56:55.4477682Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T22:56:55.6666160Z curl: (22) The requested URL returned error: 404
2025-08-20T22:56:55.6700758Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T22:56:55.6701447Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T22:56:56.2757436Z curl: (22) The requested URL returned error: 404
2025-08-20T22:56:56.2792827Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T22:56:56.2793580Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T22:56:56.8806537Z curl: (22) The requested URL returned error: 404
2025-08-20T22:56:56.8843011Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T22:56:56.8844751Z [+] Installing: zstd -> zstd
2025-08-20T22:56:57.4899827Z [+] Creating symlinks...
2025-08-20T22:56:57.4977202Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T22:56:57.5061050Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T22:56:57.5144407Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T22:56:57.5229293Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T22:56:57.5311596Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T22:56:57.5397729Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T22:56:57.5481598Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T22:56:57.5565618Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T22:56:57.5649564Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T22:56:57.5730213Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T22:56:57.5814048Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T22:56:57.5898574Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T22:56:57.5982378Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T22:56:57.6071930Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T22:56:57.6154553Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T22:56:57.6234108Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T22:56:57.6316577Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T22:56:57.6353345Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T22:56:57.6427984Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T22:56:57.6507107Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T22:56:57.6590101Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T22:56:57.6624347Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T22:56:57.6697639Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T22:56:57.6776431Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T22:56:57.6857839Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T22:56:57.6940082Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T22:56:57.7020507Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T22:56:57.7099470Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T22:56:57.7180180Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T22:56:57.7257983Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T22:56:57.7334109Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T22:56:57.7409803Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T22:56:57.7485993Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T22:56:57.7562352Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T22:56:57.7640935Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T22:56:57.7717709Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T22:56:57.7796736Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T22:56:57.7874994Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T22:56:57.7950697Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T22:56:57.8029468Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T22:56:57.8112304Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T22:56:57.8191834Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:56:57.8271361Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:56:57.8349347Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T22:56:57.8382803Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T22:56:57.8405967Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T22:56:57.8475334Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T22:56:57.8555660Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T22:56:57.8635713Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T22:56:57.8712432Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T22:56:57.8788230Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T22:56:57.8865572Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T22:56:57.8947189Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T22:56:57.9031062Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T22:56:57.9114179Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T22:56:57.9199654Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T22:56:57.9284890Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T22:56:57.9367904Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T22:56:57.9448259Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T22:56:57.9528377Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T22:56:57.9606744Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T22:56:57.9689741Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T22:56:57.9770259Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T22:56:57.9852991Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T22:56:57.9934300Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T22:56:58.0017705Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T22:56:58.0100046Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T22:56:58.0183783Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T22:56:58.0267485Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T22:56:58.0351766Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T22:56:58.0433112Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T22:56:58.0512892Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T22:56:58.0597464Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T22:56:58.0677749Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T22:56:58.0758416Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T22:56:58.0845616Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T22:56:58.0930985Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T22:56:58.1012506Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T22:56:58.1096106Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T22:56:58.1181567Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T22:56:58.1268900Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T22:56:58.1349578Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T22:56:58.1429061Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T22:56:58.1509426Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T22:56:58.1589826Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T22:56:58.1671270Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T22:56:58.1751412Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T22:56:58.1831461Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T22:56:58.1913038Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T22:56:58.1994678Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T22:56:58.2077360Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T22:56:58.2164360Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T22:56:58.2249820Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T22:56:58.2331117Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T22:56:58.2412289Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T22:56:58.2445445Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T22:56:58.2469980Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T22:56:58.2494667Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T22:56:58.2566785Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T22:56:58.2592878Z 
2025-08-20T22:56:58.2593351Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T22:56:58.2593730Z 
2025-08-20T22:56:58.9656979Z 
2025-08-20T22:56:58.9739397Z 
2025-08-20T22:56:58.9739951Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T22:56:58.9740194Z 
2025-08-20T22:56:58.9740274Z [+] Installation completed!
2025-08-20T22:56:58.9813612Z 
2025-08-20T22:56:58.9813838Z [+] GITHUB_TOKEN is Exported
2025-08-20T22:56:59.3967442Z github.com
2025-08-20T22:56:59.3968091Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T22:56:59.3968456Z   - Active account: true
2025-08-20T22:56:59.3968669Z   - Git operations protocol: https
2025-08-20T22:56:59.3968929Z   - Token: ghp_************************************
2025-08-20T22:56:59.3969573Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T22:56:59.3970233Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T22:56:59.3970930Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T22:56:59.6510913Z Limit: 5000, Remaining: 3944, Reset: 2025-08-20 23:28:26 +0000 UTC (31m26s)
2025-08-20T22:56:59.6520857Z 
2025-08-20T22:56:59.6521278Z [+] GHCR_TOKEN is Exported
2025-08-20T22:56:59.6549749Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T22:57:00.0536055Z Login Succeeded
2025-08-20T22:57:00.0544143Z 
2025-08-20T22:57:00.0544461Z [+] GITLAB is Exported
2025-08-20T22:57:00.2024976Z [git remote -v]
2025-08-20T22:57:00.5050726Z gitlab.com
2025-08-20T22:57:00.5051868Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T22:57:00.5052517Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T22:57:00.5052980Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T22:57:00.5053356Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T22:57:00.5053767Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T22:57:00.5054089Z   ✓ Token found: **************************
2025-08-20T22:57:00.5054248Z 
2025-08-20T22:57:00.5054610Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T22:57:00.5055080Z [git remote -v]
2025-08-20T22:57:00.5065056Z 2025/08/20 22:57:00 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T22:57:00.5065971Z git: exit status 128]
2025-08-20T22:57:00.7915123Z 
2025-08-20T22:57:00.7915134Z 
2025-08-20T22:57:00.7916014Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:57:00 PM)
2025-08-20T22:57:00.7916442Z 
2025-08-20T22:57:00.7916446Z 
2025-08-20T22:57:00.7916513Z [+] USER = runner
2025-08-20T22:57:00.7916688Z [+] HOME = /home/runner
2025-08-20T22:57:00.7918862Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/opt/google-cloud-sdk/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T22:57:00.7921351Z 
2025-08-20T22:57:00.9828427Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:57:00.9979274Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:57:01.1089301Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:57:01.2335821Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:57:01.3582921Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:57:01.4831727Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:57:02.3878912Z Reading package lists...
2025-08-20T22:57:02.4193523Z Reading package lists...
2025-08-20T22:57:02.6377375Z Building dependency tree...
2025-08-20T22:57:02.6386505Z Reading state information...
2025-08-20T22:57:02.9325772Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:57:02.9326178Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:57:02.9326553Z ca-certificates is already the newest version (20240203).
2025-08-20T22:57:02.9326880Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:57:02.9327216Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:57:02.9327528Z moreutils is already the newest version (0.69-1).
2025-08-20T22:57:02.9327892Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T22:57:02.9328288Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:57:02.9329087Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:57:03.1293155Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:57:03.1427210Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:57:03.1725566Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:57:03.2337871Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:57:03.2950876Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:57:03.3563781Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:57:04.2596292Z Reading package lists...
2025-08-20T22:57:04.2904220Z Reading package lists...
2025-08-20T22:57:04.5241237Z Building dependency tree...
2025-08-20T22:57:04.5247592Z Reading state information...
2025-08-20T22:57:04.7899180Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:57:04.7899684Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:57:04.7900104Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:57:04.7900839Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:57:04.7901230Z ca-certificates is already the newest version (20240203).
2025-08-20T22:57:04.7901643Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:57:04.7902075Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:57:04.7902722Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:57:04.7903075Z gawk set to manually installed.
2025-08-20T22:57:04.7903372Z git-lfs is already the newest version (3.6.1).
2025-08-20T22:57:04.7903743Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:57:04.7904139Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:57:04.7904484Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:57:04.7904851Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:57:04.7905284Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:57:04.7905667Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:57:04.7906038Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:57:04.7906387Z The following additional packages will be installed:
2025-08-20T22:57:04.7906827Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T22:57:04.7907325Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T22:57:04.7907846Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T22:57:04.7908301Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T22:57:04.7908813Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T22:57:04.7909243Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:57:04.7916668Z Suggested packages:
2025-08-20T22:57:04.7917238Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T22:57:04.7917740Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T22:57:04.7918287Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T22:57:04.7918794Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T22:57:04.7919259Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T22:57:04.7919729Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T22:57:04.7920135Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T22:57:04.8138778Z The following NEW packages will be installed:
2025-08-20T22:57:04.8140731Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T22:57:04.8141185Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T22:57:04.8141662Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T22:57:04.8142391Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T22:57:04.8142839Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T22:57:04.8147102Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T22:57:04.8148114Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:57:04.9587020Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:57:04.9587433Z Need to get 27.2 MB of archives.
2025-08-20T22:57:04.9587737Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T22:57:04.9588306Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T22:57:05.4750659Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T22:57:05.6031345Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T22:57:05.6683728Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T22:57:05.7301533Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T22:57:05.7923346Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T22:57:05.8596365Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T22:57:05.9258548Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T22:57:05.9938659Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T22:57:06.0560238Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T22:57:06.2738687Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T22:57:06.3366262Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T22:57:06.4011227Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T22:57:06.4633288Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T22:57:06.5252785Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T22:57:06.5873335Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T22:57:06.6492910Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T22:57:06.7331723Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 ghostscript arm64 10.02.1~dfsg1-0ubuntu7.7 [43.5 kB]
2025-08-20T22:57:06.8974612Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick-6.q16 arm64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T22:57:06.9603776Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick arm64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T22:57:07.0228150Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T22:57:07.0846832Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre21 arm64 3.5.28-2ubuntu0.24.04.1 [608 kB]
2025-08-20T22:57:07.1498563Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libimath-3-1-29t64 arm64 3.1.9-3.1ubuntu2 [68.2 kB]
2025-08-20T22:57:07.2121622Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T22:57:07.2747632Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr-tools arm64 1.2~git20170615.f752187-5.1ubuntu2 [16.0 kB]
2025-08-20T22:57:07.3366905Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenexr-3-1-30 arm64 3.1.5-5.1build3 [939 kB]
2025-08-20T22:57:07.4035292Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwmflite-0.2-7 arm64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T22:57:07.4657454Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmagickcore-6.q16-7-extra arm64 8:6.9.12.98+dfsg1-5.2build2 [67.7 kB]
2025-08-20T22:57:07.5279079Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T22:57:07.5902740Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T22:57:07.6523168Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T22:57:07.7146349Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T22:57:07.7768603Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T22:57:07.8498114Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T22:57:07.9137198Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T22:57:07.9792031Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T22:57:08.2235545Z Preconfiguring packages ...
2025-08-20T22:57:08.3491271Z Fetched 27.2 MB in 3s (8620 kB/s)
2025-08-20T22:57:08.4126138Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T22:57:08.4156821Z (Reading database ... 
2025-08-20T22:57:08.4157041Z (Reading database ... 5%
2025-08-20T22:57:08.4157262Z (Reading database ... 10%
2025-08-20T22:57:08.4157470Z (Reading database ... 15%
2025-08-20T22:57:08.4157673Z (Reading database ... 20%
2025-08-20T22:57:08.4157869Z (Reading database ... 25%
2025-08-20T22:57:08.4158103Z (Reading database ... 30%
2025-08-20T22:57:08.4158794Z (Reading database ... 35%
2025-08-20T22:57:08.4159001Z (Reading database ... 40%
2025-08-20T22:57:08.4159204Z (Reading database ... 45%
2025-08-20T22:57:08.4159402Z (Reading database ... 50%
2025-08-20T22:57:08.4178359Z (Reading database ... 55%
2025-08-20T22:57:08.4264923Z (Reading database ... 60%
2025-08-20T22:57:08.4302883Z (Reading database ... 65%
2025-08-20T22:57:08.4323288Z (Reading database ... 70%
2025-08-20T22:57:08.4361571Z (Reading database ... 75%
2025-08-20T22:57:08.4407157Z (Reading database ... 80%
2025-08-20T22:57:08.4664394Z (Reading database ... 85%
2025-08-20T22:57:08.4698923Z (Reading database ... 90%
2025-08-20T22:57:08.4838711Z (Reading database ... 95%
2025-08-20T22:57:08.4838959Z (Reading database ... 100%
2025-08-20T22:57:08.4839261Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T22:57:08.4891298Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T22:57:08.5203765Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:57:08.7111826Z Selecting previously unselected package poppler-data.
2025-08-20T22:57:08.7272500Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T22:57:08.7391488Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T22:57:08.8882493Z Selecting previously unselected package b3sum.
2025-08-20T22:57:08.9027222Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T22:57:08.9128364Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T22:57:08.9979981Z Selecting previously unselected package build-essential.
2025-08-20T22:57:09.0122864Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T22:57:09.0235139Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T22:57:09.1091072Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T22:57:09.1257599Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T22:57:09.1494813Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T22:57:09.2404909Z Selecting previously unselected package ccache.
2025-08-20T22:57:09.2557968Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T22:57:09.2662568Z Unpacking ccache (4.9.1-1) ...
2025-08-20T22:57:09.3678155Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T22:57:09.3819258Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T22:57:09.3924788Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T22:57:09.4737279Z Selecting previously unselected package xfonts-encodings.
2025-08-20T22:57:09.4900699Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T22:57:09.5005527Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:57:09.5878188Z Selecting previously unselected package xfonts-utils.
2025-08-20T22:57:09.6037877Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T22:57:09.6146563Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:57:09.7378747Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T22:57:09.7534503Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T22:57:09.8154721Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T22:57:09.9727169Z Selecting previously unselected package libgs-common.
2025-08-20T22:57:09.9892727Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:57:10.0017770Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:57:10.0816038Z Selecting previously unselected package libgs10-common.
2025-08-20T22:57:10.0972661Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:57:10.1072411Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:57:10.2277813Z Selecting previously unselected package libidn12:arm64.
2025-08-20T22:57:10.2427555Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T22:57:10.2561326Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T22:57:10.3491129Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T22:57:10.3630253Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T22:57:10.3734255Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T22:57:10.4717599Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T22:57:10.4883597Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T22:57:10.4990423Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T22:57:10.7922301Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T22:57:10.8067898Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T22:57:10.8171873Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T22:57:10.9075370Z Selecting previously unselected package libgs10:arm64.
2025-08-20T22:57:10.9249023Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T22:57:10.9363597Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:57:11.1529008Z Selecting previously unselected package ghostscript.
2025-08-20T22:57:11.1679551Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T22:57:11.1792632Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:57:11.2740925Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T22:57:11.2882870Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:57:11.2984674Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:57:11.4650145Z Selecting previously unselected package imagemagick.
2025-08-20T22:57:11.4810644Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:57:11.4961818Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:57:11.5734162Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T22:57:11.5877105Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T22:57:11.5980582Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:57:11.6823896Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T22:57:11.6984962Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:57:11.7088603Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:57:11.8037479Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T22:57:11.8205567Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T22:57:11.8323683Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:57:11.9242957Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T22:57:11.9416851Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T22:57:11.9523479Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:57:12.0320799Z Selecting previously unselected package libjxr-tools.
2025-08-20T22:57:12.0476067Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T22:57:12.0583352Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:57:12.1452101Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T22:57:12.1606697Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T22:57:12.1720764Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T22:57:12.2859616Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T22:57:12.3029398Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T22:57:12.3143536Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T22:57:12.3879944Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T22:57:12.4048051Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:57:12.4154870Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:57:12.5139228Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T22:57:12.5292570Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T22:57:12.5394301Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T22:57:12.6215713Z Selecting previously unselected package libpaper-utils.
2025-08-20T22:57:12.6366265Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T22:57:12.6466721Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T22:57:12.7189925Z Selecting previously unselected package libtool-bin.
2025-08-20T22:57:12.7350542Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T22:57:12.7450964Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T22:57:12.8379899Z Selecting previously unselected package lzip.
2025-08-20T22:57:12.8548605Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T22:57:12.8653373Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T22:57:12.9478835Z Selecting previously unselected package netpbm.
2025-08-20T22:57:12.9650269Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T22:57:12.9751498Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:57:13.2184751Z Selecting previously unselected package musl:arm64.
2025-08-20T22:57:13.2341934Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T22:57:13.2445895Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T22:57:13.3342655Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T22:57:13.3508048Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T22:57:13.3613318Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T22:57:13.4925186Z Selecting previously unselected package musl-tools.
2025-08-20T22:57:13.5084966Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T22:57:13.5191851Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T22:57:13.6133439Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T22:57:13.7654656Z 
2025-08-20T22:57:13.7655168Z Creating config file /etc/papersize with new version
2025-08-20T22:57:13.8622436Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T22:57:13.8941406Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T22:57:13.9340759Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T22:57:13.9644126Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T22:57:13.9945009Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:57:14.0250669Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T22:57:14.0546708Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T22:57:14.0853732Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T22:57:14.1685877Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:57:14.1985425Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T22:57:14.2279576Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T22:57:14.2516513Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T22:57:14.2607611Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T22:57:14.2699199Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T22:57:14.2879137Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:57:14.3189085Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:57:14.3492775Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T22:57:14.3793816Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:57:14.4088578Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:57:14.4334745Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T22:57:14.4427067Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T22:57:14.4529257Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T22:57:14.4622432Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T22:57:14.4722704Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T22:57:14.4819390Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T22:57:14.4919619Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T22:57:14.5015946Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T22:57:14.5114148Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T22:57:14.5210501Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T22:57:14.5310041Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T22:57:14.5420734Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T22:57:14.5524909Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T22:57:14.5621586Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T22:57:14.5723720Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T22:57:14.5832975Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T22:57:14.5937615Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T22:57:14.6031345Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T22:57:14.6134623Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T22:57:14.6227461Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T22:57:14.6329531Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T22:57:14.6422955Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T22:57:14.6606380Z Setting up b3sum (1.2.0-1) ...
2025-08-20T22:57:14.6907499Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T22:57:14.7419842Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T22:57:14.7724261Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:57:14.8285674Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:57:14.8590433Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T22:57:14.8914312Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:57:14.9223478Z Setting up ccache (4.9.1-1) ...
2025-08-20T22:57:14.9428907Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:57:14.9612000Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:57:14.9928036Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:57:15.0252512Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T22:57:15.0563646Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T22:57:15.0873517Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:57:15.1162621Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:57:15.1461523Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T22:57:15.3601239Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T22:57:15.3892997Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:57:15.4195335Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:57:15.4496408Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:57:15.4838830Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:57:15.5781738Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T22:57:16.1091319Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T22:57:17.5420829Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:57:17.5911016Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:57:20.3584150Z Reading package lists...
2025-08-20T22:57:20.5522284Z Building dependency tree...
2025-08-20T22:57:20.5529787Z Reading state information...
2025-08-20T22:57:20.7987449Z autoconf is already the newest version (2.71-3).
2025-08-20T22:57:20.7988452Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:57:20.7988877Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:57:20.7989216Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:57:20.7989562Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:57:20.7989945Z ca-certificates is already the newest version (20240203).
2025-08-20T22:57:20.7990266Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:57:20.7990883Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:57:20.7991193Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:57:20.7991502Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:57:20.7991823Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:57:20.7992585Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:57:20.7992871Z patch set to manually installed.
2025-08-20T22:57:20.7993144Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:57:20.7993474Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:57:20.7993784Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:57:20.7994085Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:57:20.7994358Z Suggested packages:
2025-08-20T22:57:20.7994528Z   scons-doc
2025-08-20T22:57:20.8139619Z The following NEW packages will be installed:
2025-08-20T22:57:20.8147364Z   autopoint byacc clang qemu-user-static scons
2025-08-20T22:57:21.1599756Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:57:21.1600118Z Need to get 17.8 MB of archives.
2025-08-20T22:57:21.1600611Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T22:57:21.1601155Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T22:57:21.9829486Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T22:57:22.1149135Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 qemu-user-static arm64 1:8.2.2+ds-0ubuntu1.9 [16.7 MB]
2025-08-20T22:57:23.3914264Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T22:57:23.6546454Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T22:57:23.9100797Z Fetched 17.8 MB in 3s (6288 kB/s)
2025-08-20T22:57:23.9433113Z Selecting previously unselected package autopoint.
2025-08-20T22:57:23.9464536Z (Reading database ... 
2025-08-20T22:57:23.9464772Z (Reading database ... 5%
2025-08-20T22:57:23.9464982Z (Reading database ... 10%
2025-08-20T22:57:23.9465188Z (Reading database ... 15%
2025-08-20T22:57:23.9465389Z (Reading database ... 20%
2025-08-20T22:57:23.9465589Z (Reading database ... 25%
2025-08-20T22:57:23.9465815Z (Reading database ... 30%
2025-08-20T22:57:23.9466034Z (Reading database ... 35%
2025-08-20T22:57:23.9466229Z (Reading database ... 40%
2025-08-20T22:57:23.9466421Z (Reading database ... 45%
2025-08-20T22:57:23.9466618Z (Reading database ... 50%
2025-08-20T22:57:23.9485787Z (Reading database ... 55%
2025-08-20T22:57:23.9569377Z (Reading database ... 60%
2025-08-20T22:57:23.9605856Z (Reading database ... 65%
2025-08-20T22:57:23.9619289Z (Reading database ... 70%
2025-08-20T22:57:23.9642555Z (Reading database ... 75%
2025-08-20T22:57:23.9758297Z (Reading database ... 80%
2025-08-20T22:57:23.9823936Z (Reading database ... 85%
2025-08-20T22:57:23.9849867Z (Reading database ... 90%
2025-08-20T22:57:23.9934703Z (Reading database ... 95%
2025-08-20T22:57:23.9935311Z (Reading database ... 100%
2025-08-20T22:57:23.9935630Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T22:57:23.9961002Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T22:57:24.0066773Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T22:57:24.1949646Z Selecting previously unselected package clang.
2025-08-20T22:57:24.2116195Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T22:57:24.2222118Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T22:57:24.3013124Z Selecting previously unselected package qemu-user-static.
2025-08-20T22:57:24.3157285Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T22:57:24.3260159Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:57:25.5406267Z Selecting previously unselected package scons.
2025-08-20T22:57:25.5577728Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T22:57:25.9039772Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T22:57:26.1030048Z Selecting previously unselected package byacc.
2025-08-20T22:57:26.1200704Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T22:57:26.1309540Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T22:57:26.2284220Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:57:26.2612985Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T22:57:26.3031379Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T22:57:26.3719739Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T22:57:26.7568095Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T22:57:26.7867260Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:57:28.1129542Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T22:57:29.3363841Z Reading package lists...
2025-08-20T22:57:29.5534050Z Building dependency tree...
2025-08-20T22:57:29.5541293Z Reading state information...
2025-08-20T22:57:29.7963884Z The following additional packages will be installed:
2025-08-20T22:57:29.7964439Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:57:29.7964812Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:57:29.7965245Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:57:29.7965725Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:57:29.7966181Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:57:29.7966611Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:57:29.7967064Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:57:29.7967879Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:57:29.7970078Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:57:29.7978512Z Suggested packages:
2025-08-20T22:57:29.7978808Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T22:57:29.7979204Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T22:57:29.7979621Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T22:57:29.7985856Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T22:57:29.7986279Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T22:57:29.7986696Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T22:57:29.7987161Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T22:57:29.7987643Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T22:57:29.7988023Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T22:57:29.7988239Z Recommended packages:
2025-08-20T22:57:29.7988520Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T22:57:29.7988951Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T22:57:29.7989359Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T22:57:29.7989726Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T22:57:29.7990096Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T22:57:29.8160866Z The following NEW packages will be installed:
2025-08-20T22:57:29.8161993Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:57:29.8162406Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:57:29.8162807Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:57:29.8163298Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:57:29.8163774Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:57:29.8164673Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:57:29.8165141Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:57:29.8165569Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:57:29.8168884Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:57:29.9575575Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:57:29.9576244Z Need to get 2409 kB of archives.
2025-08-20T22:57:29.9576583Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T22:57:29.9577103Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T22:57:30.0191658Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T22:57:30.0930827Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T22:57:30.2180433Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T22:57:30.2826957Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T22:57:30.3517579Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T22:57:30.4929135Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T22:57:30.6298996Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T22:57:30.8903368Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T22:57:31.0420635Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T22:57:31.2342909Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T22:57:31.3034019Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T22:57:31.3690697Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T22:57:31.4383758Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T22:57:31.5111362Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T22:57:31.5999095Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T22:57:31.6672402Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T22:57:31.9494033Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T22:57:32.0138883Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T22:57:32.0769127Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T22:57:32.1387812Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T22:57:32.2641793Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T22:57:32.3394101Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T22:57:32.4014737Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T22:57:32.4633185Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T22:57:32.5260082Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T22:57:32.5878785Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T22:57:32.6578620Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T22:57:32.7233338Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T22:57:32.7867578Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T22:57:33.1326227Z Fetched 2409 kB in 3s (793 kB/s)
2025-08-20T22:57:33.1634124Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T22:57:33.1667150Z (Reading database ... 
2025-08-20T22:57:33.1667389Z (Reading database ... 5%
2025-08-20T22:57:33.1667603Z (Reading database ... 10%
2025-08-20T22:57:33.1667838Z (Reading database ... 15%
2025-08-20T22:57:33.1668039Z (Reading database ... 20%
2025-08-20T22:57:33.1668238Z (Reading database ... 25%
2025-08-20T22:57:33.1668448Z (Reading database ... 30%
2025-08-20T22:57:33.1668647Z (Reading database ... 35%
2025-08-20T22:57:33.1668839Z (Reading database ... 40%
2025-08-20T22:57:33.1669040Z (Reading database ... 45%
2025-08-20T22:57:33.1669240Z (Reading database ... 50%
2025-08-20T22:57:33.1691139Z (Reading database ... 55%
2025-08-20T22:57:33.1786522Z (Reading database ... 60%
2025-08-20T22:57:33.1829504Z (Reading database ... 65%
2025-08-20T22:57:33.1844672Z (Reading database ... 70%
2025-08-20T22:57:33.1870610Z (Reading database ... 75%
2025-08-20T22:57:33.2004195Z (Reading database ... 80%
2025-08-20T22:57:33.2080904Z (Reading database ... 85%
2025-08-20T22:57:33.2111049Z (Reading database ... 90%
2025-08-20T22:57:33.2208577Z (Reading database ... 95%
2025-08-20T22:57:33.2208816Z (Reading database ... 100%
2025-08-20T22:57:33.2209121Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T22:57:33.2246911Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T22:57:33.2380049Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:57:33.3212471Z Selecting previously unselected package libfile-which-perl.
2025-08-20T22:57:33.3382547Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T22:57:33.3498371Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T22:57:33.4277314Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T22:57:33.4441290Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T22:57:33.4542419Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T22:57:33.5351848Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T22:57:33.5511170Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T22:57:33.5611670Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T22:57:33.6371803Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T22:57:33.6528249Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T22:57:33.6652066Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:57:34.2433499Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T22:57:34.2603159Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T22:57:34.2712142Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:57:34.3452021Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T22:57:34.3618199Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T22:57:34.3730542Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T22:57:34.4517163Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T22:57:34.4687940Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T22:57:34.4806875Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:57:34.5554302Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T22:57:34.5709970Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T22:57:34.5813884Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T22:57:34.6605761Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T22:57:34.6768064Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T22:57:34.6878539Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T22:57:34.7639188Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T22:57:34.7797881Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T22:57:34.7907089Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:57:34.8681927Z Selecting previously unselected package libimport-into-perl.
2025-08-20T22:57:34.8834648Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T22:57:34.8961286Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T22:57:34.9714501Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T22:57:34.9859015Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T22:57:34.9960393Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T22:57:35.0697180Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T22:57:35.0861683Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T22:57:35.0964880Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:57:35.1681967Z Selecting previously unselected package libmoo-perl.
2025-08-20T22:57:35.1855233Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T22:57:35.1970718Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T22:57:35.2721393Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T22:57:35.2870607Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T22:57:35.2971561Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T22:57:35.3729196Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T22:57:35.3891958Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T22:57:35.4764825Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T22:57:35.5572497Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T22:57:35.5922950Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T22:57:35.7235652Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:57:35.8087374Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T22:57:35.8233036Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T22:57:35.8343654Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:57:35.9043185Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T22:57:35.9195401Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T22:57:35.9310201Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T22:57:36.0191903Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T22:57:36.0359276Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T22:57:36.0472169Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T22:57:36.1348217Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T22:57:36.1498457Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T22:57:36.1604496Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:57:36.2432648Z Selecting previously unselected package libnet-http-perl.
2025-08-20T22:57:36.2579462Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T22:57:36.2678475Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T22:57:36.3444592Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T22:57:36.3597366Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T22:57:36.3699097Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:57:36.6594087Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T22:57:36.6748373Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T22:57:36.6852447Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T22:57:36.7550193Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T22:57:36.7707712Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T22:57:36.7818062Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:57:36.8603418Z Selecting previously unselected package libwww-perl.
2025-08-20T22:57:36.8774306Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T22:57:36.8876665Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T22:57:36.9635181Z Selecting previously unselected package patchutils.
2025-08-20T22:57:36.9797155Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T22:57:36.9916576Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T22:57:37.0702633Z Selecting previously unselected package wdiff.
2025-08-20T22:57:37.0847647Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T22:57:37.0948352Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T22:57:37.2135675Z Selecting previously unselected package devscripts.
2025-08-20T22:57:37.2289321Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T22:57:37.2560172Z Unpacking devscripts (2.23.7) ...
2025-08-20T22:57:37.3939520Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T22:57:37.4245948Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:57:37.4569290Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T22:57:37.4876452Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T22:57:37.5169082Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:57:37.5495861Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:57:37.5815921Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:57:37.6133142Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T22:57:37.6462190Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T22:57:37.6789048Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T22:57:37.7083250Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T22:57:37.7386957Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T22:57:37.7687417Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T22:57:37.7995265Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:57:37.9325591Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T22:57:37.9630814Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:57:37.9953223Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:57:38.0263075Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:57:38.0576204Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T22:57:38.0909607Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T22:57:38.1232441Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T22:57:38.1563605Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T22:57:38.1885250Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:57:38.2209707Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T22:57:38.2535802Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:57:38.2848798Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T22:57:38.3162404Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T22:57:38.3504022Z Setting up libwww-perl (6.76-1) ...
2025-08-20T22:57:38.3807903Z Setting up devscripts (2.23.7) ...
2025-08-20T22:57:38.5330565Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:57:38.5659587Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:57:40.5150598Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:57:41.9951209Z Reading package lists...
2025-08-20T22:57:42.2212242Z Building dependency tree...
2025-08-20T22:57:42.2220166Z Reading state information...
2025-08-20T22:57:42.4758635Z The following additional packages will be installed:
2025-08-20T22:57:42.4765324Z   cmake-data libjsoncpp25 librhash0
2025-08-20T22:57:42.4774173Z Suggested packages:
2025-08-20T22:57:42.4774391Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T22:57:42.4934777Z The following NEW packages will be installed:
2025-08-20T22:57:42.4943804Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T22:57:42.8896802Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:57:42.8897175Z Need to get 12.7 MB of archives.
2025-08-20T22:57:42.8897783Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T22:57:42.8898345Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T22:57:43.3495505Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T22:57:43.6374080Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T22:57:44.2975206Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T22:57:45.8104225Z Fetched 12.7 MB in 3s (4136 kB/s)
2025-08-20T22:57:45.9210966Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T22:57:45.9246075Z (Reading database ... 
2025-08-20T22:57:45.9246292Z (Reading database ... 5%
2025-08-20T22:57:45.9246492Z (Reading database ... 10%
2025-08-20T22:57:45.9246691Z (Reading database ... 15%
2025-08-20T22:57:45.9246889Z (Reading database ... 20%
2025-08-20T22:57:45.9247085Z (Reading database ... 25%
2025-08-20T22:57:45.9247279Z (Reading database ... 30%
2025-08-20T22:57:45.9247474Z (Reading database ... 35%
2025-08-20T22:57:45.9248070Z (Reading database ... 40%
2025-08-20T22:57:45.9248265Z (Reading database ... 45%
2025-08-20T22:57:45.9248455Z (Reading database ... 50%
2025-08-20T22:57:45.9269079Z (Reading database ... 55%
2025-08-20T22:57:45.9357317Z (Reading database ... 60%
2025-08-20T22:57:45.9396334Z (Reading database ... 65%
2025-08-20T22:57:45.9411002Z (Reading database ... 70%
2025-08-20T22:57:45.9435099Z (Reading database ... 75%
2025-08-20T22:57:45.9555408Z (Reading database ... 80%
2025-08-20T22:57:45.9625263Z (Reading database ... 85%
2025-08-20T22:57:45.9653623Z (Reading database ... 90%
2025-08-20T22:57:45.9744655Z (Reading database ... 95%
2025-08-20T22:57:45.9744882Z (Reading database ... 100%
2025-08-20T22:57:45.9745177Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T22:57:45.9776054Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T22:57:45.9982690Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T22:57:46.0877322Z Selecting previously unselected package librhash0:arm64.
2025-08-20T22:57:46.1020937Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T22:57:46.1124547Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T22:57:46.2124433Z Selecting previously unselected package cmake-data.
2025-08-20T22:57:46.2271708Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T22:57:46.2436752Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T22:57:47.1842369Z Selecting previously unselected package cmake.
2025-08-20T22:57:47.2018225Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T22:57:47.2130945Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T22:57:47.6055048Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T22:57:47.8332845Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T22:57:47.8720621Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T22:57:47.9084584Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T22:57:47.9395319Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:57:49.3772247Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:57:50.5173252Z Reading package lists...
2025-08-20T22:57:50.7302300Z Building dependency tree...
2025-08-20T22:57:50.7308759Z Reading state information...
2025-08-20T22:57:51.0117769Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:57:51.0118177Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:57:51.0118494Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:57:51.0119192Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:57:51.0119514Z b3sum is already the newest version (1.2.0-1).
2025-08-20T22:57:51.0119831Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:57:51.0120181Z ca-certificates is already the newest version (20240203).
2025-08-20T22:57:51.0120673Z ccache is already the newest version (4.9.1-1).
2025-08-20T22:57:51.0121009Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:57:51.0121339Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:57:51.0121634Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:57:51.0121922Z git-lfs is already the newest version (3.6.1).
2025-08-20T22:57:51.0122262Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T22:57:51.0122648Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T22:57:51.0122959Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:57:51.0123280Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:57:51.0123599Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:57:51.0123908Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:57:51.0124185Z musl is already the newest version (1.2.4-2).
2025-08-20T22:57:51.0124459Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T22:57:51.0124799Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T22:57:51.0125390Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:57:51.0125734Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:57:51.0126050Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:57:51.0126354Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:57:51.0126695Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:57:51.0319472Z Reading package lists...
2025-08-20T22:57:51.2699056Z Building dependency tree...
2025-08-20T22:57:51.2707957Z Reading state information...
2025-08-20T22:57:51.5632380Z autoconf is already the newest version (2.71-3).
2025-08-20T22:57:51.5632807Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:57:51.5633158Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T22:57:51.5633499Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:57:51.5633828Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:57:51.5634193Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:57:51.5634534Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T22:57:51.5634857Z ca-certificates is already the newest version (20240203).
2025-08-20T22:57:51.5635177Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T22:57:51.5635485Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:57:51.5635787Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:57:51.5636103Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:57:51.5636417Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:57:51.5636746Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:57:51.5637062Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:57:51.5637380Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:57:51.5637712Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:57:51.5638092Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:57:51.5638447Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:57:51.5638746Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:57:51.5639052Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:57:51.5639394Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:57:51.5830497Z Reading package lists...
2025-08-20T22:57:51.8037221Z Building dependency tree...
2025-08-20T22:57:51.8043911Z Reading state information...
2025-08-20T22:57:52.0746255Z devscripts is already the newest version (2.23.7).
2025-08-20T22:57:52.0746658Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:57:52.0940681Z Reading package lists...
2025-08-20T22:57:52.3234213Z Building dependency tree...
2025-08-20T22:57:52.3241039Z Reading state information...
2025-08-20T22:57:52.6105862Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T22:57:52.6106254Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:57:52.6302776Z Reading package lists...
2025-08-20T22:57:52.8617164Z Building dependency tree...
2025-08-20T22:57:52.8626806Z Reading state information...
2025-08-20T22:57:53.1363572Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:57:53.1364038Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T22:57:53.1791373Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:57:53.2266156Z Reading package lists...
2025-08-20T22:57:53.4634305Z Building dependency tree...
2025-08-20T22:57:53.4642014Z Reading state information...
2025-08-20T22:57:53.7220622Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T22:57:53.7221545Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T22:57:53.7221939Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:57:53.7222749Z The following additional packages will be installed:
2025-08-20T22:57:53.7223086Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:57:53.7223497Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T22:57:53.7223950Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:57:53.7224344Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:57:53.7224736Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:57:53.7225186Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:57:53.7225606Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T22:57:53.7226019Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:57:53.7226395Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T22:57:53.7226792Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T22:57:53.7227224Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T22:57:53.7227576Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T22:57:53.7227954Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:57:53.7228401Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T22:57:53.7231824Z   linux-libc-dev-armhf-cross
2025-08-20T22:57:53.7238332Z Suggested packages:
2025-08-20T22:57:53.7238757Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T22:57:53.7239142Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T22:57:53.7578734Z The following NEW packages will be installed:
2025-08-20T22:57:53.7579112Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:57:53.7579522Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T22:57:53.7580028Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:57:53.7580635Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T22:57:53.7581018Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T22:57:53.7581415Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T22:57:53.7581833Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T22:57:53.7582450Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:57:53.7583344Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T22:57:53.7583842Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T22:57:53.7584329Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T22:57:53.7584823Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T22:57:53.7585266Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:57:53.7585727Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T22:57:53.7587688Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T22:57:54.0412309Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:57:54.0412675Z Need to get 112 MB of archives.
2025-08-20T22:57:54.0412975Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T22:57:54.0413680Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:57:54.4546709Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 cpp-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [9910 kB]
2025-08-20T22:57:55.6187147Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:57:55.7501858Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 cpp-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [9911 kB]
2025-08-20T22:57:56.8152554Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 cpp-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [4456 B]
2025-08-20T22:57:56.9462504Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cpp-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [5328 B]
2025-08-20T22:57:57.0775951Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 binutils-arm-linux-gnueabi arm64 2.42-4ubuntu2.5 [3449 kB]
2025-08-20T22:57:57.7347637Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T22:57:57.8659268Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T22:57:57.9974957Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T22:57:58.3901928Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T22:57:58.6408643Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T22:57:59.2045914Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T22:57:59.3363409Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T22:58:00.0655337Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T22:58:00.3625251Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T22:58:00.7451898Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T22:58:01.1205802Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T22:58:02.4025116Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T22:58:02.7803090Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T22:58:03.1594243Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T22:58:03.6649007Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 g++-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T22:58:04.9208538Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 binutils-arm-linux-gnueabihf arm64 2.42-4ubuntu2.5 [3450 kB]
2025-08-20T22:58:06.0923123Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T22:58:06.2185718Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T22:58:06.3448968Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T22:58:06.7305989Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T22:58:06.8565692Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T22:58:06.9844672Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T22:58:07.1101681Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T22:58:07.7361792Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T22:58:07.9948805Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T22:58:08.3772131Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T22:58:08.8922904Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T22:58:10.6065022Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T22:58:11.0010761Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T22:58:11.3956182Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T22:58:11.9220513Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 g++-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T22:58:13.1075711Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 gcc-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T22:58:13.2382774Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 g++-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [946 B]
2025-08-20T22:58:13.3689626Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 gcc-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [1232 B]
2025-08-20T22:58:13.4999004Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 g++-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T22:58:13.7855441Z Fetched 112 MB in 20s (5688 kB/s)
2025-08-20T22:58:13.8152082Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T22:58:13.8185781Z (Reading database ... 
2025-08-20T22:58:13.8186043Z (Reading database ... 5%
2025-08-20T22:58:13.8186247Z (Reading database ... 10%
2025-08-20T22:58:13.8186447Z (Reading database ... 15%
2025-08-20T22:58:13.8186648Z (Reading database ... 20%
2025-08-20T22:58:13.8186841Z (Reading database ... 25%
2025-08-20T22:58:13.8187930Z (Reading database ... 30%
2025-08-20T22:58:13.8188530Z (Reading database ... 35%
2025-08-20T22:58:13.8188755Z (Reading database ... 40%
2025-08-20T22:58:13.8188955Z (Reading database ... 45%
2025-08-20T22:58:13.8189158Z (Reading database ... 50%
2025-08-20T22:58:13.8207322Z (Reading database ... 55%
2025-08-20T22:58:13.8294924Z (Reading database ... 60%
2025-08-20T22:58:13.8336074Z (Reading database ... 65%
2025-08-20T22:58:13.8351036Z (Reading database ... 70%
2025-08-20T22:58:13.8376706Z (Reading database ... 75%
2025-08-20T22:58:13.8503613Z (Reading database ... 80%
2025-08-20T22:58:13.8579074Z (Reading database ... 85%
2025-08-20T22:58:13.8609543Z (Reading database ... 90%
2025-08-20T22:58:13.8716743Z (Reading database ... 95%
2025-08-20T22:58:13.8716969Z (Reading database ... 100%
2025-08-20T22:58:13.8717262Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T22:58:13.8752411Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:58:13.8858234Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:13.9600426Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T22:58:13.9744405Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:58:13.9867355Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:14.2228226Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T22:58:14.2384169Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:58:14.2490683Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:14.3320257Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T22:58:14.3467498Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:58:14.3588781Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:14.6259379Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T22:58:14.6428402Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:58:14.6531862Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:58:14.7230834Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T22:58:14.7390223Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:58:14.7493970Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:58:14.8317019Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T22:58:14.8481416Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T22:58:14.8682811Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:58:14.9997464Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T22:58:15.0177001Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:15.0289850Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:15.1028449Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T22:58:15.1200780Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:15.1322724Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:15.2136681Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T22:58:15.2292393Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:58:15.2405671Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:58:15.3407513Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T22:58:15.3565130Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:15.3664877Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:15.4442572Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T22:58:15.4615447Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:15.4714483Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:15.5519340Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T22:58:15.5695135Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:15.5799699Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:15.6576016Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T22:58:15.6729853Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:15.6840627Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:15.8904266Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T22:58:15.9066460Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:15.9166506Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:16.0124476Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T22:58:16.0293052Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:16.0409024Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:16.1303260Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T22:58:16.1460999Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:16.4059470Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:16.5285788Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T22:58:16.5455339Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:58:16.5648985Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:17.0083886Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T22:58:17.0236674Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:58:17.0337043Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:58:17.3050403Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T22:58:17.3226895Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:58:17.3329605Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:58:17.4659805Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T22:58:17.4813606Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:17.4917904Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:17.7157424Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T22:58:17.7324554Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:58:17.7452067Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:18.0008756Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T22:58:18.0158779Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T22:58:18.0260080Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:58:18.1608102Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T22:58:18.1763473Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:18.1865439Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:18.2622997Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T22:58:18.2793546Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:18.2911781Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:18.3672280Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T22:58:18.3830165Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:58:18.3934556Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:58:18.4957470Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T22:58:18.5112822Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:18.5222798Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:18.6026052Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T22:58:18.6175631Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:18.6277165Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:18.7114367Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T22:58:18.7290903Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:18.7444199Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:18.8257830Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T22:58:18.8423502Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:18.8526785Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:18.9879076Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T22:58:19.0043093Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:19.0147594Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:19.1084698Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T22:58:19.1262310Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:19.1407020Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:19.2335448Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T22:58:19.2497121Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:19.2613116Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:19.3741146Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T22:58:19.3894833Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:58:19.4023232Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:19.7815061Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T22:58:19.7961200Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:58:19.8061783Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:58:20.0587081Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T22:58:20.0767525Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:58:20.0887592Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:58:20.2267702Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T22:58:20.2440581Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:58:20.2626379Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:20.5149915Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T22:58:20.5333387Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:58:20.5486329Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:20.9474776Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T22:58:20.9633763Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:58:21.0482806Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:58:21.2424184Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T22:58:21.2580947Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:58:21.3552651Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:58:21.5161155Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T22:58:21.5336602Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:58:21.5442347Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:58:21.6105052Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T22:58:21.6277784Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:58:21.6387538Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:58:21.7316104Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:58:21.7628515Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:58:21.7944156Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:21.8413004Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:21.8748846Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:21.9074451Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:58:21.9542112Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:21.9856517Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:58:22.0157826Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:58:22.0461648Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:22.0756836Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:22.1063641Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:58:22.1381505Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:58:22.1676731Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:22.1980540Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:22.2377157Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:22.2672332Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:22.3001761Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:22.3293862Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:22.3605311Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:22.3919978Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:58:22.4229952Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:22.4537003Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:22.4844377Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:58:22.6813844Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:22.7708181Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:22.8031206Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:22.8330661Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:58:22.8634028Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:22.8958214Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:58:22.9280979Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:22.9593418Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:22.9916758Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:23.0221595Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:23.0533353Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:58:23.0840734Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:23.1158272Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:23.1491551Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:23.1779049Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:58:23.2084167Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:58:23.2418853Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:58:23.2714199Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:58:23.3031251Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T22:58:23.3147624Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:58:23.3315623Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:58:24.7450491Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:58:26.0209570Z Reading package lists...
2025-08-20T22:58:26.2226126Z Building dependency tree...
2025-08-20T22:58:26.2236060Z Reading state information...
2025-08-20T22:58:26.4665181Z The following additional packages will be installed:
2025-08-20T22:58:26.4666181Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:58:26.4669676Z   libpcap0.8-dev
2025-08-20T22:58:26.4957274Z The following NEW packages will be installed:
2025-08-20T22:58:26.4957741Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:58:26.4964291Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T22:58:26.5167885Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:58:26.9852462Z Need to get 1640 kB of archives.
2025-08-20T22:58:26.9852842Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T22:58:26.9853457Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdbus-1-dev arm64 1.14.10-4ubuntu4.1 [200 kB]
2025-08-20T22:58:27.6306108Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T22:58:27.8025853Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-3-dev arm64 3.7.0-0.3build1.1 [105 kB]
2025-08-20T22:58:27.9742134Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-route-3-dev arm64 3.7.0-0.3build1.1 [225 kB]
2025-08-20T22:58:28.2602963Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T22:58:28.6920566Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T22:58:28.9476978Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T22:58:29.0729511Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T22:58:29.3432286Z Fetched 1640 kB in 3s (644 kB/s)
2025-08-20T22:58:29.3908240Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T22:58:29.3943065Z (Reading database ... 
2025-08-20T22:58:29.3943311Z (Reading database ... 5%
2025-08-20T22:58:29.3943533Z (Reading database ... 10%
2025-08-20T22:58:29.3943733Z (Reading database ... 15%
2025-08-20T22:58:29.3943930Z (Reading database ... 20%
2025-08-20T22:58:29.3944125Z (Reading database ... 25%
2025-08-20T22:58:29.3944321Z (Reading database ... 30%
2025-08-20T22:58:29.3944933Z (Reading database ... 35%
2025-08-20T22:58:29.3945150Z (Reading database ... 40%
2025-08-20T22:58:29.3945349Z (Reading database ... 45%
2025-08-20T22:58:29.3945544Z (Reading database ... 50%
2025-08-20T22:58:29.3965806Z (Reading database ... 55%
2025-08-20T22:58:29.4055754Z (Reading database ... 60%
2025-08-20T22:58:29.4091393Z (Reading database ... 65%
2025-08-20T22:58:29.4108522Z (Reading database ... 70%
2025-08-20T22:58:29.4134238Z (Reading database ... 75%
2025-08-20T22:58:29.4252171Z (Reading database ... 80%
2025-08-20T22:58:29.4324490Z (Reading database ... 85%
2025-08-20T22:58:29.4350546Z (Reading database ... 90%
2025-08-20T22:58:29.4456892Z (Reading database ... 95%
2025-08-20T22:58:29.4457130Z (Reading database ... 100%
2025-08-20T22:58:29.4457430Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T22:58:29.4489037Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T22:58:29.4594379Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:58:29.5690962Z Selecting previously unselected package libjudydebian1.
2025-08-20T22:58:29.5854150Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T22:58:29.6056494Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:58:29.6833938Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T22:58:29.6992459Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T22:58:29.7093341Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:58:29.7961050Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T22:58:29.8138353Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T22:58:29.8243467Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:58:29.9054556Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T22:58:29.9213658Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T22:58:29.9326119Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T22:58:30.0512817Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T22:58:30.0675582Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T22:58:30.0808587Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:58:30.1693592Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T22:58:30.1883665Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T22:58:30.1991613Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:58:30.3139246Z Selecting previously unselected package pcaputils.
2025-08-20T22:58:30.3314132Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T22:58:30.3444311Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T22:58:30.4415838Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:58:30.4734686Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:58:30.6847222Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:58:30.7168184Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T22:58:30.7659075Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T22:58:31.0031287Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:58:31.0378715Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T22:58:31.0717984Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:58:31.1155775Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:58:32.8001905Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:58:32.8588614Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:58:32.8905378Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:58:34.1830726Z Reading package lists...
2025-08-20T22:58:34.4192308Z Building dependency tree...
2025-08-20T22:58:34.4200945Z Reading state information...
2025-08-20T22:58:34.4649481Z Reading package lists...
2025-08-20T22:58:34.6768844Z Building dependency tree...
2025-08-20T22:58:34.6776501Z Reading state information...
2025-08-20T22:58:34.9097621Z The following additional packages will be installed:
2025-08-20T22:58:34.9102336Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T22:58:34.9109524Z Suggested packages:
2025-08-20T22:58:34.9109882Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T22:58:34.9110253Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T22:58:34.9280777Z The following NEW packages will be installed:
2025-08-20T22:58:34.9282053Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T22:58:34.9287031Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T22:58:35.1993977Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:58:35.1994351Z Need to get 801 kB of archives.
2025-08-20T22:58:35.1994689Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T22:58:35.1995175Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T22:58:35.3534432Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T22:58:35.4802413Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T22:58:35.6924191Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T22:58:35.7597462Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-pkg-config-dev arm64 0.3.27-1 [21.5 kB]
2025-08-20T22:58:35.8232518Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 liblzma-dev arm64 5.6.1+really5.4.5-1ubuntu0.2 [178 kB]
2025-08-20T22:58:35.9029317Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-lzma-sys-dev arm64 0.1.20-1 [10.9 kB]
2025-08-20T22:58:35.9645550Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T22:58:36.0301710Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T22:58:36.2978390Z Fetched 801 kB in 1s (732 kB/s)
2025-08-20T22:58:36.3403131Z Selecting previously unselected package liblz1:arm64.
2025-08-20T22:58:36.3438194Z (Reading database ... 
2025-08-20T22:58:36.3438425Z (Reading database ... 5%
2025-08-20T22:58:36.3438633Z (Reading database ... 10%
2025-08-20T22:58:36.3438836Z (Reading database ... 15%
2025-08-20T22:58:36.3439035Z (Reading database ... 20%
2025-08-20T22:58:36.3439241Z (Reading database ... 25%
2025-08-20T22:58:36.3439437Z (Reading database ... 30%
2025-08-20T22:58:36.3439634Z (Reading database ... 35%
2025-08-20T22:58:36.3439829Z (Reading database ... 40%
2025-08-20T22:58:36.3440026Z (Reading database ... 45%
2025-08-20T22:58:36.3440222Z (Reading database ... 50%
2025-08-20T22:58:36.3461605Z (Reading database ... 55%
2025-08-20T22:58:36.3555056Z (Reading database ... 60%
2025-08-20T22:58:36.3591939Z (Reading database ... 65%
2025-08-20T22:58:36.3609367Z (Reading database ... 70%
2025-08-20T22:58:36.3636933Z (Reading database ... 75%
2025-08-20T22:58:36.3762529Z (Reading database ... 80%
2025-08-20T22:58:36.3835541Z (Reading database ... 85%
2025-08-20T22:58:36.3863228Z (Reading database ... 90%
2025-08-20T22:58:36.3973157Z (Reading database ... 95%
2025-08-20T22:58:36.3973384Z (Reading database ... 100%
2025-08-20T22:58:36.3973683Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T22:58:36.4004757Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T22:58:36.4212572Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T22:58:36.4980198Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T22:58:36.5167545Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T22:58:36.5275849Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T22:58:36.6101724Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T22:58:36.6261573Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T22:58:36.6372413Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T22:58:36.7461350Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T22:58:36.7617063Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T22:58:36.7718431Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T22:58:36.8535576Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T22:58:36.8703262Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T22:58:36.8815565Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T22:58:36.9675479Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T22:58:36.9851046Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T22:58:36.9952890Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:58:37.0745680Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T22:58:37.0915204Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T22:58:37.1028740Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T22:58:37.1884809Z Selecting previously unselected package lzma.
2025-08-20T22:58:37.2038957Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T22:58:37.2140996Z Unpacking lzma (9.22-2.2) ...
2025-08-20T22:58:37.2993301Z Selecting previously unselected package lzma-dev.
2025-08-20T22:58:37.3145611Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T22:58:37.3272303Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T22:58:37.4257892Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T22:58:37.4569722Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T22:58:37.4905049Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T22:58:37.5217146Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T22:58:37.5538042Z Setting up lzma (9.22-2.2) ...
2025-08-20T22:58:37.5772595Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T22:58:37.5964281Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T22:58:37.6264423Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:58:37.6573594Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T22:58:37.6902699Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T22:58:37.7222438Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:58:37.7670747Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:58:39.2217622Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:58:40.5606980Z Reading package lists...
2025-08-20T22:58:40.7772768Z Building dependency tree...
2025-08-20T22:58:40.7781882Z Reading state information...
2025-08-20T22:58:41.0774684Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T22:58:41.0775155Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T22:58:41.0775488Z inetutils-telnet set to manually installed.
2025-08-20T22:58:41.0775796Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T22:58:41.0776129Z The following additional packages will be installed:
2025-08-20T22:58:41.0776421Z   tcpd update-inetd
2025-08-20T22:58:41.0941013Z The following packages will be REMOVED:
2025-08-20T22:58:41.0947352Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T22:58:41.0948532Z The following NEW packages will be installed:
2025-08-20T22:58:41.0949005Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T22:58:41.0949415Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T22:58:41.0955993Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T22:58:41.2375174Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T22:58:41.2375938Z Need to get 691 kB of archives.
2025-08-20T22:58:41.2376207Z After this operation, 987 kB disk space will be freed.
2025-08-20T22:58:41.4405948Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T22:58:41.4406618Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T22:58:41.5158189Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T22:58:41.5912295Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T22:58:41.6801335Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T22:58:41.7952080Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T22:58:41.8895029Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T22:58:41.9766945Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T22:58:42.0567748Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T22:58:42.1322672Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T22:58:42.2183670Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T22:58:42.3130823Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T22:58:42.3988218Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T22:58:42.6373868Z Preconfiguring packages ...
2025-08-20T22:58:42.7553655Z Fetched 691 kB in 1s (527 kB/s)
2025-08-20T22:58:42.8726094Z (Reading database ... 
2025-08-20T22:58:42.8726380Z (Reading database ... 5%
2025-08-20T22:58:42.8726583Z (Reading database ... 10%
2025-08-20T22:58:42.8726790Z (Reading database ... 15%
2025-08-20T22:58:42.8727620Z (Reading database ... 20%
2025-08-20T22:58:42.8727867Z (Reading database ... 25%
2025-08-20T22:58:42.8728067Z (Reading database ... 30%
2025-08-20T22:58:42.8728293Z (Reading database ... 35%
2025-08-20T22:58:42.8728515Z (Reading database ... 40%
2025-08-20T22:58:42.8728711Z (Reading database ... 45%
2025-08-20T22:58:42.8728909Z (Reading database ... 50%
2025-08-20T22:58:42.8749664Z (Reading database ... 55%
2025-08-20T22:58:42.8840925Z (Reading database ... 60%
2025-08-20T22:58:42.8881726Z (Reading database ... 65%
2025-08-20T22:58:42.8900602Z (Reading database ... 70%
2025-08-20T22:58:42.8928992Z (Reading database ... 75%
2025-08-20T22:58:42.9055696Z (Reading database ... 80%
2025-08-20T22:58:42.9133706Z (Reading database ... 85%
2025-08-20T22:58:42.9163041Z (Reading database ... 90%
2025-08-20T22:58:42.9281994Z (Reading database ... 95%
2025-08-20T22:58:42.9282214Z (Reading database ... 100%
2025-08-20T22:58:42.9282518Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T22:58:42.9320993Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T22:58:43.0453886Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T22:58:43.3485939Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T22:58:43.9290056Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T22:58:43.9326387Z (Reading database ... 
2025-08-20T22:58:43.9326765Z (Reading database ... 5%
2025-08-20T22:58:43.9327129Z (Reading database ... 10%
2025-08-20T22:58:43.9327364Z (Reading database ... 15%
2025-08-20T22:58:43.9327567Z (Reading database ... 20%
2025-08-20T22:58:43.9327764Z (Reading database ... 25%
2025-08-20T22:58:43.9327963Z (Reading database ... 30%
2025-08-20T22:58:43.9328159Z (Reading database ... 35%
2025-08-20T22:58:43.9328354Z (Reading database ... 40%
2025-08-20T22:58:43.9328940Z (Reading database ... 45%
2025-08-20T22:58:43.9329151Z (Reading database ... 50%
2025-08-20T22:58:43.9351407Z (Reading database ... 55%
2025-08-20T22:58:43.9444980Z (Reading database ... 60%
2025-08-20T22:58:43.9488386Z (Reading database ... 65%
2025-08-20T22:58:43.9507989Z (Reading database ... 70%
2025-08-20T22:58:43.9538078Z (Reading database ... 75%
2025-08-20T22:58:43.9672517Z (Reading database ... 80%
2025-08-20T22:58:43.9753179Z (Reading database ... 85%
2025-08-20T22:58:43.9784714Z (Reading database ... 90%
2025-08-20T22:58:43.9914198Z (Reading database ... 95%
2025-08-20T22:58:43.9914412Z (Reading database ... 100%
2025-08-20T22:58:43.9914709Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T22:58:43.9957812Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:58:44.0102982Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:58:44.0921315Z Selecting previously unselected package tcpd.
2025-08-20T22:58:44.1082740Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T22:58:44.1185790Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T22:58:44.2309050Z Selecting previously unselected package update-inetd.
2025-08-20T22:58:44.2471854Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T22:58:44.2574624Z Unpacking update-inetd (4.53) ...
2025-08-20T22:58:44.5659044Z Selecting previously unselected package inetutils-inetd.
2025-08-20T22:58:44.5818530Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:58:44.5989697Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:58:44.6967239Z Selecting previously unselected package inetutils-ftp.
2025-08-20T22:58:44.7166442Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:58:44.7313015Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:58:44.8575147Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T22:58:44.8773280Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:58:44.8882882Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:58:44.9816297Z Selecting previously unselected package inetutils-ping.
2025-08-20T22:58:44.9977212Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:58:45.0081000Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:58:45.1723741Z Selecting previously unselected package inetutils-talk.
2025-08-20T22:58:45.1906500Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:58:45.2321277Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:58:45.3283764Z Selecting previously unselected package inetutils-talkd.
2025-08-20T22:58:45.3460763Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:58:45.3569207Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:58:45.4550888Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T22:58:45.4714907Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:58:45.4844606Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:58:45.5638966Z Selecting previously unselected package inetutils-tools.
2025-08-20T22:58:45.5804127Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:58:45.6121356Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:58:46.0031723Z Selecting previously unselected package netcat-traditional.
2025-08-20T22:58:46.0186917Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T22:58:46.0305874Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T22:58:46.2290073Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T22:58:46.2468934Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:58:46.2572360Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:58:46.3626424Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T22:58:46.4055635Z Setting up update-inetd (4.53) ...
2025-08-20T22:58:46.5162731Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:58:46.5410572Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T22:58:46.5590829Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:58:46.9098551Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:58:46.9099006Z 
2025-08-20T22:58:46.9099112Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T22:58:46.9099302Z 
2025-08-20T22:58:46.9099672Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:58:46.9100042Z 
2025-08-20T22:58:46.9100728Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:58:46.9101232Z 
2025-08-20T22:58:47.1614507Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:58:47.2065374Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:58:47.2311717Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T22:58:47.2515224Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:58:47.2841851Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:58:47.3180597Z Setting up tcpd (7.6.q-33) ...
2025-08-20T22:58:47.3497807Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:58:47.6850739Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:58:47.6851146Z 
2025-08-20T22:58:47.6851687Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:58:47.6852170Z 
2025-08-20T22:58:47.9246223Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:58:48.1178463Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:58:48.4287149Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:58:48.7219079Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:58:51.9515421Z Reading package lists...
2025-08-20T22:58:52.1830635Z Building dependency tree...
2025-08-20T22:58:52.1838054Z Reading state information...
2025-08-20T22:58:52.5303715Z The following packages will be REMOVED:
2025-08-20T22:58:52.5309015Z   inetutils-ping
2025-08-20T22:58:52.5310236Z The following NEW packages will be installed:
2025-08-20T22:58:52.5318331Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T22:58:52.5323860Z The following packages will be upgraded:
2025-08-20T22:58:52.5331676Z   iputils-tracepath
2025-08-20T22:58:52.8060682Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T22:58:52.8061056Z Need to get 84.5 kB of archives.
2025-08-20T22:58:52.8061348Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T22:58:52.8061962Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T22:58:53.1817765Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T22:58:53.3264340Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T22:58:53.4706077Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T22:58:53.7962247Z Fetched 84.5 kB in 1s (89.6 kB/s)
2025-08-20T22:58:53.8217260Z (Reading database ... 
2025-08-20T22:58:53.8217514Z (Reading database ... 5%
2025-08-20T22:58:53.8218189Z (Reading database ... 10%
2025-08-20T22:58:53.8218421Z (Reading database ... 15%
2025-08-20T22:58:53.8218648Z (Reading database ... 20%
2025-08-20T22:58:53.8218849Z (Reading database ... 25%
2025-08-20T22:58:53.8219401Z (Reading database ... 30%
2025-08-20T22:58:53.8219616Z (Reading database ... 35%
2025-08-20T22:58:53.8219815Z (Reading database ... 40%
2025-08-20T22:58:53.8220010Z (Reading database ... 45%
2025-08-20T22:58:53.8220207Z (Reading database ... 50%
2025-08-20T22:58:53.8238822Z (Reading database ... 55%
2025-08-20T22:58:53.8329481Z (Reading database ... 60%
2025-08-20T22:58:53.8370022Z (Reading database ... 65%
2025-08-20T22:58:53.8388605Z (Reading database ... 70%
2025-08-20T22:58:53.8416007Z (Reading database ... 75%
2025-08-20T22:58:53.8543463Z (Reading database ... 80%
2025-08-20T22:58:53.8616378Z (Reading database ... 85%
2025-08-20T22:58:53.8646452Z (Reading database ... 90%
2025-08-20T22:58:53.8754752Z (Reading database ... 95%
2025-08-20T22:58:53.8754986Z (Reading database ... 100%
2025-08-20T22:58:53.8755282Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T22:58:53.8785914Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:58:54.0306656Z Selecting previously unselected package iputils-ping.
2025-08-20T22:58:54.0342163Z (Reading database ... 
2025-08-20T22:58:54.0342370Z (Reading database ... 5%
2025-08-20T22:58:54.0342569Z (Reading database ... 10%
2025-08-20T22:58:54.0342776Z (Reading database ... 15%
2025-08-20T22:58:54.0342975Z (Reading database ... 20%
2025-08-20T22:58:54.0343182Z (Reading database ... 25%
2025-08-20T22:58:54.0343376Z (Reading database ... 30%
2025-08-20T22:58:54.0343914Z (Reading database ... 35%
2025-08-20T22:58:54.0344112Z (Reading database ... 40%
2025-08-20T22:58:54.0344307Z (Reading database ... 45%
2025-08-20T22:58:54.0344501Z (Reading database ... 50%
2025-08-20T22:58:54.0365138Z (Reading database ... 55%
2025-08-20T22:58:54.0456827Z (Reading database ... 60%
2025-08-20T22:58:54.0498744Z (Reading database ... 65%
2025-08-20T22:58:54.0517163Z (Reading database ... 70%
2025-08-20T22:58:54.0544851Z (Reading database ... 75%
2025-08-20T22:58:54.0674023Z (Reading database ... 80%
2025-08-20T22:58:54.0753117Z (Reading database ... 85%
2025-08-20T22:58:54.0785274Z (Reading database ... 90%
2025-08-20T22:58:54.0902905Z (Reading database ... 95%
2025-08-20T22:58:54.0903133Z (Reading database ... 100%
2025-08-20T22:58:54.0903428Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T22:58:54.0940727Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:58:54.1044313Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:58:54.2087598Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:58:54.2430755Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T22:58:54.3359879Z Selecting previously unselected package iputils-arping.
2025-08-20T22:58:54.3538177Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:58:54.3646338Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:58:54.4421219Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T22:58:54.4590868Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:58:54.4718905Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:58:54.5770693Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:58:54.6311087Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:58:54.6734413Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:58:54.7605266Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T22:58:54.7958025Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:58:57.5607878Z Reading package lists...
2025-08-20T22:58:57.7768580Z Building dependency tree...
2025-08-20T22:58:57.7775434Z Reading state information...
2025-08-20T22:58:58.0111336Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T22:58:58.0400556Z The following packages will be upgraded:
2025-08-20T22:58:58.0400879Z   python3-pip python3-pip-whl
2025-08-20T22:58:58.0598095Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:58:58.2128719Z Need to get 3020 kB of archives.
2025-08-20T22:58:58.2129096Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T22:58:58.2129687Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T22:58:58.7012279Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip-whl all 24.0+dfsg-1ubuntu1.2 [1703 kB]
2025-08-20T22:58:59.0378038Z Fetched 3020 kB in 1s (4309 kB/s)
2025-08-20T22:58:59.0903391Z (Reading database ... 
2025-08-20T22:58:59.0903664Z (Reading database ... 5%
2025-08-20T22:58:59.0903894Z (Reading database ... 10%
2025-08-20T22:58:59.0904094Z (Reading database ... 15%
2025-08-20T22:58:59.0904297Z (Reading database ... 20%
2025-08-20T22:58:59.0904490Z (Reading database ... 25%
2025-08-20T22:58:59.0904687Z (Reading database ... 30%
2025-08-20T22:58:59.0904883Z (Reading database ... 35%
2025-08-20T22:58:59.0905112Z (Reading database ... 40%
2025-08-20T22:58:59.0905309Z (Reading database ... 45%
2025-08-20T22:58:59.0905543Z (Reading database ... 50%
2025-08-20T22:58:59.0925585Z (Reading database ... 55%
2025-08-20T22:58:59.1019591Z (Reading database ... 60%
2025-08-20T22:58:59.1058071Z (Reading database ... 65%
2025-08-20T22:58:59.1075962Z (Reading database ... 70%
2025-08-20T22:58:59.1103699Z (Reading database ... 75%
2025-08-20T22:58:59.1231384Z (Reading database ... 80%
2025-08-20T22:58:59.1308728Z (Reading database ... 85%
2025-08-20T22:58:59.1340734Z (Reading database ... 90%
2025-08-20T22:58:59.1461822Z (Reading database ... 95%
2025-08-20T22:58:59.1462049Z (Reading database ... 100%
2025-08-20T22:58:59.1462346Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T22:58:59.1500965Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T22:58:59.3465719Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T22:58:59.5558044Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T22:58:59.5875637Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T22:58:59.7229236Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T22:58:59.7567203Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T22:59:00.7629078Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:59:03.7011236Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T22:59:03.9855992Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:59:04.9379999Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T22:59:05.0729869Z Collecting pip
2025-08-20T22:59:05.1298414Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T22:59:05.1566620Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T22:59:05.2246267Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 27.4 MB/s eta 0:00:00
2025-08-20T22:59:05.4933058Z Installing collected packages: pip
2025-08-20T22:59:06.1516071Z Successfully installed pip-25.2
2025-08-20T22:59:06.3479962Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T22:59:06.3907734Z Reading package lists...
2025-08-20T22:59:06.6146064Z Building dependency tree...
2025-08-20T22:59:06.6152742Z Reading state information...
2025-08-20T22:59:06.8527539Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T22:59:06.8527918Z pciutils set to manually installed.
2025-08-20T22:59:06.8528203Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T22:59:06.8528537Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T22:59:06.8528833Z python3-distro set to manually installed.
2025-08-20T22:59:06.8529154Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T22:59:06.8529486Z python3-netifaces set to manually installed.
2025-08-20T22:59:06.8530160Z The following additional packages will be installed:
2025-08-20T22:59:06.8530573Z   libsysfs2
2025-08-20T22:59:06.8537395Z Suggested packages:
2025-08-20T22:59:06.8537614Z   fancontrol read-edid i2c-tools
2025-08-20T22:59:06.8821172Z The following NEW packages will be installed:
2025-08-20T22:59:06.8824403Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T22:59:06.9026687Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:59:07.0464041Z Need to get 133 kB of archives.
2025-08-20T22:59:07.0464439Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T22:59:07.0464955Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T22:59:07.1751374Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T22:59:07.2528776Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T22:59:07.4175002Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T22:59:07.6873382Z Fetched 133 kB in 1s (262 kB/s)
2025-08-20T22:59:07.7390748Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T22:59:07.7428472Z (Reading database ... 
2025-08-20T22:59:07.7428722Z (Reading database ... 5%
2025-08-20T22:59:07.7429329Z (Reading database ... 10%
2025-08-20T22:59:07.7429540Z (Reading database ... 15%
2025-08-20T22:59:07.7429739Z (Reading database ... 20%
2025-08-20T22:59:07.7429932Z (Reading database ... 25%
2025-08-20T22:59:07.7430129Z (Reading database ... 30%
2025-08-20T22:59:07.7431179Z (Reading database ... 35%
2025-08-20T22:59:07.7431418Z (Reading database ... 40%
2025-08-20T22:59:07.7431617Z (Reading database ... 45%
2025-08-20T22:59:07.7431920Z (Reading database ... 50%
2025-08-20T22:59:07.7450210Z (Reading database ... 55%
2025-08-20T22:59:07.7541779Z (Reading database ... 60%
2025-08-20T22:59:07.7581644Z (Reading database ... 65%
2025-08-20T22:59:07.7599306Z (Reading database ... 70%
2025-08-20T22:59:07.7626799Z (Reading database ... 75%
2025-08-20T22:59:07.7756222Z (Reading database ... 80%
2025-08-20T22:59:07.7832131Z (Reading database ... 85%
2025-08-20T22:59:07.7862960Z (Reading database ... 90%
2025-08-20T22:59:07.7977680Z (Reading database ... 95%
2025-08-20T22:59:07.7977913Z (Reading database ... 100%
2025-08-20T22:59:07.7978252Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T22:59:07.8014169Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T22:59:07.8214521Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T22:59:07.9293358Z Selecting previously unselected package sysfsutils.
2025-08-20T22:59:07.9474552Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T22:59:07.9608738Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T22:59:08.0774849Z Selecting previously unselected package lm-sensors.
2025-08-20T22:59:08.0924237Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T22:59:08.1188802Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:59:08.1988410Z Selecting previously unselected package virt-what.
2025-08-20T22:59:08.2143755Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T22:59:08.2243202Z Unpacking virt-what (1.25-2) ...
2025-08-20T22:59:08.3207184Z Setting up virt-what (1.25-2) ...
2025-08-20T22:59:08.3542284Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T22:59:08.3859280Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T22:59:08.7287312Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:59:08.7287702Z 
2025-08-20T22:59:08.7288169Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:59:08.7288612Z 
2025-08-20T22:59:08.9825337Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:59:09.3194595Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T22:59:09.3195107Z 
2025-08-20T22:59:09.3357440Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:59:11.0424238Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:59:12.3457387Z Reading package lists...
2025-08-20T22:59:12.5937147Z Building dependency tree...
2025-08-20T22:59:12.5944508Z Reading state information...
2025-08-20T22:59:12.8726808Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:59:12.8727194Z The following additional packages will be installed:
2025-08-20T22:59:12.8731234Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T22:59:12.8731586Z   xorg-sgml-doctools
2025-08-20T22:59:12.8740548Z Suggested packages:
2025-08-20T22:59:12.8740734Z   libxcb-doc
2025-08-20T22:59:12.8922984Z The following NEW packages will be installed:
2025-08-20T22:59:12.8923445Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T22:59:12.8926560Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T22:59:12.8926957Z   xcb xorg-sgml-doctools
2025-08-20T22:59:13.0391839Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:59:13.0392210Z Need to get 816 kB of archives.
2025-08-20T22:59:13.0392510Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T22:59:13.0393501Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T22:59:13.1008709Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T22:59:13.1665201Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T22:59:13.5262897Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T22:59:13.5882799Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T22:59:13.6509173Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T22:59:13.7185204Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T22:59:13.7812265Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T22:59:13.8431384Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T22:59:13.9047137Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T22:59:13.9671132Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T22:59:14.2375844Z Fetched 816 kB in 1s (767 kB/s)
2025-08-20T22:59:14.2679328Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T22:59:14.2714003Z (Reading database ... 
2025-08-20T22:59:14.2714234Z (Reading database ... 5%
2025-08-20T22:59:14.2714438Z (Reading database ... 10%
2025-08-20T22:59:14.2714661Z (Reading database ... 15%
2025-08-20T22:59:14.2714860Z (Reading database ... 20%
2025-08-20T22:59:14.2715060Z (Reading database ... 25%
2025-08-20T22:59:14.2715262Z (Reading database ... 30%
2025-08-20T22:59:14.2715485Z (Reading database ... 35%
2025-08-20T22:59:14.2715679Z (Reading database ... 40%
2025-08-20T22:59:14.2715873Z (Reading database ... 45%
2025-08-20T22:59:14.2716063Z (Reading database ... 50%
2025-08-20T22:59:14.2735663Z (Reading database ... 55%
2025-08-20T22:59:14.2831660Z (Reading database ... 60%
2025-08-20T22:59:14.2872600Z (Reading database ... 65%
2025-08-20T22:59:14.2891556Z (Reading database ... 70%
2025-08-20T22:59:14.2920098Z (Reading database ... 75%
2025-08-20T22:59:14.3056968Z (Reading database ... 80%
2025-08-20T22:59:14.3136379Z (Reading database ... 85%
2025-08-20T22:59:14.3171037Z (Reading database ... 90%
2025-08-20T22:59:14.3287826Z (Reading database ... 95%
2025-08-20T22:59:14.3288062Z (Reading database ... 100%
2025-08-20T22:59:14.3288358Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T22:59:14.3327373Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T22:59:14.3438290Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T22:59:14.4229160Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T22:59:14.4404870Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T22:59:14.4507591Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:59:14.5585060Z Selecting previously unselected package x11proto-dev.
2025-08-20T22:59:14.5768128Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T22:59:14.5878599Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T22:59:14.6878377Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T22:59:14.7038105Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T22:59:14.7149734Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T22:59:14.8016627Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T22:59:14.8185827Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T22:59:14.8296092Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:59:14.9006893Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T22:59:14.9182351Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:59:14.9289484Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:59:15.0092832Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T22:59:15.0265201Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:59:15.0372956Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:59:15.1366630Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T22:59:15.1531561Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:59:15.1737959Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:59:15.2484548Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T22:59:15.2646820Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:59:15.2757088Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:59:15.3511900Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T22:59:15.3669766Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:59:15.3775521Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:59:15.4751843Z Selecting previously unselected package xcb.
2025-08-20T22:59:15.4927114Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T22:59:15.5045517Z Unpacking xcb (2.4-8build2) ...
2025-08-20T22:59:15.7206710Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:59:15.7705368Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T22:59:15.8024700Z Setting up xcb (2.4-8build2) ...
2025-08-20T22:59:15.8456589Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:59:15.8796938Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:59:15.9229271Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:59:17.5070685Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:59:17.5468028Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T22:59:17.5767583Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T22:59:17.6108631Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:59:17.6425451Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:59:17.6722919Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:59:17.7032707Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:59:17.7370399Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:59:19.1988603Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:59:19.8456965Z Collecting build
2025-08-20T22:59:19.9044842Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:59:20.0246667Z Collecting cffi
2025-08-20T22:59:20.0358998Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:59:20.0809007Z Collecting scons
2025-08-20T22:59:20.0913507Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:59:20.1365322Z Collecting scuba
2025-08-20T22:59:20.1469805Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:59:20.2228157Z Collecting pytest
2025-08-20T22:59:20.2328716Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:59:20.2792604Z Collecting packaging>=19.1 (from build)
2025-08-20T22:59:20.2891270Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:59:20.3306286Z Collecting pyproject_hooks (from build)
2025-08-20T22:59:20.3404045Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:59:20.3863653Z Collecting pycparser (from cffi)
2025-08-20T22:59:20.3961058Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:59:20.4535910Z Collecting PyYAML (from scuba)
2025-08-20T22:59:20.4644938Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:59:20.5102010Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:59:20.5210522Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:59:20.5720587Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:59:20.5818822Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:59:20.6625663Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:59:20.6733097Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:59:20.7599207Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:59:20.7856579Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:59:20.8386885Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:59:20.8964228Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 71.0 MB/s  0:00:00
2025-08-20T22:59:20.9069492Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:59:20.9343655Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:59:20.9615967Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:59:20.9850463Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:59:21.0082361Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:59:21.0345509Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:59:21.0589765Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 43.1 MB/s  0:00:00
2025-08-20T22:59:21.0691932Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:59:21.0973330Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:59:21.1216127Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:59:21.1417541Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 26.3 MB/s  0:00:00
2025-08-20T22:59:21.2388916Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:59:23.0933140Z 
2025-08-20T22:59:23.0948886Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:59:23.3825412Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:59:24.0241590Z Collecting ansi2txt
2025-08-20T22:59:24.0795477Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:59:24.1333159Z Collecting pipx
2025-08-20T22:59:24.1429573Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:59:24.1849062Z Collecting scons
2025-08-20T22:59:24.1859317Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:59:24.2112048Z Collecting py2static
2025-08-20T22:59:24.2234684Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:59:24.2737599Z Collecting typer
2025-08-20T22:59:24.2831602Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:59:24.3379059Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:59:24.3474290Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:59:24.3873986Z Collecting packaging>=20 (from pipx)
2025-08-20T22:59:24.3883545Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:59:24.4188649Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:59:24.4283822Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:59:24.4719436Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:59:24.4820251Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:59:24.5489160Z Collecting pyinstaller (from py2static)
2025-08-20T22:59:24.5592676Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:59:24.6028794Z Collecting staticx (from py2static)
2025-08-20T22:59:24.6134774Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:59:24.6561782Z   Preparing metadata (setup.py): started
2025-08-20T22:59:25.1820474Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:59:25.2154143Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:59:25.2251759Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:59:25.2815419Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:59:25.2911027Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:59:25.3331247Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:59:25.3425093Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:59:25.4030754Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:59:25.4126048Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:59:25.4604962Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:59:25.4700675Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:59:25.5129316Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:59:25.5138715Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:59:25.5404174Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:59:25.5497473Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:59:25.7025610Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:59:25.7121369Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:59:25.8451715Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:59:25.8554997Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:59:25.9042713Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:59:25.9146279Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:59:25.9620044Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:59:25.9715442Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:59:25.9990959Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:59:26.0237072Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:59:26.0415392Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:59:26.0542578Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:59:26.0779167Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:59:26.1019803Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:59:26.1267356Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:59:26.1451649Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:59:26.1546082Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:59:26.1779361Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:59:26.2041653Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:59:26.2146843Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:59:26.2416752Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:59:26.2657035Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:59:26.2903919Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:59:26.3170960Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:59:26.3448217Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:59:26.3718144Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 19.4 MB/s  0:00:00
2025-08-20T22:59:26.3830846Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:59:26.4093048Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:59:26.4402021Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 32.6 MB/s  0:00:00
2025-08-20T22:59:26.4579931Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:59:26.4833205Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:59:26.5339994Z Building wheels for collected packages: staticx
2025-08-20T22:59:26.5346999Z   Building wheel for staticx (setup.py): started
2025-08-20T22:59:37.6607403Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:59:37.6617582Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790700 sha256=d0b8f7606b3e7e25844125aab014b978650bfce427603a9034f6cee61300fc97
2025-08-20T22:59:37.6618522Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:59:37.6634820Z Successfully built staticx
2025-08-20T22:59:37.7581368Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:59:38.5871851Z   Attempting uninstall: scons
2025-08-20T22:59:38.5943812Z     Found existing installation: SCons 4.9.1
2025-08-20T22:59:38.6240478Z     Uninstalling SCons-4.9.1:
2025-08-20T22:59:38.6302261Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:59:39.1463459Z   Attempting uninstall: pygments
2025-08-20T22:59:39.1533695Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:59:39.1695828Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:59:39.1718907Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:59:39.7931267Z   Attempting uninstall: packaging
2025-08-20T22:59:39.8002658Z     Found existing installation: packaging 25.0
2025-08-20T22:59:39.8023563Z     Uninstalling packaging-25.0:
2025-08-20T22:59:39.8028329Z       Successfully uninstalled packaging-25.0
2025-08-20T22:59:40.7984353Z 
2025-08-20T22:59:40.8008447Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:59:41.1000585Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:59:41.3787527Z Collecting build
2025-08-20T22:59:41.3798449Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:59:41.4577339Z Collecting cffi
2025-08-20T22:59:41.4589239Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:59:41.4821447Z Collecting scons
2025-08-20T22:59:41.4830642Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:59:41.5058617Z Collecting scuba
2025-08-20T22:59:41.5068540Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:59:41.5551781Z Collecting pytest
2025-08-20T22:59:41.5562204Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:59:41.5818967Z Collecting packaging>=19.1 (from build)
2025-08-20T22:59:41.5828039Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:59:41.6020811Z Collecting pyproject_hooks (from build)
2025-08-20T22:59:41.6030387Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:59:41.6232605Z Collecting pycparser (from cffi)
2025-08-20T22:59:41.6243817Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:59:41.6588025Z Collecting PyYAML (from scuba)
2025-08-20T22:59:41.6603495Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:59:41.6822359Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:59:41.6832233Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:59:41.7095216Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:59:41.7104814Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:59:41.7373764Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:59:41.7383317Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:59:41.7433105Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:59:41.7442651Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:59:41.7454381Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:59:41.7484958Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:59:41.7495906Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:59:41.7507313Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:59:41.7516574Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:59:41.7525454Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:59:41.7534492Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:59:41.7549194Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:59:41.7558777Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:59:41.7567775Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:59:41.8617445Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:59:41.8621969Z   Attempting uninstall: scons
2025-08-20T22:59:41.8692953Z     Found existing installation: SCons 4.9.1
2025-08-20T22:59:41.8975061Z     Uninstalling SCons-4.9.1:
2025-08-20T22:59:41.9035424Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:59:42.4003014Z   Attempting uninstall: PyYAML
2025-08-20T22:59:42.4081914Z     Found existing installation: PyYAML 6.0.2
2025-08-20T22:59:42.4102220Z     Uninstalling PyYAML-6.0.2:
2025-08-20T22:59:42.4109332Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T22:59:42.4705184Z   Attempting uninstall: pyproject_hooks
2025-08-20T22:59:42.4775055Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T22:59:42.4788899Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T22:59:42.4794828Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T22:59:42.5002482Z   Attempting uninstall: pygments
2025-08-20T22:59:42.5070175Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:59:42.5225611Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:59:42.5248664Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:59:43.1138761Z   Attempting uninstall: pycparser
2025-08-20T22:59:43.1207757Z     Found existing installation: pycparser 2.22
2025-08-20T22:59:43.1227114Z     Uninstalling pycparser-2.22:
2025-08-20T22:59:43.1239894Z       Successfully uninstalled pycparser-2.22
2025-08-20T22:59:43.2451079Z   Attempting uninstall: pluggy
2025-08-20T22:59:43.2521143Z     Found existing installation: pluggy 1.6.0
2025-08-20T22:59:43.2537582Z     Uninstalling pluggy-1.6.0:
2025-08-20T22:59:43.2543176Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T22:59:43.2805258Z   Attempting uninstall: packaging
2025-08-20T22:59:43.2878888Z     Found existing installation: packaging 25.0
2025-08-20T22:59:43.2898752Z     Uninstalling packaging-25.0:
2025-08-20T22:59:43.2904885Z       Successfully uninstalled packaging-25.0
2025-08-20T22:59:43.3403829Z   Attempting uninstall: iniconfig
2025-08-20T22:59:43.3478158Z     Found existing installation: iniconfig 2.1.0
2025-08-20T22:59:43.3493170Z     Uninstalling iniconfig-2.1.0:
2025-08-20T22:59:43.3498144Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T22:59:43.3679179Z   Attempting uninstall: scuba
2025-08-20T22:59:43.3746896Z     Found existing installation: scuba 2.14.1
2025-08-20T22:59:43.3764992Z     Uninstalling scuba-2.14.1:
2025-08-20T22:59:43.3772358Z       Successfully uninstalled scuba-2.14.1
2025-08-20T22:59:43.4060795Z   Attempting uninstall: pytest
2025-08-20T22:59:43.4134728Z     Found existing installation: pytest 8.4.1
2025-08-20T22:59:43.4183100Z     Uninstalling pytest-8.4.1:
2025-08-20T22:59:43.4385027Z       Successfully uninstalled pytest-8.4.1
2025-08-20T22:59:43.6503837Z   Attempting uninstall: cffi
2025-08-20T22:59:43.6572361Z     Found existing installation: cffi 1.17.1
2025-08-20T22:59:43.6592914Z     Uninstalling cffi-1.17.1:
2025-08-20T22:59:43.6783838Z       Successfully uninstalled cffi-1.17.1
2025-08-20T22:59:43.7542185Z   Attempting uninstall: build
2025-08-20T22:59:43.7613786Z     Found existing installation: build 1.3.0
2025-08-20T22:59:43.7633969Z     Uninstalling build-1.3.0:
2025-08-20T22:59:43.7641719Z       Successfully uninstalled build-1.3.0
2025-08-20T22:59:43.7930238Z 
2025-08-20T22:59:43.7954496Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:59:44.0867094Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:59:44.2562492Z Collecting ansi2txt
2025-08-20T22:59:44.2574016Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:59:44.2860189Z Collecting pipx
2025-08-20T22:59:44.2870685Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:59:44.3113408Z Collecting scons
2025-08-20T22:59:44.3124299Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:59:44.3351612Z Collecting py2static
2025-08-20T22:59:44.3361484Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:59:44.3611965Z Collecting typer
2025-08-20T22:59:44.3622189Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:59:44.3953336Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:59:44.3964369Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:59:44.4235596Z Collecting packaging>=20 (from pipx)
2025-08-20T22:59:44.4245936Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:59:44.4536286Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:59:44.4546503Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:59:44.4782713Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:59:44.4792582Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:59:44.5197142Z Collecting pyinstaller (from py2static)
2025-08-20T22:59:44.5208255Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:59:44.5453332Z Collecting staticx (from py2static)
2025-08-20T22:59:44.5463430Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:59:44.5602449Z   Preparing metadata (setup.py): started
2025-08-20T22:59:44.7510907Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:59:44.7770606Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:59:44.7780771Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:59:44.8041774Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:59:44.8052219Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:59:44.8378989Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:59:44.8389212Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:59:44.8781715Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:59:44.8792403Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:59:44.9055823Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:59:44.9066047Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:59:44.9354782Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:59:44.9364692Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:59:44.9569551Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:59:44.9579609Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:59:45.0548621Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:59:45.0559208Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:59:45.0838891Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:59:45.0848344Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:59:45.1120105Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:59:45.1130557Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:59:45.1395696Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:59:45.1405145Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:59:45.1437708Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:59:45.1447122Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:59:45.1456823Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:59:45.1488637Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:59:45.1497781Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:59:45.1506948Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:59:45.1516273Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:59:45.1526074Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:59:45.1535546Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:59:45.1544892Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:59:45.1555521Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:59:45.1571191Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:59:45.1580621Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:59:45.1589621Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:59:45.1598706Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:59:45.1607998Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:59:45.1617161Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:59:45.1630770Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:59:45.1642590Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:59:45.1658535Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:59:45.1667480Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:59:45.1986680Z Building wheels for collected packages: staticx
2025-08-20T22:59:45.1993774Z   Building wheel for staticx (setup.py): started
2025-08-20T22:59:47.6215447Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:59:47.6227246Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790768 sha256=5a2762b3f46e79431923d736ba2f6e5b7a44178a02b6f08bccbdfc58e27fa403
2025-08-20T22:59:47.6228238Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:59:47.6246550Z Successfully built staticx
2025-08-20T22:59:47.7253189Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:59:47.7257177Z   Attempting uninstall: pyelftools
2025-08-20T22:59:47.7323842Z     Found existing installation: pyelftools 0.32
2025-08-20T22:59:47.7361777Z     Uninstalling pyelftools-0.32:
2025-08-20T22:59:47.7373878Z       Successfully uninstalled pyelftools-0.32
2025-08-20T22:59:47.8513933Z   Attempting uninstall: altgraph
2025-08-20T22:59:47.8584480Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:59:47.8601496Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:59:47.8606102Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:59:47.8866853Z   Attempting uninstall: typing-extensions
2025-08-20T22:59:47.8940619Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T22:59:47.8952758Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T22:59:47.9140608Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T22:59:47.9486146Z   Attempting uninstall: staticx
2025-08-20T22:59:47.9558272Z     Found existing installation: staticx 0.14.1
2025-08-20T22:59:47.9579478Z     Uninstalling staticx-0.14.1:
2025-08-20T22:59:47.9588079Z       Successfully uninstalled staticx-0.14.1
2025-08-20T22:59:47.9945567Z   Attempting uninstall: shellingham
2025-08-20T22:59:48.0018611Z     Found existing installation: shellingham 1.5.4
2025-08-20T22:59:48.0034523Z     Uninstalling shellingham-1.5.4:
2025-08-20T22:59:48.0039643Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T22:59:48.0236461Z   Attempting uninstall: setuptools
2025-08-20T22:59:48.0304452Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:59:48.0506872Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:59:48.0726729Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:59:48.6804090Z   Attempting uninstall: scons
2025-08-20T22:59:48.6878921Z     Found existing installation: SCons 4.9.1
2025-08-20T22:59:48.7177712Z     Uninstalling SCons-4.9.1:
2025-08-20T22:59:48.7235699Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:59:49.2214696Z   Attempting uninstall: pygments
2025-08-20T22:59:49.2287488Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:59:49.2451940Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:59:49.2474326Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:59:49.8275338Z   Attempting uninstall: platformdirs
2025-08-20T22:59:49.8360153Z     Found existing installation: platformdirs 4.3.8
2025-08-20T22:59:49.8376759Z     Uninstalling platformdirs-4.3.8:
2025-08-20T22:59:49.8382128Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T22:59:49.8644330Z   Attempting uninstall: packaging
2025-08-20T22:59:49.8717063Z     Found existing installation: packaging 25.0
2025-08-20T22:59:49.8736683Z     Uninstalling packaging-25.0:
2025-08-20T22:59:49.8742283Z       Successfully uninstalled packaging-25.0
2025-08-20T22:59:49.9219917Z   Attempting uninstall: mdurl
2025-08-20T22:59:49.9290024Z     Found existing installation: mdurl 0.1.2
2025-08-20T22:59:49.9304059Z     Uninstalling mdurl-0.1.2:
2025-08-20T22:59:49.9308740Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T22:59:49.9525485Z   Attempting uninstall: click
2025-08-20T22:59:49.9596680Z     Found existing installation: click 8.2.1
2025-08-20T22:59:49.9614918Z     Uninstalling click-8.2.1:
2025-08-20T22:59:49.9620104Z       Successfully uninstalled click-8.2.1
2025-08-20T22:59:50.0280477Z   Attempting uninstall: argcomplete
2025-08-20T22:59:50.0352651Z     Found existing installation: argcomplete 3.6.2
2025-08-20T22:59:50.0376636Z     Uninstalling argcomplete-3.6.2:
2025-08-20T22:59:50.0385097Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T22:59:50.0711012Z   Attempting uninstall: ansi2txt
2025-08-20T22:59:50.0780708Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T22:59:50.0793493Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T22:59:50.0985146Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T22:59:50.1188623Z   Attempting uninstall: userpath
2025-08-20T22:59:50.1258435Z     Found existing installation: userpath 1.9.2
2025-08-20T22:59:50.1274608Z     Uninstalling userpath-1.9.2:
2025-08-20T22:59:50.1281149Z       Successfully uninstalled userpath-1.9.2
2025-08-20T22:59:50.1515727Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:59:50.1588690Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:59:50.1889696Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:59:50.1927779Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:59:50.3977040Z   Attempting uninstall: markdown-it-py
2025-08-20T22:59:50.4048774Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T22:59:50.4102121Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T22:59:50.4112794Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T22:59:50.4824129Z   Attempting uninstall: rich
2025-08-20T22:59:50.4896954Z     Found existing installation: rich 14.1.0
2025-08-20T22:59:50.4942880Z     Uninstalling rich-14.1.0:
2025-08-20T22:59:50.4950888Z       Successfully uninstalled rich-14.1.0
2025-08-20T22:59:50.7799827Z   Attempting uninstall: pyinstaller
2025-08-20T22:59:50.7872521Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:59:50.8117595Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:59:50.8154858Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:59:51.0859845Z   Attempting uninstall: pipx
2025-08-20T22:59:51.0938824Z     Found existing installation: pipx 1.7.1
2025-08-20T22:59:51.0975922Z     Uninstalling pipx-1.7.1:
2025-08-20T22:59:51.0984096Z       Successfully uninstalled pipx-1.7.1
2025-08-20T22:59:51.2592389Z   Attempting uninstall: typer
2025-08-20T22:59:51.2667119Z     Found existing installation: typer 0.16.1
2025-08-20T22:59:51.2688856Z     Uninstalling typer-0.16.1:
2025-08-20T22:59:51.2696743Z       Successfully uninstalled typer-0.16.1
2025-08-20T22:59:51.3140015Z   Attempting uninstall: py2static
2025-08-20T22:59:51.3206079Z     Found existing installation: py2static 0.0.1
2025-08-20T22:59:51.3222373Z     Uninstalling py2static-0.0.1:
2025-08-20T22:59:51.3230209Z       Successfully uninstalled py2static-0.0.1
2025-08-20T22:59:51.4115334Z 
2025-08-20T22:59:51.4140644Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:59:51.7147923Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:59:51.8188977Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T22:59:51.8193143Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-tbiscvv7
2025-08-20T22:59:51.8212556Z 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-tbiscvv7
2025-08-20T22:59:54.1588199Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T22:59:54.1623662Z   Installing build dependencies: started
2025-08-20T22:59:54.8154098Z   Installing build dependencies: finished with status 'done'
2025-08-20T22:59:54.8164678Z   Getting requirements to build wheel: started
2025-08-20T22:59:55.0718435Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T22:59:55.0730053Z   Preparing metadata (pyproject.toml): started
2025-08-20T22:59:55.2437807Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T22:59:55.3993610Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T22:59:55.4004401Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:59:55.4265997Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T22:59:55.4274776Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:59:55.4534485Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T22:59:55.4543587Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:59:55.4803251Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T22:59:55.4812065Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:59:55.4848974Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:59:55.4858302Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:59:55.4870203Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:59:55.4886175Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:59:55.4993099Z Building wheels for collected packages: pyinstaller
2025-08-20T22:59:55.4999133Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T22:59:58.3765293Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T22:59:58.3786616Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=6cac87b5cddea6cddbd928de963ba657ce289a1d5041b19b3918be24eef17032
2025-08-20T22:59:58.3787833Z   Stored in directory: /tmp/pip-ephem-wheel-cache-y98lnhjn/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T22:59:58.3825272Z Successfully built pyinstaller
2025-08-20T22:59:58.4610764Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T22:59:58.4615248Z   Attempting uninstall: altgraph
2025-08-20T22:59:58.4683895Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:59:58.4701354Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:59:58.4706829Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:59:58.4999894Z   Attempting uninstall: setuptools
2025-08-20T22:59:58.5068290Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:59:58.5270194Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:59:58.5491395Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:59:59.1530041Z   Attempting uninstall: packaging
2025-08-20T22:59:59.1603735Z     Found existing installation: packaging 25.0
2025-08-20T22:59:59.1623719Z     Uninstalling packaging-25.0:
2025-08-20T22:59:59.1629577Z       Successfully uninstalled packaging-25.0
2025-08-20T22:59:59.2122522Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:59:59.2196825Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:59:59.2493765Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:59:59.2532072Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:59:59.4606859Z   Attempting uninstall: pyinstaller
2025-08-20T22:59:59.4694293Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:59:59.4939537Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:59:59.4977469Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:59:59.7846737Z 
2025-08-20T22:59:59.7871303Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T23:00:00.0152573Z 6.15.0
2025-08-20T23:00:01.5844028Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T23:00:01.5852739Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T23:00:01.5853020Z 
2025-08-20T23:00:01.5853248Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T23:00:01.5853731Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T23:00:01.5854170Z installation.
2025-08-20T23:00:01.5854286Z 
2025-08-20T23:00:01.5854541Z If you installed the current Docker package using this script and are using it
2025-08-20T23:00:01.5855047Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T23:00:01.5855519Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T23:00:01.5855926Z files to match the parameters passed to the script.
2025-08-20T23:00:01.5856127Z 
2025-08-20T23:00:01.5856327Z You may press Ctrl+C now to abort this script.
2025-08-20T23:00:01.6003457Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T23:00:03.0626072Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T23:00:03.5410479Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T23:00:03.5550074Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T23:00:03.6121340Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T23:00:03.6136710Z + 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-20T23:00:03.6143505Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T23:00:04.9057542Z + 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-20T23:00:15.8274972Z + sh -c 'docker version'
2025-08-20T23:00:15.8411638Z Client: Docker Engine - Community
2025-08-20T23:00:15.8412013Z  Version:           28.3.3
2025-08-20T23:00:15.8412513Z  API version:       1.51
2025-08-20T23:00:15.8412837Z  Go version:        go1.24.5
2025-08-20T23:00:15.8413081Z  Git commit:        980b856
2025-08-20T23:00:15.8413381Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T23:00:15.8413664Z  OS/Arch:           linux/arm64
2025-08-20T23:00:15.8413903Z  Context:           default
2025-08-20T23:00:15.8414111Z 
2025-08-20T23:00:15.8414261Z Server: Docker Engine - Community
2025-08-20T23:00:15.8414515Z  Engine:
2025-08-20T23:00:15.8414725Z   Version:          28.3.3
2025-08-20T23:00:15.8415003Z   API version:      1.51 (minimum version 1.24)
2025-08-20T23:00:15.8415306Z   Go version:       go1.24.5
2025-08-20T23:00:15.8415593Z   Git commit:       bea959c
2025-08-20T23:00:15.8415871Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T23:00:15.8416141Z   OS/Arch:          linux/arm64
2025-08-20T23:00:15.8416441Z   Experimental:     false
2025-08-20T23:00:15.8416670Z  containerd:
2025-08-20T23:00:15.8416903Z   Version:          1.7.27
2025-08-20T23:00:15.8417229Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T23:00:15.8417533Z  runc:
2025-08-20T23:00:15.8417757Z   Version:          1.2.5
2025-08-20T23:00:15.8418002Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T23:00:15.8418255Z  docker-init:
2025-08-20T23:00:15.8418484Z   Version:          0.19.0
2025-08-20T23:00:15.8418750Z   GitCommit:        de40ad0
2025-08-20T23:00:15.8428702Z 
2025-08-20T23:00:15.8429240Z ================================================================================
2025-08-20T23:00:15.8429681Z 
2025-08-20T23:00:15.8430223Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T23:00:15.8430759Z Docker daemon in rootless mode for your user:
2025-08-20T23:00:15.8430950Z 
2025-08-20T23:00:15.8431148Z     dockerd-rootless-setuptool.sh install
2025-08-20T23:00:15.8431336Z 
2025-08-20T23:00:15.8431542Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T23:00:15.8431872Z 
2025-08-20T23:00:15.8431887Z 
2025-08-20T23:00:15.8432089Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T23:00:15.8432587Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T23:00:15.8432834Z 
2025-08-20T23:00:15.8433044Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T23:00:15.8433480Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T23:00:15.8433984Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T23:00:15.8434301Z 
2025-08-20T23:00:15.8434406Z ================================================================================
2025-08-20T23:00:15.8434608Z 
2025-08-20T23:00:26.8943130Z ● docker.service - Docker Application Container Engine
2025-08-20T23:00:26.8943740Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T23:00:26.8944401Z      Active: active (running) since Wed 2025-08-20 23:00:16 UTC; 10s ago
2025-08-20T23:00:26.8945217Z TriggeredBy: ● docker.socket
2025-08-20T23:00:26.8945495Z        Docs: https://docs.docker.com
2025-08-20T23:00:26.8945886Z    Main PID: 20468 (dockerd)
2025-08-20T23:00:26.8946127Z       Tasks: 10
2025-08-20T23:00:26.8946388Z      Memory: 21.1M (peak: 24.2M)
2025-08-20T23:00:26.8946652Z         CPU: 257ms
2025-08-20T23:00:26.8946892Z      CGroup: /system.slice/docker.service
2025-08-20T23:00:26.8949605Z              └─20468 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T23:00:26.8950000Z 
2025-08-20T23:00:26.8950490Z Aug 20 23:00:16 runnervmdbl46 dockerd[20468]: time="2025-08-20T23:00:16.272315684Z" level=info msg="Loading containers: start."
2025-08-20T23:00:26.8951648Z Aug 20 23:00:16 runnervmdbl46 dockerd[20468]: time="2025-08-20T23:00:16.785771665Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 16d2b0100cc1ed6e859b81ca2de44feafd81042e8801d984b1d88e4b4e1549f3], retrying...."
2025-08-20T23:00:26.8952986Z Aug 20 23:00:16 runnervmdbl46 dockerd[20468]: time="2025-08-20T23:00:16.830576837Z" level=info msg="Loading containers: done."
2025-08-20T23:00:26.8954105Z Aug 20 23:00:16 runnervmdbl46 dockerd[20468]: time="2025-08-20T23:00:16.857818935Z" 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-20T23:00:26.8955519Z Aug 20 23:00:16 runnervmdbl46 dockerd[20468]: time="2025-08-20T23:00:16.857911050Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T23:00:26.8956424Z Aug 20 23:00:16 runnervmdbl46 dockerd[20468]: time="2025-08-20T23:00:16.857939083Z" level=info msg="Initializing buildkit"
2025-08-20T23:00:26.8957126Z Aug 20 23:00:16 runnervmdbl46 dockerd[20468]: time="2025-08-20T23:00:16.874025090Z" level=info msg="Completed buildkit initialization"
2025-08-20T23:00:26.8957914Z Aug 20 23:00:16 runnervmdbl46 dockerd[20468]: time="2025-08-20T23:00:16.878315666Z" level=info msg="Daemon has completed initialization"
2025-08-20T23:00:26.8958643Z Aug 20 23:00:16 runnervmdbl46 dockerd[20468]: time="2025-08-20T23:00:16.878368908Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T23:00:26.8959327Z Aug 20 23:00:16 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T23:00:26.9034898Z ● docker.service - Docker Application Container Engine
2025-08-20T23:00:26.9035705Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T23:00:26.9036383Z      Active: active (running) since Wed 2025-08-20 23:00:16 UTC; 10s ago
2025-08-20T23:00:26.9036836Z TriggeredBy: ● docker.socket
2025-08-20T23:00:26.9037109Z        Docs: https://docs.docker.com
2025-08-20T23:00:26.9037453Z    Main PID: 20468 (dockerd)
2025-08-20T23:00:26.9037696Z       Tasks: 10
2025-08-20T23:00:26.9037970Z      Memory: 21.1M (peak: 24.2M)
2025-08-20T23:00:26.9038250Z         CPU: 257ms
2025-08-20T23:00:26.9038485Z      CGroup: /system.slice/docker.service
2025-08-20T23:00:26.9039082Z              └─20468 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T23:00:26.9039374Z 
2025-08-20T23:00:26.9039703Z Aug 20 23:00:16 runnervmdbl46 dockerd[20468]: time="2025-08-20T23:00:16.272315684Z" level=info msg="Loading containers: start."
2025-08-20T23:00:26.9041320Z Aug 20 23:00:16 runnervmdbl46 dockerd[20468]: time="2025-08-20T23:00:16.785771665Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 16d2b0100cc1ed6e859b81ca2de44feafd81042e8801d984b1d88e4b4e1549f3], retrying...."
2025-08-20T23:00:26.9042631Z Aug 20 23:00:16 runnervmdbl46 dockerd[20468]: time="2025-08-20T23:00:16.830576837Z" level=info msg="Loading containers: done."
2025-08-20T23:00:26.9043742Z Aug 20 23:00:16 runnervmdbl46 dockerd[20468]: time="2025-08-20T23:00:16.857818935Z" 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-20T23:00:26.9045298Z Aug 20 23:00:16 runnervmdbl46 dockerd[20468]: time="2025-08-20T23:00:16.857911050Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T23:00:26.9046195Z Aug 20 23:00:16 runnervmdbl46 dockerd[20468]: time="2025-08-20T23:00:16.857939083Z" level=info msg="Initializing buildkit"
2025-08-20T23:00:26.9046940Z Aug 20 23:00:16 runnervmdbl46 dockerd[20468]: time="2025-08-20T23:00:16.874025090Z" level=info msg="Completed buildkit initialization"
2025-08-20T23:00:26.9047723Z Aug 20 23:00:16 runnervmdbl46 dockerd[20468]: time="2025-08-20T23:00:16.878315666Z" level=info msg="Daemon has completed initialization"
2025-08-20T23:00:26.9048464Z Aug 20 23:00:16 runnervmdbl46 dockerd[20468]: time="2025-08-20T23:00:16.878368908Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T23:00:26.9049120Z Aug 20 23:00:16 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T23:00:26.9211460Z ● docker.service - Docker Application Container Engine
2025-08-20T23:00:26.9212031Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T23:00:26.9212641Z      Active: active (running) since Wed 2025-08-20 23:00:16 UTC; 10s ago
2025-08-20T23:00:26.9213094Z TriggeredBy: ● docker.socket
2025-08-20T23:00:26.9213364Z        Docs: https://docs.docker.com
2025-08-20T23:00:26.9213713Z    Main PID: 20468 (dockerd)
2025-08-20T23:00:26.9213979Z       Tasks: 10
2025-08-20T23:00:26.9214232Z      Memory: 21.1M (peak: 24.2M)
2025-08-20T23:00:26.9214488Z         CPU: 257ms
2025-08-20T23:00:26.9214719Z      CGroup: /system.slice/docker.service
2025-08-20T23:00:26.9215350Z              └─20468 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T23:00:26.9215660Z 
2025-08-20T23:00:26.9216042Z Aug 20 23:00:16 runnervmdbl46 dockerd[20468]: time="2025-08-20T23:00:16.272315684Z" level=info msg="Loading containers: start."
2025-08-20T23:00:26.9217175Z Aug 20 23:00:16 runnervmdbl46 dockerd[20468]: time="2025-08-20T23:00:16.785771665Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 16d2b0100cc1ed6e859b81ca2de44feafd81042e8801d984b1d88e4b4e1549f3], retrying...."
2025-08-20T23:00:26.9218392Z Aug 20 23:00:16 runnervmdbl46 dockerd[20468]: time="2025-08-20T23:00:16.830576837Z" level=info msg="Loading containers: done."
2025-08-20T23:00:26.9219700Z Aug 20 23:00:16 runnervmdbl46 dockerd[20468]: time="2025-08-20T23:00:16.857818935Z" 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-20T23:00:26.9221415Z Aug 20 23:00:16 runnervmdbl46 dockerd[20468]: time="2025-08-20T23:00:16.857911050Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T23:00:26.9222367Z Aug 20 23:00:16 runnervmdbl46 dockerd[20468]: time="2025-08-20T23:00:16.857939083Z" level=info msg="Initializing buildkit"
2025-08-20T23:00:26.9223070Z Aug 20 23:00:16 runnervmdbl46 dockerd[20468]: time="2025-08-20T23:00:16.874025090Z" level=info msg="Completed buildkit initialization"
2025-08-20T23:00:26.9223854Z Aug 20 23:00:16 runnervmdbl46 dockerd[20468]: time="2025-08-20T23:00:16.878315666Z" level=info msg="Daemon has completed initialization"
2025-08-20T23:00:26.9224595Z Aug 20 23:00:16 runnervmdbl46 dockerd[20468]: time="2025-08-20T23:00:16.878368908Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T23:00:26.9225247Z Aug 20 23:00:16 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T23:00:26.9310178Z Docker version 28.3.3, build 980b856
2025-08-20T23:00:26.9468180Z Unable to find image 'hello-world:latest' locally
2025-08-20T23:00:27.8994243Z latest: Pulling from library/hello-world
2025-08-20T23:00:28.1401951Z 198f93fd5094: Pulling fs layer
2025-08-20T23:00:28.5535376Z 198f93fd5094: Download complete
2025-08-20T23:00:28.6117287Z 198f93fd5094: Pull complete
2025-08-20T23:00:28.6489831Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T23:00:28.6616812Z Status: Downloaded newer image for hello-world:latest
2025-08-20T23:00:29.4622477Z 
2025-08-20T23:00:29.4623426Z Hello from Docker!
2025-08-20T23:00:29.4624322Z This message shows that your installation appears to be working correctly.
2025-08-20T23:00:29.4625415Z 
2025-08-20T23:00:29.4625613Z To generate this message, Docker took the following steps:
2025-08-20T23:00:29.4626061Z  1. The Docker client contacted the Docker daemon.
2025-08-20T23:00:29.4626507Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T23:00:29.4626851Z     (arm64v8)
2025-08-20T23:00:29.4688600Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T23:00:29.4689156Z     executable that produces the output you are currently reading.
2025-08-20T23:00:29.4689570Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T23:00:29.4689900Z     to your terminal.
2025-08-20T23:00:29.4690013Z 
2025-08-20T23:00:29.4690179Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T23:00:29.4690844Z  $ docker run -it ubuntu bash
2025-08-20T23:00:29.4690984Z 
2025-08-20T23:00:29.4691138Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T23:00:29.4691468Z  https://hub.docker.com/
2025-08-20T23:00:29.4691604Z 
2025-08-20T23:00:29.4691684Z For more examples and ideas, visit:
2025-08-20T23:00:29.4691927Z  https://docs.docker.com/get-started/
2025-08-20T23:00:29.4692096Z 
2025-08-20T23:00:29.6057913Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T23:00:29.6058389Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T23:00:29.6058780Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T23:00:29.6059137Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T23:00:29.6059513Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T23:00:29.6059873Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T23:00:29.6060239Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T23:00:29.6060748Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T23:00:29.6061504Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T23:00:29.6061848Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T23:00:29.6062207Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T23:00:29.6062596Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T23:00:29.6062988Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T23:00:29.6063415Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T23:00:29.6063816Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T23:00:29.6064221Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T23:00:29.6064629Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T23:00:29.6064992Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T23:00:29.6065380Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T23:00:29.6065843Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T23:00:29.6066294Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T23:00:29.6066688Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T23:00:29.6067112Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T23:00:29.6067741Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T23:00:29.6068099Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T23:00:29.6068505Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T23:00:29.6068945Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T23:00:29.6069366Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T23:00:29.6069779Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T23:00:29.6070200Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T23:00:29.6070888Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T23:00:29.6071322Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T23:00:29.6071764Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T23:00:29.6072191Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T23:00:29.6072637Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T23:00:29.6073068Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T23:00:29.6073477Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T23:00:29.6073891Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T23:00:29.6074295Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T23:00:29.6074708Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T23:00:29.6075139Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T23:00:29.6075566Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T23:00:29.6075981Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T23:00:29.6076382Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T23:00:29.6076839Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T23:00:29.6077318Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T23:00:29.6077796Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T23:00:29.6078527Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T23:00:29.6078993Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T23:00:29.6079423Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T23:00:29.6079848Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T23:00:29.6080270Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T23:00:29.6080849Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T23:00:29.6081258Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T23:00:29.6081632Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T23:00:29.6081993Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T23:00:29.6082369Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T23:00:29.6082773Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T23:00:29.6083181Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T23:00:29.6083564Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T23:00:29.6083984Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T23:00:29.6084620Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T23:00:29.6085052Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T23:00:29.6085469Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T23:00:29.6085896Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T23:00:29.6086329Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T23:00:29.6086740Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T23:00:29.6087143Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T23:00:29.6087586Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T23:00:29.6088091Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T23:00:29.6088594Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T23:00:29.6089064Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T23:00:29.6089489Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T23:00:29.6089879Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T23:00:29.6090277Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T23:00:29.6090869Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T23:00:29.6091281Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T23:00:29.6091745Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T23:00:29.6092248Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T23:00:29.6092759Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T23:00:29.6093258Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T23:00:29.6093701Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T23:00:29.6094111Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T23:00:29.6094507Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T23:00:29.6094919Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T23:00:29.6095550Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T23:00:29.6095954Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T23:00:29.6096383Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T23:00:29.6096814Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T23:00:29.6097200Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T23:00:29.6097584Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T23:00:29.6097995Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T23:00:29.6098408Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T23:00:29.6098790Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T23:00:29.6099157Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T23:00:29.6099566Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T23:00:29.6099962Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T23:00:29.6100447Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T23:00:29.6100847Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T23:00:29.6101264Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T23:00:29.6101826Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T23:00:29.6102195Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T23:00:29.6102560Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T23:00:29.6102940Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T23:00:29.6103333Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T23:00:29.6103735Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T23:00:29.6104139Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T23:00:29.6104527Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T23:00:29.6104911Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T23:00:29.6105487Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T23:00:29.6105903Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T23:00:29.6106276Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T23:00:29.6106637Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T23:00:29.6106990Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T23:00:29.6107355Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T23:00:29.6107722Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T23:00:29.6108080Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T23:00:29.6108463Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T23:00:29.6108865Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T23:00:29.6109304Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T23:00:29.6109746Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T23:00:29.6110164Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T23:00:29.6112068Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T23:00:29.6112474Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T23:00:29.6112870Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T23:00:29.6113277Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T23:00:29.6113970Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T23:00:29.6114375Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T23:00:29.6114773Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T23:00:29.6115190Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T23:00:29.6115633Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T23:00:29.6116070Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T23:00:29.6116465Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T23:00:29.6116863Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T23:00:29.6117278Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T23:00:29.6117688Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T23:00:29.6118102Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T23:00:29.6118501Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T23:00:29.6118904Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T23:00:29.6119314Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T23:00:29.6119859Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T23:00:29.6120236Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T23:00:29.6120869Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T23:00:29.6121283Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T23:00:29.6121685Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T23:00:29.6122090Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T23:00:29.6122495Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T23:00:29.6122871Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T23:00:29.6123251Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T23:00:29.6123637Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T23:00:29.6124029Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T23:00:29.6124460Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T23:00:29.6124911Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T23:00:29.6125317Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T23:00:29.6125697Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T23:00:29.6126088Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T23:00:29.6126517Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T23:00:29.6126944Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T23:00:29.6127304Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T23:00:29.6127655Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T23:00:29.6128082Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T23:00:29.6128529Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T23:00:29.6128951Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T23:00:29.6129340Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T23:00:29.6129726Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T23:00:29.6130113Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T23:00:29.6130969Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T23:00:29.6131470Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T23:00:29.6131898Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T23:00:29.6132270Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T23:00:29.6132641Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T23:00:29.6133092Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T23:00:29.6133598Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T23:00:29.6134041Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T23:00:29.6134421Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T23:00:29.6134890Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T23:00:29.6135430Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T23:00:29.6135937Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T23:00:29.6136379Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T23:00:29.6136744Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T23:00:29.6137291Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T23:00:29.6137706Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T23:00:29.6138127Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T23:00:29.6138538Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T23:00:29.6138918Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T23:00:29.6139304Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T23:00:29.6139705Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T23:00:29.6140108Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T23:00:29.6140715Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T23:00:29.6141121Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T23:00:29.6141527Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T23:00:29.6141926Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T23:00:29.6142350Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T23:00:29.6142802Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T23:00:29.6143231Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T23:00:29.6143630Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T23:00:29.6144009Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T23:00:29.6144400Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T23:00:29.6144772Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T23:00:29.6145169Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T23:00:29.6145594Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T23:00:29.6146064Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T23:00:29.6146517Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T23:00:29.6146927Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T23:00:29.6147319Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T23:00:29.6147957Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T23:00:29.6148369Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T23:00:29.6148743Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T23:00:29.6149133Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T23:00:29.6149529Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T23:00:29.6149975Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T23:00:29.6150612Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T23:00:29.6151077Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T23:00:29.6151597Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T23:00:29.6152120Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T23:00:29.6152632Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T23:00:29.6153074Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T23:00:29.6153443Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T23:00:29.6153811Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T23:00:29.6154381Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T23:00:29.6154762Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T23:00:29.6155132Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T23:00:29.6155518Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T23:00:29.6155906Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T23:00:29.6156300Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T23:00:29.6156684Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T23:00:29.6157065Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T23:00:29.6157464Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T23:00:29.6157859Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T23:00:29.6158282Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T23:00:29.6158723Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T23:00:29.6159151Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T23:00:29.6159570Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T23:00:29.6159981Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T23:00:29.6160543Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T23:00:29.6160981Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T23:00:29.6161378Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T23:00:29.6161743Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T23:00:29.6162255Z 	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-20T23:00:29.6162783Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T23:00:29.6163154Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T23:00:29.6163537Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T23:00:29.6163905Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T23:00:29.6164310Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T23:00:29.6165084Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T23:00:29.6165527Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T23:00:29.6165958Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T23:00:29.6166364Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T23:00:29.6166779Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T23:00:29.6167205Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T23:00:29.6167619Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T23:00:29.6168013Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T23:00:29.6168446Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T23:00:29.6168946Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T23:00:29.6169445Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T23:00:29.6169899Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T23:00:29.6170442Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T23:00:29.6171102Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T23:00:29.6171596Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T23:00:29.6172089Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T23:00:29.6172503Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T23:00:29.6172942Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T23:00:29.6173404Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T23:00:29.6174053Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T23:00:29.6174418Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T23:00:29.6174774Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T23:00:29.6175149Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T23:00:29.6175544Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T23:00:29.6175914Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T23:00:29.6176272Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T23:00:29.6176647Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T23:00:29.6177017Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T23:00:29.6177384Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T23:00:29.6177765Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T23:00:29.6178127Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T23:00:29.6178509Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T23:00:29.6178900Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T23:00:29.6179266Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T23:00:29.6179638Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T23:00:29.6180002Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T23:00:29.6180537Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T23:00:29.6180929Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T23:00:29.6181300Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T23:00:29.6181662Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T23:00:29.6182276Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T23:00:29.6182713Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T23:00:29.6183152Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T23:00:29.6183568Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T23:00:29.6183947Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T23:00:29.6184332Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T23:00:29.6184765Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T23:00:29.6185169Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T23:00:29.6185535Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T23:00:29.6185908Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T23:00:29.6186278Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T23:00:29.6186629Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T23:00:29.6186982Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T23:00:29.6187337Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T23:00:29.6187709Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T23:00:29.6188253Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T23:00:29.6188607Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T23:00:29.6188944Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T23:00:29.6189324Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T23:00:29.6189735Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T23:00:29.6190143Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T23:00:29.6190724Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T23:00:29.6191126Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T23:00:29.6191547Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T23:00:29.6192052Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T23:00:29.6192678Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T23:00:29.6193307Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T23:00:29.6193858Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T23:00:29.6194332Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T23:00:29.6194799Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T23:00:29.6195330Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T23:00:29.6195956Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T23:00:29.6196526Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T23:00:29.6197029Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T23:00:29.6197481Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T23:00:29.6197859Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T23:00:29.6198244Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T23:00:29.6198625Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T23:00:29.6199217Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T23:00:29.6199633Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T23:00:29.6200055Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T23:00:29.6200583Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T23:00:29.6200986Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T23:00:29.6201378Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T23:00:29.6201760Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T23:00:29.6202142Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T23:00:29.6202522Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T23:00:29.6202918Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T23:00:29.6203324Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T23:00:29.6203743Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T23:00:29.6204162Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T23:00:29.6204541Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T23:00:29.6204945Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T23:00:29.6205525Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T23:00:29.6205938Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T23:00:29.6206380Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T23:00:29.6206813Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T23:00:29.6207187Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T23:00:29.6207563Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T23:00:29.6207951Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T23:00:29.6208325Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T23:00:29.6208719Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T23:00:29.6209127Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T23:00:29.6209521Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T23:00:29.6209909Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T23:00:29.6210277Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T23:00:29.6210794Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T23:00:29.6211348Z 	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-20T23:00:29.6212110Z 	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-20T23:00:29.6212803Z 	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-20T23:00:29.6213482Z 	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-20T23:00:29.6214018Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T23:00:29.6214408Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T23:00:29.6214821Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T23:00:29.6215231Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T23:00:29.6215614Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T23:00:29.6216199Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T23:00:29.6216581Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T23:00:29.6216961Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T23:00:29.6217344Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T23:00:29.6217724Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T23:00:29.6218112Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T23:00:29.6218503Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T23:00:29.6218910Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T23:00:29.6219313Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T23:00:29.6219717Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T23:00:29.6220114Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T23:00:29.6220637Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T23:00:29.6221029Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T23:00:29.6221436Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T23:00:29.6221837Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T23:00:29.6222402Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T23:00:29.6222797Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T23:00:29.6223227Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T23:00:29.6223665Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T23:00:29.6224074Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T23:00:29.6224523Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T23:00:29.6224988Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T23:00:29.6225403Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T23:00:29.6225776Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T23:00:29.6226166Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T23:00:29.6226567Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T23:00:29.6226981Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T23:00:29.6227389Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T23:00:29.6227777Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T23:00:29.6228176Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T23:00:29.6228659Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T23:00:29.6229137Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T23:00:29.6229537Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T23:00:29.6229949Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T23:00:29.6230608Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T23:00:29.6231067Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T23:00:29.6231540Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T23:00:29.6232033Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T23:00:29.6232487Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T23:00:29.6233100Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T23:00:29.6233518Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T23:00:29.6233914Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T23:00:29.6234336Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T23:00:29.6234730Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T23:00:29.6235109Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T23:00:29.6235519Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T23:00:29.6235926Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T23:00:29.6236337Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T23:00:29.6236763Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T23:00:29.6237167Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T23:00:29.6237547Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T23:00:29.6237922Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T23:00:29.6238284Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T23:00:29.6238679Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T23:00:29.6239261Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T23:00:29.6239660Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T23:00:29.6240116Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T23:00:29.6240734Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T23:00:29.6241141Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T23:00:29.6241591Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T23:00:29.6242020Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T23:00:29.6242436Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T23:00:29.6242848Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T23:00:29.6243215Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T23:00:29.6243582Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T23:00:29.6243979Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T23:00:29.6244379Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T23:00:29.6244763Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T23:00:29.6245124Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T23:00:29.6245484Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T23:00:29.6245837Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T23:00:29.6246330Z 	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-20T23:00:29.6246846Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T23:00:29.6247244Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T23:00:29.6247628Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T23:00:29.6248030Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T23:00:29.6248448Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T23:00:29.6248864Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T23:00:29.6249522Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T23:00:29.6249961Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T23:00:29.6250512Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T23:00:29.6250896Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T23:00:29.6251271Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T23:00:29.6251644Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T23:00:29.6252023Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T23:00:29.6252451Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T23:00:29.6252887Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T23:00:29.6253291Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T23:00:29.6253723Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T23:00:29.6254171Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T23:00:29.6254574Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T23:00:29.6254952Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T23:00:29.6255303Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T23:00:29.6255819Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T23:00:29.6256191Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T23:00:29.6256571Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T23:00:29.6256951Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T23:00:29.6257355Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T23:00:29.6257776Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T23:00:29.6258249Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T23:00:29.6258691Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T23:00:29.6259071Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T23:00:29.6259464Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T23:00:29.6259863Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T23:00:29.6260256Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T23:00:29.6260790Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T23:00:29.6261172Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T23:00:29.6261620Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T23:00:29.6262123Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T23:00:29.6262553Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T23:00:29.6262934Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T23:00:29.6263315Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T23:00:29.6263722Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T23:00:29.6264122Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T23:00:29.6264501Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T23:00:29.6264904Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T23:00:29.6265291Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T23:00:29.6265647Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T23:00:29.6266006Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T23:00:29.6266621Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T23:00:29.6267065Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T23:00:29.6267447Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T23:00:29.6267837Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T23:00:29.6268288Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T23:00:29.6268734Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T23:00:29.6269166Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T23:00:29.6269567Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T23:00:29.6270084Z 	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-20T23:00:29.6270745Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T23:00:29.6271142Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T23:00:29.6271560Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T23:00:29.6271997Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T23:00:29.6272668Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T23:00:29.6273253Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T23:00:29.6273872Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T23:00:29.6274529Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T23:00:29.6275186Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T23:00:29.6275841Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T23:00:29.6276474Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T23:00:29.6277064Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T23:00:29.6277556Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T23:00:29.6278005Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T23:00:29.6278448Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T23:00:29.6278876Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T23:00:29.6279356Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T23:00:29.6279799Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T23:00:29.6280188Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T23:00:29.6280687Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T23:00:29.6281067Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T23:00:29.6281459Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T23:00:29.6281872Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T23:00:29.6282318Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T23:00:29.6282687Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T23:00:29.6283080Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T23:00:29.6283547Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T23:00:29.6284240Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T23:00:29.6284752Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T23:00:29.6285248Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T23:00:29.6285705Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T23:00:29.6286130Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T23:00:29.6286550Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T23:00:29.6286970Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T23:00:29.6287407Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T23:00:29.6287838Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T23:00:29.6288238Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T23:00:29.6288623Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T23:00:29.6289004Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T23:00:29.6289386Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T23:00:29.6289833Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T23:00:29.6290551Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T23:00:29.6290966Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T23:00:29.6291386Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T23:00:29.6291819Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T23:00:29.6292272Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T23:00:29.6292729Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T23:00:29.6293167Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T23:00:29.6293567Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T23:00:29.6293947Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T23:00:29.6294347Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T23:00:29.6294723Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T23:00:29.6295100Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T23:00:29.6295508Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T23:00:29.6295915Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T23:00:29.6296348Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T23:00:29.6296835Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T23:00:29.6297299Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T23:00:29.6297696Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T23:00:29.6298054Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T23:00:29.6298435Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T23:00:29.6298837Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T23:00:29.6299231Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T23:00:29.6299627Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T23:00:29.6300058Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T23:00:29.6300961Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T23:00:29.6301399Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T23:00:29.6301795Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T23:00:29.6302200Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T23:00:29.6302747Z 	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-20T23:00:29.6303340Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T23:00:29.6303803Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T23:00:29.6304255Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T23:00:29.6304684Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T23:00:29.6305090Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T23:00:29.6305488Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T23:00:29.6305886Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T23:00:29.6306293Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T23:00:29.6306699Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T23:00:29.6307218Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T23:00:29.6307611Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T23:00:29.6308021Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T23:00:29.6308412Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T23:00:29.6308821Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T23:00:29.6309294Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T23:00:29.6309720Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T23:00:29.6310103Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T23:00:29.6310659Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T23:00:29.6311053Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T23:00:29.6311437Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T23:00:29.6311853Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T23:00:29.6312288Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T23:00:29.6312738Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T23:00:29.6313148Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T23:00:29.6313554Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T23:00:29.6313956Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T23:00:29.6314338Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T23:00:29.6314720Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T23:00:29.6315113Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T23:00:29.6315522Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T23:00:29.6315977Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T23:00:29.6316429Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T23:00:29.6316860Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T23:00:29.6317269Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T23:00:29.6317894Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T23:00:29.6318351Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T23:00:29.6318747Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T23:00:29.6319107Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T23:00:29.6319462Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T23:00:29.6319830Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T23:00:29.6320213Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T23:00:29.6320755Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T23:00:29.6321135Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T23:00:29.6321535Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T23:00:29.6321928Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T23:00:29.6322290Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T23:00:29.6322644Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T23:00:29.6323029Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T23:00:29.6323433Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T23:00:29.6324005Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T23:00:29.6324367Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T23:00:29.6324741Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T23:00:29.6325134Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T23:00:29.6325518Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T23:00:29.6325877Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T23:00:29.6326259Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T23:00:29.6326656Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T23:00:29.6327039Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T23:00:29.6327420Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T23:00:29.6327807Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T23:00:29.6328194Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T23:00:29.6328602Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T23:00:29.6329036Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T23:00:29.6329443Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T23:00:29.6329805Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T23:00:29.6330160Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T23:00:29.6330726Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T23:00:29.6331158Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T23:00:29.6331668Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T23:00:29.6332184Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T23:00:29.6332671Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T23:00:29.6333181Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T23:00:29.6333629Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T23:00:29.6334014Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T23:00:29.6334638Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T23:00:29.6335046Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T23:00:29.6335439Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T23:00:29.6335830Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T23:00:29.6336225Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T23:00:29.6336606Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T23:00:29.6337002Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T23:00:29.6337451Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T23:00:29.6337887Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T23:00:29.6338269Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T23:00:29.6338678Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T23:00:29.6339107Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T23:00:29.6339493Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T23:00:29.6339848Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T23:00:29.6340541Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T23:00:29.6341009Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T23:00:29.6341593Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T23:00:29.6342011Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T23:00:29.6342427Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T23:00:29.6342864Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T23:00:29.6343309Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T23:00:29.7516447Z [+] Installing Go for linux-arm64...
2025-08-20T23:00:30.1630738Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T23:00:30.1631048Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T23:00:30.1631297Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T23:00:30.1640926Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T23:00:30.1641323Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T23:00:30.1641681Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T23:00:30.1713667Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T23:00:30.1714177Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T23:00:30.1714638Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T23:00:30.1715115Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T23:00:30.1715564Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T23:00:30.1716015Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T23:00:30.1716485Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T23:00:30.1716952Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T23:00:30.1717385Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T23:00:30.1717821Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T23:00:30.1718258Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T23:00:30.1718691Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T23:00:30.1719486Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T23:00:30.1719966Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T23:00:30.1720578Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T23:00:30.1721323Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T23:00:30.1721813Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T23:00:30.1722273Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T23:00:30.1722728Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T23:00:30.1723148Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T23:00:30.1723500Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T23:00:30.1723831Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T23:00:30.1724167Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T23:00:30.1724504Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T23:00:30.1724845Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T23:00:30.1752457Z go version go1.22.2 linux/arm64
2025-08-20T23:00:30.2102790Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T23:00:30.2103510Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T23:00:30.2103863Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T23:00:30.2104221Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T23:00:30.2104591Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T23:00:30.2104951Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T23:00:30.2105311Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T23:00:30.2105688Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T23:00:30.2106039Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T23:00:30.2106370Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T23:00:30.2106731Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T23:00:30.2107119Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T23:00:30.2107508Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T23:00:30.2107916Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T23:00:30.2108313Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T23:00:30.2108718Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T23:00:30.2109123Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T23:00:30.2109497Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T23:00:30.2109906Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T23:00:30.2110562Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T23:00:30.2111030Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T23:00:30.2111427Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T23:00:30.2111860Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T23:00:30.2112263Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T23:00:30.2112619Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T23:00:30.2113019Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T23:00:30.2113454Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T23:00:30.2114140Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T23:00:30.2114565Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T23:00:30.2114980Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T23:00:30.2115405Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T23:00:30.2115835Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T23:00:30.2116278Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T23:00:30.2116704Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T23:00:30.2117149Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T23:00:30.2117581Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T23:00:30.2117989Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T23:00:30.2118409Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T23:00:30.2118807Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T23:00:30.2119221Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T23:00:30.2119650Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T23:00:30.2120223Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T23:00:30.2120886Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T23:00:30.2121290Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T23:00:30.2121748Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T23:00:30.2122226Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T23:00:30.2122710Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T23:00:30.2123212Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T23:00:30.2123654Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T23:00:30.2124078Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T23:00:30.2124501Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T23:00:30.2124923Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T23:00:30.2125345Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T23:00:30.2125752Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T23:00:30.2126126Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T23:00:30.2126660Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T23:00:30.2127041Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T23:00:30.2127443Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T23:00:30.2127849Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T23:00:30.2128235Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T23:00:30.2128651Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T23:00:30.2129100Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T23:00:30.2129528Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T23:00:30.2129944Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T23:00:30.2131136Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T23:00:30.2131600Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T23:00:30.2132268Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T23:00:30.2132686Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T23:00:30.2133126Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T23:00:30.2133629Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T23:00:30.2134135Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T23:00:30.2134599Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T23:00:30.2135021Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T23:00:30.2135413Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T23:00:30.2135811Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T23:00:30.2136220Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T23:00:30.2136623Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T23:00:30.2137083Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T23:00:30.2137588Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T23:00:30.2138223Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T23:00:30.2138718Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T23:00:30.2139159Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T23:00:30.2139565Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T23:00:30.2139962Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T23:00:30.2140515Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T23:00:30.2140920Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T23:00:30.2141313Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T23:00:30.2141742Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T23:00:30.2142171Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T23:00:30.2142558Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T23:00:30.2142932Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T23:00:30.2143340Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T23:00:30.2143748Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T23:00:30.2144129Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T23:00:30.2144502Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T23:00:30.2144902Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T23:00:30.2145294Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T23:00:30.2145650Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T23:00:30.2146033Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T23:00:30.2146447Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T23:00:30.2146836Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T23:00:30.2147203Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T23:00:30.2147569Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T23:00:30.2147952Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T23:00:30.2148344Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T23:00:30.2148954Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T23:00:30.2149367Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T23:00:30.2149754Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T23:00:30.2150136Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T23:00:30.2150697Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T23:00:30.2151105Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T23:00:30.2151479Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T23:00:30.2151838Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T23:00:30.2152196Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T23:00:30.2152554Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T23:00:30.2152927Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T23:00:30.2153280Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T23:00:30.2153658Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T23:00:30.2154058Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T23:00:30.2154490Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T23:00:30.2155077Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T23:00:30.2155484Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T23:00:30.2155880Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T23:00:30.2156273Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T23:00:30.2156671Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T23:00:30.2157081Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T23:00:30.2157496Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T23:00:30.2157881Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T23:00:30.2158279Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T23:00:30.2158724Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T23:00:30.2159169Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T23:00:30.2159598Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T23:00:30.2159992Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T23:00:30.2160609Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T23:00:30.2161037Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T23:00:30.2161460Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T23:00:30.2161876Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T23:00:30.2162280Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T23:00:30.2162684Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T23:00:30.2163097Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T23:00:30.2163486Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T23:00:30.2163846Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T23:00:30.2164216Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T23:00:30.2164615Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T23:00:30.2165014Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T23:00:30.2165628Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T23:00:30.2166040Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T23:00:30.2166414Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T23:00:30.2166792Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T23:00:30.2167178Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T23:00:30.2167576Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T23:00:30.2167999Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T23:00:30.2168449Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T23:00:30.2168853Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T23:00:30.2169236Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T23:00:30.2169636Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T23:00:30.2170064Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T23:00:30.2170624Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T23:00:30.2170987Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T23:00:30.2171334Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T23:00:30.2171951Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T23:00:30.2172386Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T23:00:30.2172801Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T23:00:30.2173189Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T23:00:30.2173573Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T23:00:30.2173964Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T23:00:30.2174395Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T23:00:30.2174867Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T23:00:30.2175286Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T23:00:30.2175663Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T23:00:30.2176026Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T23:00:30.2176470Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T23:00:30.2176976Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T23:00:30.2177421Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T23:00:30.2177800Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T23:00:30.2178271Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T23:00:30.2178817Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T23:00:30.2179326Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T23:00:30.2179768Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T23:00:30.2180145Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T23:00:30.2180684Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T23:00:30.2181103Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T23:00:30.2181526Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T23:00:30.2181940Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T23:00:30.2182546Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T23:00:30.2182940Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T23:00:30.2183343Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T23:00:30.2183752Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T23:00:30.2184154Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T23:00:30.2184564Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T23:00:30.2184962Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T23:00:30.2185362Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T23:00:30.2185791Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T23:00:30.2186238Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T23:00:30.2186674Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T23:00:30.2187068Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T23:00:30.2187446Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T23:00:30.2187826Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T23:00:30.2188209Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T23:00:30.2188754Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T23:00:30.2189179Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T23:00:30.2189649Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T23:00:30.2190100Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T23:00:30.2190656Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T23:00:30.2191056Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T23:00:30.2191441Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T23:00:30.2191827Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T23:00:30.2192200Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T23:00:30.2192592Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T23:00:30.2192981Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T23:00:30.2193432Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T23:00:30.2193911Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T23:00:30.2194374Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T23:00:30.2194900Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T23:00:30.2195413Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T23:00:30.2195922Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T23:00:30.2196366Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T23:00:30.2196733Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T23:00:30.2197104Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T23:00:30.2197487Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T23:00:30.2197872Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T23:00:30.2198247Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T23:00:30.2198634Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T23:00:30.2199238Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T23:00:30.2199650Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T23:00:30.2200028Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T23:00:30.2200515Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T23:00:30.2200922Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T23:00:30.2201327Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T23:00:30.2201750Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T23:00:30.2202189Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T23:00:30.2202613Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T23:00:30.2203034Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T23:00:30.2203447Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T23:00:30.2203860Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T23:00:30.2204285Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T23:00:30.2204686Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T23:00:30.2205050Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T23:00:30.2205745Z 	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-20T23:00:30.2206267Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T23:00:30.2206643Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T23:00:30.2207020Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T23:00:30.2207391Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T23:00:30.2207802Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T23:00:30.2208243Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T23:00:30.2208670Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T23:00:30.2209100Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T23:00:30.2209513Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T23:00:30.2209920Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T23:00:30.2210532Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T23:00:30.2210962Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T23:00:30.2211360Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T23:00:30.2211798Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T23:00:30.2212293Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T23:00:30.2212794Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T23:00:30.2213248Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T23:00:30.2213665Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T23:00:30.2214079Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T23:00:30.2214559Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T23:00:30.2215052Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T23:00:30.2215466Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T23:00:30.2215905Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T23:00:30.2216596Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T23:00:30.2217027Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T23:00:30.2217392Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T23:00:30.2217748Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T23:00:30.2218129Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T23:00:30.2218517Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T23:00:30.2218887Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T23:00:30.2219244Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T23:00:30.2219616Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T23:00:30.2219982Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T23:00:30.2220490Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T23:00:30.2220875Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T23:00:30.2221234Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T23:00:30.2221614Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T23:00:30.2221998Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T23:00:30.2222498Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T23:00:30.2222861Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T23:00:30.2223221Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T23:00:30.2223593Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T23:00:30.2223971Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T23:00:30.2224340Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T23:00:30.2224712Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T23:00:30.2225097Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T23:00:30.2225521Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T23:00:30.2225965Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T23:00:30.2226389Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T23:00:30.2226759Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T23:00:30.2227145Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T23:00:30.2227576Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T23:00:30.2227978Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T23:00:30.2228343Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T23:00:30.2228717Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T23:00:30.2229081Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T23:00:30.2229430Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T23:00:30.2229781Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T23:00:30.2230141Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T23:00:30.2230677Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T23:00:30.2231049Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T23:00:30.2231402Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T23:00:30.2231743Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T23:00:30.2232151Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T23:00:30.2232846Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T23:00:30.2233260Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T23:00:30.2233662Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T23:00:30.2234061Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T23:00:30.2234484Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T23:00:30.2234999Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T23:00:30.2235621Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T23:00:30.2236249Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T23:00:30.2236795Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T23:00:30.2237272Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T23:00:30.2237737Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T23:00:30.2238260Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T23:00:30.2238883Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T23:00:30.2239589Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T23:00:30.2240087Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T23:00:30.2240672Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T23:00:30.2241048Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T23:00:30.2241427Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T23:00:30.2241807Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T23:00:30.2242194Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T23:00:30.2242585Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T23:00:30.2242978Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T23:00:30.2243374Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T23:00:30.2243768Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T23:00:30.2244159Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T23:00:30.2244963Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T23:00:30.2245357Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T23:00:30.2245738Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T23:00:30.2246144Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T23:00:30.2246545Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T23:00:30.2246963Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T23:00:30.2247384Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T23:00:30.2247755Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T23:00:30.2248158Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T23:00:30.2248575Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T23:00:30.2248991Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T23:00:30.2249431Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T23:00:30.2249864Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T23:00:30.2250571Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T23:00:30.2250981Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T23:00:30.2251372Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T23:00:30.2251750Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T23:00:30.2252147Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T23:00:30.2252550Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T23:00:30.2252938Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T23:00:30.2253326Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T23:00:30.2253695Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T23:00:30.2254068Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T23:00:30.2254625Z 	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-20T23:00:30.2255347Z 	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-20T23:00:30.2256040Z 	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-20T23:00:30.2256843Z 	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-20T23:00:30.2257377Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T23:00:30.2257768Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T23:00:30.2258182Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T23:00:30.2258591Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T23:00:30.2258977Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T23:00:30.2259361Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T23:00:30.2259735Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T23:00:30.2260113Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T23:00:30.2260727Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T23:00:30.2261125Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T23:00:30.2261505Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T23:00:30.2261903Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T23:00:30.2262311Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T23:00:30.2262714Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T23:00:30.2263122Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T23:00:30.2263517Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T23:00:30.2263900Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T23:00:30.2264295Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T23:00:30.2264704Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T23:00:30.2265114Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T23:00:30.2265518Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T23:00:30.2265919Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T23:00:30.2266349Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T23:00:30.2266786Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T23:00:30.2267390Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T23:00:30.2267871Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T23:00:30.2268334Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T23:00:30.2268745Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T23:00:30.2269120Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T23:00:30.2269508Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T23:00:30.2269913Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T23:00:30.2270482Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T23:00:30.2270904Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T23:00:30.2271326Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T23:00:30.2271729Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T23:00:30.2272204Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T23:00:30.2272680Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T23:00:30.2273085Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T23:00:30.2273660Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T23:00:30.2274122Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T23:00:30.2274575Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T23:00:30.2275055Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T23:00:30.2275549Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T23:00:30.2276004Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T23:00:30.2276449Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T23:00:30.2276853Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T23:00:30.2277250Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T23:00:30.2277678Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T23:00:30.2278068Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T23:00:30.2278445Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T23:00:30.2278858Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T23:00:30.2279263Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T23:00:30.2279673Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T23:00:30.2280106Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T23:00:30.2280728Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T23:00:30.2281118Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T23:00:30.2281491Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T23:00:30.2281860Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T23:00:30.2282254Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T23:00:30.2282678Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T23:00:30.2283077Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T23:00:30.2283531Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T23:00:30.2283989Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T23:00:30.2284614Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T23:00:30.2285074Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T23:00:30.2285503Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T23:00:30.2285917Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T23:00:30.2286336Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T23:00:30.2286695Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T23:00:30.2287066Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T23:00:30.2287463Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T23:00:30.2287868Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T23:00:30.2288253Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T23:00:30.2288620Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T23:00:30.2288976Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T23:00:30.2289329Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T23:00:30.2289821Z 	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-20T23:00:30.2290619Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T23:00:30.2291009Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T23:00:30.2291396Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T23:00:30.2291800Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T23:00:30.2292215Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T23:00:30.2292636Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T23:00:30.2293045Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T23:00:30.2293463Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T23:00:30.2293881Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T23:00:30.2294261Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T23:00:30.2294637Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T23:00:30.2295003Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T23:00:30.2295385Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T23:00:30.2295807Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T23:00:30.2296239Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T23:00:30.2296643Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T23:00:30.2297073Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T23:00:30.2297524Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T23:00:30.2297927Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T23:00:30.2298303Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T23:00:30.2298662Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T23:00:30.2299015Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T23:00:30.2299388Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T23:00:30.2299768Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T23:00:30.2300149Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T23:00:30.2300740Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T23:00:30.2301376Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T23:00:30.2301852Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T23:00:30.2302293Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T23:00:30.2302671Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T23:00:30.2303066Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T23:00:30.2303459Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T23:00:30.2303850Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T23:00:30.2304234Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T23:00:30.2304612Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T23:00:30.2305062Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T23:00:30.2305559Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T23:00:30.2305995Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T23:00:30.2306377Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T23:00:30.2306762Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T23:00:30.2307315Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T23:00:30.2307716Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T23:00:30.2308115Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T23:00:30.2308517Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T23:00:30.2308901Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T23:00:30.2309255Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T23:00:30.2309620Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T23:00:30.2310027Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T23:00:30.2310614Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T23:00:30.2311000Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T23:00:30.2311393Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T23:00:30.2311838Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T23:00:30.2312287Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T23:00:30.2312720Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T23:00:30.2313113Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T23:00:30.2313633Z 	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-20T23:00:30.2314145Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T23:00:30.2314540Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T23:00:30.2314956Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T23:00:30.2315392Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T23:00:30.2315918Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T23:00:30.2316505Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T23:00:30.2317124Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T23:00:30.2317997Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T23:00:30.2318671Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T23:00:30.2319305Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T23:00:30.2319936Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T23:00:30.2320663Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T23:00:30.2321153Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T23:00:30.2321601Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T23:00:30.2322042Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T23:00:30.2322475Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T23:00:30.2322966Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T23:00:30.2323404Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T23:00:30.2323792Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T23:00:30.2324162Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T23:00:30.2324717Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T23:00:30.2325105Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T23:00:30.2325519Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T23:00:30.2325934Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T23:00:30.2326299Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T23:00:30.2326690Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T23:00:30.2327159Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T23:00:30.2327654Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T23:00:30.2328151Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T23:00:30.2328650Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T23:00:30.2329114Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T23:00:30.2329535Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T23:00:30.2329957Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T23:00:30.2330495Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T23:00:30.2330938Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T23:00:30.2331376Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T23:00:30.2331770Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T23:00:30.2332159Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T23:00:30.2332537Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T23:00:30.2332920Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T23:00:30.2333369Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T23:00:30.2333814Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T23:00:30.2334225Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T23:00:30.2334646Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T23:00:30.2335082Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T23:00:30.2335728Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T23:00:30.2336196Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T23:00:30.2336633Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T23:00:30.2337040Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T23:00:30.2337425Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T23:00:30.2337818Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T23:00:30.2338197Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T23:00:30.2338574Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T23:00:30.2338981Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T23:00:30.2339386Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T23:00:30.2339823Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T23:00:30.2340430Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T23:00:30.2340917Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T23:00:30.2341317Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T23:00:30.2341821Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T23:00:30.2342199Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T23:00:30.2342597Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T23:00:30.2342989Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T23:00:30.2343385Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T23:00:30.2343819Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T23:00:30.2344271Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T23:00:30.2344687Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T23:00:30.2345080Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T23:00:30.2345482Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T23:00:30.2346033Z 	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-20T23:00:30.2346660Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T23:00:30.2347123Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T23:00:30.2347578Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T23:00:30.2348014Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T23:00:30.2348417Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T23:00:30.2348816Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T23:00:30.2349214Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T23:00:30.2349620Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T23:00:30.2350040Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T23:00:30.2350580Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T23:00:30.2350981Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T23:00:30.2351391Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T23:00:30.2351771Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T23:00:30.2352379Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T23:00:30.2352860Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T23:00:30.2353290Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T23:00:30.2353672Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T23:00:30.2354054Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T23:00:30.2354448Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T23:00:30.2354829Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T23:00:30.2355209Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T23:00:30.2355645Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T23:00:30.2356099Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T23:00:30.2356513Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T23:00:30.2356916Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T23:00:30.2357317Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T23:00:30.2357703Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T23:00:30.2358084Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T23:00:30.2358665Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T23:00:30.2359072Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T23:00:30.2359524Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T23:00:30.2359979Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T23:00:30.2360609Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T23:00:30.2361032Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T23:00:30.2361442Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T23:00:30.2361872Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T23:00:30.2362267Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T23:00:30.2362634Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T23:00:30.2362985Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T23:00:30.2363349Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T23:00:30.2363727Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T23:00:30.2364087Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T23:00:30.2364462Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T23:00:30.2364863Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T23:00:30.2365255Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T23:00:30.2365616Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T23:00:30.2365968Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T23:00:30.2366353Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T23:00:30.2366762Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T23:00:30.2367147Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T23:00:30.2367513Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T23:00:30.2367882Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T23:00:30.2368269Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T23:00:30.2368857Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T23:00:30.2369234Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T23:00:30.2369612Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T23:00:30.2370009Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T23:00:30.2370581Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T23:00:30.2370974Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T23:00:30.2371355Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T23:00:30.2371744Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T23:00:30.2372154Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T23:00:30.2372585Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T23:00:30.2372993Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T23:00:30.2373362Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T23:00:30.2373713Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T23:00:30.2374060Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T23:00:30.2374484Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T23:00:30.2375156Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T23:00:30.2375633Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T23:00:30.2376118Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T23:00:30.2376626Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T23:00:30.2377071Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T23:00:30.2377469Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T23:00:30.2377865Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T23:00:30.2378260Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T23:00:30.2378648Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T23:00:30.2379041Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T23:00:30.2379432Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T23:00:30.2379809Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T23:00:30.2380206Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T23:00:30.2380828Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T23:00:30.2381268Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T23:00:30.2381653Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T23:00:30.2382055Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T23:00:30.2382484Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T23:00:30.2382868Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T23:00:30.2383228Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T23:00:30.2383619Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T23:00:30.2384097Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T23:00:30.2384564Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T23:00:30.2384981Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T23:00:30.2385404Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T23:00:30.2386046Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T23:00:30.2386501Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T23:00:30.4381337Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T23:00:30.6874478Z Collecting meson
2025-08-20T23:00:30.7553810Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T23:00:30.8131594Z Collecting ninja
2025-08-20T23:00:30.8233805Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T23:00:30.8500846Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T23:00:30.9672297Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 9.0 MB/s  0:00:00
2025-08-20T23:00:30.9781464Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T23:00:31.0877399Z Installing collected packages: ninja, meson
2025-08-20T23:00:31.7813275Z 
2025-08-20T23:00:31.7835360Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T23:00:32.0508859Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T23:00:32.1438446Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T23:00:32.2218487Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T23:00:32.6136952Z 1.8.4
2025-08-20T23:00:32.6453150Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T23:00:32.6781180Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T23:00:32.6781652Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T23:00:32.6782026Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T23:00:32.6782406Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T23:00:32.6782796Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T23:00:32.6783194Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T23:00:32.6783564Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T23:00:32.6783928Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T23:00:32.6784282Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T23:00:32.6784620Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T23:00:32.6784998Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T23:00:32.6785388Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T23:00:32.6785777Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T23:00:32.6786190Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T23:00:32.6786587Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T23:00:32.6787001Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T23:00:32.6787413Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T23:00:32.6787782Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T23:00:32.6788165Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T23:00:32.6788628Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T23:00:32.6789091Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T23:00:32.6789485Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T23:00:32.6789908Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T23:00:32.6791025Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T23:00:32.6791407Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T23:00:32.6792244Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T23:00:32.6792697Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T23:00:32.6793124Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T23:00:32.6793536Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T23:00:32.6793951Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T23:00:32.6794383Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T23:00:32.6794813Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T23:00:32.6795246Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T23:00:32.6795673Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T23:00:32.6796116Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T23:00:32.6796554Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T23:00:32.6796961Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T23:00:32.6797375Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T23:00:32.6797778Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T23:00:32.6798395Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T23:00:32.6798829Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T23:00:32.6799253Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T23:00:32.6799662Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T23:00:32.6800062Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T23:00:32.6800691Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T23:00:32.6801173Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T23:00:32.6801647Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T23:00:32.6802146Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T23:00:32.6802597Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T23:00:32.6803022Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T23:00:32.6803447Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T23:00:32.6803864Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T23:00:32.6804287Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T23:00:32.6804693Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T23:00:32.6805072Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T23:00:32.6805434Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T23:00:32.6805808Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T23:00:32.6806208Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T23:00:32.6806629Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T23:00:32.6807013Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T23:00:32.6807424Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T23:00:32.6807870Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T23:00:32.6808302Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T23:00:32.6808726Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T23:00:32.6809395Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T23:00:32.6809850Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T23:00:32.6810264Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T23:00:32.6810800Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T23:00:32.6811250Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T23:00:32.6811752Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T23:00:32.6812254Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T23:00:32.6812752Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T23:00:32.6813178Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T23:00:32.6813574Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T23:00:32.6813973Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T23:00:32.6814379Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T23:00:32.6814786Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T23:00:32.6815249Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T23:00:32.6815946Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T23:00:32.6816464Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T23:00:32.6816963Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T23:00:32.6817409Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T23:00:32.6817815Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T23:00:32.6818215Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T23:00:32.6818624Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T23:00:32.6819028Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T23:00:32.6819420Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T23:00:32.6819858Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T23:00:32.6821174Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T23:00:32.6821600Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T23:00:32.6821978Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T23:00:32.6822393Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T23:00:32.6822814Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T23:00:32.6823197Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T23:00:32.6823571Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T23:00:32.6823972Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T23:00:32.6824366Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T23:00:32.6824732Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T23:00:32.6825114Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T23:00:32.6825527Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T23:00:32.6825920Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T23:00:32.6826288Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T23:00:32.6826650Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T23:00:32.6827288Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T23:00:32.6827706Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T23:00:32.6828109Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T23:00:32.6828510Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T23:00:32.6828904Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T23:00:32.6829293Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T23:00:32.6829695Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T23:00:32.6830099Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T23:00:32.6830639Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T23:00:32.6831001Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T23:00:32.6831360Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T23:00:32.6831723Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T23:00:32.6832092Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T23:00:32.6832447Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T23:00:32.6832850Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T23:00:32.6833413Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T23:00:32.6833849Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T23:00:32.6834289Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T23:00:32.6834695Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T23:00:32.6835094Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T23:00:32.6835491Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T23:00:32.6835883Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T23:00:32.6836291Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T23:00:32.6836702Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T23:00:32.6837090Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T23:00:32.6837494Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T23:00:32.6837913Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T23:00:32.6838357Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T23:00:32.6838789Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T23:00:32.6839186Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T23:00:32.6839595Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T23:00:32.6840006Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T23:00:32.6840561Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T23:00:32.6840977Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T23:00:32.6841388Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T23:00:32.6841789Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T23:00:32.6842197Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T23:00:32.6842585Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T23:00:32.6842947Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T23:00:32.6843317Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T23:00:32.6843919Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T23:00:32.6844332Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T23:00:32.6844736Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T23:00:32.6845127Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T23:00:32.6845509Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T23:00:32.6845892Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T23:00:32.6846277Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T23:00:32.6846671Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T23:00:32.6847102Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T23:00:32.6847552Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T23:00:32.6847960Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T23:00:32.6848337Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T23:00:32.6848734Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T23:00:32.6849157Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T23:00:32.6849704Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T23:00:32.6850066Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T23:00:32.6850623Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T23:00:32.6851057Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T23:00:32.6851491Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T23:00:32.6851904Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T23:00:32.6852300Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T23:00:32.6852685Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T23:00:32.6853072Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T23:00:32.6853500Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T23:00:32.6853976Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T23:00:32.6854395Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T23:00:32.6854764Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T23:00:32.6855128Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T23:00:32.6855575Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T23:00:32.6856093Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T23:00:32.6856542Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T23:00:32.6856925Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T23:00:32.6857388Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T23:00:32.6857929Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T23:00:32.6858444Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T23:00:32.6858889Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T23:00:32.6859259Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T23:00:32.6859645Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T23:00:32.6860057Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T23:00:32.6860853Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T23:00:32.6861279Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T23:00:32.6861656Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T23:00:32.6862036Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T23:00:32.6862441Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T23:00:32.6862854Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T23:00:32.6863256Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T23:00:32.6863658Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T23:00:32.6864059Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T23:00:32.6864456Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T23:00:32.6864883Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T23:00:32.6865332Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T23:00:32.6865764Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T23:00:32.6866159Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T23:00:32.6866671Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T23:00:32.6867053Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T23:00:32.6867432Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T23:00:32.6867826Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T23:00:32.6868248Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T23:00:32.6868719Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T23:00:32.6869177Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T23:00:32.6869585Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T23:00:32.6869979Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T23:00:32.6870664Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T23:00:32.6871053Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T23:00:32.6871427Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T23:00:32.6871820Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T23:00:32.6872208Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T23:00:32.6872658Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T23:00:32.6873136Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T23:00:32.6873605Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T23:00:32.6874129Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T23:00:32.6874648Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T23:00:32.6875156Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T23:00:32.6875600Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T23:00:32.6875971Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T23:00:32.6876335Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T23:00:32.6876720Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T23:00:32.6877165Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T23:00:32.6877775Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T23:00:32.6878179Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T23:00:32.6878567Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T23:00:32.6878959Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T23:00:32.6879341Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T23:00:32.6879728Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T23:00:32.6880126Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T23:00:32.6880673Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T23:00:32.6881099Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T23:00:32.6881542Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T23:00:32.6881972Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T23:00:32.6882391Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T23:00:32.6882800Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T23:00:32.6883217Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T23:00:32.6883812Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T23:00:32.6884208Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T23:00:32.6884573Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T23:00:32.6885083Z 	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-20T23:00:32.6885606Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T23:00:32.6885981Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T23:00:32.6886363Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T23:00:32.6886733Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T23:00:32.6887135Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T23:00:32.6887578Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T23:00:32.6888015Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T23:00:32.6888451Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T23:00:32.6888857Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T23:00:32.6889267Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T23:00:32.6889700Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T23:00:32.6890120Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T23:00:32.6890704Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T23:00:32.6891148Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T23:00:32.6891642Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T23:00:32.6892145Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T23:00:32.6892607Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T23:00:32.6893029Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T23:00:32.6893434Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T23:00:32.6893915Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T23:00:32.6894405Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T23:00:32.6895090Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T23:00:32.6895543Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T23:00:32.6896000Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T23:00:32.6896412Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T23:00:32.6896785Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T23:00:32.6897140Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T23:00:32.6897513Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T23:00:32.6897901Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T23:00:32.6898272Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T23:00:32.6898630Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T23:00:32.6899007Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T23:00:32.6899376Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T23:00:32.6899736Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T23:00:32.6900110Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T23:00:32.6900699Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T23:00:32.6901253Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T23:00:32.6901643Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T23:00:32.6902011Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T23:00:32.6902375Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T23:00:32.6902739Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T23:00:32.6903108Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T23:00:32.6903491Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T23:00:32.6903859Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T23:00:32.6904228Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T23:00:32.6904609Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T23:00:32.6905041Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T23:00:32.6905480Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T23:00:32.6905896Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T23:00:32.6906265Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T23:00:32.6906651Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T23:00:32.6907109Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T23:00:32.6907532Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T23:00:32.6907900Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T23:00:32.6908271Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T23:00:32.6908637Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T23:00:32.6908993Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T23:00:32.6909346Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T23:00:32.6909705Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T23:00:32.6910084Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T23:00:32.6910633Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T23:00:32.6910987Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T23:00:32.6911548Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T23:00:32.6911940Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T23:00:32.6912350Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T23:00:32.6912753Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T23:00:32.6913154Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T23:00:32.6913561Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T23:00:32.6913984Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T23:00:32.6914495Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T23:00:32.6915115Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T23:00:32.6915748Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T23:00:32.6916297Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T23:00:32.6916773Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T23:00:32.6917228Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T23:00:32.6917883Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T23:00:32.6918508Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T23:00:32.6919079Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T23:00:32.6919574Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T23:00:32.6920026Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T23:00:32.6920613Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T23:00:32.6920997Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T23:00:32.6921375Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T23:00:32.6921757Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T23:00:32.6922159Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T23:00:32.6922551Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T23:00:32.6922945Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T23:00:32.6923336Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T23:00:32.6923734Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T23:00:32.6924115Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T23:00:32.6924503Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T23:00:32.6924886Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T23:00:32.6925290Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T23:00:32.6925688Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T23:00:32.6926104Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T23:00:32.6926528Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T23:00:32.6926902Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T23:00:32.6927297Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T23:00:32.6927716Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T23:00:32.6928132Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T23:00:32.6928783Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T23:00:32.6929234Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T23:00:32.6929606Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T23:00:32.6929971Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T23:00:32.6930570Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T23:00:32.6930958Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T23:00:32.6931353Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T23:00:32.6931750Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T23:00:32.6932143Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T23:00:32.6932529Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T23:00:32.6932902Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T23:00:32.6933276Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T23:00:32.6933831Z 	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-20T23:00:32.6934551Z 	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-20T23:00:32.6935422Z 	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-20T23:00:32.6936097Z 	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-20T23:00:32.6936627Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T23:00:32.6937019Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T23:00:32.6937436Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T23:00:32.6937844Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T23:00:32.6938223Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T23:00:32.6938603Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T23:00:32.6938973Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T23:00:32.6939357Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T23:00:32.6939741Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T23:00:32.6940123Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T23:00:32.6940662Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T23:00:32.6941054Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T23:00:32.6941470Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T23:00:32.6941873Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T23:00:32.6942280Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T23:00:32.6942673Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T23:00:32.6943055Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T23:00:32.6943449Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T23:00:32.6943858Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T23:00:32.6944259Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T23:00:32.6944664Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T23:00:32.6945063Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T23:00:32.6945700Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T23:00:32.6946151Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T23:00:32.6946560Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T23:00:32.6947008Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T23:00:32.6947477Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T23:00:32.6947891Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T23:00:32.6948265Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T23:00:32.6948651Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T23:00:32.6949052Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T23:00:32.6949467Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T23:00:32.6949882Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T23:00:32.6950274Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T23:00:32.6950919Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T23:00:32.6951396Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T23:00:32.6952047Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T23:00:32.6952451Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T23:00:32.6952865Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T23:00:32.6953323Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T23:00:32.6953777Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T23:00:32.6954258Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T23:00:32.6954750Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T23:00:32.6955201Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T23:00:32.6955646Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T23:00:32.6956055Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T23:00:32.6956451Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T23:00:32.6956877Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T23:00:32.6957268Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T23:00:32.6957648Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T23:00:32.6958061Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T23:00:32.6958472Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T23:00:32.6958879Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T23:00:32.6959306Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T23:00:32.6959706Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T23:00:32.6960092Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T23:00:32.6960746Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T23:00:32.6961108Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T23:00:32.6961502Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T23:00:32.6961928Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T23:00:32.6962329Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T23:00:32.6963022Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T23:00:32.6963491Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T23:00:32.6963899Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T23:00:32.6964343Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T23:00:32.6964778Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T23:00:32.6965192Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T23:00:32.6965604Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T23:00:32.6965966Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T23:00:32.6966333Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T23:00:32.6966730Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T23:00:32.6967136Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T23:00:32.6967521Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T23:00:32.6967884Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T23:00:32.6968237Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T23:00:32.6968732Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T23:00:32.6969224Z 	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-20T23:00:32.6969738Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T23:00:32.6970127Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T23:00:32.6970671Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T23:00:32.6971080Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T23:00:32.6971498Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T23:00:32.6971914Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T23:00:32.6972323Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T23:00:32.6972743Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T23:00:32.6973167Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T23:00:32.6973548Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T23:00:32.6973922Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T23:00:32.6974287Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T23:00:32.6974671Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T23:00:32.6975100Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T23:00:32.6975542Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T23:00:32.6975949Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T23:00:32.6976372Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T23:00:32.6976862Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T23:00:32.6977275Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T23:00:32.6977650Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T23:00:32.6978005Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T23:00:32.6978361Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T23:00:32.6978733Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T23:00:32.6979115Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T23:00:32.6979753Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T23:00:32.6980180Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T23:00:32.6980732Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T23:00:32.6981199Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T23:00:32.6981648Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T23:00:32.6982027Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T23:00:32.6982431Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T23:00:32.6982825Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T23:00:32.6983219Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T23:00:32.6983606Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T23:00:32.6983991Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T23:00:32.6984447Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T23:00:32.6984940Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T23:00:32.6985371Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T23:00:32.6985910Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T23:00:32.6986290Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T23:00:32.6986701Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T23:00:32.6987098Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T23:00:32.6987476Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T23:00:32.6987879Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T23:00:32.6988275Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T23:00:32.6988647Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T23:00:32.6989010Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T23:00:32.6989416Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T23:00:32.6989851Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T23:00:32.6990238Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T23:00:32.6990818Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T23:00:32.6991268Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T23:00:32.6991716Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T23:00:32.6992152Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T23:00:32.6992553Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T23:00:32.6993073Z 	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-20T23:00:32.6993587Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T23:00:32.6993985Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T23:00:32.6994402Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T23:00:32.6994833Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T23:00:32.6995357Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T23:00:32.6995951Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T23:00:32.6996798Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T23:00:32.6997477Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T23:00:32.6998131Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T23:00:32.6998767Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T23:00:32.6999403Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T23:00:32.6999993Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T23:00:32.7000666Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T23:00:32.7001116Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T23:00:32.7001561Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T23:00:32.7001994Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T23:00:32.7002477Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T23:00:32.7002914Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T23:00:32.7003467Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T23:00:32.7003841Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T23:00:32.7004224Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T23:00:32.7004611Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T23:00:32.7005022Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T23:00:32.7005443Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T23:00:32.7005816Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T23:00:32.7006216Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T23:00:32.7006678Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T23:00:32.7007175Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T23:00:32.7007678Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T23:00:32.7008172Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T23:00:32.7008631Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T23:00:32.7009056Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T23:00:32.7009482Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T23:00:32.7009910Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T23:00:32.7010551Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T23:00:32.7010994Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T23:00:32.7011390Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T23:00:32.7011777Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T23:00:32.7012161Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T23:00:32.7012548Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T23:00:32.7012993Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T23:00:32.7013439Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T23:00:32.7013850Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T23:00:32.7014496Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T23:00:32.7014943Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T23:00:32.7015397Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T23:00:32.7015847Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T23:00:32.7016291Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T23:00:32.7016688Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T23:00:32.7017065Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T23:00:32.7017457Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T23:00:32.7017834Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T23:00:32.7018215Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T23:00:32.7018631Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T23:00:32.7019040Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T23:00:32.7019475Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T23:00:32.7019951Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T23:00:32.7020717Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T23:00:32.7021121Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T23:00:32.7021480Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T23:00:32.7021859Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T23:00:32.7022260Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T23:00:32.7022658Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T23:00:32.7023055Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T23:00:32.7023491Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T23:00:32.7023946Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T23:00:32.7024367Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T23:00:32.7024764Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T23:00:32.7025170Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T23:00:32.7025719Z 	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-20T23:00:32.7026308Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T23:00:32.7026771Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T23:00:32.7027222Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T23:00:32.7027657Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T23:00:32.7028063Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T23:00:32.7028461Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T23:00:32.7028865Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T23:00:32.7029273Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T23:00:32.7029684Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T23:00:32.7030076Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T23:00:32.7030651Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T23:00:32.7031327Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T23:00:32.7031726Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T23:00:32.7032140Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T23:00:32.7032611Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T23:00:32.7033048Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T23:00:32.7033431Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T23:00:32.7033814Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T23:00:32.7034209Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T23:00:32.7034588Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T23:00:32.7034966Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T23:00:32.7035402Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T23:00:32.7035856Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T23:00:32.7036269Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T23:00:32.7037139Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T23:00:32.7037770Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T23:00:32.7038160Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T23:00:32.7038543Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T23:00:32.7038936Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T23:00:32.7039345Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T23:00:32.7039798Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T23:00:32.7040261Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T23:00:32.7040873Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T23:00:32.7041282Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T23:00:32.7041693Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T23:00:32.7042131Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T23:00:32.7042524Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T23:00:32.7042885Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T23:00:32.7043238Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T23:00:32.7043613Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T23:00:32.7043994Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T23:00:32.7044351Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T23:00:32.7044732Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T23:00:32.7045135Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T23:00:32.7045525Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T23:00:32.7045894Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T23:00:32.7046248Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T23:00:32.7046638Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T23:00:32.7047044Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T23:00:32.7047427Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T23:00:32.7047800Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T23:00:32.7048412Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T23:00:32.7048824Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T23:00:32.7049212Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T23:00:32.7049569Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T23:00:32.7049948Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T23:00:32.7050525Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T23:00:32.7050914Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T23:00:32.7051293Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T23:00:32.7051675Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T23:00:32.7052062Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T23:00:32.7052472Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T23:00:32.7052905Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T23:00:32.7053314Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T23:00:32.7053672Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T23:00:32.7054025Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T23:00:32.7054534Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T23:00:32.7054964Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T23:00:32.7055471Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T23:00:32.7055947Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T23:00:32.7056429Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T23:00:32.7056940Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T23:00:32.7057390Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T23:00:32.7057777Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T23:00:32.7058170Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T23:00:32.7058572Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T23:00:32.7058963Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T23:00:32.7059373Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T23:00:32.7059767Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T23:00:32.7060150Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T23:00:32.7060732Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T23:00:32.7061184Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T23:00:32.7061623Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T23:00:32.7062001Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T23:00:32.7062407Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T23:00:32.7062842Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T23:00:32.7063230Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T23:00:32.7063582Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T23:00:32.7063978Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T23:00:32.7064435Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T23:00:32.7064903Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T23:00:32.7065526Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T23:00:32.7065962Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T23:00:32.7066397Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T23:00:32.7066838Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T23:00:32.7682192Z info: downloading installer
2025-08-20T23:00:32.9759264Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T23:00:32.9759654Z warn: /home/runner/.rustup/settings.toml
2025-08-20T23:00:32.9760020Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T23:00:32.9760846Z warn: instead of the one inferred from the default host triple.
2025-08-20T23:00:32.9989134Z info: profile set to 'default'
2025-08-20T23:00:32.9989449Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T23:00:32.9989854Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T23:00:33.0541053Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T23:00:33.1898509Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T23:00:33.2223518Z info: downloading component 'clippy'
2025-08-20T23:00:33.3206591Z info: downloading component 'rustfmt'
2025-08-20T23:00:33.4070483Z info: downloading component 'cargo'
2025-08-20T23:00:33.5404904Z info: downloading component 'rust-std'
2025-08-20T23:00:33.8577700Z info: downloading component 'rustc'
2025-08-20T23:00:34.5596054Z info: removing previous version of component 'clippy'
2025-08-20T23:00:34.5735013Z info: removing previous version of component 'rustfmt'
2025-08-20T23:00:34.5802593Z info: removing previous version of component 'cargo'
2025-08-20T23:00:34.6021548Z info: removing previous version of component 'rust-std'
2025-08-20T23:00:34.6138807Z info: removing previous version of component 'rustc'
2025-08-20T23:00:34.6369646Z info: installing component 'clippy'
2025-08-20T23:00:34.9053130Z info: installing component 'rustfmt'
2025-08-20T23:00:35.1099867Z info: installing component 'cargo'
2025-08-20T23:00:35.7635228Z info: installing component 'rust-std'
2025-08-20T23:00:37.0728895Z info: installing component 'rustc'
2025-08-20T23:00:39.8499302Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T23:00:39.8499631Z 
2025-08-20T23:00:39.8572334Z   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-20T23:00:39.8572732Z 
2025-08-20T23:00:39.8572736Z 
2025-08-20T23:00:39.8572817Z Rust is installed now. Great!
2025-08-20T23:00:39.8572965Z 
2025-08-20T23:00:39.8573158Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T23:00:39.8573559Z environment variable. This has not been done automatically.
2025-08-20T23:00:39.8573784Z 
2025-08-20T23:00:39.8573912Z To configure your current shell, you need to source
2025-08-20T23:00:39.8574208Z the corresponding env file under $HOME/.cargo.
2025-08-20T23:00:39.8574388Z 
2025-08-20T23:00:39.8574566Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T23:00:39.8574957Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T23:00:39.8575259Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T23:00:39.8575547Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T23:00:39.8949507Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T23:00:39.9294577Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T23:00:39.9294867Z 
2025-08-20T23:00:39.9369587Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T23:00:39.9369927Z 
2025-08-20T23:00:39.9786385Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T23:00:40.0171437Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T23:00:40.0576212Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T23:00:40.0576815Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T23:00:40.0577177Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T23:00:40.0577540Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T23:00:40.0577911Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T23:00:40.0578293Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T23:00:40.0578660Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T23:00:40.0579027Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T23:00:40.0579378Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T23:00:40.0579710Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T23:00:40.0580071Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T23:00:40.0580646Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T23:00:40.0581037Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T23:00:40.0581446Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T23:00:40.0581846Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T23:00:40.0582498Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T23:00:40.0582907Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T23:00:40.0583273Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T23:00:40.0583670Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T23:00:40.0584137Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T23:00:40.0584584Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T23:00:40.0584985Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T23:00:40.0585408Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T23:00:40.0585808Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T23:00:40.0586165Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T23:00:40.0586567Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T23:00:40.0587013Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T23:00:40.0587443Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T23:00:40.0587849Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T23:00:40.0588267Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T23:00:40.0588688Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T23:00:40.0589124Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T23:00:40.0589560Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T23:00:40.0589987Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T23:00:40.0590667Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T23:00:40.0591133Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T23:00:40.0591545Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T23:00:40.0591957Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T23:00:40.0592354Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T23:00:40.0592762Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T23:00:40.0593392Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T23:00:40.0593832Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T23:00:40.0594243Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T23:00:40.0594644Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T23:00:40.0595105Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T23:00:40.0595592Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T23:00:40.0596069Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T23:00:40.0596565Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T23:00:40.0597013Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T23:00:40.0597440Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T23:00:40.0597873Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T23:00:40.0598294Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T23:00:40.0598717Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T23:00:40.0599120Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T23:00:40.0599665Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T23:00:40.0600026Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T23:00:40.0600668Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T23:00:40.0601071Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T23:00:40.0601477Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T23:00:40.0601862Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T23:00:40.0602286Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T23:00:40.0602734Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T23:00:40.0603162Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T23:00:40.0603576Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T23:00:40.0604008Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T23:00:40.0604446Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T23:00:40.0604857Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T23:00:40.0605259Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T23:00:40.0605704Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T23:00:40.0606213Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T23:00:40.0606720Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T23:00:40.0607192Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T23:00:40.0607618Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T23:00:40.0608018Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T23:00:40.0608414Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T23:00:40.0608824Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T23:00:40.0609232Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T23:00:40.0609696Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T23:00:40.0610202Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T23:00:40.0611131Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T23:00:40.0611642Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T23:00:40.0612087Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T23:00:40.0612491Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T23:00:40.0612894Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T23:00:40.0613301Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T23:00:40.0613702Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T23:00:40.0614096Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T23:00:40.0614527Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T23:00:40.0614959Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T23:00:40.0615346Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T23:00:40.0615724Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T23:00:40.0616136Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T23:00:40.0616552Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T23:00:40.0617088Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T23:00:40.0617462Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T23:00:40.0617859Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T23:00:40.0618253Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T23:00:40.0618610Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T23:00:40.0618998Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T23:00:40.0619414Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T23:00:40.0619806Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T23:00:40.0620174Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T23:00:40.0620708Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T23:00:40.0621098Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T23:00:40.0621486Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T23:00:40.0621892Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T23:00:40.0622292Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T23:00:40.0622684Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T23:00:40.0623076Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T23:00:40.0623500Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T23:00:40.0623907Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T23:00:40.0624283Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T23:00:40.0624642Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T23:00:40.0625003Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T23:00:40.0625364Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T23:00:40.0625734Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T23:00:40.0626092Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T23:00:40.0626470Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T23:00:40.0626872Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T23:00:40.0627544Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T23:00:40.0628014Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T23:00:40.0628419Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T23:00:40.0628815Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T23:00:40.0629212Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T23:00:40.0629605Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T23:00:40.0630011Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T23:00:40.0630583Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T23:00:40.0630981Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T23:00:40.0631381Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T23:00:40.0631805Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T23:00:40.0632250Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T23:00:40.0632684Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T23:00:40.0633077Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T23:00:40.0633631Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T23:00:40.0634046Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T23:00:40.0634459Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T23:00:40.0634870Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T23:00:40.0635268Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T23:00:40.0635672Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T23:00:40.0636084Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T23:00:40.0636474Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T23:00:40.0636835Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T23:00:40.0637210Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T23:00:40.0637620Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T23:00:40.0638018Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T23:00:40.0638426Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T23:00:40.0638824Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T23:00:40.0639201Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T23:00:40.0639581Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T23:00:40.0639969Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T23:00:40.0640522Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T23:00:40.0640957Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T23:00:40.0641409Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T23:00:40.0641819Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T23:00:40.0642200Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T23:00:40.0642600Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T23:00:40.0643031Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T23:00:40.0643456Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T23:00:40.0643814Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T23:00:40.0644414Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T23:00:40.0644856Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T23:00:40.0645292Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T23:00:40.0645711Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T23:00:40.0646107Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T23:00:40.0646489Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T23:00:40.0646879Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T23:00:40.0647311Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T23:00:40.0647782Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T23:00:40.0648203Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T23:00:40.0648582Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T23:00:40.0648949Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T23:00:40.0649399Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T23:00:40.0649914Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T23:00:40.0650645Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T23:00:40.0651031Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T23:00:40.0651499Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T23:00:40.0652041Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T23:00:40.0652553Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T23:00:40.0653006Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T23:00:40.0653373Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T23:00:40.0653757Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T23:00:40.0654171Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T23:00:40.0654601Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T23:00:40.0655056Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T23:00:40.0655439Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T23:00:40.0655817Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T23:00:40.0656226Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T23:00:40.0656630Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T23:00:40.0657040Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T23:00:40.0657438Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T23:00:40.0657839Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T23:00:40.0658238Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T23:00:40.0658675Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T23:00:40.0659126Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T23:00:40.0659558Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T23:00:40.0659954Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T23:00:40.0660462Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T23:00:40.0660856Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T23:00:40.0661466Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T23:00:40.0661876Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T23:00:40.0662301Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T23:00:40.0662779Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T23:00:40.0663242Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T23:00:40.0663654Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T23:00:40.0664046Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T23:00:40.0664434Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T23:00:40.0664811Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T23:00:40.0665185Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T23:00:40.0665585Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T23:00:40.0665974Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T23:00:40.0666426Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T23:00:40.0666899Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T23:00:40.0667515Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T23:00:40.0668038Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T23:00:40.0668556Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T23:00:40.0669064Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T23:00:40.0669510Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T23:00:40.0669884Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T23:00:40.0670253Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T23:00:40.0670783Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T23:00:40.0671166Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T23:00:40.0671552Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T23:00:40.0671940Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T23:00:40.0672328Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T23:00:40.0672718Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T23:00:40.0673102Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T23:00:40.0673479Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T23:00:40.0673888Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T23:00:40.0674285Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T23:00:40.0674708Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T23:00:40.0675154Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T23:00:40.0675585Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T23:00:40.0676008Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T23:00:40.0676420Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T23:00:40.0676843Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T23:00:40.0677273Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T23:00:40.0677669Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T23:00:40.0678259Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T23:00:40.0678800Z 	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-20T23:00:40.0679333Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T23:00:40.0679716Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T23:00:40.0680104Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T23:00:40.0680602Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T23:00:40.0681013Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T23:00:40.0681459Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T23:00:40.0681894Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T23:00:40.0682331Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T23:00:40.0682740Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T23:00:40.0683145Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T23:00:40.0683573Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T23:00:40.0683991Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T23:00:40.0684558Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T23:00:40.0684997Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T23:00:40.0685490Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T23:00:40.0686000Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T23:00:40.0686456Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T23:00:40.0686878Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T23:00:40.0687287Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T23:00:40.0687767Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T23:00:40.0688257Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T23:00:40.0688676Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T23:00:40.0689115Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T23:00:40.0689576Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T23:00:40.0689988Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T23:00:40.0690499Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T23:00:40.0690882Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T23:00:40.0691261Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T23:00:40.0691648Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T23:00:40.0692019Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T23:00:40.0692373Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T23:00:40.0692749Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T23:00:40.0693115Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T23:00:40.0693477Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T23:00:40.0693856Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T23:00:40.0694218Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T23:00:40.0694597Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T23:00:40.0695174Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T23:00:40.0695558Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T23:00:40.0695920Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T23:00:40.0696283Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T23:00:40.0696656Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T23:00:40.0697041Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T23:00:40.0697414Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T23:00:40.0697780Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T23:00:40.0698159Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T23:00:40.0698582Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T23:00:40.0699023Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T23:00:40.0699442Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T23:00:40.0699808Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T23:00:40.0700196Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T23:00:40.0700774Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T23:00:40.0701376Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T23:00:40.0701746Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T23:00:40.0702116Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T23:00:40.0702482Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T23:00:40.0702832Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T23:00:40.0703184Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T23:00:40.0703546Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T23:00:40.0703921Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T23:00:40.0704285Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T23:00:40.0704640Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T23:00:40.0704980Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T23:00:40.0705364Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T23:00:40.0705773Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T23:00:40.0706174Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T23:00:40.0706574Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T23:00:40.0706972Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T23:00:40.0707394Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T23:00:40.0707904Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T23:00:40.0708533Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T23:00:40.0709164Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T23:00:40.0709717Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T23:00:40.0710195Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T23:00:40.0710801Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T23:00:40.0711326Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T23:00:40.0712148Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T23:00:40.0712723Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T23:00:40.0713219Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T23:00:40.0713666Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T23:00:40.0714044Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T23:00:40.0714420Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T23:00:40.0714797Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T23:00:40.0715182Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T23:00:40.0715576Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T23:00:40.0715968Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T23:00:40.0716365Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T23:00:40.0716755Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T23:00:40.0717147Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T23:00:40.0717528Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T23:00:40.0718065Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T23:00:40.0718440Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T23:00:40.0718840Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T23:00:40.0719238Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T23:00:40.0719654Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T23:00:40.0720074Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T23:00:40.0720654Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T23:00:40.0721052Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T23:00:40.0721465Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T23:00:40.0721880Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T23:00:40.0722329Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T23:00:40.0722759Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T23:00:40.0723129Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T23:00:40.0723503Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T23:00:40.0723899Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T23:00:40.0724278Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T23:00:40.0724679Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T23:00:40.0725079Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T23:00:40.0725469Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T23:00:40.0725858Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T23:00:40.0726229Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T23:00:40.0726598Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T23:00:40.0727156Z 	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-20T23:00:40.0727880Z 	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-20T23:00:40.0728790Z 	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-20T23:00:40.0729474Z 	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-20T23:00:40.0730006Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T23:00:40.0730523Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T23:00:40.0730940Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T23:00:40.0731345Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T23:00:40.0731723Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T23:00:40.0732104Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T23:00:40.0732471Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T23:00:40.0732849Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T23:00:40.0733236Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T23:00:40.0733619Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T23:00:40.0734001Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T23:00:40.0734393Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T23:00:40.0734955Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T23:00:40.0735358Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T23:00:40.0735763Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T23:00:40.0736155Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T23:00:40.0736540Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T23:00:40.0736932Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T23:00:40.0737344Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T23:00:40.0737746Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T23:00:40.0738149Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T23:00:40.0738545Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T23:00:40.0738980Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T23:00:40.0739418Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T23:00:40.0739828Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T23:00:40.0740273Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T23:00:40.0740881Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T23:00:40.0741294Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T23:00:40.0741671Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T23:00:40.0742068Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T23:00:40.0742473Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T23:00:40.0742886Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T23:00:40.0743302Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T23:00:40.0743687Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T23:00:40.0744080Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T23:00:40.0744555Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T23:00:40.0745029Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T23:00:40.0745650Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T23:00:40.0746070Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T23:00:40.0746524Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T23:00:40.0746976Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T23:00:40.0747458Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T23:00:40.0747957Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T23:00:40.0748406Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T23:00:40.0748853Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T23:00:40.0749259Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T23:00:40.0749655Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T23:00:40.0750086Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T23:00:40.0750599Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T23:00:40.0750978Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T23:00:40.0751391Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T23:00:40.0751956Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T23:00:40.0752365Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T23:00:40.0752793Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T23:00:40.0753199Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T23:00:40.0753579Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T23:00:40.0753952Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T23:00:40.0754318Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T23:00:40.0754712Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T23:00:40.0755184Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T23:00:40.0755584Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T23:00:40.0756043Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T23:00:40.0756498Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T23:00:40.0756908Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T23:00:40.0757359Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T23:00:40.0757789Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T23:00:40.0758205Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T23:00:40.0758621Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T23:00:40.0758985Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T23:00:40.0759366Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T23:00:40.0759765Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T23:00:40.0760174Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T23:00:40.0760701Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T23:00:40.0761067Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T23:00:40.0761424Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T23:00:40.0761781Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T23:00:40.0762486Z 	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-20T23:00:40.0763012Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T23:00:40.0763399Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T23:00:40.0763782Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T23:00:40.0764185Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T23:00:40.0764604Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T23:00:40.0765023Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T23:00:40.0765432Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T23:00:40.0765854Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T23:00:40.0766269Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T23:00:40.0766653Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T23:00:40.0767024Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T23:00:40.0767392Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T23:00:40.0767771Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T23:00:40.0768201Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T23:00:40.0768783Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T23:00:40.0769187Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T23:00:40.0769612Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T23:00:40.0770056Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T23:00:40.0770598Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T23:00:40.0770979Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T23:00:40.0771331Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T23:00:40.0771683Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T23:00:40.0772057Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T23:00:40.0772443Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T23:00:40.0772825Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T23:00:40.0773230Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T23:00:40.0773647Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T23:00:40.0774112Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T23:00:40.0774554Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T23:00:40.0774939Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T23:00:40.0775333Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T23:00:40.0775723Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T23:00:40.0776117Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T23:00:40.0776505Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T23:00:40.0776892Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T23:00:40.0777337Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T23:00:40.0777832Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T23:00:40.0778262Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T23:00:40.0778646Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T23:00:40.0779259Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T23:00:40.0779681Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T23:00:40.0780079Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T23:00:40.0780589Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T23:00:40.0780991Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T23:00:40.0781381Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T23:00:40.0781731Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T23:00:40.0782094Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T23:00:40.0782498Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T23:00:40.0782924Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T23:00:40.0783312Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T23:00:40.0783704Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T23:00:40.0784153Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T23:00:40.0784598Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T23:00:40.0785033Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T23:00:40.0785574Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T23:00:40.0786091Z 	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-20T23:00:40.0786607Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T23:00:40.0787002Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T23:00:40.0787419Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T23:00:40.0787860Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T23:00:40.0788385Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T23:00:40.0788979Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T23:00:40.0789604Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T23:00:40.0790261Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T23:00:40.0791034Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T23:00:40.0791674Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T23:00:40.0792313Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T23:00:40.0792902Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T23:00:40.0793388Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T23:00:40.0793839Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T23:00:40.0794281Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T23:00:40.0794715Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T23:00:40.0795201Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T23:00:40.0795645Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T23:00:40.0796031Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T23:00:40.0796408Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T23:00:40.0796985Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T23:00:40.0797396Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T23:00:40.0797808Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T23:00:40.0798225Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T23:00:40.0798599Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T23:00:40.0798989Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T23:00:40.0799459Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T23:00:40.0799955Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T23:00:40.0800582Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T23:00:40.0801082Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T23:00:40.0801543Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T23:00:40.0801967Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T23:00:40.0802388Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T23:00:40.0802977Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T23:00:40.0803416Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T23:00:40.0803847Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T23:00:40.0804236Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T23:00:40.0804622Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T23:00:40.0805003Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T23:00:40.0805388Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T23:00:40.0805832Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T23:00:40.0806280Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T23:00:40.0806689Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T23:00:40.0807112Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T23:00:40.0807552Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T23:00:40.0808010Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T23:00:40.0808462Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T23:00:40.0808899Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T23:00:40.0809306Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T23:00:40.0809685Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T23:00:40.0810082Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T23:00:40.0810683Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T23:00:40.0811066Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T23:00:40.0811478Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T23:00:40.0811882Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T23:00:40.0812315Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T23:00:40.0812794Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T23:00:40.0813330Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T23:00:40.0813958Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T23:00:40.0814342Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T23:00:40.0814731Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T23:00:40.0815134Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T23:00:40.0815528Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T23:00:40.0815925Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T23:00:40.0816363Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T23:00:40.0816822Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T23:00:40.0817251Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T23:00:40.0817653Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T23:00:40.0818063Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T23:00:40.0818624Z 	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-20T23:00:40.0819220Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T23:00:40.0819697Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T23:00:40.0820456Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T23:00:40.0820898Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T23:00:40.0821307Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T23:00:40.0821708Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T23:00:40.0822106Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T23:00:40.0822526Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T23:00:40.0823026Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T23:00:40.0823413Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T23:00:40.0823815Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T23:00:40.0824234Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T23:00:40.0824615Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T23:00:40.0825030Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T23:00:40.0825501Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T23:00:40.0825931Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T23:00:40.0826310Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T23:00:40.0826701Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T23:00:40.0827094Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T23:00:40.0827475Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T23:00:40.0827850Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T23:00:40.0844207Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T23:00:40.0844695Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T23:00:40.0845111Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T23:00:40.0845515Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T23:00:40.0845920Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T23:00:40.0846310Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T23:00:40.0847002Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T23:00:40.0847413Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T23:00:40.0847823Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T23:00:40.0848275Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T23:00:40.0848732Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T23:00:40.0849165Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T23:00:40.0849574Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T23:00:40.0849984Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T23:00:40.0850631Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T23:00:40.0851043Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T23:00:40.0851407Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T23:00:40.0851759Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T23:00:40.0852129Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T23:00:40.0852509Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T23:00:40.0853044Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T23:00:40.0853423Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T23:00:40.0853821Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T23:00:40.0854214Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T23:00:40.0854577Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T23:00:40.0854932Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T23:00:40.0855372Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T23:00:40.0855776Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T23:00:40.0856156Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T23:00:40.0856527Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T23:00:40.0856901Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T23:00:40.0857288Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T23:00:40.0857674Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T23:00:40.0858032Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T23:00:40.0858413Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T23:00:40.0858813Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T23:00:40.0859205Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T23:00:40.0859594Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T23:00:40.0859975Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T23:00:40.0860503Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T23:00:40.0860926Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T23:00:40.0861365Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T23:00:40.0861770Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T23:00:40.0862133Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T23:00:40.0862485Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T23:00:40.0862839Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T23:00:40.0863501Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T23:00:40.0864030Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T23:00:40.0864508Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T23:00:40.0864991Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T23:00:40.0865504Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T23:00:40.0865946Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T23:00:40.0866332Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T23:00:40.0866726Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T23:00:40.0867120Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T23:00:40.0867515Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T23:00:40.0867917Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T23:00:40.0868312Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T23:00:40.0868692Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T23:00:40.0869092Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T23:00:40.0869683Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T23:00:40.0870124Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T23:00:40.0870690Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T23:00:40.0871096Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T23:00:40.0871521Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T23:00:40.0871911Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T23:00:40.0872266Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T23:00:40.0872657Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T23:00:40.0873114Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T23:00:40.0873581Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T23:00:40.0874005Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T23:00:40.0874426Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T23:00:40.0874859Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T23:00:40.0875297Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T23:00:40.0875593Z 
2025-08-20T23:00:40.0875597Z 
2025-08-20T23:00:40.0875968Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (11:00:40 PM)
2025-08-20T23:00:40.0876332Z 
2025-08-20T23:00:40.0876336Z 
2025-08-20T23:00:40.0876339Z 
2025-08-20T23:00:40.0876404Z [+] Continue : YES
2025-08-20T23:00:40.0876513Z 
2025-08-20T23:00:40.0876744Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T23:00:40.2298301Z 
2025-08-20T23:00:40.2299000Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (11:00:40 PM) UTC
2025-08-20T23:00:40.2299276Z 
2025-08-20T23:00:40.2313389Z 
2025-08-20T23:00:40.2313733Z [+] Total RECIPES :: 1
2025-08-20T23:00:40.2313883Z 
2025-08-20T23:00:40.2384069Z 
2025-08-20T23:00:40.2384642Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/uncomment/static.official.source.yaml (1/1)
2025-08-20T23:00:40.2385142Z 
2025-08-20T23:00:40.4172376Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/uncomment/static.official.source.yaml
2025-08-20T23:00:40.4183196Z mode of '/tmp/pkgforge/tPl09RawD_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T23:00:40.4232092Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/uncomment/official/source [Provided]
2025-08-20T23:00:40.4232536Z [+] Setting '.pkg_family' --> uncomment [Provided]
2025-08-20T23:00:40.4245229Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T23:00:40.4251152Z [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-20T23:00:40.4279322Z [00:00:00.003]➜  
2025-08-20T23:00:40.4279823Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/tPl09RawD_build.yaml
2025-08-20T23:00:40.4280242Z [00:00:00.003]➜  
2025-08-20T23:00:40.4315987Z [00:00:00.007]➜  
2025-08-20T23:00:40.4316430Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/tPl09RawD_build.yaml
2025-08-20T23:00:40.4316830Z [00:00:00.007]➜  
2025-08-20T23:00:40.4398830Z [00:00:00.015]➜  
2025-08-20T23:00:40.4399841Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/uncomment/static.official.source.yaml) --> /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (11:00:40 PM) UTC]
2025-08-20T23:00:40.4401035Z [00:00:00.015]➜  
2025-08-20T23:00:40.4401231Z [00:00:00.015]➜  
2025-08-20T23:00:40.4401788Z [00:00:00.015]➜  
2025-08-20T23:00:40.4402081Z [00:00:00.015]➜  ###################################################################
2025-08-20T23:00:40.4407660Z [00:00:00.016]➜  #!/SBUILD ver @v1.0.0
2025-08-20T23:00:40.4408320Z [00:00:00.016]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/uncomment/static.official.source.yaml
2025-08-20T23:00:40.4408900Z [00:00:00.016]➜  _disabled: false
2025-08-20T23:00:40.4409131Z [00:00:00.016]➜  
2025-08-20T23:00:40.4409340Z [00:00:00.016]➜  pkg: "uncomment"
2025-08-20T23:00:40.4409689Z [00:00:00.016]➜  pkg_id: "github.com.Goldziher.uncomment.source"
2025-08-20T23:00:40.4410022Z [00:00:00.016]➜  pkg_type: "static"
2025-08-20T23:00:40.4410266Z [00:00:00.016]➜  category:
2025-08-20T23:00:40.4412685Z [00:00:00.016]➜    - "ConsoleOnly"
2025-08-20T23:00:40.4413050Z [00:00:00.016]➜    - "Utility"
2025-08-20T23:00:40.4413346Z [00:00:00.016]➜  description: "Remove comments from code"
2025-08-20T23:00:40.4413664Z [00:00:00.016]➜  homepage:
2025-08-20T23:00:40.4413960Z [00:00:00.016]➜    - "https://github.com/Goldziher/uncomment"
2025-08-20T23:00:40.4414260Z [00:00:00.016]➜  license:
2025-08-20T23:00:40.4414482Z [00:00:00.016]➜    - id: "MIT"
2025-08-20T23:00:40.4414989Z [00:00:00.016]➜      url: "https://github.com/Goldziher/uncomment/raw/7f030f68b07c08e20d5b626f2be867b64ab3c66d/LICENSE"
2025-08-20T23:00:40.4415462Z [00:00:00.016]➜  maintainer:
2025-08-20T23:00:40.4415774Z [00:00:00.016]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T23:00:40.4416080Z [00:00:00.016]➜  note:
2025-08-20T23:00:40.4416371Z [00:00:00.016]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T23:00:40.4416904Z [00:00:00.016]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/Goldziher/uncomment"
2025-08-20T23:00:40.4417337Z [00:00:00.016]➜  provides:
2025-08-20T23:00:40.4417596Z [00:00:00.016]➜    - "uncomment"
2025-08-20T23:00:40.4417836Z [00:00:00.016]➜  #repology:
2025-08-20T23:00:40.4418083Z [00:00:00.016]➜  #  - "uncomment"
2025-08-20T23:00:40.4418316Z [00:00:00.016]➜  src_url:
2025-08-20T23:00:40.4418606Z [00:00:00.016]➜    - "https://github.com/Goldziher/uncomment"
2025-08-20T23:00:40.4418904Z [00:00:00.016]➜  tag:
2025-08-20T23:00:40.4419117Z [00:00:00.016]➜    - "Utility"
2025-08-20T23:00:40.4419343Z [00:00:00.016]➜  x_exec:
2025-08-20T23:00:40.4419594Z [00:00:00.016]➜    bsys: "docker://rust"
2025-08-20T23:00:40.4419856Z [00:00:00.016]➜    host:
2025-08-20T23:00:40.4420093Z [00:00:00.016]➜      - "aarch64-Linux"
2025-08-20T23:00:40.4420693Z [00:00:00.016]➜      - "x86_64-Linux"
2025-08-20T23:00:40.4421254Z [00:00:00.016]➜    shell: "bash"
2025-08-20T23:00:40.4421590Z [00:00:00.016]➜    pkgver: |
2025-08-20T23:00:40.4421887Z [00:00:00.016]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T23:00:40.4422606Z [00:00:00.016]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/Goldziher/uncomment" "./TEMPREPO" &>/dev/null && \
2025-08-20T23:00:40.4423502Z [00:00:00.016]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T23:00:40.4424153Z [00:00:00.016]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T23:00:40.4424535Z [00:00:00.016]➜    run: |
2025-08-20T23:00:40.4424748Z [00:00:00.016]➜      #Build
2025-08-20T23:00:40.4425349Z [00:00:00.016]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T23:00:40.4426077Z [00:00:00.016]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T23:00:40.4426659Z [00:00:00.016]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T23:00:40.4427126Z [00:00:00.016]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T23:00:40.4427568Z [00:00:00.016]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T23:00:40.4428161Z [00:00:00.016]➜        bash -l -c '
2025-08-20T23:00:40.4428418Z [00:00:00.016]➜        #Setup ENV
2025-08-20T23:00:40.4428794Z [00:00:00.016]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T23:00:40.4429241Z [00:00:00.016]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T23:00:40.4429663Z [00:00:00.016]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-20T23:00:40.4430518Z [00:00:00.016]➜           RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T23:00:40.4431141Z [00:00:00.016]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T23:00:40.4431477Z [00:00:00.016]➜             export RUST_TARGET
2025-08-20T23:00:40.4431747Z [00:00:00.016]➜           else
2025-08-20T23:00:40.4432001Z [00:00:00.016]➜             rustc -Vv ; exit 1
2025-08-20T23:00:40.4432274Z [00:00:00.016]➜           fi
2025-08-20T23:00:40.4432499Z [00:00:00.016]➜         else
2025-08-20T23:00:40.4432827Z [00:00:00.016]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T23:00:40.4433205Z [00:00:00.016]➜           rustup target add "${RUST_TARGET}"
2025-08-20T23:00:40.4433488Z [00:00:00.016]➜         fi
2025-08-20T23:00:40.4433720Z [00:00:00.016]➜         RUST_FLAGS=()
2025-08-20T23:00:40.4434047Z [00:00:00.016]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T23:00:40.4434457Z [00:00:00.016]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T23:00:40.4434877Z [00:00:00.016]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T23:00:40.4435276Z [00:00:00.016]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T23:00:40.4435575Z [00:00:00.016]➜         fi
2025-08-20T23:00:40.4435850Z [00:00:00.016]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T23:00:40.4436213Z [00:00:00.016]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T23:00:40.4436539Z [00:00:00.016]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-20T23:00:40.4436862Z [00:00:00.016]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-20T23:00:40.4437193Z [00:00:00.016]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T23:00:40.4437526Z [00:00:00.016]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-20T23:00:40.4437853Z [00:00:00.016]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-20T23:00:40.4438227Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T23:00:40.4438871Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T23:00:40.4439313Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T23:00:40.4439658Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T23:00:40.4440026Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T23:00:40.4440911Z [00:00:00.016]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T23:00:40.4441254Z [00:00:00.016]➜        #Build
2025-08-20T23:00:40.4441794Z [00:00:00.016]➜         git clone --filter "blob:none" --quiet "https://github.com/Goldziher/uncomment" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T23:00:40.4442337Z [00:00:00.016]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T23:00:40.4442680Z [00:00:00.016]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T23:00:40.4443328Z [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-20T23:00:40.4443923Z [00:00:00.016]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T23:00:40.4444322Z [00:00:00.016]➜         cargo build --workspace --target "${RUST_TARGET}" \
2025-08-20T23:00:40.4444677Z [00:00:00.016]➜           --all-features \
2025-08-20T23:00:40.4445030Z [00:00:00.016]➜           --jobs="$(($(nproc)+1))" \
2025-08-20T23:00:40.4445589Z [00:00:00.016]➜           --release \
2025-08-20T23:00:40.4445863Z [00:00:00.016]➜           --keep-going \
2025-08-20T23:00:40.4446126Z [00:00:00.016]➜           --verbose
2025-08-20T23:00:40.4446532Z [00:00:00.016]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T23:00:40.4446901Z [00:00:00.016]➜        #Copy
2025-08-20T23:00:40.4447869Z [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-20T23:00:40.4449136Z [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-20T23:00:40.4449707Z [00:00:00.016]➜        #Strip 
2025-08-20T23:00:40.4450197Z [00:00:00.016]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T23:00:40.4451231Z [00:00:00.016]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T23:00:40.4451925Z [00:00:00.016]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T23:00:40.4452524Z [00:00:00.016]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T23:00:40.4453094Z [00:00:00.016]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T23:00:40.4453512Z [00:00:00.016]➜         popd &>/dev/null
2025-08-20T23:00:40.4453761Z [00:00:00.016]➜        '
2025-08-20T23:00:40.4453984Z [00:00:00.016]➜      #Copy & Meta
2025-08-20T23:00:40.4454343Z [00:00:00.016]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T23:00:40.4454904Z [00:00:00.016]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T23:00:40.4455985Z [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-20T23:00:40.4456805Z [00:00:00.016]➜  
2025-08-20T23:00:40.4456994Z [00:00:00.016]➜  
2025-08-20T23:00:40.4457267Z [00:00:00.016]➜  ###################################################################
2025-08-20T23:00:40.4457814Z [00:00:00.016]➜  
2025-08-20T23:00:40.4458080Z [00:00:00.016]➜  
2025-08-20T23:00:40.4458270Z [00:00:00.016]➜  
2025-08-20T23:00:40.4458780Z [00:00:00.017]➜  '/tmp/pkgforge/tPl09RawD_build.yaml' -> '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T23:00:41.9493200Z [00:00:01.524]➜  '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/uncomment.static.version' -> '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/uncomment.version'
2025-08-20T23:00:41.9542507Z [00:00:01.529]➜  [+] Version: HEAD-f47bc65-250818T183809 ('.x_exec.pkgver') [/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/uncomment.static.version]
2025-08-20T23:00:41.9776009Z [00:00:01.553]➜  [+] Progs: uncomment
2025-08-20T23:00:43.6325436Z [00:00:03.207]➜  
2025-08-20T23:00:43.6325803Z [00:00:03.207]➜  [-] Missing packages. Found: 
2025-08-20T23:00:43.6326118Z [00:00:03.207]➜  [+] Expected: uncomment
2025-08-20T23:00:43.6326408Z [00:00:03.207]➜  [+] Continuing with build...
2025-08-20T23:00:43.6326709Z [00:00:03.207]➜  
2025-08-20T23:00:43.9619018Z [00:00:03.537]➜  
2025-08-20T23:00:43.9619325Z [00:00:03.537]➜  
2025-08-20T23:00:43.9694742Z [00:00:03.544]➜  + mkdir -pv /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T23:00:43.9712169Z [00:00:03.546]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=uncomment -e PKG_ID=github.com.Goldziher.uncomment.source -e PKG_TYPE=static -e PKG_VER=HEAD-f47bc65-250818T183809 -e PKGVER=HEAD-f47bc65-250818T183809 -e SBUILD_PKG=uncomment.static -e SBUILD_PKGVER=HEAD-f47bc65-250818T183809 --volume /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T23:00:43.9714815Z [00:00:03.546]➜    #Setup ENV
2025-08-20T23:00:43.9715588Z [00:00:03.546]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T23:00:43.9716106Z [00:00:03.546]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T23:00:43.9716529Z [00:00:03.546]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-20T23:00:43.9717157Z [00:00:03.546]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T23:00:43.9717712Z [00:00:03.546]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T23:00:43.9718049Z [00:00:03.546]➜         export RUST_TARGET
2025-08-20T23:00:43.9718305Z [00:00:03.546]➜       else
2025-08-20T23:00:43.9718546Z [00:00:03.546]➜         rustc -Vv ; exit 1
2025-08-20T23:00:43.9718798Z [00:00:03.546]➜       fi
2025-08-20T23:00:43.9719008Z [00:00:03.546]➜     else
2025-08-20T23:00:43.9719321Z [00:00:03.546]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T23:00:43.9719697Z [00:00:03.546]➜       rustup target add "${RUST_TARGET}"
2025-08-20T23:00:43.9719979Z [00:00:03.546]➜     fi
2025-08-20T23:00:43.9720208Z [00:00:03.546]➜     RUST_FLAGS=()
2025-08-20T23:00:43.9720738Z [00:00:03.546]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T23:00:43.9721131Z [00:00:03.546]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T23:00:43.9721540Z [00:00:03.546]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T23:00:43.9721934Z [00:00:03.546]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T23:00:43.9722237Z [00:00:03.546]➜     fi
2025-08-20T23:00:43.9722499Z [00:00:03.546]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T23:00:43.9722837Z [00:00:03.546]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T23:00:43.9723149Z [00:00:03.546]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-20T23:00:43.9723456Z [00:00:03.546]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-20T23:00:43.9723779Z [00:00:03.546]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T23:00:43.9724101Z [00:00:03.546]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-20T23:00:43.9724728Z [00:00:03.546]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-20T23:00:43.9725169Z [00:00:03.546]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T23:00:43.9725548Z [00:00:03.546]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T23:00:43.9725898Z [00:00:03.546]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T23:00:43.9726230Z [00:00:03.546]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T23:00:43.9726598Z [00:00:03.546]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T23:00:43.9726949Z [00:00:03.546]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T23:00:43.9727225Z [00:00:03.546]➜    #Build
2025-08-20T23:00:43.9727753Z [00:00:03.546]➜     git clone --filter "blob:none" --quiet "https://github.com/Goldziher/uncomment" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T23:00:43.9728315Z [00:00:03.546]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T23:00:43.9728646Z [00:00:03.546]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T23:00:43.9729312Z [00:00:03.546]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T23:00:43.9729907Z [00:00:03.546]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T23:00:43.9730499Z [00:00:03.546]➜     cargo build --workspace --target "${RUST_TARGET}" \
2025-08-20T23:00:43.9730936Z [00:00:03.546]➜       --all-features \
2025-08-20T23:00:43.9731517Z [00:00:03.546]➜       --jobs="$(($(nproc)+1))" \
2025-08-20T23:00:43.9731803Z [00:00:03.546]➜       --release \
2025-08-20T23:00:43.9732054Z [00:00:03.546]➜       --keep-going \
2025-08-20T23:00:43.9732309Z [00:00:03.546]➜       --verbose
2025-08-20T23:00:43.9732694Z [00:00:03.546]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T23:00:43.9733057Z [00:00:03.546]➜    #Copy
2025-08-20T23:00:43.9734013Z [00:00:03.546]➜     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-20T23:00:43.9735271Z [00:00:03.546]➜     ( 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-20T23:00:43.9735834Z [00:00:03.546]➜    #Strip 
2025-08-20T23:00:43.9736322Z [00:00:03.546]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T23:00:43.9737003Z [00:00:03.546]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T23:00:43.9737691Z [00:00:03.546]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T23:00:43.9738286Z [00:00:03.546]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T23:00:43.9738847Z [00:00:03.546]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T23:00:43.9739262Z [00:00:03.546]➜     popd &>/dev/null
2025-08-20T23:00:43.9739501Z [00:00:03.546]➜    '
2025-08-20T23:00:44.8703164Z [00:00:04.445]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T23:00:45.1211092Z [00:00:04.696]➜  b2e6f696af52: Pulling fs layer
2025-08-20T23:00:45.1211533Z [00:00:04.696]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T23:00:45.1211845Z [00:00:04.696]➜  99fd740fb142: Pulling fs layer
2025-08-20T23:00:45.1212157Z [00:00:04.696]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T23:00:45.1212461Z [00:00:04.696]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T23:00:45.1212763Z [00:00:04.696]➜  323e89f8c367: Pulling fs layer
2025-08-20T23:00:45.1213048Z [00:00:04.696]➜  2b92eb3035e7: Waiting
2025-08-20T23:00:45.1213314Z [00:00:04.696]➜  4239b2f25ebc: Waiting
2025-08-20T23:00:45.1213576Z [00:00:04.696]➜  323e89f8c367: Waiting
2025-08-20T23:00:45.4251155Z [00:00:05.000]➜  99fd740fb142: Download complete
2025-08-20T23:00:45.5038676Z [00:00:05.079]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T23:00:45.5039750Z [00:00:05.079]➜  996f2cb07f7c: Download complete
2025-08-20T23:00:46.8172191Z [00:00:06.392]➜  b2e6f696af52: Verifying Checksum
2025-08-20T23:00:46.8172599Z [00:00:06.392]➜  b2e6f696af52: Download complete
2025-08-20T23:00:46.9236996Z [00:00:06.499]➜  b2e6f696af52: Pull complete
2025-08-20T23:00:47.6629194Z [00:00:07.238]➜  323e89f8c367: Verifying Checksum
2025-08-20T23:00:47.6629594Z [00:00:07.238]➜  323e89f8c367: Download complete
2025-08-20T23:00:48.9390157Z [00:00:08.514]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T23:00:48.9390739Z [00:00:08.514]➜  4239b2f25ebc: Download complete
2025-08-20T23:00:52.2963318Z [00:00:11.871]➜  996f2cb07f7c: Pull complete
2025-08-20T23:00:54.2478652Z [00:00:13.823]➜  99fd740fb142: Pull complete
2025-08-20T23:01:17.0874272Z [00:00:36.662]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T23:01:17.0874756Z [00:00:36.662]➜  2b92eb3035e7: Download complete
2025-08-20T23:03:12.6628036Z [00:02:32.238]➜  2b92eb3035e7: Pull complete
2025-08-20T23:03:21.5939848Z [00:02:41.169]➜  4239b2f25ebc: Pull complete
2025-08-20T23:03:21.6848298Z [00:02:41.260]➜  323e89f8c367: Pull complete
2025-08-20T23:03:21.7179220Z [00:02:41.293]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T23:03:21.7317577Z [00:02:41.307]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T23:03:22.1676259Z [00:02:41.743]➜  + mkdir -p /build-bins
2025-08-20T23:03:22.1691300Z [00:02:41.744]➜  ++ mktemp -d
2025-08-20T23:03:22.1704740Z [00:02:41.745]➜  + pushd /tmp/tmp.okfGMR1tyZ
2025-08-20T23:03:22.1706098Z [00:02:41.746]➜  + [[ -s /root/.cargo/env ]]
2025-08-20T23:03:22.1706416Z [00:02:41.746]➜  + source /root/.cargo/env
2025-08-20T23:03:22.1706701Z [00:02:41.746]➜  ++ case ":${PATH}:" in
2025-08-20T23:03:22.1711870Z [00:02:41.746]➜  ++ uname -m
2025-08-20T23:03:22.1714451Z [00:02:41.746]➜  ++ tr -d '[:space:]'
2025-08-20T23:03:22.1726093Z [00:02:41.748]➜  + [[ aarch64 == riscv64 ]]
2025-08-20T23:03:22.1728068Z [00:02:41.748]➜  ++ uname -m
2025-08-20T23:03:22.1740595Z [00:02:41.749]➜  + export RUST_TARGET=aarch64-unknown-linux-musl
2025-08-20T23:03:22.1741067Z [00:02:41.749]➜  + RUST_TARGET=aarch64-unknown-linux-musl
2025-08-20T23:03:22.1741448Z [00:02:41.749]➜  + rustup target add aarch64-unknown-linux-musl
2025-08-20T23:03:22.3371802Z [00:02:41.912]➜  info: component 'rust-std' for target 'aarch64-unknown-linux-musl' is up to date
2025-08-20T23:03:22.3390546Z [00:02:41.914]➜  + RUST_FLAGS=()
2025-08-20T23:03:22.3391483Z [00:02:41.914]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T23:03:22.3391930Z [00:02:41.914]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T23:03:22.3394539Z [00:02:41.915]➜  + echo aarch64-unknown-linux-musl
2025-08-20T23:03:22.3395082Z [00:02:41.915]➜  + grep -Eqiv 'alpine|gnu'
2025-08-20T23:03:22.3404449Z [00:02:41.915]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T23:03:22.3407411Z [00:02:41.916]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T23:03:22.3407792Z [00:02:41.916]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T23:03:22.3408110Z [00:02:41.916]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-20T23:03:22.3408424Z [00:02:41.916]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-20T23:03:22.3408772Z [00:02:41.916]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T23:03:22.3409092Z [00:02:41.916]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-20T23:03:22.3409406Z [00:02:41.916]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-20T23:03:22.3409765Z [00:02:41.916]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T23:03:22.3410087Z [00:02:41.916]➜  ++ which mold
2025-08-20T23:03:22.3434364Z [00:02:41.918]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T23:03:22.3435327Z [00:02:41.918]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T23:03:22.3435724Z [00:02:41.918]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T23:03:22.3436098Z [00:02:41.918]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T23:03:22.3439775Z [00:02:41.919]➜  + 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-20T23:03:22.3443834Z [00:02:41.919]➜  + 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-20T23:03:22.3445240Z [00:02:41.919]➜  + git clone --filter blob:none --quiet https://github.com/Goldziher/uncomment ./TEMPREPO
2025-08-20T23:03:23.5770728Z [00:02:43.152]➜  + cd ./TEMPREPO/
2025-08-20T23:03:23.5771211Z [00:02:43.152]➜  + echo -e '\n[+] Target: aarch64-unknown-linux-musl'
2025-08-20T23:03:23.5772682Z [00:02:43.152]➜  + 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-20T23:03:23.5773906Z [00:02:43.152]➜  
2025-08-20T23:03:23.5774167Z [00:02:43.152]➜  [+] Target: aarch64-unknown-linux-musl
2025-08-20T23:03:23.5775563Z [00:02:43.152]➜  [+] 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-20T23:03:23.5776682Z [00:02:43.152]➜  
2025-08-20T23:03:23.5776976Z [00:02:43.152]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-20T23:03:23.5780077Z [00:02:43.153]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-20T23:03:23.5781216Z [00:02:43.153]➜  + rm -rvf ./.cargo 'rust-toolchain*'
2025-08-20T23:03:23.5802453Z [00:02:43.155]➜  ++ nproc
2025-08-20T23:03:23.5816800Z [00:02:43.157]➜  + cargo build --workspace --target aarch64-unknown-linux-musl --all-features --jobs=5 --release --keep-going --verbose
2025-08-20T23:03:23.9659474Z [00:02:43.541]➜      Updating crates.io index
2025-08-20T23:03:24.5668719Z [00:02:44.142]➜   Downloading crates ...
2025-08-20T23:03:24.6805947Z [00:02:44.255]➜    Downloaded bitflags v2.9.1
2025-08-20T23:03:24.6844342Z [00:02:44.259]➜    Downloaded tree-sitter-highlight v0.25.8
2025-08-20T23:03:24.6863219Z [00:02:44.261]➜    Downloaded anstyle-query v1.1.4
2025-08-20T23:03:24.6877433Z [00:02:44.263]➜    Downloaded anyhow v1.0.99
2025-08-20T23:03:24.6909379Z [00:02:44.266]➜    Downloaded writeable v0.6.1
2025-08-20T23:03:24.6929134Z [00:02:44.268]➜    Downloaded zerofrom-derive v0.1.6
2025-08-20T23:03:24.6941367Z [00:02:44.269]➜    Downloaded either v1.15.0
2025-08-20T23:03:24.6955681Z [00:02:44.271]➜    Downloaded clap_lex v0.7.5
2025-08-20T23:03:24.6968257Z [00:02:44.272]➜    Downloaded equivalent v1.0.2
2025-08-20T23:03:24.6980792Z [00:02:44.273]➜    Downloaded aho-corasick v1.1.3
2025-08-20T23:03:24.7037621Z [00:02:44.279]➜    Downloaded zerofrom v0.1.6
2025-08-20T23:03:24.7048010Z [00:02:44.280]➜    Downloaded tree-sitter-language v0.1.5
2025-08-20T23:03:24.7059620Z [00:02:44.281]➜    Downloaded displaydoc v0.2.5
2025-08-20T23:03:24.7086381Z [00:02:44.284]➜    Downloaded utf8_iter v1.0.4
2025-08-20T23:03:24.7096134Z [00:02:44.285]➜    Downloaded clap_builder v4.5.44
2025-08-20T23:03:24.7151843Z [00:02:44.290]➜    Downloaded zerovec-derive v0.11.1
2025-08-20T23:03:24.7165878Z [00:02:44.292]➜    Downloaded tree-sitter-loader v0.25.8
2025-08-20T23:03:24.7181221Z [00:02:44.293]➜    Downloaded tree-sitter-json v0.24.8
2025-08-20T23:03:24.7193237Z [00:02:44.294]➜    Downloaded bstr v1.12.0
2025-08-20T23:03:24.7272800Z [00:02:44.302]➜    Downloaded unicode-ident v1.0.18
2025-08-20T23:03:24.7302152Z [00:02:44.305]➜    Downloaded url v2.5.4
2025-08-20T23:03:24.7334321Z [00:02:44.308]➜    Downloaded zerotrie v0.2.2
2025-08-20T23:03:24.7379488Z [00:02:44.313]➜    Downloaded tree-sitter-yaml v0.7.1
2025-08-20T23:03:24.7429506Z [00:02:44.318]➜    Downloaded zerovec v0.11.4
2025-08-20T23:03:24.7480416Z [00:02:44.323]➜    Downloaded synstructure v0.13.2
2025-08-20T23:03:24.7496430Z [00:02:44.325]➜    Downloaded option-ext v0.2.0
2025-08-20T23:03:24.7512244Z [00:02:44.326]➜    Downloaded tree-sitter-javascript v0.23.1
2025-08-20T23:03:24.7571334Z [00:02:44.332]➜    Downloaded tree-sitter-python v0.23.6
2025-08-20T23:03:24.7634688Z [00:02:44.338]➜    Downloaded toml_writer v1.0.2
2025-08-20T23:03:24.7663517Z [00:02:44.341]➜    Downloaded toml v0.9.5
2025-08-20T23:03:24.7702133Z [00:02:44.345]➜    Downloaded tree-sitter-hcl v1.1.0
2025-08-20T23:03:24.7729943Z [00:02:44.348]➜    Downloaded hashbrown v0.15.5
2025-08-20T23:03:24.7775710Z [00:02:44.353]➜    Downloaded regex v1.11.1
2025-08-20T23:03:24.7873810Z [00:02:44.362]➜    Downloaded memchr v2.7.5
2025-08-20T23:03:24.7917105Z [00:02:44.367]➜    Downloaded tree-sitter-go v0.23.4
2025-08-20T23:03:24.7953747Z [00:02:44.370]➜    Downloaded serde v1.0.219
2025-08-20T23:03:24.7982248Z [00:02:44.373]➜    Downloaded regex-syntax v0.8.5
2025-08-20T23:03:24.8047653Z [00:02:44.380]➜    Downloaded tree-sitter-rust v0.24.0
2025-08-20T23:03:24.8143464Z [00:02:44.389]➜    Downloaded rayon v1.11.0
2025-08-20T23:03:24.8212920Z [00:02:44.396]➜    Downloaded serde_json v1.0.142
2025-08-20T23:03:24.8267462Z [00:02:44.402]➜    Downloaded idna v1.0.3
2025-08-20T23:03:24.8300933Z [00:02:44.405]➜    Downloaded serde_derive v1.0.219
2025-08-20T23:03:24.8323476Z [00:02:44.407]➜    Downloaded tree-sitter v0.25.8
2025-08-20T23:03:24.8375835Z [00:02:44.413]➜    Downloaded serde_yaml v0.9.34+deprecated
2025-08-20T23:03:24.8404853Z [00:02:44.415]➜    Downloaded tree-sitter-c v0.24.1
2025-08-20T23:03:24.8469582Z [00:02:44.422]➜    Downloaded ryu v1.0.20
2025-08-20T23:03:24.8495240Z [00:02:44.425]➜    Downloaded tree-sitter-ruby v0.23.1
2025-08-20T23:03:24.8664749Z [00:02:44.441]➜    Downloaded rustix v1.0.8
2025-08-20T23:03:24.8841377Z [00:02:44.459]➜    Downloaded regex-automata v0.4.9
2025-08-20T23:03:24.8965031Z [00:02:44.472]➜    Downloaded syn v2.0.105
2025-08-20T23:03:24.9047559Z [00:02:44.480]➜    Downloaded rustix v0.38.44
2025-08-20T23:03:24.9216288Z [00:02:44.497]➜    Downloaded ignore v0.4.23
2025-08-20T23:03:24.9235806Z [00:02:44.499]➜    Downloaded icu_normalizer v2.0.0
2025-08-20T23:03:24.9263360Z [00:02:44.501]➜    Downloaded tree-sitter-bash v0.25.0
2025-08-20T23:03:24.9391102Z [00:02:44.514]➜    Downloaded icu_locale_core v2.0.0
2025-08-20T23:03:24.9438772Z [00:02:44.519]➜    Downloaded icu_collections v2.0.0
2025-08-20T23:03:24.9481333Z [00:02:44.523]➜    Downloaded toml_parser v1.0.2
2025-08-20T23:03:24.9501649Z [00:02:44.525]➜    Downloaded libc v0.2.175
2025-08-20T23:03:24.9703469Z [00:02:44.545]➜    Downloaded thiserror v2.0.14
2025-08-20T23:03:24.9743278Z [00:02:44.549]➜    Downloaded smallvec v1.15.1
2025-08-20T23:03:24.9760670Z [00:02:44.551]➜    Downloaded tree-sitter-typescript v0.23.2
2025-08-20T23:03:24.9983453Z [00:02:44.573]➜    Downloaded quote v1.0.40
2025-08-20T23:03:25.0003538Z [00:02:44.575]➜    Downloaded once_cell v1.21.3
2025-08-20T23:03:25.0022333Z [00:02:44.577]➜    Downloaded log v0.4.27
2025-08-20T23:03:25.0042608Z [00:02:44.579]➜    Downloaded indexmap v2.10.0
2025-08-20T23:03:25.0077297Z [00:02:44.583]➜    Downloaded idna_adapter v1.2.1
2025-08-20T23:03:25.0086190Z [00:02:44.584]➜    Downloaded toml_datetime v0.7.0
2025-08-20T23:03:25.0099094Z [00:02:44.585]➜    Downloaded tinystr v0.8.1
2025-08-20T23:03:25.0116980Z [00:02:44.587]➜    Downloaded tempfile v3.20.0
2025-08-20T23:03:25.0138514Z [00:02:44.589]➜    Downloaded streaming-iterator v0.1.9
2025-08-20T23:03:25.0149267Z [00:02:44.590]➜    Downloaded shlex v1.3.0
2025-08-20T23:03:25.0159697Z [00:02:44.591]➜    Downloaded serde_spanned v1.0.0
2025-08-20T23:03:25.0169860Z [00:02:44.592]➜    Downloaded tree-sitter-haskell v0.23.1
2025-08-20T23:03:25.0407273Z [00:02:44.616]➜    Downloaded semver v1.0.26
2025-08-20T23:03:25.0425349Z [00:02:44.618]➜    Downloaded rayon-core v1.13.0
2025-08-20T23:03:25.0453471Z [00:02:44.620]➜    Downloaded path-slash v0.2.1
2025-08-20T23:03:25.0463499Z [00:02:44.621]➜    Downloaded icu_normalizer_data v2.0.0
2025-08-20T23:03:25.0481778Z [00:02:44.623]➜    Downloaded home v0.5.11
2025-08-20T23:03:25.0490249Z [00:02:44.624]➜    Downloaded thiserror-impl v2.0.14
2025-08-20T23:03:25.0502205Z [00:02:44.625]➜    Downloaded stable_deref_trait v1.2.0
2025-08-20T23:03:25.0509589Z [00:02:44.626]➜    Downloaded same-file v1.0.6
2025-08-20T23:03:25.0520900Z [00:02:44.627]➜    Downloaded itoa v1.0.15
2025-08-20T23:03:25.0531626Z [00:02:44.628]➜    Downloaded is_terminal_polyfill v1.70.1
2025-08-20T23:03:25.0540582Z [00:02:44.629]➜    Downloaded icu_provider v2.0.0
2025-08-20T23:03:25.0562179Z [00:02:44.631]➜    Downloaded tree-sitter-cpp v0.23.4
2025-08-20T23:03:25.0782975Z [00:02:44.653]➜    Downloaded strsim v0.11.1
2025-08-20T23:03:25.0793173Z [00:02:44.654]➜    Downloaded potential_utf v0.1.2
2025-08-20T23:03:25.0801949Z [00:02:44.655]➜    Downloaded percent-encoding v2.3.1
2025-08-20T23:03:25.0809176Z [00:02:44.656]➜    Downloaded num_cpus v1.17.0
2025-08-20T23:03:25.0829773Z [00:02:44.658]➜    Downloaded indoc v2.0.6
2025-08-20T23:03:25.0849612Z [00:02:44.660]➜    Downloaded winnow v0.7.12
2025-08-20T23:03:25.0915584Z [00:02:44.667]➜    Downloaded tree-sitter-java v0.23.5
2025-08-20T23:03:25.0961256Z [00:02:44.671]➜    Downloaded libloading v0.8.8
2025-08-20T23:03:25.0978792Z [00:02:44.673]➜    Downloaded heck v0.5.0
2025-08-20T23:03:25.0989633Z [00:02:44.674]➜    Downloaded getrandom v0.3.3
2025-08-20T23:03:25.1016582Z [00:02:44.677]➜    Downloaded icu_properties_data v2.0.1
2025-08-20T23:03:25.1084966Z [00:02:44.683]➜    Downloaded etcetera v0.8.0
2025-08-20T23:03:25.1097181Z [00:02:44.685]➜    Downloaded errno v0.3.13
2025-08-20T23:03:25.1109147Z [00:02:44.686]➜    Downloaded tree-sitter-make v1.1.1
2025-08-20T23:03:25.1134865Z [00:02:44.689]➜    Downloaded litemap v0.8.0
2025-08-20T23:03:25.1152591Z [00:02:44.690]➜    Downloaded globset v0.4.16
2025-08-20T23:03:25.1164808Z [00:02:44.691]➜    Downloaded unsafe-libyaml v0.2.11
2025-08-20T23:03:25.1190213Z [00:02:44.694]➜    Downloaded glob v0.3.3
2025-08-20T23:03:25.1201721Z [00:02:44.695]➜    Downloaded fs4 v0.12.0
2025-08-20T23:03:25.1227225Z [00:02:44.698]➜    Downloaded form_urlencoded v1.2.1
2025-08-20T23:03:25.1234451Z [00:02:44.698]➜    Downloaded proc-macro2 v1.0.97
2025-08-20T23:03:25.1254911Z [00:02:44.700]➜    Downloaded icu_properties v2.0.1
2025-08-20T23:03:25.1274572Z [00:02:44.702]➜    Downloaded fastrand v2.3.0
2025-08-20T23:03:25.1284770Z [00:02:44.704]➜    Downloaded yoke-derive v0.8.0
2025-08-20T23:03:25.1292568Z [00:02:44.704]➜    Downloaded yoke v0.8.0
2025-08-20T23:03:25.1306036Z [00:02:44.706]➜    Downloaded utf8parse v0.2.2
2025-08-20T23:03:25.1313918Z [00:02:44.706]➜    Downloaded tree-sitter-tags v0.25.8
2025-08-20T23:03:25.1324695Z [00:02:44.707]➜    Downloaded dirs-sys v0.5.0
2025-08-20T23:03:25.1333660Z [00:02:44.708]➜    Downloaded crossbeam-utils v0.8.21
2025-08-20T23:03:25.1353879Z [00:02:44.710]➜    Downloaded crossbeam-epoch v0.9.18
2025-08-20T23:03:25.1373270Z [00:02:44.712]➜    Downloaded crossbeam-deque v0.8.6
2025-08-20T23:03:25.1385014Z [00:02:44.714]➜    Downloaded colorchoice v1.0.4
2025-08-20T23:03:25.1394219Z [00:02:44.714]➜    Downloaded clap v4.5.45
2025-08-20T23:03:25.1454098Z [00:02:44.720]➜    Downloaded cc v1.2.32
2025-08-20T23:03:25.1482601Z [00:02:44.723]➜    Downloaded anstyle-parse v0.2.7
2025-08-20T23:03:25.1496363Z [00:02:44.725]➜    Downloaded anstream v0.6.20
2025-08-20T23:03:25.1514358Z [00:02:44.726]➜    Downloaded dirs v6.0.0
2025-08-20T23:03:25.1524521Z [00:02:44.727]➜    Downloaded walkdir v2.5.0
2025-08-20T23:03:25.1537952Z [00:02:44.729]➜    Downloaded clap_derive v4.5.45
2025-08-20T23:03:25.1556066Z [00:02:44.731]➜    Downloaded linux-raw-sys v0.9.4
2025-08-20T23:03:25.1971924Z [00:02:44.772]➜    Downloaded cfg-if v1.0.1
2025-08-20T23:03:25.1981979Z [00:02:44.773]➜    Downloaded anstyle v1.0.11
2025-08-20T23:03:25.1997617Z [00:02:44.775]➜    Downloaded linux-raw-sys v0.4.15
2025-08-20T23:03:25.3062302Z [00:02:44.881]➜     Compiling shlex v1.3.0
2025-08-20T23:03:25.3063231Z [00:02:44.881]➜     Compiling proc-macro2 v1.0.97
2025-08-20T23:03:25.3063603Z [00:02:44.881]➜     Compiling unicode-ident v1.0.18
2025-08-20T23:03:25.3063965Z [00:02:44.881]➜     Compiling tree-sitter-language v0.1.5
2025-08-20T23:03:25.3064321Z [00:02:44.881]➜     Compiling stable_deref_trait v1.2.0
2025-08-20T23:03:25.3067184Z [00:02:44.881]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name shlex --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=083aef9c803ccb0f -C extra-filename=-380b779259fb4319 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T23:03:25.3072750Z [00:02:44.881]➜       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.97/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=0b2450a59c90ed9d -C extra-filename=-f9645c45e422083d --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/proc-macro2-f9645c45e422083d -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T23:03:25.3099363Z [00:02:44.883]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name stable_deref_trait --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/stable_deref_trait-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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=7cc029f851d1ac21 -C extra-filename=-d25f545777b6ba93 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:25.3112728Z [00:02:44.883]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tree_sitter_language --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-language-0.1.5/language.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::cargo' '--allow=clippy::used_underscore_items' '--allow=clippy::unused_self' '--allow=clippy::unnecessary_wraps' '--allow=clippy::transmute_undefined_repr' '--allow=clippy::too_many_lines' '--deny=clippy::todo' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::string_lit_as_bytes' '--allow=clippy::similar_names' '--allow=clippy::ref_option' '--allow=clippy::redundant_closure_for_method_calls' '--allow=clippy::redundant_clone' '--allow=clippy::range_plus_one' '--allow=clippy::or_fun_call' '--allow=clippy::option_if_let_else' '--allow=clippy::multiple_crate_versions' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::if_not_else' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::fallible_impl_from' '--deny=clippy::dbg_macro' '--allow=clippy::collection_is_never_read' '--allow=clippy::cognitive_complexity' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::branches_sharing_code' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75bc71c9a1aa0fde -C extra-filename=-5e0eedf293ac771e --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:25.3123261Z [00:02:44.883]➜       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.okfGMR1tyZ/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T23:03:25.4671725Z [00:02:45.042]➜     Compiling memchr v2.7.5
2025-08-20T23:03:25.4708054Z [00:02:45.044]➜       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 --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=c1f79c452b21e7a4 -C extra-filename=-1d898b95cde848c5 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:25.4759999Z [00:02:45.051]➜     Compiling serde_json v1.0.142
2025-08-20T23:03:25.4797497Z [00:02:45.054]➜       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.okfGMR1tyZ/TEMPREPO/target/release/build/serde_json-114ff997f6490ac1 -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T23:03:25.5261608Z [00:02:45.101]➜     Compiling serde v1.0.219
2025-08-20T23:03:25.5270651Z [00:02:45.102]➜       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.okfGMR1tyZ/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4 -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T23:03:25.6015761Z [00:02:45.173]➜     Compiling cc v1.2.32
2025-08-20T23:03:25.6022829Z [00:02:45.177]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name cc --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=bf14ddb2207d49ff -C extra-filename=-af5996cc7d3cec00 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern shlex=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rmeta --cap-lints allow`
2025-08-20T23:03:25.7648057Z [00:02:45.339]➜       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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=b6d2d3d88687d0dc -C extra-filename=-04ca594b1c58c84d --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde-04ca594b1c58c84d -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T23:03:25.7657935Z [00:02:45.341]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build-script-build`
2025-08-20T23:03:25.7765322Z [00:02:45.351]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/proc-macro2-f9645c45e422083d/build-script-build`
2025-08-20T23:03:25.7849473Z [00:02:45.360]➜     Compiling equivalent v1.0.2
2025-08-20T23:03:25.7856782Z [00:02:45.360]➜       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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=05f2b1c33f0230e8 -C extra-filename=-b5ddd993fdca60cb --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T23:03:25.8271238Z [00:02:45.402]➜     Compiling hashbrown v0.15.5
2025-08-20T23:03:25.8284247Z [00:02:45.403]➜       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.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("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=311b833bd6136deb -C extra-filename=-59c94e6a971ffb7a --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T23:03:25.9113140Z [00:02:45.486]➜       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.97/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=2fe9a922b3de0712 -C extra-filename=-260d8f7fce67cc2d --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.okfGMR1tyZ/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-20T23:03:25.9909036Z [00:02:45.566]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde-04ca594b1c58c84d/build-script-build`
2025-08-20T23:03:26.0125902Z [00:02:45.587]➜       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="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=16bde0607095526e -C extra-filename=-54217fce3b86cf1c --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --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-20T23:03:26.6563376Z [00:02:46.231]➜     Compiling quote v1.0.40
2025-08-20T23:03:26.6580425Z [00:02:46.233]➜       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=4c94e173b14c3926 -C extra-filename=-80f1d986a5f9a758 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libproc_macro2-260d8f7fce67cc2d.rmeta --cap-lints allow`
2025-08-20T23:03:26.7185274Z [00:02:46.293]➜     Compiling indexmap v2.10.0
2025-08-20T23:03:26.7220209Z [00:02:46.297]➜       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 embed-bitcode=no '--allow=clippy::style' -C debug-assertions=off --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=669ba765a5edf9d1 -C extra-filename=-eb6c133d728115b2 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern equivalent=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libequivalent-b5ddd993fdca60cb.rmeta --extern hashbrown=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libhashbrown-59c94e6a971ffb7a.rmeta --cap-lints allow`
2025-08-20T23:03:27.0478151Z [00:02:46.623]➜     Compiling syn v2.0.105
2025-08-20T23:03:27.0485989Z [00:02:46.623]➜       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.105/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="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit"' --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=689e4ed73d7ebe3b -C extra-filename=-7af998ece29da45f --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libproc_macro2-260d8f7fce67cc2d.rmeta --extern quote=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libquote-80f1d986a5f9a758.rmeta --extern unicode_ident=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta --cap-lints allow`
2025-08-20T23:03:27.0805096Z [00:02:46.655]➜     Compiling aho-corasick v1.1.3
2025-08-20T23:03:27.0812938Z [00:02:46.656]➜       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 --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=93a38a174d5b51a9 -C extra-filename=-2d971e868cc078b8 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-1d898b95cde848c5.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-20T23:03:27.8656973Z [00:02:47.441]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde_json-114ff997f6490ac1/build-script-build`
2025-08-20T23:03:27.8685126Z [00:02:47.443]➜     Compiling ryu v1.0.20
2025-08-20T23:03:27.8714126Z [00:02:47.444]➜       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.okfGMR1tyZ/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T23:03:28.0912598Z [00:02:47.666]➜       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="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=4bb5c3c6c09f6add -C extra-filename=-586265f0a17ea617 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T23:03:28.2099667Z [00:02:47.785]➜     Compiling regex-syntax v0.8.5
2025-08-20T23:03:28.2111640Z [00:02:47.786]➜       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 --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=19279a8c4be8e178 -C extra-filename=-32809eee4e6d0753 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:28.8422873Z [00:02:48.417]➜     Compiling litemap v0.8.0
2025-08-20T23:03:28.8467679Z [00:02:48.421]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name litemap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/litemap-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "testing", "yoke"))' -C metadata=69ce5207831ad5c0 -C extra-filename=-c6b597b0b48f9891 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:29.2252833Z [00:02:48.800]➜     Compiling libc v0.2.175
2025-08-20T23:03:29.2258656Z [00:02:48.800]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.175/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' -C debug-assertions=off --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=04dea65f15f650c3 -C extra-filename=-043f9700968c6b96 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/libc-043f9700968c6b96 -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T23:03:29.8231048Z [00:02:49.398]➜     Compiling writeable v0.6.1
2025-08-20T23:03:29.8236311Z [00:02:49.398]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name writeable --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/writeable-0.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("either"))' -C metadata=65e31e38cf8c8754 -C extra-filename=-9ae0182990efae3f --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:30.0843693Z [00:02:49.659]➜     Compiling itoa v1.0.15
2025-08-20T23:03:30.0846443Z [00:02:49.659]➜       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.okfGMR1tyZ/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T23:03:30.2823257Z [00:02:49.857]➜       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="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=ea414dd8bd0293ca -C extra-filename=-8f8a9bd9c1ebd964 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern indexmap=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libindexmap-eb6c133d728115b2.rmeta --extern itoa=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libitoa-3f4442783b425d26.rmeta --extern memchr=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libmemchr-586265f0a17ea617.rmeta --extern ryu=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libryu-a80d36219da43c14.rmeta --extern serde=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libserde-54217fce3b86cf1c.rmeta --cap-lints allow --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
2025-08-20T23:03:30.3294623Z [00:02:49.904]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/libc-043f9700968c6b96/build-script-build`
2025-08-20T23:03:30.3712151Z [00:02:49.946]➜     Compiling crossbeam-utils v0.8.21
2025-08-20T23:03:30.3721705Z [00:02:49.947]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=155c1f34d298b00d -C extra-filename=-b7b355ee76e503f6 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6 -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T23:03:30.7206328Z [00:02:50.295]➜     Compiling icu_properties_data v2.0.1
2025-08-20T23:03:30.7209925Z [00:02:50.296]➜       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/icu_properties_data-2.0.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=323d280e74499dd3 -C extra-filename=-02e9eb96c00baf7e --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/icu_properties_data-02e9eb96c00baf7e -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T23:03:30.9322192Z [00:02:50.507]➜     Compiling icu_normalizer_data v2.0.0
2025-08-20T23:03:30.9327194Z [00:02:50.507]➜       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/icu_normalizer_data-2.0.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ba00fe41e7066976 -C extra-filename=-e45fe0ac21d3131d --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/icu_normalizer_data-e45fe0ac21d3131d -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T23:03:31.1063741Z [00:02:50.679]➜     Compiling regex-automata v0.4.9
2025-08-20T23:03:31.1079718Z [00:02:50.682]➜       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 --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=ae1c933c17a5616b -C extra-filename=-040c72572158939b --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-2d971e868cc078b8.rmeta --extern memchr=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-1d898b95cde848c5.rmeta --extern regex_syntax=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-32809eee4e6d0753.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-20T23:03:32.3941697Z [00:02:51.969]➜     Compiling tree-sitter v0.25.8
2025-08-20T23:03:32.3961185Z [00:02:51.970]➜       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/tree-sitter-0.25.8/binding_rust/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::cargo' '--allow=clippy::used_underscore_items' '--allow=clippy::unused_self' '--allow=clippy::unnecessary_wraps' '--allow=clippy::transmute_undefined_repr' '--allow=clippy::too_many_lines' '--deny=clippy::todo' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::string_lit_as_bytes' '--allow=clippy::similar_names' '--allow=clippy::ref_option' '--allow=clippy::redundant_closure_for_method_calls' '--allow=clippy::redundant_clone' '--allow=clippy::range_plus_one' '--allow=clippy::or_fun_call' '--allow=clippy::option_if_let_else' '--allow=clippy::obfuscated_if_else' '--allow=clippy::needless_for_each' '--allow=clippy::multiple_crate_versions' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::if_not_else' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::fallible_impl_from' '--deny=clippy::dbg_macro' '--allow=clippy::collection_is_never_read' '--allow=clippy::cognitive_complexity' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::branches_sharing_code' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "default", "std", "wasm", "wasmtime-c-api"))' -C metadata=3d4b5f69edcadc89 -C extra-filename=-d557a1e7b6cebe0d --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-d557a1e7b6cebe0d -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libcc-af5996cc7d3cec00.rlib --extern serde_json=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libserde_json-8f8a9bd9c1ebd964.rlib --cap-lints allow`
2025-08-20T23:03:32.6163272Z [00:02:52.191]➜     Compiling synstructure v0.13.2
2025-08-20T23:03:32.6171588Z [00:02:52.192]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name synstructure --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/synstructure-0.13.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=72825cb1067aeb5b -C extra-filename=-48b1669568fb871e --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libproc_macro2-260d8f7fce67cc2d.rmeta --extern quote=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libquote-80f1d986a5f9a758.rmeta --extern syn=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libsyn-7af998ece29da45f.rmeta --cap-lints allow`
2025-08-20T23:03:32.7254810Z [00:02:52.300]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/icu_normalizer_data-e45fe0ac21d3131d/build-script-build`
2025-08-20T23:03:32.7327606Z [00:02:52.307]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/icu_properties_data-02e9eb96c00baf7e/build-script-build`
2025-08-20T23:03:32.7405029Z [00:02:52.315]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build-script-build`
2025-08-20T23:03:32.7455580Z [00:02:52.319]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name libc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.175/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--allow=clippy::used_underscore_binding' --allow=unused_qualifications '--warn=clippy::unnecessary_semicolon' '--allow=clippy::unnecessary_cast' '--allow=clippy::uninlined_format_args' '--warn=clippy::ptr_as_ptr' '--allow=clippy::non_minimal_cfg' '--allow=clippy::missing_safety_doc' '--warn=clippy::map_unwrap_or' '--warn=clippy::manual_assert' '--allow=clippy::identity_op' '--warn=clippy::explicit_iter_loop' '--allow=clippy::expl_impl_clone_on_copy' --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=154e4050a8e718f8 -C extra-filename=-7c8984d75e26dbe9 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:33.6116168Z [00:02:53.186]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name crossbeam_utils --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-utils-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=f536d903e3ad9da0 -C extra-filename=-51234f7be0e44a62 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
2025-08-20T23:03:34.2603130Z [00:02:53.835]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name icu_properties_data --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties_data-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=2fea3a1e2bd61464 -C extra-filename=-111d24ffd76d8a7c --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(icu4c_enable_renaming)'`
2025-08-20T23:03:34.4474115Z [00:02:54.022]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name icu_normalizer_data --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer_data-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 --warn=unexpected_cfgs --check-cfg 'cfg(icu4x_custom_data)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=100a715906bd345f -C extra-filename=-e41840278c5a620b --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(icu4c_enable_renaming)'`
2025-08-20T23:03:34.5233060Z [00:02:54.096]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-d557a1e7b6cebe0d/build-script-build`
2025-08-20T23:03:34.5894051Z [00:02:54.164]➜     Compiling thiserror v2.0.14
2025-08-20T23:03:34.5898497Z [00:02:54.165]➜       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.14/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f4cf283b78e6a28c -C extra-filename=-077a6eb4299c1357 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/thiserror-077a6eb4299c1357 -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T23:03:34.9865829Z [00:02:54.561]➜     Compiling bitflags v2.9.1
2025-08-20T23:03:34.9876480Z [00:02:54.562]➜       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.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:35.3838959Z [00:02:54.959]➜     Compiling cfg-if v1.0.1
2025-08-20T23:03:35.3844033Z [00:02:54.959]➜       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.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:35.4475508Z [00:02:55.022]➜     Compiling smallvec v1.15.1
2025-08-20T23:03:35.4487624Z [00:02:55.023]➜       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 --cfg 'feature="const_generics"' --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=9ad51473b4757204 -C extra-filename=-ae24f705afb72ac4 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:35.7425990Z [00:02:55.317]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/thiserror-077a6eb4299c1357/build-script-build`
2025-08-20T23:03:35.8695044Z [00:02:55.444]➜     Compiling regex v1.11.1
2025-08-20T23:03:35.8709507Z [00:02:55.445]➜       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 --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=65e98f456d06742e -C extra-filename=-b28dd218e79ef5b3 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-2d971e868cc078b8.rmeta --extern memchr=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-1d898b95cde848c5.rmeta --extern regex_automata=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-040c72572158939b.rmeta --extern regex_syntax=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-32809eee4e6d0753.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-20T23:03:36.1561306Z [00:02:55.731]➜     Compiling zerofrom-derive v0.1.6
2025-08-20T23:03:36.1568953Z [00:02:55.732]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name zerofrom_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-derive-0.1.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=b9da3bdb2da99aac -C extra-filename=-b61aad48c59767f1 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libproc_macro2-260d8f7fce67cc2d.rlib --extern quote=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libquote-80f1d986a5f9a758.rlib --extern syn=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libsyn-7af998ece29da45f.rlib --extern synstructure=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libsynstructure-48b1669568fb871e.rlib --extern proc_macro --cap-lints allow`
2025-08-20T23:03:36.2834128Z [00:02:55.858]➜     Compiling yoke-derive v0.8.0
2025-08-20T23:03:36.2843506Z [00:02:55.859]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name yoke_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-derive-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=15b43ed3479e1d03 -C extra-filename=-ce84457d9b420516 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libproc_macro2-260d8f7fce67cc2d.rlib --extern quote=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libquote-80f1d986a5f9a758.rlib --extern syn=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libsyn-7af998ece29da45f.rlib --extern synstructure=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libsynstructure-48b1669568fb871e.rlib --extern proc_macro --cap-lints allow`
2025-08-20T23:03:37.3606576Z [00:02:56.936]➜     Compiling zerovec-derive v0.11.1
2025-08-20T23:03:37.3618484Z [00:02:56.936]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name zerovec_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-derive-0.11.1/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=2e9cf974975a62fc -C extra-filename=-cf5576960c75ce3a --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libproc_macro2-260d8f7fce67cc2d.rlib --extern quote=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libquote-80f1d986a5f9a758.rlib --extern syn=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libsyn-7af998ece29da45f.rlib --extern proc_macro --cap-lints allow`
2025-08-20T23:03:38.3071607Z [00:02:57.882]➜     Compiling displaydoc v0.2.5
2025-08-20T23:03:38.3081746Z [00:02:57.883]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name displaydoc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/displaydoc-0.2.5/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("default", "std"))' -C metadata=dcdb46d9debb3ef2 -C extra-filename=-7ff6978791316ddb --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libproc_macro2-260d8f7fce67cc2d.rlib --extern quote=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libquote-80f1d986a5f9a758.rlib --extern syn=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libsyn-7af998ece29da45f.rlib --extern proc_macro --cap-lints allow`
2025-08-20T23:03:38.4102304Z [00:02:57.985]➜     Compiling zerofrom v0.1.6
2025-08-20T23:03:38.4108366Z [00:02:57.985]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name zerofrom --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerofrom-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=76932eaa1241c5bf -C extra-filename=-321b95c9e6e595db --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern zerofrom_derive=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libzerofrom_derive-b61aad48c59767f1.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-20T23:03:38.5380969Z [00:02:58.113]➜     Compiling yoke v0.8.0
2025-08-20T23:03:38.5394384Z [00:02:58.114]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name yoke --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/yoke-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=5f7acd1bc13c20c1 -C extra-filename=-a8dd0f6a6b77b52d --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern stable_deref_trait=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstable_deref_trait-d25f545777b6ba93.rmeta --extern yoke_derive=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libyoke_derive-ce84457d9b420516.so --extern zerofrom=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-321b95c9e6e595db.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-20T23:03:38.7510863Z [00:02:58.326]➜     Compiling serde_derive v1.0.219
2025-08-20T23:03:38.7518279Z [00:02:58.326]➜       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=83ed7cbf93b24051 -C extra-filename=-a10ccbb70c766421 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libproc_macro2-260d8f7fce67cc2d.rlib --extern quote=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libquote-80f1d986a5f9a758.rlib --extern syn=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libsyn-7af998ece29da45f.rlib --extern proc_macro --cap-lints allow`
2025-08-20T23:03:38.9608313Z [00:02:58.536]➜     Compiling zerovec v0.11.4
2025-08-20T23:03:38.9642210Z [00:02:58.539]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name zerovec --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerovec-0.11.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=beb002c648ca8ac3 -C extra-filename=-2f88cdcea3fcccdf --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern yoke=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-a8dd0f6a6b77b52d.rmeta --extern zerofrom=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-321b95c9e6e595db.rmeta --extern zerovec_derive=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libzerovec_derive-cf5576960c75ce3a.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-20T23:03:39.4269746Z [00:02:59.002]➜     Compiling zerotrie v0.2.2
2025-08-20T23:03:39.4286258Z [00:02:59.003]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name zerotrie --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerotrie-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="yoke"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "litemap", "serde", "yoke", "zerofrom", "zerovec"))' -C metadata=8f58e3c11b7e90f9 -C extra-filename=-c85ae5ec8c07865a --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libdisplaydoc-7ff6978791316ddb.so --extern yoke=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-a8dd0f6a6b77b52d.rmeta --extern zerofrom=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-321b95c9e6e595db.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-20T23:03:39.9779144Z [00:02:59.553]➜     Compiling thiserror-impl v2.0.14
2025-08-20T23:03:39.9785336Z [00:02:59.553]➜       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.14/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=e72a3f5f3bc0bb8a -C extra-filename=-3ec962cd0e453f14 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libproc_macro2-260d8f7fce67cc2d.rlib --extern quote=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libquote-80f1d986a5f9a758.rlib --extern syn=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libsyn-7af998ece29da45f.rlib --extern proc_macro --cap-lints allow`
2025-08-20T23:03:40.6833643Z [00:03:00.258]➜     Compiling tinystr v0.8.1
2025-08-20T23:03:40.6876505Z [00:03:00.262]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tinystr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tinystr-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="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "default", "serde", "std", "zerovec"))' -C metadata=4342543b6ef272d5 -C extra-filename=-a338cb7f7317d8c5 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libdisplaydoc-7ff6978791316ddb.so --extern zerovec=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-2f88cdcea3fcccdf.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-20T23:03:40.8996949Z [00:03:00.475]➜     Compiling icu_locale_core v2.0.0
2025-08-20T23:03:40.9018389Z [00:03:00.475]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name icu_locale_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_locale_core-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 --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde", "zerovec"))' -C metadata=5c7ff26caace00f7 -C extra-filename=-3823d646adf72f64 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libdisplaydoc-7ff6978791316ddb.so --extern litemap=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblitemap-c6b597b0b48f9891.rmeta --extern tinystr=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinystr-a338cb7f7317d8c5.rmeta --extern writeable=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwriteable-9ae0182990efae3f.rmeta --extern zerovec=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-2f88cdcea3fcccdf.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-20T23:03:42.0559155Z [00:03:01.631]➜     Compiling potential_utf v0.1.2
2025-08-20T23:03:42.0576217Z [00:03:01.632]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name potential_utf --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/potential_utf-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "databake", "serde", "writeable", "zerovec"))' -C metadata=5a59f4bb66639e15 -C extra-filename=-86f90cc28a92d234 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern zerovec=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-2f88cdcea3fcccdf.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-20T23:03:42.2591312Z [00:03:01.834]➜     Compiling icu_collections v2.0.0
2025-08-20T23:03:42.2605240Z [00:03:01.835]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name icu_collections --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_collections-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("alloc", "databake", "serde"))' -C metadata=c3c9f4c44338439e -C extra-filename=-cf9a0f95dddc71f0 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libdisplaydoc-7ff6978791316ddb.so --extern potential_utf=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpotential_utf-86f90cc28a92d234.rmeta --extern yoke=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-a8dd0f6a6b77b52d.rmeta --extern zerofrom=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-321b95c9e6e595db.rmeta --extern zerovec=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-2f88cdcea3fcccdf.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-20T23:03:43.2719059Z [00:03:02.847]➜     Compiling icu_provider v2.0.0
2025-08-20T23:03:43.2738718Z [00:03:02.848]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name icu_provider --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_provider-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 --cfg 'feature="baked"' --cfg 'feature="zerotrie"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "baked", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "export", "logging", "serde", "std", "sync", "zerotrie"))' -C metadata=321d8dea74db844f -C extra-filename=-c28a9096a379d75a --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libdisplaydoc-7ff6978791316ddb.so --extern icu_locale_core=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locale_core-3823d646adf72f64.rmeta --extern stable_deref_trait=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstable_deref_trait-d25f545777b6ba93.rmeta --extern tinystr=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinystr-a338cb7f7317d8c5.rmeta --extern writeable=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwriteable-9ae0182990efae3f.rmeta --extern yoke=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-a8dd0f6a6b77b52d.rmeta --extern zerofrom=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-321b95c9e6e595db.rmeta --extern zerotrie=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerotrie-c85ae5ec8c07865a.rmeta --extern zerovec=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-2f88cdcea3fcccdf.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-20T23:03:43.5834747Z [00:03:03.158]➜       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=0e77de7f064a52cb -C extra-filename=-9153446816a12a35 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern serde_derive=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libserde_derive-a10ccbb70c766421.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-20T23:03:43.6670577Z [00:03:03.242]➜     Compiling icu_properties v2.0.1
2025-08-20T23:03:43.6687467Z [00:03:03.243]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name icu_properties --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_properties-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "datagen", "default", "serde", "unicode_bidi"))' -C metadata=c88914c8156ca026 -C extra-filename=-4cd33995c88fc0dd --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libdisplaydoc-7ff6978791316ddb.so --extern icu_collections=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_collections-cf9a0f95dddc71f0.rmeta --extern icu_locale_core=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locale_core-3823d646adf72f64.rmeta --extern icu_properties_data=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties_data-111d24ffd76d8a7c.rmeta --extern icu_provider=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_provider-c28a9096a379d75a.rmeta --extern potential_utf=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpotential_utf-86f90cc28a92d234.rmeta --extern zerotrie=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerotrie-c85ae5ec8c07865a.rmeta --extern zerovec=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-2f88cdcea3fcccdf.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-20T23:03:43.7401026Z [00:03:03.315]➜     Compiling icu_normalizer v2.0.0
2025-08-20T23:03:43.7409486Z [00:03:03.315]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name icu_normalizer --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/icu_normalizer-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 --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "icu_properties", "serde", "utf16_iter", "utf8_iter", "write16"))' -C metadata=251e0ce1d7fa85cc -C extra-filename=-f945c6e941ec1513 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern displaydoc=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libdisplaydoc-7ff6978791316ddb.so --extern icu_collections=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_collections-cf9a0f95dddc71f0.rmeta --extern icu_normalizer_data=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer_data-e41840278c5a620b.rmeta --extern icu_provider=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_provider-c28a9096a379d75a.rmeta --extern smallvec=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-ae24f705afb72ac4.rmeta --extern zerovec=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-2f88cdcea3fcccdf.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-20T23:03:43.8535862Z [00:03:03.428]➜     Compiling crossbeam-epoch v0.9.18
2025-08-20T23:03:43.8553282Z [00:03:03.429]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name crossbeam_epoch --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-epoch-0.9.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=f31fcca2677b39c0 -C extra-filename=-179e3c81e30bec0d --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-51234f7be0e44a62.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-20T23:03:44.6707712Z [00:03:04.246]➜     Compiling utf8parse v0.2.2
2025-08-20T23:03:44.6719973Z [00:03:04.246]➜       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.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:44.7585810Z [00:03:04.333]➜     Compiling getrandom v0.3.3
2025-08-20T23:03:44.7612442Z [00:03:04.336]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_windows_legacy)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=82819d40efaacef5 -C extra-filename=-f817fb91df723e79 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/getrandom-f817fb91df723e79 -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T23:03:44.8078473Z [00:03:04.382]➜       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.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:44.8850467Z [00:03:04.460]➜     Compiling streaming-iterator v0.1.9
2025-08-20T23:03:44.8862746Z [00:03:04.461]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name streaming_iterator --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/streaming-iterator-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 opt-level=3 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=5db34a5c9a1c894d -C extra-filename=-c6a235a5f34c88bd --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:44.9326731Z [00:03:04.506]➜       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.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("alloc", "allocator-api2", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=30741c6dde9277b9 -C extra-filename=-9ede3da7ce3a8af7 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:45.0620050Z [00:03:04.637]➜     Compiling rustix v0.38.44
2025-08-20T23:03:45.0635269Z [00:03:04.638]➜       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="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --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=7c352888cc1b3d67 -C extra-filename=-8275d0b71f30cc6d --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/rustix-8275d0b71f30cc6d -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T23:03:45.4054084Z [00:03:04.980]➜     Compiling rustix v1.0.8
2025-08-20T23:03:45.4068356Z [00:03:04.981]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=85c4d5a3ee8db73d -C extra-filename=-492899db5a73fc84 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/rustix-492899db5a73fc84 -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T23:03:45.4990104Z [00:03:05.074]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/rustix-8275d0b71f30cc6d/build-script-build`
2025-08-20T23:03:45.5638127Z [00:03:05.138]➜     Compiling idna_adapter v1.2.1
2025-08-20T23:03:45.5667615Z [00:03:05.139]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name idna_adapter --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna_adapter-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=8d9695dddfdb9f8a -C extra-filename=-e78b7716b1763b63 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern icu_normalizer=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer-f945c6e941ec1513.rmeta --extern icu_properties=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties-4cd33995c88fc0dd.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-20T23:03:45.7232252Z [00:03:05.297]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/rustix-492899db5a73fc84/build-script-build`
2025-08-20T23:03:45.7360687Z [00:03:05.310]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tree_sitter --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-0.25.8/binding_rust/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::cargo' '--allow=clippy::used_underscore_items' '--allow=clippy::unused_self' '--allow=clippy::unnecessary_wraps' '--allow=clippy::transmute_undefined_repr' '--allow=clippy::too_many_lines' '--deny=clippy::todo' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::string_lit_as_bytes' '--allow=clippy::similar_names' '--allow=clippy::ref_option' '--allow=clippy::redundant_closure_for_method_calls' '--allow=clippy::redundant_clone' '--allow=clippy::range_plus_one' '--allow=clippy::or_fun_call' '--allow=clippy::option_if_let_else' '--allow=clippy::obfuscated_if_else' '--allow=clippy::needless_for_each' '--allow=clippy::multiple_crate_versions' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::if_not_else' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::fallible_impl_from' '--deny=clippy::dbg_macro' '--allow=clippy::collection_is_never_read' '--allow=clippy::cognitive_complexity' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::branches_sharing_code' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "default", "std", "wasm", "wasmtime-c-api"))' -C metadata=eefeff75bf78f185 -C extra-filename=-c581a4a207b5c325 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern regex=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-b28dd218e79ef5b3.rmeta --extern regex_syntax=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-32809eee4e6d0753.rmeta --extern streaming_iterator=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstreaming_iterator-c6a235a5f34c88bd.rmeta --extern tree_sitter_language=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_language-5e0eedf293ac771e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-3a3fa727676f6b4b/out -l static=tree-sitter`
2025-08-20T23:03:45.7859177Z [00:03:05.361]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/getrandom-f817fb91df723e79/build-script-build`
2025-08-20T23:03:45.7911321Z [00:03:05.366]➜     Compiling anstyle-parse v0.2.7
2025-08-20T23:03:45.7941951Z [00:03:05.367]➜       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.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern utf8parse=/tmp/tmp.okfGMR1tyZ/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-20T23:03:45.9493542Z [00:03:05.523]➜       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=d895576c076b6f41 -C extra-filename=-5c264c078e2437d2 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern equivalent=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rmeta --extern hashbrown=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-9ede3da7ce3a8af7.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-20T23:03:46.0251836Z [00:03:05.600]➜     Compiling crossbeam-deque v0.8.6
2025-08-20T23:03:46.0264315Z [00:03:05.601]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name crossbeam_deque --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-deque-0.8.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9fd7dae3a3535b83 -C extra-filename=-eb77c69ac2d7beae --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern crossbeam_epoch=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-179e3c81e30bec0d.rmeta --extern crossbeam_utils=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-51234f7be0e44a62.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-20T23:03:46.2119690Z [00:03:05.786]➜       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.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a5e5ca5ec9909c76 -C extra-filename=-f1cb253317042905 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libthiserror_impl-3ec962cd0e453f14.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
2025-08-20T23:03:46.2514074Z [00:03:05.826]➜     Compiling semver v1.0.26
2025-08-20T23:03:46.2539316Z [00:03:05.829]➜       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.okfGMR1tyZ/TEMPREPO/target/release/build/semver-1cb0bcddacba8922 -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T23:03:46.2933358Z [00:03:05.868]➜       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.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:46.4674102Z [00:03:06.042]➜     Compiling rayon-core v1.13.0
2025-08-20T23:03:46.4685531Z [00:03:06.043]➜       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/rayon-core-1.13.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=b486c5d58f79eb5e -C extra-filename=-251b4e20b8ec6038 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/rayon-core-251b4e20b8ec6038 -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T23:03:46.5479188Z [00:03:06.123]➜     Compiling utf8_iter v1.0.4
2025-08-20T23:03:46.5493130Z [00:03:06.124]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name utf8_iter --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/utf8_iter-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f9e2ae577e9e8072 -C extra-filename=-fd2e55522e4115bf --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:46.6501955Z [00:03:06.225]➜     Compiling colorchoice v1.0.4
2025-08-20T23:03:46.6520243Z [00:03:06.226]➜       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.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:46.6802347Z [00:03:06.255]➜     Compiling linux-raw-sys v0.9.4
2025-08-20T23:03:46.6813480Z [00:03:06.256]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name linux_raw_sys --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linux-raw-sys-0.9.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="elf"' --cfg 'feature="errno"' --cfg 'feature="general"' --cfg 'feature="ioctl"' --cfg 'feature="no_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bootparam", "btrfs", "compiler_builtins", "core", "default", "elf", "elf_uapi", "errno", "general", "if_arp", "if_ether", "if_packet", "image", "io_uring", "ioctl", "landlock", "loop_device", "mempolicy", "net", "netlink", "no_std", "prctl", "ptrace", "rustc-dep-of-std", "std", "system", "xdp"))' -C metadata=e865e9b5f518417d -C extra-filename=-5f3df5f2ce75b76c --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:46.7382067Z [00:03:06.313]➜     Compiling linux-raw-sys v0.4.15
2025-08-20T23:03:46.7405750Z [00:03:06.314]➜       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"' --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=e2c4fc3f231988e1 -C extra-filename=-3c60fcc3958beeed --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:47.1035871Z [00:03:06.678]➜     Compiling is_terminal_polyfill v1.70.1
2025-08-20T23:03:47.1062372Z [00:03:06.679]➜       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.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:47.1871240Z [00:03:06.761]➜     Compiling percent-encoding v2.3.1
2025-08-20T23:03:47.1881034Z [00:03:06.763]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name percent_encoding --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=e5f197dfa32d7577 -C extra-filename=-34b2c2a1cfbbb22b --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:47.5239518Z [00:03:07.099]➜     Compiling anstyle-query v1.1.4
2025-08-20T23:03:47.5257087Z [00:03:07.099]➜       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.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:47.5454614Z [00:03:07.120]➜     Compiling anyhow v1.0.99
2025-08-20T23:03:47.5473107Z [00:03:07.121]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=55f98498abcfcf9d -C extra-filename=-8c3506acb46b5e96 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/anyhow-8c3506acb46b5e96 -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T23:03:47.5960710Z [00:03:07.171]➜     Compiling anstyle v1.0.11
2025-08-20T23:03:47.5977283Z [00:03:07.171]➜       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.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:47.6163572Z [00:03:07.191]➜       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.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:47.8030728Z [00:03:07.378]➜     Compiling anstream v0.6.20
2025-08-20T23:03:47.8047145Z [00:03:07.378]➜       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.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern anstyle=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rmeta --extern anstyle_parse=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-6f2f0cbe09b57ffe.rmeta --extern anstyle_query=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-5594a4790e86bc18.rmeta --extern colorchoice=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-309e6b44748942cb.rmeta --extern is_terminal_polyfill=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rmeta --extern utf8parse=/tmp/tmp.okfGMR1tyZ/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-20T23:03:47.8243421Z [00:03:07.399]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/anyhow-8c3506acb46b5e96/build-script-build`
2025-08-20T23:03:47.8761439Z [00:03:07.450]➜       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="default"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="std"' --cfg 'feature="use-libc-auxv"' --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=9cd00917173920ba -C extra-filename=-dbd57527c0ec8b1c --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rmeta --extern linux_raw_sys=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-3c60fcc3958beeed.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-20T23:03:47.9194878Z [00:03:07.493]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rustix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustix-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=ba4e61075de452a0 -C extra-filename=-d11a9822836ea344 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rmeta --extern linux_raw_sys=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-5f3df5f2ce75b76c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg static_assertions --cfg linux_raw --cfg linux_like --cfg linux_kernel`
2025-08-20T23:03:47.9406695Z [00:03:07.516]➜     Compiling form_urlencoded v1.2.1
2025-08-20T23:03:47.9430648Z [00:03:07.518]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name form_urlencoded --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/form_urlencoded-1.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=169523b2b9d064cd -C extra-filename=-d22f34f47f97eadd --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern percent_encoding=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-34b2c2a1cfbbb22b.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-20T23:03:48.1428246Z [00:03:07.717]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/rayon-core-251b4e20b8ec6038/build-script-build`
2025-08-20T23:03:48.1465201Z [00:03:07.721]➜     Compiling idna v1.0.3
2025-08-20T23:03:48.1480903Z [00:03:07.722]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name idna --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=fa081da8f41b5207 -C extra-filename=-a8b2a615bf7096c3 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern idna_adapter=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna_adapter-e78b7716b1763b63.rmeta --extern smallvec=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-ae24f705afb72ac4.rmeta --extern utf8_iter=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8_iter-fd2e55522e4115bf.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-20T23:03:48.2918281Z [00:03:07.866]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/semver-1cb0bcddacba8922/build-script-build`
2025-08-20T23:03:48.3327349Z [00:03:07.905]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name getrandom --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(getrandom_backend, values("custom", "efi_rng", "rdrand", "rndr", "linux_getrandom", "linux_raw", "wasm_js"))' --check-cfg 'cfg(getrandom_msan)' --check-cfg 'cfg(getrandom_windows_legacy)' --check-cfg 'cfg(getrandom_test_linux_fallback)' --check-cfg 'cfg(getrandom_test_linux_without_fallback)' --check-cfg 'cfg(getrandom_test_netbsd_fallback)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("rustc-dep-of-std", "std", "wasm_js"))' -C metadata=4ef5d13c716a8fb5 -C extra-filename=-e01e14158278170b --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rmeta --extern libc=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-7c8984d75e26dbe9.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-20T23:03:48.3532345Z [00:03:07.928]➜     Compiling tree-sitter-hcl v1.1.0
2025-08-20T23:03:48.3538973Z [00:03:07.929]➜       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/tree-sitter-hcl-1.1.0/bindings/rust/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=33a99f145e8fdfa7 -C extra-filename=-c9be11e5d9deffc5 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-hcl-c9be11e5d9deffc5 -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libcc-af5996cc7d3cec00.rlib --cap-lints allow`
2025-08-20T23:03:48.5450681Z [00:03:08.120]➜     Compiling tree-sitter-c v0.24.1
2025-08-20T23:03:48.5459963Z [00:03:08.121]➜       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/tree-sitter-c-0.24.1/bindings/rust/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=88423b722fe96ea1 -C extra-filename=-b67fe13ce472bc9b --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-c-b67fe13ce472bc9b -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libcc-af5996cc7d3cec00.rlib --cap-lints allow`
2025-08-20T23:03:48.6163547Z [00:03:08.191]➜     Compiling tree-sitter-yaml v0.7.1
2025-08-20T23:03:48.6176603Z [00:03:08.192]➜       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/tree-sitter-yaml-0.7.1/bindings/rust/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=4ec9f2ce60346b7b -C extra-filename=-492929ecc8ef3e80 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-yaml-492929ecc8ef3e80 -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libcc-af5996cc7d3cec00.rlib --cap-lints allow`
2025-08-20T23:03:48.7628959Z [00:03:08.338]➜     Compiling tree-sitter-bash v0.25.0
2025-08-20T23:03:48.7637844Z [00:03:08.338]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-bash-0.25.0/bindings/rust/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=689d255395ec4a64 -C extra-filename=-b152a60b888ac075 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-bash-b152a60b888ac075 -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libcc-af5996cc7d3cec00.rlib --cap-lints allow`
2025-08-20T23:03:48.8716841Z [00:03:08.446]➜     Compiling tree-sitter-rust v0.24.0
2025-08-20T23:03:48.8721857Z [00:03:08.447]➜       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/tree-sitter-rust-0.24.0/bindings/rust/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=1c28dd1616a438f3 -C extra-filename=-235d165d79362f50 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-rust-235d165d79362f50 -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libcc-af5996cc7d3cec00.rlib --cap-lints allow`
2025-08-20T23:03:48.9912617Z [00:03:08.566]➜     Compiling tree-sitter-java v0.23.5
2025-08-20T23:03:48.9929425Z [00:03:08.567]➜       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/tree-sitter-java-0.23.5/bindings/rust/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=2cec03cbacb43539 -C extra-filename=-9f7d22626354fe8d --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-java-9f7d22626354fe8d -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libcc-af5996cc7d3cec00.rlib --cap-lints allow`
2025-08-20T23:03:49.1060254Z [00:03:08.681]➜     Compiling tree-sitter-javascript v0.23.1
2025-08-20T23:03:49.1067938Z [00:03:08.681]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-javascript-0.23.1/bindings/rust/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=8f583d8c0082e217 -C extra-filename=-ab6d74acc4e6866b --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-javascript-ab6d74acc4e6866b -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libcc-af5996cc7d3cec00.rlib --cap-lints allow`
2025-08-20T23:03:49.2451218Z [00:03:08.820]➜     Compiling tree-sitter-python v0.23.6
2025-08-20T23:03:49.2469631Z [00:03:08.822]➜       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/tree-sitter-python-0.23.6/bindings/rust/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=2fe06cca9bca14e1 -C extra-filename=-6dd4a96331386ee7 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-python-6dd4a96331386ee7 -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libcc-af5996cc7d3cec00.rlib --cap-lints allow`
2025-08-20T23:03:49.3636187Z [00:03:08.938]➜     Compiling tree-sitter-cpp v0.23.4
2025-08-20T23:03:49.3677430Z [00:03:08.942]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-cpp-0.23.4/bindings/rust/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=89aa91e25ef1ab65 -C extra-filename=-91954fd960c48cf2 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-cpp-91954fd960c48cf2 -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libcc-af5996cc7d3cec00.rlib --cap-lints allow`
2025-08-20T23:03:49.4706328Z [00:03:09.045]➜     Compiling tree-sitter-json v0.24.8
2025-08-20T23:03:49.4709713Z [00:03:09.045]➜       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/tree-sitter-json-0.24.8/bindings/rust/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=cb2038710c808cc4 -C extra-filename=-12810d20a2949ad7 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-json-12810d20a2949ad7 -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libcc-af5996cc7d3cec00.rlib --cap-lints allow`
2025-08-20T23:03:49.5854552Z [00:03:09.160]➜     Compiling tree-sitter-haskell v0.23.1
2025-08-20T23:03:49.5859106Z [00:03:09.161]➜       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/tree-sitter-haskell-0.23.1/bindings/rust/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=904295db2baa990d -C extra-filename=-4c19049589bf0d5d --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-haskell-4c19049589bf0d5d -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libcc-af5996cc7d3cec00.rlib --cap-lints allow`
2025-08-20T23:03:49.6891426Z [00:03:09.264]➜     Compiling tree-sitter-ruby v0.23.1
2025-08-20T23:03:49.6906067Z [00:03:09.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/tree-sitter-ruby-0.23.1/bindings/rust/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=b07934d3e7ded487 -C extra-filename=-41d4364161998640 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-ruby-41d4364161998640 -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libcc-af5996cc7d3cec00.rlib --cap-lints allow`
2025-08-20T23:03:49.8158717Z [00:03:09.391]➜     Compiling tree-sitter-typescript v0.23.2
2025-08-20T23:03:49.8177782Z [00:03:09.392]➜       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/tree-sitter-typescript-0.23.2/bindings/rust/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=9a7cd700084fafb5 -C extra-filename=-ace2a0598c840724 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-typescript-ace2a0598c840724 -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libcc-af5996cc7d3cec00.rlib --cap-lints allow`
2025-08-20T23:03:49.8321214Z [00:03:09.407]➜     Compiling tree-sitter-go v0.23.4
2025-08-20T23:03:49.8328537Z [00:03:09.408]➜       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/tree-sitter-go-0.23.4/bindings/rust/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=a9bd84450077de3d -C extra-filename=-14efe9ec88db9516 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-go-14efe9ec88db9516 -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libcc-af5996cc7d3cec00.rlib --cap-lints allow`
2025-08-20T23:03:49.9413360Z [00:03:09.516]➜     Compiling tree-sitter-make v1.1.1
2025-08-20T23:03:49.9418868Z [00:03:09.517]➜       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/tree-sitter-make-1.1.1/bindings/rust/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=03da96734ce53ab7 -C extra-filename=-ad76c779a2b67418 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-make-ad76c779a2b67418 -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern cc=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libcc-af5996cc7d3cec00.rlib --cap-lints allow`
2025-08-20T23:03:50.0160175Z [00:03:09.591]➜     Compiling bstr v1.12.0
2025-08-20T23:03:50.0175900Z [00:03:09.592]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name bstr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.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 --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=1bdfcfe2e5b63cbe -C extra-filename=-088ed931c73d205d --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-1d898b95cde848c5.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-20T23:03:50.0742773Z [00:03:09.649]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde_json-114ff997f6490ac1/build-script-build`
2025-08-20T23:03:50.0789594Z [00:03:09.654]➜     Compiling tree-sitter-loader v0.25.8
2025-08-20T23:03:50.0805685Z [00:03:09.655]➜       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/tree-sitter-loader-0.25.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::cargo' '--allow=clippy::used_underscore_items' '--allow=clippy::unused_self' '--allow=clippy::unnecessary_wraps' '--allow=clippy::transmute_undefined_repr' '--allow=clippy::too_many_lines' '--deny=clippy::todo' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::string_lit_as_bytes' '--allow=clippy::similar_names' '--allow=clippy::ref_option' '--allow=clippy::redundant_closure_for_method_calls' '--allow=clippy::redundant_clone' '--allow=clippy::range_plus_one' '--allow=clippy::or_fun_call' '--allow=clippy::option_if_let_else' '--allow=clippy::obfuscated_if_else' '--allow=clippy::needless_for_each' '--allow=clippy::multiple_crate_versions' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::if_not_else' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::fallible_impl_from' '--deny=clippy::dbg_macro' '--allow=clippy::collection_is_never_read' '--allow=clippy::cognitive_complexity' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::branches_sharing_code' -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="tree-sitter-highlight"' --cfg 'feature="tree-sitter-tags"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "tree-sitter-highlight", "tree-sitter-tags", "wasm"))' -C metadata=1a27aa03c2233793 -C extra-filename=-6d38e8fabc1a271d --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-loader-6d38e8fabc1a271d -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T23:03:50.1962376Z [00:03:09.771]➜     Compiling strsim v0.11.1
2025-08-20T23:03:50.1975294Z [00:03:09.772]➜       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.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:50.2890521Z [00:03:09.864]➜     Compiling winnow v0.7.12
2025-08-20T23:03:50.2910757Z [00:03:09.865]➜       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.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:50.8732142Z [00:03:10.448]➜     Compiling same-file v1.0.6
2025-08-20T23:03:50.8745231Z [00:03:10.449]➜       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.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:50.9761602Z [00:03:10.551]➜     Compiling once_cell v1.21.3
2025-08-20T23:03:50.9794035Z [00:03:10.554]➜       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.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:51.0288409Z [00:03:10.604]➜     Compiling heck v0.5.0
2025-08-20T23:03:51.0298857Z [00:03:10.604]➜       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.okfGMR1tyZ/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T23:03:51.2637721Z [00:03:10.839]➜     Compiling log v0.4.27
2025-08-20T23:03:51.2653982Z [00:03:10.840]➜       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.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:51.3476267Z [00:03:10.923]➜     Compiling home v0.5.11
2025-08-20T23:03:51.3487779Z [00:03:10.923]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name home --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/home-0.5.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 '--allow=clippy::all' '--warn=clippy::correctness' '--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' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d68726766f47fa30 -C extra-filename=-b0c4204e88b262d4 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:51.4961648Z [00:03:11.071]➜     Compiling clap_lex v0.7.5
2025-08-20T23:03:51.4979453Z [00:03:11.072]➜       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.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:51.5226290Z [00:03:11.097]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name shlex --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shlex-1.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C 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=2afe245d719c569e -C extra-filename=-abe94e3dc07059e9 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:51.7618018Z [00:03:11.337]➜     Compiling option-ext v0.2.0
2025-08-20T23:03:51.7627022Z [00:03:11.337]➜       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.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:51.8388452Z [00:03:11.414]➜     Compiling fastrand v2.3.0
2025-08-20T23:03:51.8397456Z [00:03:11.414]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name fastrand --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fastrand-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=1ebba9d8f8037cb8 -C extra-filename=-a6fffb5a5e5cdb20 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:03:51.8992567Z [00:03:11.474]➜     Compiling dirs-sys v0.5.0
2025-08-20T23:03:51.9000217Z [00:03:11.474]➜       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=3c739e7f56916365 -C extra-filename=-0be30ee8ce75b512 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-7c8984d75e26dbe9.rmeta --extern option_ext=/tmp/tmp.okfGMR1tyZ/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-20T23:03:51.9550082Z [00:03:11.530]➜     Compiling clap_builder v4.5.44
2025-08-20T23:03:51.9592706Z [00:03:11.530]➜       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.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=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=8a1a8c7fa5268437 -C extra-filename=-410c1060758da87a --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-33acc7f980437447.rmeta --extern anstyle=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rmeta --extern clap_lex=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-db2338314c03aba7.rmeta --extern strsim=/tmp/tmp.okfGMR1tyZ/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-20T23:03:52.0645428Z [00:03:11.639]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name cc --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.2.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=30d43df6a5378a05 -C extra-filename=-329c88b9403975b2 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern shlex=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshlex-abe94e3dc07059e9.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-20T23:03:52.1772081Z [00:03:11.752]➜     Compiling tempfile v3.20.0
2025-08-20T23:03:52.1785091Z [00:03:11.753]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tempfile --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tempfile-3.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="getrandom"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "getrandom", "nightly", "unstable-windows-keep-open-tempfile"))' -C metadata=a6e13d8bc58493d1 -C extra-filename=-252644802599c790 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern fastrand=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfastrand-a6fffb5a5e5cdb20.rmeta --extern getrandom=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-e01e14158278170b.rmeta --extern once_cell=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta --extern rustix=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-d11a9822836ea344.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-20T23:03:52.3955231Z [00:03:11.970]➜     Compiling etcetera v0.8.0
2025-08-20T23:03:52.3983315Z [00:03:11.971]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name etcetera --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/etcetera-0.8.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=d5128120b2c64120 -C extra-filename=-88448d89bf6c5dd7 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rmeta --extern home=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhome-b0c4204e88b262d4.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-20T23:03:52.7502150Z [00:03:12.325]➜     Compiling toml_parser v1.0.2
2025-08-20T23:03:52.7521938Z [00:03:12.326]➜       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.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern winnow=/tmp/tmp.okfGMR1tyZ/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-20T23:03:52.9821765Z [00:03:12.557]➜     Compiling globset v0.4.16
2025-08-20T23:03:52.9834831Z [00:03:12.557]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name globset --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=7ffc9b90d741b252 -C extra-filename=-d047f35f2e49f6e3 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-2d971e868cc078b8.rmeta --extern bstr=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-088ed931c73d205d.rmeta --extern log=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.rmeta --extern regex_automata=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-040c72572158939b.rmeta --extern regex_syntax=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-32809eee4e6d0753.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-20T23:03:53.2932033Z [00:03:12.868]➜     Compiling clap_derive v4.5.45
2025-08-20T23:03:53.2958191Z [00:03:12.870]➜       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.45/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=8bee19e40d46bf16 -C extra-filename=-f1efee19c3c98647 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib --extern proc_macro2=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libproc_macro2-260d8f7fce67cc2d.rlib --extern quote=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libquote-80f1d986a5f9a758.rlib --extern syn=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libsyn-7af998ece29da45f.rlib --extern proc_macro --cap-lints allow`
2025-08-20T23:03:54.4907307Z [00:03:14.066]➜     Compiling walkdir v2.5.0
2025-08-20T23:03:54.4918624Z [00:03:14.066]➜       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.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern same_file=/tmp/tmp.okfGMR1tyZ/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-20T23:03:55.4015506Z [00:03:14.976]➜     Compiling fs4 v0.12.0
2025-08-20T23:03:55.4029589Z [00:03:14.977]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name fs4 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fs4-0.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 --cfg 'feature="default"' --cfg 'feature="sync"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("async-std", "default", "fs-err2", "fs-err2-tokio", "fs-err3", "fs-err3-tokio", "smol", "sync", "tokio"))' -C metadata=77d551a57f95480a -C extra-filename=-68cd02a6d78df847 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern rustix=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-dbd57527c0ec8b1c.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-20T23:03:55.4150864Z [00:03:14.990]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-loader-6d38e8fabc1a271d/build-script-build`
2025-08-20T23:03:55.4206401Z [00:03:14.996]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-make-ad76c779a2b67418/build-script-build`
2025-08-20T23:03:55.5955567Z [00:03:15.170]➜       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=80a1dfc17f4e7392 -C extra-filename=-9f00e2b87ed2249a --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern indexmap=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-5c264c078e2437d2.rmeta --extern itoa=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rmeta --extern memchr=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-1d898b95cde848c5.rmeta --extern ryu=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-694316d3806572f1.rmeta --extern serde=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-9153446816a12a35.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-20T23:03:56.2151803Z [00:03:15.790]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-go-14efe9ec88db9516/build-script-build`
2025-08-20T23:03:56.2371564Z [00:03:15.812]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-typescript-ace2a0598c840724/build-script-build`
2025-08-20T23:03:57.7265237Z [00:03:17.301]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-ruby-41d4364161998640/build-script-build`
2025-08-20T23:03:58.9713948Z [00:03:18.546]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-haskell-4c19049589bf0d5d/build-script-build`
2025-08-20T23:03:59.7311803Z [00:03:19.306]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-json-12810d20a2949ad7/build-script-build`
2025-08-20T23:04:00.1526972Z [00:03:19.728]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-cpp-91954fd960c48cf2/build-script-build`
2025-08-20T23:04:00.6426241Z [00:03:20.218]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-python-6dd4a96331386ee7/build-script-build`
2025-08-20T23:04:02.6616602Z [00:03:22.237]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-javascript-ab6d74acc4e6866b/build-script-build`
2025-08-20T23:04:03.3119393Z [00:03:22.887]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-java-9f7d22626354fe8d/build-script-build`
2025-08-20T23:04:05.0211968Z [00:03:24.596]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-rust-235d165d79362f50/build-script-build`
2025-08-20T23:04:05.0843266Z [00:03:24.659]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-bash-b152a60b888ac075/build-script-build`
2025-08-20T23:04:05.4821915Z [00:03:25.057]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-yaml-492929ecc8ef3e80/build-script-build`
2025-08-20T23:04:05.5087349Z [00:03:25.083]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-c-b67fe13ce472bc9b/build-script-build`
2025-08-20T23:04:06.6308223Z [00:03:26.206]➜       Running `/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-hcl-c9be11e5d9deffc5/build-script-build`
2025-08-20T23:04:06.8381016Z [00:03:26.413]➜     Compiling url v2.5.4
2025-08-20T23:04:06.8391949Z [00:03:26.413]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name url --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/url-2.5.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"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=c761a15e375fd3c6 -C extra-filename=-71bf01abc1bdd1b0 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern form_urlencoded=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libform_urlencoded-d22f34f47f97eadd.rmeta --extern idna=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna-a8b2a615bf7096c3.rmeta --extern percent_encoding=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-34b2c2a1cfbbb22b.rmeta --extern serde=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-9153446816a12a35.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-20T23:04:07.7374482Z [00:03:27.312]➜       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 opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=eb0ee7cbd0f89bef -C extra-filename=-5058f02c7ab20450 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-9153446816a12a35.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(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-20T23:04:07.7523691Z [00:03:27.327]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rayon_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-core-1.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=564f9ae62df80494 -C extra-filename=-7c0624f593cfe705 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern crossbeam_deque=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-eb77c69ac2d7beae.rmeta --extern crossbeam_utils=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-51234f7be0e44a62.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-20T23:04:08.5416878Z [00:03:28.117]➜     Compiling serde_spanned v1.0.0
2025-08-20T23:04:08.5481404Z [00:03:28.117]➜       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=f66409b09cdcb73b -C extra-filename=-d1515d2963a039d8 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-9153446816a12a35.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-20T23:04:08.6492912Z [00:03:28.224]➜     Compiling toml_datetime v0.7.0
2025-08-20T23:04:08.6508012Z [00:03:28.224]➜       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=c8e751a711e7ccbc -C extra-filename=-9c9edfd77cb1ab68 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-9153446816a12a35.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-20T23:04:08.6606504Z [00:03:28.235]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anyhow --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=8560a73211943b94 -C extra-filename=-6e19fb18fb037838 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:04:08.9607578Z [00:03:28.535]➜     Compiling tree-sitter-highlight v0.25.8
2025-08-20T23:04:08.9624186Z [00:03:28.536]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tree_sitter_highlight --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-highlight-0.25.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --crate-type staticlib --emit=dep-info,link -C opt-level=3 '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::cargo' '--allow=clippy::used_underscore_items' '--allow=clippy::unused_self' '--allow=clippy::unnecessary_wraps' '--allow=clippy::transmute_undefined_repr' '--allow=clippy::too_many_lines' '--deny=clippy::todo' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::string_lit_as_bytes' '--allow=clippy::similar_names' '--allow=clippy::ref_option' '--allow=clippy::redundant_closure_for_method_calls' '--allow=clippy::redundant_clone' '--allow=clippy::range_plus_one' '--allow=clippy::or_fun_call' '--allow=clippy::option_if_let_else' '--allow=clippy::obfuscated_if_else' '--allow=clippy::needless_for_each' '--allow=clippy::multiple_crate_versions' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::if_not_else' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::fallible_impl_from' '--deny=clippy::dbg_macro' '--allow=clippy::collection_is_never_read' '--allow=clippy::cognitive_complexity' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::branches_sharing_code' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ec23fdf0d2b55d6 -C extra-filename=-819663c36c4a6177 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern regex=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-b28dd218e79ef5b3.rlib --extern streaming_iterator=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstreaming_iterator-c6a235a5f34c88bd.rlib --extern thiserror=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-f1cb253317042905.rlib --extern tree_sitter=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter-c581a4a207b5c325.rlib --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-3a3fa727676f6b4b/out`
2025-08-20T23:04:09.2129532Z [00:03:28.788]➜     Compiling tree-sitter-tags v0.25.8
2025-08-20T23:04:09.2145402Z [00:03:28.788]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tree_sitter_tags --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-tags-0.25.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --crate-type staticlib --emit=dep-info,link -C opt-level=3 '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::cargo' '--allow=clippy::used_underscore_items' '--allow=clippy::unused_self' '--allow=clippy::unnecessary_wraps' '--allow=clippy::transmute_undefined_repr' '--allow=clippy::too_many_lines' '--deny=clippy::todo' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::string_lit_as_bytes' '--allow=clippy::similar_names' '--allow=clippy::ref_option' '--allow=clippy::redundant_closure_for_method_calls' '--allow=clippy::redundant_clone' '--allow=clippy::range_plus_one' '--allow=clippy::or_fun_call' '--allow=clippy::option_if_let_else' '--allow=clippy::obfuscated_if_else' '--allow=clippy::needless_for_each' '--allow=clippy::multiple_crate_versions' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::if_not_else' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::fallible_impl_from' '--deny=clippy::dbg_macro' '--allow=clippy::collection_is_never_read' '--allow=clippy::cognitive_complexity' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::branches_sharing_code' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b8ea6304e59c17a6 -C extra-filename=-b831debdc48f06c8 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-1d898b95cde848c5.rlib --extern regex=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-b28dd218e79ef5b3.rlib --extern streaming_iterator=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstreaming_iterator-c6a235a5f34c88bd.rlib --extern thiserror=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-f1cb253317042905.rlib --extern tree_sitter=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter-c581a4a207b5c325.rlib --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-3a3fa727676f6b4b/out`
2025-08-20T23:04:09.3201134Z [00:03:28.895]➜     Compiling libloading v0.8.8
2025-08-20T23:04:09.3207652Z [00:03:28.895]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name libloading --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libloading-0.8.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(libloading_docs)' --check-cfg 'cfg(target_os, values("cygwin"))' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=40ee501e3550d05c -C extra-filename=-445bae75ae39c8b7 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.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-20T23:04:09.3945158Z [00:03:28.969]➜     Compiling toml_writer v1.0.2
2025-08-20T23:04:09.3969553Z [00:03:28.971]➜       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.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:04:09.5354184Z [00:03:29.110]➜     Compiling either v1.15.0
2025-08-20T23:04:09.5362966Z [00:03:29.110]➜       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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std", "use_std"))' -C metadata=ddb9ab185eb39f87 -C extra-filename=-b0c900f499444793 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:04:09.7456105Z [00:03:29.320]➜     Compiling path-slash v0.2.1
2025-08-20T23:04:09.7472259Z [00:03:29.322]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name path_slash --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/path-slash-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d4175a7bcddedf86 -C extra-filename=-eea8e509b4db4fc2 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:04:09.7728964Z [00:03:29.348]➜     Compiling indoc v2.0.6
2025-08-20T23:04:09.7734451Z [00:03:29.348]➜       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.okfGMR1tyZ/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern proc_macro --cap-lints allow`
2025-08-20T23:04:09.8166670Z [00:03:29.391]➜     Compiling unsafe-libyaml v0.2.11
2025-08-20T23:04:09.8171858Z [00:03:29.391]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name unsafe_libyaml --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unsafe-libyaml-0.2.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=cb56974d169530f2 -C extra-filename=-8959ae844e77fb2b --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:04:09.9493979Z [00:03:29.523]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tree_sitter_rust --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-rust-0.24.0/bindings/rust/lib.rs --error-format=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=5e3fcfa2974155d6 -C extra-filename=-4bbbaf1a6b693964 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern tree_sitter_language=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_language-5e0eedf293ac771e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-rust-775a3b69a52908f9/out -l static=tree-sitter-rust`
2025-08-20T23:04:10.0146418Z [00:03:29.589]➜     Compiling rayon v1.11.0
2025-08-20T23:04:10.0193996Z [00:03:29.594]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rayon --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rayon-1.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=7d2c7a8898f67af4 -C extra-filename=-81f1f557fd8769bf --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern either=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-b0c900f499444793.rmeta --extern rayon_core=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon_core-7c0624f593cfe705.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-20T23:04:10.1557073Z [00:03:29.731]➜     Compiling toml v0.9.5
2025-08-20T23:04:10.1581670Z [00:03:29.731]➜       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="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=faafb21471938ca7 -C extra-filename=-2b8c65c92f94788e --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-9153446816a12a35.rmeta --extern serde_spanned=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_spanned-d1515d2963a039d8.rmeta --extern toml_datetime=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_datetime-9c9edfd77cb1ab68.rmeta --extern toml_parser=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_parser-92d2861a6b73e53c.rmeta --extern toml_writer=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_writer-852893660fb8a3b6.rmeta --extern winnow=/tmp/tmp.okfGMR1tyZ/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-20T23:04:10.9863272Z [00:03:30.561]➜  error: lto can only be run for executables, cdylibs and static library outputs
2025-08-20T23:04:10.9867848Z [00:03:30.562]➜  
2025-08-20T23:04:11.0799259Z [00:03:30.655]➜  error: could not compile `tree-sitter-tags` (lib) due to 1 previous error
2025-08-20T23:04:11.0804059Z [00:03:30.655]➜  
2025-08-20T23:04:11.0804303Z [00:03:30.655]➜  Caused by:
2025-08-20T23:04:11.0817514Z [00:03:30.655]➜    process didn't exit successfully: `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tree_sitter_tags --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-tags-0.25.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --crate-type staticlib --emit=dep-info,link -C opt-level=3 '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::cargo' '--allow=clippy::used_underscore_items' '--allow=clippy::unused_self' '--allow=clippy::unnecessary_wraps' '--allow=clippy::transmute_undefined_repr' '--allow=clippy::too_many_lines' '--deny=clippy::todo' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::string_lit_as_bytes' '--allow=clippy::similar_names' '--allow=clippy::ref_option' '--allow=clippy::redundant_closure_for_method_calls' '--allow=clippy::redundant_clone' '--allow=clippy::range_plus_one' '--allow=clippy::or_fun_call' '--allow=clippy::option_if_let_else' '--allow=clippy::obfuscated_if_else' '--allow=clippy::needless_for_each' '--allow=clippy::multiple_crate_versions' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::if_not_else' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::fallible_impl_from' '--deny=clippy::dbg_macro' '--allow=clippy::collection_is_never_read' '--allow=clippy::cognitive_complexity' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::branches_sharing_code' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=b8ea6304e59c17a6 -C extra-filename=-b831debdc48f06c8 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-1d898b95cde848c5.rlib --extern regex=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-b28dd218e79ef5b3.rlib --extern streaming_iterator=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstreaming_iterator-c6a235a5f34c88bd.rlib --extern thiserror=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-f1cb253317042905.rlib --extern tree_sitter=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter-c581a4a207b5c325.rlib --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-3a3fa727676f6b4b/out` (exit status: 1)
2025-08-20T23:04:11.0852782Z [00:03:30.655]➜  warning: build failed, waiting for other jobs to finish...
2025-08-20T23:04:11.0853218Z [00:03:30.655]➜     Compiling serde_yaml v0.9.34+deprecated
2025-08-20T23:04:11.0860850Z [00:03:30.655]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name serde_yaml --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/serde_yaml-0.9.34+deprecated/src/lib.rs --error-format=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=de9ae674147ecb0e -C extra-filename=-0e11276a2f201853 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern indexmap=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-5c264c078e2437d2.rmeta --extern itoa=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rmeta --extern ryu=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-694316d3806572f1.rmeta --extern serde=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-9153446816a12a35.rmeta --extern unsafe_libyaml=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunsafe_libyaml-8959ae844e77fb2b.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-20T23:04:11.2055018Z [00:03:30.780]➜  error: could not compile `tree-sitter-highlight` (lib) due to 1 previous error
2025-08-20T23:04:11.2055470Z [00:03:30.780]➜  
2025-08-20T23:04:11.2055717Z [00:03:30.780]➜  Caused by:
2025-08-20T23:04:11.2068622Z [00:03:30.780]➜    process didn't exit successfully: `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tree_sitter_highlight --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-highlight-0.25.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --crate-type staticlib --emit=dep-info,link -C opt-level=3 '--warn=clippy::pedantic' '--warn=clippy::nursery' '--warn=clippy::cargo' '--allow=clippy::used_underscore_items' '--allow=clippy::unused_self' '--allow=clippy::unnecessary_wraps' '--allow=clippy::transmute_undefined_repr' '--allow=clippy::too_many_lines' '--deny=clippy::todo' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::string_lit_as_bytes' '--allow=clippy::similar_names' '--allow=clippy::ref_option' '--allow=clippy::redundant_closure_for_method_calls' '--allow=clippy::redundant_clone' '--allow=clippy::range_plus_one' '--allow=clippy::or_fun_call' '--allow=clippy::option_if_let_else' '--allow=clippy::obfuscated_if_else' '--allow=clippy::needless_for_each' '--allow=clippy::multiple_crate_versions' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_panics_doc' '--allow=clippy::missing_errors_doc' '--allow=clippy::match_wildcard_for_single_variants' '--allow=clippy::items_after_statements' '--allow=clippy::inline_always' '--allow=clippy::if_not_else' '--allow=clippy::fn_params_excessive_bools' '--allow=clippy::fallible_impl_from' '--deny=clippy::dbg_macro' '--allow=clippy::collection_is_never_read' '--allow=clippy::cognitive_complexity' '--allow=clippy::checked_conversions' '--allow=clippy::cast_sign_loss' '--allow=clippy::cast_precision_loss' '--allow=clippy::cast_possible_wrap' '--allow=clippy::cast_possible_truncation' '--allow=clippy::cast_lossless' '--allow=clippy::branches_sharing_code' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=5ec23fdf0d2b55d6 -C extra-filename=-819663c36c4a6177 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern regex=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-b28dd218e79ef5b3.rlib --extern streaming_iterator=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstreaming_iterator-c6a235a5f34c88bd.rlib --extern thiserror=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-f1cb253317042905.rlib --extern tree_sitter=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter-c581a4a207b5c325.rlib --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-3a3fa727676f6b4b/out` (exit status: 1)
2025-08-20T23:04:11.2101324Z [00:03:30.783]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tree_sitter_bash --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-bash-0.25.0/bindings/rust/lib.rs --error-format=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=2ba51891717c9d92 -C extra-filename=-e0e852af03c9d098 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern tree_sitter_language=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_language-5e0eedf293ac771e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-bash-de246cf9cccf6dc6/out -l static=tree-sitter-bash`
2025-08-20T23:04:11.2874865Z [00:03:30.862]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tree_sitter_hcl --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-hcl-1.1.0/bindings/rust/lib.rs --error-format=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=52b2323aabccf482 -C extra-filename=-928f3c78df79838d --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern tree_sitter_language=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_language-5e0eedf293ac771e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-hcl-231118e4faf644a2/out -l static=tree-sitter-hcl`
2025-08-20T23:04:11.3687246Z [00:03:30.943]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tree_sitter_yaml --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-yaml-0.7.1/bindings/rust/lib.rs --error-format=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=5dafe3d2e59f9c4f -C extra-filename=-fcf4ecb351720b5f --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern tree_sitter_language=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_language-5e0eedf293ac771e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-yaml-9410c12799752916/out -l static=tree-sitter-yaml`
2025-08-20T23:04:11.4386423Z [00:03:31.013]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tree_sitter_c --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-c-0.24.1/bindings/rust/lib.rs --error-format=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=92e66a0e60f9ecba -C extra-filename=-e6856468c1a49f6b --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern tree_sitter_language=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_language-5e0eedf293ac771e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-c-d2788a0737b388e2/out -l static=tree-sitter-c`
2025-08-20T23:04:11.5085121Z [00:03:31.083]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tree_sitter_haskell --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-haskell-0.23.1/bindings/rust/lib.rs --error-format=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=12cfa475f92450b5 -C extra-filename=-ac8deab34f0e1c68 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern tree_sitter_language=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_language-5e0eedf293ac771e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-haskell-24d8216b072502c7/out -l static=tree-sitter-haskell`
2025-08-20T23:04:11.5919223Z [00:03:31.166]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tree_sitter_javascript --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-javascript-0.23.1/bindings/rust/lib.rs --error-format=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=337d6b224af084c4 -C extra-filename=-d358726369cfc2df --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern tree_sitter_language=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_language-5e0eedf293ac771e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-javascript-e73c367052dfeeed/out -l static=tree-sitter-javascript`
2025-08-20T23:04:11.6719101Z [00:03:31.246]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tree_sitter_java --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-java-0.23.5/bindings/rust/lib.rs --error-format=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=3687327a6366a823 -C extra-filename=-3d0e81c467d77a8b --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern tree_sitter_language=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_language-5e0eedf293ac771e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-java-90b7f392a02f2f11/out -l static=tree-sitter-java`
2025-08-20T23:04:11.7496774Z [00:03:31.324]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tree_sitter_cpp --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-cpp-0.23.4/bindings/rust/lib.rs --error-format=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=df1377855f9cbc84 -C extra-filename=-4a67dfaa4d71d0ab --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern tree_sitter_language=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_language-5e0eedf293ac771e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-cpp-c826bd2ea696896f/out -l static=tree-sitter-cpp`
2025-08-20T23:04:11.7572949Z [00:03:31.331]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tree_sitter_typescript --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-typescript-0.23.2/bindings/rust/lib.rs --error-format=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=a0572310b8c766b6 -C extra-filename=-8f62b20aad70de04 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern tree_sitter_language=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_language-5e0eedf293ac771e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-typescript-03ca05982941975f/out -l static=tree-sitter-typescript`
2025-08-20T23:04:11.8105019Z [00:03:31.385]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tree_sitter_python --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-python-0.23.6/bindings/rust/lib.rs --error-format=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=fda71872e5bf3f9b -C extra-filename=-5ea046b9b785af0c --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern tree_sitter_language=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_language-5e0eedf293ac771e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-python-93529e53d789be42/out -l static=tree-sitter-python`
2025-08-20T23:04:11.8304856Z [00:03:31.405]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tree_sitter_ruby --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-ruby-0.23.1/bindings/rust/lib.rs --error-format=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=4afd96e31e945630 -C extra-filename=-27ae9e7dab39a17c --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern tree_sitter_language=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_language-5e0eedf293ac771e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-ruby-7d01fc13f07074f3/out -l static=tree-sitter-ruby`
2025-08-20T23:04:11.8751620Z [00:03:31.449]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tree_sitter_json --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-json-0.24.8/bindings/rust/lib.rs --error-format=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=6ecf31da61826153 -C extra-filename=-db31942d1630eee4 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern tree_sitter_language=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_language-5e0eedf293ac771e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-json-2e9d58d527f43a0e/out -l static=tree-sitter-json`
2025-08-20T23:04:11.9084541Z [00:03:31.482]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tree_sitter_make --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-make-1.1.1/bindings/rust/lib.rs --error-format=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=271aab25baaa4799 -C extra-filename=-e7eaace8453bcd88 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern tree_sitter_language=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_language-5e0eedf293ac771e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-make-8b43c8a3f8b6e8df/out -l static=tree-sitter-make`
2025-08-20T23:04:11.9401986Z [00:03:31.514]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tree_sitter_go --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tree-sitter-go-0.23.4/bindings/rust/lib.rs --error-format=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=d8533fcd8d151dab -C extra-filename=-664dd016c6fdb86a --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern tree_sitter_language=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_language-5e0eedf293ac771e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-go-29318e31ee34f1f1/out -l static=tree-sitter-go`
2025-08-20T23:04:11.9641002Z [00:03:31.539]➜     Compiling clap v4.5.45
2025-08-20T23:04:11.9680672Z [00:03:31.541]➜       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.45/src/lib.rs --error-format=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=51d191c9e0fa769a -C extra-filename=-3e55199380f95e68 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern clap_builder=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-410c1060758da87a.rmeta --extern clap_derive=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libclap_derive-f1efee19c3c98647.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-20T23:04:11.9982966Z [00:03:31.573]➜     Compiling ignore v0.4.23
2025-08-20T23:04:11.9994211Z [00:03:31.573]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ignore --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("simd-accel"))' -C metadata=3c70e346f462a123 -C extra-filename=-ebbe00adeda77dde --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern crossbeam_deque=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-eb77c69ac2d7beae.rmeta --extern globset=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobset-d047f35f2e49f6e3.rmeta --extern log=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.rmeta --extern memchr=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-1d898b95cde848c5.rmeta --extern regex_automata=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-040c72572158939b.rmeta --extern same_file=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rmeta --extern walkdir=/tmp/tmp.okfGMR1tyZ/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-20T23:04:12.0074710Z [00:03:31.582]➜     Compiling dirs v6.0.0
2025-08-20T23:04:12.0086727Z [00:03:31.583]➜       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=9b68a6e56c5f550a -C extra-filename=-35f24193acd32608 --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern dirs_sys=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs_sys-0be30ee8ce75b512.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-20T23:04:12.1910430Z [00:03:31.766]➜     Compiling num_cpus v1.17.0
2025-08-20T23:04:12.1916182Z [00:03:31.766]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name num_cpus --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num_cpus-1.17.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=6fa53ee1f283297b -C extra-filename=-0511d13c11f66aed --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-7c8984d75e26dbe9.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-20T23:04:13.0681008Z [00:03:32.643]➜     Compiling glob v0.3.3
2025-08-20T23:04:13.0687710Z [00:03:32.643]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name glob --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/glob-0.3.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=e6e605a639cfe991 -C extra-filename=-46644c9b19e0a4bf --out-dir /tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.okfGMR1tyZ/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-20T23:04:15.5561056Z [00:03:35.131]➜  + find -L ./target/aarch64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-20T23:04:15.5579801Z [00:03:35.133]➜  ./target/aarch64-unknown-linux-musl/release/.cargo-lock
2025-08-20T23:04:15.5589682Z [00:03:35.134]➜  + find ./target/aarch64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T23:04:15.5596918Z [00:03:35.135]➜  + + cut -d: -f1
2025-08-20T23:04:15.5597389Z [00:03:35.135]➜  grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T23:04:15.5597826Z [00:03:35.135]➜  + xargs realpath --no-symlinks
2025-08-20T23:04:15.5598174Z [00:03:35.135]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T23:04:15.5620797Z [00:03:35.137]➜  realpath: missing operand
2025-08-20T23:04:15.5621178Z [00:03:35.137]➜  Try 'realpath --help' for more information.
2025-08-20T23:04:15.6767316Z [00:03:35.252]➜  '/tmp/tmp.okfGMR1tyZ/TEMPREPO/LICENSE' -> '/build-bins/LICENSE'
2025-08-20T23:04:15.6913477Z [00:03:35.266]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T23:04:15.6937527Z [00:03:35.269]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T23:04:15.6941107Z [00:03:35.269]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T23:04:15.7300561Z [00:03:35.305]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T23:04:15.7326583Z [00:03:35.308]➜  
2025-08-20T23:04:15.7346267Z [00:03:35.309]➜  /build-bins/LICENSE
2025-08-20T23:04:15.7380448Z [00:03:35.313]➜  + file /build-bins/LICENSE
2025-08-20T23:04:15.7513278Z [00:03:35.326]➜  /build-bins/LICENSE: Unicode text, UTF-8 text, with very long lines (460)
2025-08-20T23:04:15.7520053Z [00:03:35.327]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE
2025-08-20T23:04:15.7540197Z [00:03:35.329]➜  /build-bins/LICENSE:         1066 Bytes
2025-08-20T23:04:15.7542725Z [00:03:35.329]➜  + du /build-bins/LICENSE --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T23:04:15.7555984Z [00:03:35.331]➜  1.1K	2025-08-20 23:04:15.675701860 +0000	/build-bins/LICENSE
2025-08-20T23:04:15.7560979Z [00:03:35.331]➜  + popd
2025-08-20T23:04:16.9280068Z [00:03:36.503]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T23:04:16.9467277Z [00:03:36.522]➜  + '[' -s /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T23:04:16.9468231Z [00:03:36.522]➜  + cp -fv /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T23:04:16.9484188Z [00:03:36.523]➜  '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T23:04:16.9493363Z [00:03:36.524]➜  + find /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T23:04:16.9494871Z [00:03:36.524]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T23:04:16.9495519Z [00:03:36.524]➜  + cut -d: -f1
2025-08-20T23:04:16.9518238Z [00:03:36.525]➜  + xargs realpath --no-symlinks
2025-08-20T23:04:16.9519629Z [00:03:36.527]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR
2025-08-20T23:04:17.0441581Z [00:03:36.619]➜  realpath: missing operand
2025-08-20T23:04:17.0442034Z [00:03:36.619]➜  Try 'realpath --help' for more information.
2025-08-20T23:04:17.0450965Z [00:03:36.620]➜  
2025-08-20T23:04:17.4905828Z [00:03:37.065]➜  
2025-08-20T23:04:17.5077297Z [00:03:37.083]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T23:04:17.5078288Z [00:03:37.083]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T23:04:17.5079346Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/bench/mod.rs' from root:root to runner:runner
2025-08-20T23:04:17.5080755Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/bench' from root:root to runner:runner
2025-08-20T23:04:17.5082007Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-20T23:04:17.5083274Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/scripts/test-homebrew-formula.sh' from root:root to runner:runner
2025-08-20T23:04:17.5084520Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/scripts' from root:root to runner:runner
2025-08-20T23:04:17.5085678Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.gitmodules' from root:root to runner:runner
2025-08-20T23:04:17.5086910Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/benches/performance.rs' from root:root to runner:runner
2025-08-20T23:04:17.5088130Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/benches' from root:root to runner:runner
2025-08-20T23:04:17.5089274Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T23:04:17.5090962Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/pip-package/README.md' from root:root to runner:runner
2025-08-20T23:04:17.5092397Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/pip-package/uncomment/downloader.py' from root:root to runner:runner
2025-08-20T23:04:17.5093789Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/pip-package/uncomment/__init__.py' from root:root to runner:runner
2025-08-20T23:04:17.5095120Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/pip-package/uncomment/cli.py' from root:root to runner:runner
2025-08-20T23:04:17.5096412Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/pip-package/uncomment' from root:root to runner:runner
2025-08-20T23:04:17.5097689Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/pip-package/pyproject.toml' from root:root to runner:runner
2025-08-20T23:04:17.5098923Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/pip-package' from root:root to runner:runner
2025-08-20T23:04:17.5100675Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/test-data/test.mjs' from root:root to runner:runner
2025-08-20T23:04:17.5101967Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/test-data/test.cjs' from root:root to runner:runner
2025-08-20T23:04:17.5103198Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/test-data/test.ts' from root:root to runner:runner
2025-08-20T23:04:17.5104417Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/test-data/test.mts' from root:root to runner:runner
2025-08-20T23:04:17.5105636Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/test-data/test.cts' from root:root to runner:runner
2025-08-20T23:04:17.5106869Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/test-data/test.tsx' from root:root to runner:runner
2025-08-20T23:04:17.5108160Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/test-data/test.d.mts' from root:root to runner:runner
2025-08-20T23:04:17.5109395Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/test-data/test.jsx' from root:root to runner:runner
2025-08-20T23:04:17.5110744Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/test-data/repos.yaml' from root:root to runner:runner
2025-08-20T23:04:17.5112076Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/test-data/test.d.ts' from root:root to runner:runner
2025-08-20T23:04:17.5113310Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/test-data/test.js' from root:root to runner:runner
2025-08-20T23:04:17.5114810Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/test-data/regex_test.ts' from root:root to runner:runner
2025-08-20T23:04:17.5116081Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/test-data' from root:root to runner:runner
2025-08-20T23:04:17.5117266Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/homebrew-tap' from root:root to runner:runner
2025-08-20T23:04:17.5118545Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/examples/custom_languages.toml' from root:root to runner:runner
2025-08-20T23:04:17.5119829Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/examples/README.md' from root:root to runner:runner
2025-08-20T23:04:17.5121316Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/examples/builtin_languages.toml' from root:root to runner:runner
2025-08-20T23:04:17.5122718Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/examples/quickstart_custom_languages.toml' from root:root to runner:runner
2025-08-20T23:04:17.5124242Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/examples' from root:root to runner:runner
2025-08-20T23:04:17.5125454Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.pre-commit-config.yaml' from root:root to runner:runner
2025-08-20T23:04:17.5126666Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T23:04:17.5127891Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T23:04:17.5129177Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.github/workflows/pr-title.yaml' from root:root to runner:runner
2025-08-20T23:04:17.5130644Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.github/workflows/claude.yml' from root:root to runner:runner
2025-08-20T23:04:17.5132056Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.github/workflows/release-homebrew.yml' from root:root to runner:runner
2025-08-20T23:04:17.5133407Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.github/workflows/release.yml' from root:root to runner:runner
2025-08-20T23:04:17.5134726Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.github/workflows/release.yaml' from root:root to runner:runner
2025-08-20T23:04:17.5136044Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.github/workflows/publish.yml' from root:root to runner:runner
2025-08-20T23:04:17.5137339Z [00:03:37.083]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.github/workflows/ci.yaml' from root:root to runner:runner
2025-08-20T23:04:17.5138579Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T23:04:17.5139944Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T23:04:17.5141348Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-20T23:04:17.5142871Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshlex-abe94e3dc07059e9.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5144615Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfastrand-a6fffb5a5e5cdb20.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5146327Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memchr-1d898b95cde848c5.d' from root:root to runner:runner
2025-08-20T23:04:17.5148036Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5149966Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-b0c900f499444793.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5151837Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-4c8e325713496bbe.d' from root:root to runner:runner
2025-08-20T23:04:17.5153540Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-33acc7f980437447.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5155237Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zerotrie-c85ae5ec8c07865a.d' from root:root to runner:runner
2025-08-20T23:04:17.5156913Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anyhow-6e19fb18fb037838.d' from root:root to runner:runner
2025-08-20T23:04:17.5158585Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna-a8b2a615bf7096c3.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5161211Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libform_urlencoded-d22f34f47f97eadd.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5163126Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-040c72572158939b.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5164843Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhome-b0c4204e88b262d4.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5166760Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-a8dd0f6a6b77b52d.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5168552Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_writer-852893660fb8a3b6.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5170541Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_typescript-8f62b20aad70de04.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5172386Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-a8dd0f6a6b77b52d.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5174129Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_java-3d0e81c467d77a8b.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5175877Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobset-d047f35f2e49f6e3.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5177836Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5179604Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_query-5594a4790e86bc18.d' from root:root to runner:runner
2025-08-20T23:04:17.5181488Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_provider-c28a9096a379d75a.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5183257Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwriteable-9ae0182990efae3f.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5184955Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rayon-81f1f557fd8769bf.d' from root:root to runner:runner
2025-08-20T23:04:17.5186634Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs-35f24193acd32608.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5188353Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_normalizer_data-e41840278c5a620b.d' from root:root to runner:runner
2025-08-20T23:04:17.5190103Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfastrand-a6fffb5a5e5cdb20.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5192048Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libc-7c8984d75e26dbe9.d' from root:root to runner:runner
2025-08-20T23:04:17.5193936Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_cpp-4a67dfaa4d71d0ab.d' from root:root to runner:runner
2025-08-20T23:04:17.5195727Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna_adapter-e78b7716b1763b63.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5197466Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_tags-b831debdc48f06c8.d' from root:root to runner:runner
2025-08-20T23:04:17.5199208Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_collections-cf9a0f95dddc71f0.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5201096Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-9ede3da7ce3a8af7.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5203095Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_hcl-928f3c78df79838d.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5204844Z [00:03:37.084]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboption_ext-2c8d17201dd91cfb.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5206570Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-b28dd218e79ef5b3.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5208285Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-d11a9822836ea344.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5210019Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-e01e14158278170b.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5212075Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-6f2f0cbe09b57ffe.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5213849Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_make-e7eaace8453bcd88.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5215573Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml-2b8c65c92f94788e.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5217268Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hashbrown-9ede3da7ce3a8af7.d' from root:root to runner:runner
2025-08-20T23:04:17.5219164Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-db2338314c03aba7.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5221057Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_collections-cf9a0f95dddc71f0.d' from root:root to runner:runner
2025-08-20T23:04:17.5222884Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_json-db31942d1630eee4.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5224657Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_ruby-27ae9e7dab39a17c.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5226428Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_javascript-d358726369cfc2df.d' from root:root to runner:runner
2025-08-20T23:04:17.5228166Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_properties-4cd33995c88fc0dd.d' from root:root to runner:runner
2025-08-20T23:04:17.5230065Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcc-329c88b9403975b2.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5232101Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_python-5ea046b9b785af0c.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5233854Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon-81f1f557fd8769bf.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5235538Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5237236Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_provider-c28a9096a379d75a.d' from root:root to runner:runner
2025-08-20T23:04:17.5238940Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon-81f1f557fd8769bf.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5240804Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-eb77c69ac2d7beae.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5242653Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-2d971e868cc078b8.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5244360Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rayon_core-7c0624f593cfe705.d' from root:root to runner:runner
2025-08-20T23:04:17.5246298Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-e01e14158278170b.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5248079Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-694316d3806572f1.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5249788Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5251772Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_automata-040c72572158939b.d' from root:root to runner:runner
2025-08-20T23:04:17.5253462Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/either-b0c900f499444793.d' from root:root to runner:runner
2025-08-20T23:04:17.5255125Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml_writer-852893660fb8a3b6.d' from root:root to runner:runner
2025-08-20T23:04:17.5257079Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_datetime-9c9edfd77cb1ab68.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5258852Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-51234f7be0e44a62.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5260711Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpath_slash-eea8e509b4db4fc2.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5262469Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/litemap-c6b597b0b48f9891.d' from root:root to runner:runner
2025-08-20T23:04:17.5264148Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/linux_raw_sys-5f3df5f2ce75b76c.d' from root:root to runner:runner
2025-08-20T23:04:17.5265864Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibloading-445bae75ae39c8b7.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5267600Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-ae24f705afb72ac4.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5269343Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_datetime-9c9edfd77cb1ab68.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5271366Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cfg_if-390245f0fda4ac0f.d' from root:root to runner:runner
2025-08-20T23:04:17.5273099Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5274778Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-f1cb253317042905.d' from root:root to runner:runner
2025-08-20T23:04:17.5276487Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/stable_deref_trait-d25f545777b6ba93.d' from root:root to runner:runner
2025-08-20T23:04:17.5278247Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libform_urlencoded-d22f34f47f97eadd.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5280039Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-6e19fb18fb037838.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5282197Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-287d40780debb714.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5283963Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_language-5e0eedf293ac771e.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5285739Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5287464Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-dbd57527c0ec8b1c.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5289231Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_python-5ea046b9b785af0c.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5291074Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-287d40780debb714.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5292849Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8_iter-fd2e55522e4115bf.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5294590Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-040c72572158939b.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5296359Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_typescript-8f62b20aad70de04.d' from root:root to runner:runner
2025-08-20T23:04:17.5298277Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_parse-6f2f0cbe09b57ffe.d' from root:root to runner:runner
2025-08-20T23:04:17.5300086Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_cpp-4a67dfaa4d71d0ab.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5301995Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-2d971e868cc078b8.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5303745Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_haskell-ac8deab34f0e1c68.d' from root:root to runner:runner
2025-08-20T23:04:17.5305515Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstable_deref_trait-d25f545777b6ba93.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5307266Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerotrie-c85ae5ec8c07865a.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5309212Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsemver-5058f02c7ab20450.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5311141Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-db2338314c03aba7.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5312915Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshlex-abe94e3dc07059e9.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5314592Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/walkdir-a545e9a5ea7ecd80.d' from root:root to runner:runner
2025-08-20T23:04:17.5316291Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfs4-68cd02a6d78df847.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5318021Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpotential_utf-86f90cc28a92d234.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5319781Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunsafe_libyaml-8959ae844e77fb2b.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5321714Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5323437Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-5f3df5f2ce75b76c.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5325440Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_go-664dd016c6fdb86a.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5327237Z [00:03:37.085]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_rust-4bbbaf1a6b693964.d' from root:root to runner:runner
2025-08-20T23:04:17.5329360Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-6f2f0cbe09b57ffe.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5331286Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_rust-4bbbaf1a6b693964.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5333082Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties_data-111d24ffd76d8a7c.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5335058Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_c-e6856468c1a49f6b.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5336817Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_yaml-fcf4ecb351720b5f.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5338557Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_cpus-0511d13c11f66aed.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5340225Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/home-b0c4204e88b262d4.d' from root:root to runner:runner
2025-08-20T23:04:17.5342189Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-5c264c078e2437d2.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5343868Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml-2b8c65c92f94788e.d' from root:root to runner:runner
2025-08-20T23:04:17.5345543Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_make-e7eaace8453bcd88.d' from root:root to runner:runner
2025-08-20T23:04:17.5347268Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon_core-7c0624f593cfe705.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5349023Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_json-db31942d1630eee4.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5351084Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-32809eee4e6d0753.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5352854Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_lex-db2338314c03aba7.d' from root:root to runner:runner
2025-08-20T23:04:17.5354529Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liburl-71bf01abc1bdd1b0.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5356217Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unsafe_libyaml-8959ae844e77fb2b.d' from root:root to runner:runner
2025-08-20T23:04:17.5357913Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-9153446816a12a35.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5359597Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-3e55199380f95e68.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5361658Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties_data-111d24ffd76d8a7c.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5363388Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tinystr-a338cb7f7317d8c5.d' from root:root to runner:runner
2025-08-20T23:04:17.5365037Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex-b28dd218e79ef5b3.d' from root:root to runner:runner
2025-08-20T23:04:17.5366666Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/glob-46644c9b19e0a4bf.d' from root:root to runner:runner
2025-08-20T23:04:17.5368371Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties-4cd33995c88fc0dd.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5370115Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libetcetera-88448d89bf6c5dd7.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5371982Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8_iter-fd2e55522e4115bf.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5373701Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-d11a9822836ea344.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5375385Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/indexmap-5c264c078e2437d2.d' from root:root to runner:runner
2025-08-20T23:04:17.5377330Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_typescript-8f62b20aad70de04.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5379153Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5381158Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunsafe_libyaml-8959ae844e77fb2b.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5382988Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-410c1060758da87a.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5384753Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-179e3c81e30bec0d.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5386519Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-5594a4790e86bc18.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5388499Z [00:03:37.086]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_hcl-928f3c78df79838d.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5390240Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-2f88cdcea3fcccdf.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5392101Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf8parse-654ab0e6866dede5.d' from root:root to runner:runner
2025-08-20T23:04:17.5393806Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5395521Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_yaml-0e11276a2f201853.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5397274Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_make-e7eaace8453bcd88.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5398961Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bstr-088ed931c73d205d.d' from root:root to runner:runner
2025-08-20T23:04:17.5400731Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_parser-92d2861a6b73e53c.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5402680Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustix-d11a9822836ea344.d' from root:root to runner:runner
2025-08-20T23:04:17.5404435Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-1d898b95cde848c5.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5406110Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cc-329c88b9403975b2.d' from root:root to runner:runner
2025-08-20T23:04:17.5407803Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_bash-e0e852af03c9d098.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5409569Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-eb77c69ac2d7beae.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5411437Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna-a8b2a615bf7096c3.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5413311Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/winnow-287d40780debb714.d' from root:root to runner:runner
2025-08-20T23:04:17.5414970Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_json-9f00e2b87ed2249a.d' from root:root to runner:runner
2025-08-20T23:04:17.5416659Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-dbd57527c0ec8b1c.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5418376Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon_core-7c0624f593cfe705.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5420050Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/yoke-a8dd0f6a6b77b52d.d' from root:root to runner:runner
2025-08-20T23:04:17.5421939Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fastrand-a6fffb5a5e5cdb20.d' from root:root to runner:runner
2025-08-20T23:04:17.5423605Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_cpus-0511d13c11f66aed.d' from root:root to runner:runner
2025-08-20T23:04:17.5425284Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-2f88cdcea3fcccdf.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5427052Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstreaming_iterator-c6a235a5f34c88bd.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5428996Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libetcetera-88448d89bf6c5dd7.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5430930Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_cpp-4a67dfaa4d71d0ab.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5432700Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle-353d305c40d9cf94.d' from root:root to runner:runner
2025-08-20T23:04:17.5434374Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/colorchoice-309e6b44748942cb.d' from root:root to runner:runner
2025-08-20T23:04:17.5436097Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-5f3df5f2ce75b76c.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5437822Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-1d898b95cde848c5.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5439797Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboption_ext-2c8d17201dd91cfb.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5441703Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibloading-445bae75ae39c8b7.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5443467Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-3c60fcc3958beeed.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5445189Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_yaml-fcf4ecb351720b5f.d' from root:root to runner:runner
2025-08-20T23:04:17.5446885Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/writeable-9ae0182990efae3f.d' from root:root to runner:runner
2025-08-20T23:04:17.5448583Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobset-d047f35f2e49f6e3.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5450371Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_java-3d0e81c467d77a8b.d' from root:root to runner:runner
2025-08-20T23:04:17.5452155Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zerofrom-321b95c9e6e595db.d' from root:root to runner:runner
2025-08-20T23:04:17.5453869Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_terminal_polyfill-d41033bcec586f6b.d' from root:root to runner:runner
2025-08-20T23:04:17.5455795Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter-c581a4a207b5c325.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5457616Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_java-3d0e81c467d77a8b.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5459362Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_python-5ea046b9b785af0c.d' from root:root to runner:runner
2025-08-20T23:04:17.5461220Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer-f945c6e941ec1513.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5463012Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-34b2c2a1cfbbb22b.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5464754Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblitemap-c6b597b0b48f9891.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5466656Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-694316d3806572f1.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5468393Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer_data-e41840278c5a620b.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5470114Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs-35f24193acd32608.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5471955Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5473642Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-3e55199380f95e68.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5475345Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/percent_encoding-34b2c2a1cfbbb22b.d' from root:root to runner:runner
2025-08-20T23:04:17.5477098Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_collections-cf9a0f95dddc71f0.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5478867Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_go-664dd016c6fdb86a.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5480878Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf8_iter-fd2e55522e4115bf.d' from root:root to runner:runner
2025-08-20T23:04:17.5482639Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_syntax-32809eee4e6d0753.d' from root:root to runner:runner
2025-08-20T23:04:17.5484309Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/smallvec-ae24f705afb72ac4.d' from root:root to runner:runner
2025-08-20T23:04:17.5486016Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-32809eee4e6d0753.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5487753Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/equivalent-227a987576108267.d' from root:root to runner:runner
2025-08-20T23:04:17.5489442Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-b28dd218e79ef5b3.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5491447Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcc-329c88b9403975b2.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5493148Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5494904Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_ruby-27ae9e7dab39a17c.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5496632Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-7c8984d75e26dbe9.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5498289Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap-3e55199380f95e68.d' from root:root to runner:runner
2025-08-20T23:04:17.5499983Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer-f945c6e941ec1513.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5501876Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locale_core-3823d646adf72f64.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5503609Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/form_urlencoded-d22f34f47f97eadd.d' from root:root to runner:runner
2025-08-20T23:04:17.5505359Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-34b2c2a1cfbbb22b.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5507287Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwriteable-9ae0182990efae3f.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5509126Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5510986Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_json-9f00e2b87ed2249a.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5512778Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-9ede3da7ce3a8af7.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5514508Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_deque-eb77c69ac2d7beae.d' from root:root to runner:runner
2025-08-20T23:04:17.5516217Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5518162Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_provider-c28a9096a379d75a.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5519878Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-088ed931c73d205d.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5521763Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_hcl-928f3c78df79838d.d' from root:root to runner:runner
2025-08-20T23:04:17.5523525Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer_data-e41840278c5a620b.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5525289Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-5c264c078e2437d2.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5526992Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_c-e6856468c1a49f6b.d' from root:root to runner:runner
2025-08-20T23:04:17.5528650Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tempfile-252644802599c790.d' from root:root to runner:runner
2025-08-20T23:04:17.5530356Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ryu-694316d3806572f1.d' from root:root to runner:runner
2025-08-20T23:04:17.5532053Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ignore-ebbe00adeda77dde.d' from root:root to runner:runner
2025-08-20T23:04:17.5533940Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-179e3c81e30bec0d.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5535714Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/idna-a8b2a615bf7096c3.d' from root:root to runner:runner
2025-08-20T23:04:17.5537404Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_json-9f00e2b87ed2249a.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5539138Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerotrie-c85ae5ec8c07865a.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5540931Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strsim-b4d47f8ab2e91eb8.d' from root:root to runner:runner
2025-08-20T23:04:17.5542721Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_javascript-d358726369cfc2df.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5544721Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_c-e6856468c1a49f6b.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5546445Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_locale_core-3823d646adf72f64.d' from root:root to runner:runner
2025-08-20T23:04:17.5548117Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/etcetera-88448d89bf6c5dd7.d' from root:root to runner:runner
2025-08-20T23:04:17.5549805Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-6e19fb18fb037838.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5551726Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_haskell-ac8deab34f0e1c68.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5553489Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblitemap-c6b597b0b48f9891.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5555154Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/url-71bf01abc1bdd1b0.d' from root:root to runner:runner
2025-08-20T23:04:17.5556811Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglob-46644c9b19e0a4bf.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5558695Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-321b95c9e6e595db.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5560599Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-309e6b44748942cb.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5562390Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/getrandom-e01e14158278170b.d' from root:root to runner:runner
2025-08-20T23:04:17.5564111Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna_adapter-e78b7716b1763b63.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5565839Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5567534Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libloading-445bae75ae39c8b7.d' from root:root to runner:runner
2025-08-20T23:04:17.5569417Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/aho_corasick-2d971e868cc078b8.d' from root:root to runner:runner
2025-08-20T23:04:17.5571236Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsemver-5058f02c7ab20450.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5573019Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_javascript-d358726369cfc2df.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5574788Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5576514Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-33acc7f980437447.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5578285Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstreaming_iterator-c6a235a5f34c88bd.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5580109Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-309e6b44748942cb.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5581945Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-088ed931c73d205d.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5583597Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/log-ca76cc5873df6a42.d' from root:root to runner:runner
2025-08-20T23:04:17.5585459Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-f1cb253317042905.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5587231Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/linux_raw_sys-3c60fcc3958beeed.d' from root:root to runner:runner
2025-08-20T23:04:17.5588961Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locale_core-3823d646adf72f64.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5590781Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_json-db31942d1630eee4.d' from root:root to runner:runner
2025-08-20T23:04:17.5592506Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/semver-5058f02c7ab20450.d' from root:root to runner:runner
2025-08-20T23:04:17.5594162Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter-c581a4a207b5c325.d' from root:root to runner:runner
2025-08-20T23:04:17.5596040Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_builder-410c1060758da87a.d' from root:root to runner:runner
2025-08-20T23:04:17.5597741Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_utils-51234f7be0e44a62.d' from root:root to runner:runner
2025-08-20T23:04:17.5599471Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_highlight-819663c36c4a6177.d' from root:root to runner:runner
2025-08-20T23:04:17.5601319Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-5594a4790e86bc18.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5603110Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5604833Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5606553Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5608292Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_language-5e0eedf293ac771e.d' from root:root to runner:runner
2025-08-20T23:04:17.5610016Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_parser-92d2861a6b73e53c.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5612059Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-321b95c9e6e595db.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5613857Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-b0c900f499444793.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5615606Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-51234f7be0e44a62.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5617365Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-3c60fcc3958beeed.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5619078Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_spanned-d1515d2963a039d8.d' from root:root to runner:runner
2025-08-20T23:04:17.5621083Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/streaming_iterator-c6a235a5f34c88bd.d' from root:root to runner:runner
2025-08-20T23:04:17.5622828Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_writer-852893660fb8a3b6.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5624532Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-7c8984d75e26dbe9.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5626220Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml_datetime-9c9edfd77cb1ab68.d' from root:root to runner:runner
2025-08-20T23:04:17.5627914Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/potential_utf-86f90cc28a92d234.d' from root:root to runner:runner
2025-08-20T23:04:17.5629595Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml-2b8c65c92f94788e.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5631420Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglob-46644c9b19e0a4bf.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5633128Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_yaml-0e11276a2f201853.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5634882Z [00:03:37.087]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_yaml-fcf4ecb351720b5f.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5636777Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/path_slash-eea8e509b4db4fc2.d' from root:root to runner:runner
2025-08-20T23:04:17.5638496Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fs4-68cd02a6d78df847.d' from root:root to runner:runner
2025-08-20T23:04:17.5640215Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5642134Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_go-664dd016c6fdb86a.d' from root:root to runner:runner
2025-08-20T23:04:17.5643830Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-9153446816a12a35.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5645562Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties-4cd33995c88fc0dd.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5647499Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustix-dbd57527c0ec8b1c.d' from root:root to runner:runner
2025-08-20T23:04:17.5649192Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5651015Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhome-b0c4204e88b262d4.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5652774Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_cpus-0511d13c11f66aed.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5654459Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/same_file-68187b3b758edad5.d' from root:root to runner:runner
2025-08-20T23:04:17.5656149Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_ruby-27ae9e7dab39a17c.d' from root:root to runner:runner
2025-08-20T23:04:17.5657859Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_bash-e0e852af03c9d098.d' from root:root to runner:runner
2025-08-20T23:04:17.5659580Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_epoch-179e3c81e30bec0d.d' from root:root to runner:runner
2025-08-20T23:04:17.5661474Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/idna_adapter-e78b7716b1763b63.d' from root:root to runner:runner
2025-08-20T23:04:17.5663416Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_bash-e0e852af03c9d098.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5665213Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtempfile-252644802599c790.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5666948Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_properties_data-111d24ffd76d8a7c.d' from root:root to runner:runner
2025-08-20T23:04:17.5668664Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs_sys-0be30ee8ce75b512.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5670459Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/globset-d047f35f2e49f6e3.d' from root:root to runner:runner
2025-08-20T23:04:17.5672214Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinystr-a338cb7f7317d8c5.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5674148Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/once_cell-bf549e27d6efb313.d' from root:root to runner:runner
2025-08-20T23:04:17.5675891Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_language-5e0eedf293ac771e.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5677631Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5679335Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-bf549e27d6efb313.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5681178Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstream-33acc7f980437447.d' from root:root to runner:runner
2025-08-20T23:04:17.5682897Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-410c1060758da87a.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5684615Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libignore-ebbe00adeda77dde.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5686331Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtempfile-252644802599c790.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5688010Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_yaml-0e11276a2f201853.d' from root:root to runner:runner
2025-08-20T23:04:17.5689852Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml_parser-92d2861a6b73e53c.d' from root:root to runner:runner
2025-08-20T23:04:17.5691678Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zerovec-2f88cdcea3fcccdf.d' from root:root to runner:runner
2025-08-20T23:04:17.5693332Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itoa-26c7b81a28d259c5.d' from root:root to runner:runner
2025-08-20T23:04:17.5694979Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/dirs_sys-0be30ee8ce75b512.d' from root:root to runner:runner
2025-08-20T23:04:17.5696665Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5698370Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs_sys-0be30ee8ce75b512.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5700422Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstable_deref_trait-d25f545777b6ba93.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5702247Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libignore-ebbe00adeda77dde.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5703941Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfs4-68cd02a6d78df847.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5705645Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-ae24f705afb72ac4.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5707362Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5709044Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/shlex-abe94e3dc07059e9.d' from root:root to runner:runner
2025-08-20T23:04:17.5710809Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_spanned-d1515d2963a039d8.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5712634Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_spanned-d1515d2963a039d8.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5714542Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter-c581a4a207b5c325.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5716302Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/dirs-35f24193acd32608.d' from root:root to runner:runner
2025-08-20T23:04:17.5717983Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-f1cb253317042905.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5719702Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liburl-71bf01abc1bdd1b0.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5721490Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/option_ext-2c8d17201dd91cfb.d' from root:root to runner:runner
2025-08-20T23:04:17.5723193Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpath_slash-eea8e509b4db4fc2.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5725089Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_normalizer-f945c6e941ec1513.d' from root:root to runner:runner
2025-08-20T23:04:17.5726841Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_haskell-ac8deab34f0e1c68.rlib' from root:root to runner:runner
2025-08-20T23:04:17.5728597Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinystr-a338cb7f7317d8c5.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5730270Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde-9153446816a12a35.d' from root:root to runner:runner
2025-08-20T23:04:17.5732211Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpotential_utf-86f90cc28a92d234.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5733987Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_rust-4bbbaf1a6b693964.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.5735582Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-20T23:04:17.5737051Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-20T23:04:17.5738554Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-20T23:04:17.5740449Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-50c1f50c84925788/stderr' from root:root to runner:runner
2025-08-20T23:04:17.5742324Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-50c1f50c84925788/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.5744085Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-50c1f50c84925788/out' from root:root to runner:runner
2025-08-20T23:04:17.5745823Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-50c1f50c84925788/root-output' from root:root to runner:runner
2025-08-20T23:04:17.5747568Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-50c1f50c84925788/output' from root:root to runner:runner
2025-08-20T23:04:17.5749257Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-50c1f50c84925788' from root:root to runner:runner
2025-08-20T23:04:17.5751334Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-cpp-c826bd2ea696896f/stderr' from root:root to runner:runner
2025-08-20T23:04:17.5753167Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-cpp-c826bd2ea696896f/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.5755060Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-cpp-c826bd2ea696896f/out/libtree-sitter-cpp.a' from root:root to runner:runner
2025-08-20T23:04:17.5756988Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-cpp-c826bd2ea696896f/out/ea708c7824d36062-parser.o' from root:root to runner:runner
2025-08-20T23:04:17.5758940Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-cpp-c826bd2ea696896f/out/ea708c7824d36062-scanner.o' from root:root to runner:runner
2025-08-20T23:04:17.5760856Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-cpp-c826bd2ea696896f/out' from root:root to runner:runner
2025-08-20T23:04:17.5762694Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-cpp-c826bd2ea696896f/root-output' from root:root to runner:runner
2025-08-20T23:04:17.5764489Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-cpp-c826bd2ea696896f/output' from root:root to runner:runner
2025-08-20T23:04:17.5766404Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-cpp-c826bd2ea696896f' from root:root to runner:runner
2025-08-20T23:04:17.5768209Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-c-d2788a0737b388e2/stderr' from root:root to runner:runner
2025-08-20T23:04:17.5770010Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-c-d2788a0737b388e2/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.5772248Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-c-d2788a0737b388e2/out/libtree-sitter-c.a' from root:root to runner:runner
2025-08-20T23:04:17.5774167Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-c-d2788a0737b388e2/out/ea708c7824d36062-parser.o' from root:root to runner:runner
2025-08-20T23:04:17.5775984Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-c-d2788a0737b388e2/out' from root:root to runner:runner
2025-08-20T23:04:17.5777988Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-c-d2788a0737b388e2/root-output' from root:root to runner:runner
2025-08-20T23:04:17.5779810Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-c-d2788a0737b388e2/output' from root:root to runner:runner
2025-08-20T23:04:17.5781731Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-c-d2788a0737b388e2' from root:root to runner:runner
2025-08-20T23:04:17.5783486Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-haskell-24d8216b072502c7/stderr' from root:root to runner:runner
2025-08-20T23:04:17.5785342Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-haskell-24d8216b072502c7/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.5787219Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-haskell-24d8216b072502c7/out/flag_check' from root:root to runner:runner
2025-08-20T23:04:17.5789089Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-haskell-24d8216b072502c7/out/flag_check.c' from root:root to runner:runner
2025-08-20T23:04:17.5791112Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-haskell-24d8216b072502c7/out/ea708c7824d36062-parser.o' from root:root to runner:runner
2025-08-20T23:04:17.5793334Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-haskell-24d8216b072502c7/out/libtree-sitter-haskell.a' from root:root to runner:runner
2025-08-20T23:04:17.5795383Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-haskell-24d8216b072502c7/out/ea708c7824d36062-scanner.o' from root:root to runner:runner
2025-08-20T23:04:17.5797262Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-haskell-24d8216b072502c7/out' from root:root to runner:runner
2025-08-20T23:04:17.5799075Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-haskell-24d8216b072502c7/root-output' from root:root to runner:runner
2025-08-20T23:04:17.5801006Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-haskell-24d8216b072502c7/output' from root:root to runner:runner
2025-08-20T23:04:17.5802837Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-haskell-24d8216b072502c7' from root:root to runner:runner
2025-08-20T23:04:17.5804810Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-java-90b7f392a02f2f11/stderr' from root:root to runner:runner
2025-08-20T23:04:17.5806645Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-java-90b7f392a02f2f11/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.5808558Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-java-90b7f392a02f2f11/out/ea708c7824d36062-parser.o' from root:root to runner:runner
2025-08-20T23:04:17.5810602Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-java-90b7f392a02f2f11/out/libtree-sitter-java.a' from root:root to runner:runner
2025-08-20T23:04:17.5812477Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-java-90b7f392a02f2f11/out' from root:root to runner:runner
2025-08-20T23:04:17.5814274Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-java-90b7f392a02f2f11/root-output' from root:root to runner:runner
2025-08-20T23:04:17.5816076Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-java-90b7f392a02f2f11/output' from root:root to runner:runner
2025-08-20T23:04:17.5817822Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-java-90b7f392a02f2f11' from root:root to runner:runner
2025-08-20T23:04:17.5819738Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-hcl-231118e4faf644a2/stderr' from root:root to runner:runner
2025-08-20T23:04:17.5821729Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-hcl-231118e4faf644a2/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.5823622Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-hcl-231118e4faf644a2/out/libtree-sitter-hcl.a' from root:root to runner:runner
2025-08-20T23:04:17.5825567Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-hcl-231118e4faf644a2/out/ea708c7824d36062-parser.o' from root:root to runner:runner
2025-08-20T23:04:17.5827528Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-hcl-231118e4faf644a2/out/ea708c7824d36062-scanner.o' from root:root to runner:runner
2025-08-20T23:04:17.5829359Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-hcl-231118e4faf644a2/out' from root:root to runner:runner
2025-08-20T23:04:17.5831424Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-hcl-231118e4faf644a2/root-output' from root:root to runner:runner
2025-08-20T23:04:17.5833214Z [00:03:37.088]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-hcl-231118e4faf644a2/output' from root:root to runner:runner
2025-08-20T23:04:17.5834942Z [00:03:37.089]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-hcl-231118e4faf644a2' from root:root to runner:runner
2025-08-20T23:04:17.5836663Z [00:03:37.089]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ea492417f74ca5ac/stderr' from root:root to runner:runner
2025-08-20T23:04:17.5838428Z [00:03:37.089]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ea492417f74ca5ac/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.5840184Z [00:03:37.089]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ea492417f74ca5ac/out' from root:root to runner:runner
2025-08-20T23:04:17.5842041Z [00:03:37.089]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ea492417f74ca5ac/root-output' from root:root to runner:runner
2025-08-20T23:04:17.5843787Z [00:03:37.089]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ea492417f74ca5ac/output' from root:root to runner:runner
2025-08-20T23:04:17.5845643Z [00:03:37.089]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ea492417f74ca5ac' from root:root to runner:runner
2025-08-20T23:04:17.5847433Z [00:03:37.089]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/stderr' from root:root to runner:runner
2025-08-20T23:04:17.5849257Z [00:03:37.089]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.5851178Z [00:03:37.089]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/out' from root:root to runner:runner
2025-08-20T23:04:17.5852986Z [00:03:37.089]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/root-output' from root:root to runner:runner
2025-08-20T23:04:17.5854769Z [00:03:37.089]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/output' from root:root to runner:runner
2025-08-20T23:04:17.5856713Z [00:03:37.089]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6' from root:root to runner:runner
2025-08-20T23:04:17.5858496Z [00:03:37.089]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-typescript-03ca05982941975f/stderr' from root:root to runner:runner
2025-08-20T23:04:17.5860470Z [00:03:37.089]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-typescript-03ca05982941975f/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.5862510Z [00:03:37.089]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-typescript-03ca05982941975f/out/22f91614c58a9bd2-parser.o' from root:root to runner:runner
2025-08-20T23:04:17.5864540Z [00:03:37.089]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-typescript-03ca05982941975f/out/a423c62b91dd93af-scanner.o' from root:root to runner:runner
2025-08-20T23:04:17.5866632Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-typescript-03ca05982941975f/out/flag_check' from root:root to runner:runner
2025-08-20T23:04:17.5868725Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-typescript-03ca05982941975f/out/libtree-sitter-typescript.a' from root:root to runner:runner
2025-08-20T23:04:17.5870852Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-typescript-03ca05982941975f/out/22f91614c58a9bd2-scanner.o' from root:root to runner:runner
2025-08-20T23:04:17.5872866Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-typescript-03ca05982941975f/out/flag_check.c' from root:root to runner:runner
2025-08-20T23:04:17.5874829Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-typescript-03ca05982941975f/out/a423c62b91dd93af-parser.o' from root:root to runner:runner
2025-08-20T23:04:17.5876995Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-typescript-03ca05982941975f/out' from root:root to runner:runner
2025-08-20T23:04:17.5878841Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-typescript-03ca05982941975f/root-output' from root:root to runner:runner
2025-08-20T23:04:17.5880866Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-typescript-03ca05982941975f/output' from root:root to runner:runner
2025-08-20T23:04:17.5882728Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-typescript-03ca05982941975f' from root:root to runner:runner
2025-08-20T23:04:17.5884466Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/semver-ef29fc88732a46e3/stderr' from root:root to runner:runner
2025-08-20T23:04:17.5886220Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/semver-ef29fc88732a46e3/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.5887944Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/semver-ef29fc88732a46e3/out' from root:root to runner:runner
2025-08-20T23:04:17.5889653Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/semver-ef29fc88732a46e3/root-output' from root:root to runner:runner
2025-08-20T23:04:17.5891492Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/semver-ef29fc88732a46e3/output' from root:root to runner:runner
2025-08-20T23:04:17.5893349Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/semver-ef29fc88732a46e3' from root:root to runner:runner
2025-08-20T23:04:17.5895091Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-b865454bc2c485db/stderr' from root:root to runner:runner
2025-08-20T23:04:17.5896822Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-b865454bc2c485db/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.5898528Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-b865454bc2c485db/out' from root:root to runner:runner
2025-08-20T23:04:17.5900223Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-b865454bc2c485db/root-output' from root:root to runner:runner
2025-08-20T23:04:17.5902083Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-b865454bc2c485db/output' from root:root to runner:runner
2025-08-20T23:04:17.5903938Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-b865454bc2c485db' from root:root to runner:runner
2025-08-20T23:04:17.5905609Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-1bd0396da7ecc5eb/stderr' from root:root to runner:runner
2025-08-20T23:04:17.5907349Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-1bd0396da7ecc5eb/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.5909070Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-1bd0396da7ecc5eb/out' from root:root to runner:runner
2025-08-20T23:04:17.5910862Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-1bd0396da7ecc5eb/root-output' from root:root to runner:runner
2025-08-20T23:04:17.5912633Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-1bd0396da7ecc5eb/output' from root:root to runner:runner
2025-08-20T23:04:17.5914294Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-1bd0396da7ecc5eb' from root:root to runner:runner
2025-08-20T23:04:17.5916016Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-rust-775a3b69a52908f9/stderr' from root:root to runner:runner
2025-08-20T23:04:17.5917835Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-rust-775a3b69a52908f9/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.5919911Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-rust-775a3b69a52908f9/out/libtree-sitter-rust.a' from root:root to runner:runner
2025-08-20T23:04:17.5922029Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-rust-775a3b69a52908f9/out/ea708c7824d36062-parser.o' from root:root to runner:runner
2025-08-20T23:04:17.5923987Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-rust-775a3b69a52908f9/out/ea708c7824d36062-scanner.o' from root:root to runner:runner
2025-08-20T23:04:17.5925827Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-rust-775a3b69a52908f9/out' from root:root to runner:runner
2025-08-20T23:04:17.5927618Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-rust-775a3b69a52908f9/root-output' from root:root to runner:runner
2025-08-20T23:04:17.5929626Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-rust-775a3b69a52908f9/output' from root:root to runner:runner
2025-08-20T23:04:17.5931519Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-rust-775a3b69a52908f9' from root:root to runner:runner
2025-08-20T23:04:17.5933234Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-94768adf8bd0f3c0/stderr' from root:root to runner:runner
2025-08-20T23:04:17.5934996Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-94768adf8bd0f3c0/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.5936752Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-94768adf8bd0f3c0/out' from root:root to runner:runner
2025-08-20T23:04:17.5938499Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-94768adf8bd0f3c0/root-output' from root:root to runner:runner
2025-08-20T23:04:17.5940244Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-94768adf8bd0f3c0/output' from root:root to runner:runner
2025-08-20T23:04:17.5942078Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-94768adf8bd0f3c0' from root:root to runner:runner
2025-08-20T23:04:17.5943806Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-make-8b43c8a3f8b6e8df/stderr' from root:root to runner:runner
2025-08-20T23:04:17.5945801Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-make-8b43c8a3f8b6e8df/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.5947781Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-make-8b43c8a3f8b6e8df/out/libtree-sitter-make.a' from root:root to runner:runner
2025-08-20T23:04:17.5949727Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-make-8b43c8a3f8b6e8df/out/ea708c7824d36062-parser.o' from root:root to runner:runner
2025-08-20T23:04:17.5951732Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-make-8b43c8a3f8b6e8df/out' from root:root to runner:runner
2025-08-20T23:04:17.5953516Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-make-8b43c8a3f8b6e8df/root-output' from root:root to runner:runner
2025-08-20T23:04:17.5955515Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-make-8b43c8a3f8b6e8df/output' from root:root to runner:runner
2025-08-20T23:04:17.5957256Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-make-8b43c8a3f8b6e8df' from root:root to runner:runner
2025-08-20T23:04:17.5959001Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-bash-de246cf9cccf6dc6/stderr' from root:root to runner:runner
2025-08-20T23:04:17.5960908Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-bash-de246cf9cccf6dc6/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.5962821Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-bash-de246cf9cccf6dc6/out/flag_check' from root:root to runner:runner
2025-08-20T23:04:17.5964716Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-bash-de246cf9cccf6dc6/out/libtree-sitter-bash.a' from root:root to runner:runner
2025-08-20T23:04:17.5966594Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-bash-de246cf9cccf6dc6/out/flag_check.c' from root:root to runner:runner
2025-08-20T23:04:17.5968500Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-bash-de246cf9cccf6dc6/out/ea708c7824d36062-parser.o' from root:root to runner:runner
2025-08-20T23:04:17.5970733Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-bash-de246cf9cccf6dc6/out/ea708c7824d36062-scanner.o' from root:root to runner:runner
2025-08-20T23:04:17.5972651Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-bash-de246cf9cccf6dc6/out' from root:root to runner:runner
2025-08-20T23:04:17.5974444Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-bash-de246cf9cccf6dc6/root-output' from root:root to runner:runner
2025-08-20T23:04:17.5976246Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-bash-de246cf9cccf6dc6/output' from root:root to runner:runner
2025-08-20T23:04:17.5977990Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-bash-de246cf9cccf6dc6' from root:root to runner:runner
2025-08-20T23:04:17.5979739Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-68d2be64d924e7ca/stderr' from root:root to runner:runner
2025-08-20T23:04:17.5981821Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-68d2be64d924e7ca/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.5983562Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-68d2be64d924e7ca/out' from root:root to runner:runner
2025-08-20T23:04:17.5985298Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-68d2be64d924e7ca/root-output' from root:root to runner:runner
2025-08-20T23:04:17.5987040Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-68d2be64d924e7ca/output' from root:root to runner:runner
2025-08-20T23:04:17.5988731Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-68d2be64d924e7ca' from root:root to runner:runner
2025-08-20T23:04:17.5990562Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-javascript-e73c367052dfeeed/stderr' from root:root to runner:runner
2025-08-20T23:04:17.5992491Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-javascript-e73c367052dfeeed/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.5994395Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-javascript-e73c367052dfeeed/out/flag_check' from root:root to runner:runner
2025-08-20T23:04:17.5996365Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-javascript-e73c367052dfeeed/out/libtree-sitter-javascript.a' from root:root to runner:runner
2025-08-20T23:04:17.5998509Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-javascript-e73c367052dfeeed/out/flag_check.c' from root:root to runner:runner
2025-08-20T23:04:17.6000631Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-javascript-e73c367052dfeeed/out/ea708c7824d36062-parser.o' from root:root to runner:runner
2025-08-20T23:04:17.6002681Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-javascript-e73c367052dfeeed/out/ea708c7824d36062-scanner.o' from root:root to runner:runner
2025-08-20T23:04:17.6004582Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-javascript-e73c367052dfeeed/out' from root:root to runner:runner
2025-08-20T23:04:17.6006426Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-javascript-e73c367052dfeeed/root-output' from root:root to runner:runner
2025-08-20T23:04:17.6008504Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-javascript-e73c367052dfeeed/output' from root:root to runner:runner
2025-08-20T23:04:17.6010437Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-javascript-e73c367052dfeeed' from root:root to runner:runner
2025-08-20T23:04:17.6012295Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-python-93529e53d789be42/stderr' from root:root to runner:runner
2025-08-20T23:04:17.6014138Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-python-93529e53d789be42/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6016010Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-python-93529e53d789be42/out/flag_check' from root:root to runner:runner
2025-08-20T23:04:17.6017918Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-python-93529e53d789be42/out/libtree-sitter-python.a' from root:root to runner:runner
2025-08-20T23:04:17.6019818Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-python-93529e53d789be42/out/flag_check.c' from root:root to runner:runner
2025-08-20T23:04:17.6021963Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-python-93529e53d789be42/out/ea708c7824d36062-parser.o' from root:root to runner:runner
2025-08-20T23:04:17.6024098Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-python-93529e53d789be42/out/ea708c7824d36062-scanner.o' from root:root to runner:runner
2025-08-20T23:04:17.6026033Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-python-93529e53d789be42/out' from root:root to runner:runner
2025-08-20T23:04:17.6027844Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-python-93529e53d789be42/root-output' from root:root to runner:runner
2025-08-20T23:04:17.6029651Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-python-93529e53d789be42/output' from root:root to runner:runner
2025-08-20T23:04:17.6031598Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-python-93529e53d789be42' from root:root to runner:runner
2025-08-20T23:04:17.6033354Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-yaml-9410c12799752916/stderr' from root:root to runner:runner
2025-08-20T23:04:17.6035374Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-yaml-9410c12799752916/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6037213Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-yaml-9410c12799752916/out/flag_check' from root:root to runner:runner
2025-08-20T23:04:17.6039043Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-yaml-9410c12799752916/out/flag_check.c' from root:root to runner:runner
2025-08-20T23:04:17.6041066Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-yaml-9410c12799752916/out/ea708c7824d36062-parser.o' from root:root to runner:runner
2025-08-20T23:04:17.6043041Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-yaml-9410c12799752916/out/libtree-sitter-yaml.a' from root:root to runner:runner
2025-08-20T23:04:17.6044974Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-yaml-9410c12799752916/out/ea708c7824d36062-scanner.o' from root:root to runner:runner
2025-08-20T23:04:17.6046801Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-yaml-9410c12799752916/out' from root:root to runner:runner
2025-08-20T23:04:17.6048579Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-yaml-9410c12799752916/root-output' from root:root to runner:runner
2025-08-20T23:04:17.6050585Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-yaml-9410c12799752916/output' from root:root to runner:runner
2025-08-20T23:04:17.6052395Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-yaml-9410c12799752916' from root:root to runner:runner
2025-08-20T23:04:17.6054100Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/stderr' from root:root to runner:runner
2025-08-20T23:04:17.6055830Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6057535Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/out' from root:root to runner:runner
2025-08-20T23:04:17.6059222Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/root-output' from root:root to runner:runner
2025-08-20T23:04:17.6061249Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/output' from root:root to runner:runner
2025-08-20T23:04:17.6062915Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be' from root:root to runner:runner
2025-08-20T23:04:17.6064572Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-5e4c4b96e0c1df13/stderr' from root:root to runner:runner
2025-08-20T23:04:17.6066308Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-5e4c4b96e0c1df13/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6068031Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-5e4c4b96e0c1df13/out' from root:root to runner:runner
2025-08-20T23:04:17.6069735Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-5e4c4b96e0c1df13/root-output' from root:root to runner:runner
2025-08-20T23:04:17.6071575Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-5e4c4b96e0c1df13/output' from root:root to runner:runner
2025-08-20T23:04:17.6073245Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-5e4c4b96e0c1df13' from root:root to runner:runner
2025-08-20T23:04:17.6074948Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-ruby-7d01fc13f07074f3/stderr' from root:root to runner:runner
2025-08-20T23:04:17.6077024Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-ruby-7d01fc13f07074f3/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6078950Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-ruby-7d01fc13f07074f3/out/flag_check' from root:root to runner:runner
2025-08-20T23:04:17.6080988Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-ruby-7d01fc13f07074f3/out/libtree-sitter-ruby.a' from root:root to runner:runner
2025-08-20T23:04:17.6082932Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-ruby-7d01fc13f07074f3/out/flag_check.c' from root:root to runner:runner
2025-08-20T23:04:17.6084838Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-ruby-7d01fc13f07074f3/out/ea708c7824d36062-parser.o' from root:root to runner:runner
2025-08-20T23:04:17.6086991Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-ruby-7d01fc13f07074f3/out/ea708c7824d36062-scanner.o' from root:root to runner:runner
2025-08-20T23:04:17.6088828Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-ruby-7d01fc13f07074f3/out' from root:root to runner:runner
2025-08-20T23:04:17.6090753Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-ruby-7d01fc13f07074f3/root-output' from root:root to runner:runner
2025-08-20T23:04:17.6092598Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-ruby-7d01fc13f07074f3/output' from root:root to runner:runner
2025-08-20T23:04:17.6094341Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-ruby-7d01fc13f07074f3' from root:root to runner:runner
2025-08-20T23:04:17.6096038Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-b2aa1cca21f2eb36/stderr' from root:root to runner:runner
2025-08-20T23:04:17.6097781Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-b2aa1cca21f2eb36/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6099510Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-b2aa1cca21f2eb36/out' from root:root to runner:runner
2025-08-20T23:04:17.6101285Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-b2aa1cca21f2eb36/root-output' from root:root to runner:runner
2025-08-20T23:04:17.6103208Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-b2aa1cca21f2eb36/output' from root:root to runner:runner
2025-08-20T23:04:17.6104939Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-b2aa1cca21f2eb36' from root:root to runner:runner
2025-08-20T23:04:17.6106630Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-3a3fa727676f6b4b/stderr' from root:root to runner:runner
2025-08-20T23:04:17.6108407Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-3a3fa727676f6b4b/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6110266Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-3a3fa727676f6b4b/out/98490c8781b409d2-lib.o' from root:root to runner:runner
2025-08-20T23:04:17.6112353Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-3a3fa727676f6b4b/out/stdlib-symbols.txt' from root:root to runner:runner
2025-08-20T23:04:17.6114384Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-3a3fa727676f6b4b/out/flag_check' from root:root to runner:runner
2025-08-20T23:04:17.6116188Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-3a3fa727676f6b4b/out/flag_check.c' from root:root to runner:runner
2025-08-20T23:04:17.6118017Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-3a3fa727676f6b4b/out/libtree-sitter.a' from root:root to runner:runner
2025-08-20T23:04:17.6119786Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-3a3fa727676f6b4b/out' from root:root to runner:runner
2025-08-20T23:04:17.6121685Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-3a3fa727676f6b4b/root-output' from root:root to runner:runner
2025-08-20T23:04:17.6123441Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-3a3fa727676f6b4b/output' from root:root to runner:runner
2025-08-20T23:04:17.6125137Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-3a3fa727676f6b4b' from root:root to runner:runner
2025-08-20T23:04:17.6126872Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_normalizer_data-dff7082fad78a50c/stderr' from root:root to runner:runner
2025-08-20T23:04:17.6128857Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_normalizer_data-dff7082fad78a50c/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6130846Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_normalizer_data-dff7082fad78a50c/out' from root:root to runner:runner
2025-08-20T23:04:17.6132714Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_normalizer_data-dff7082fad78a50c/root-output' from root:root to runner:runner
2025-08-20T23:04:17.6134513Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_normalizer_data-dff7082fad78a50c/output' from root:root to runner:runner
2025-08-20T23:04:17.6136267Z [00:03:37.090]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_normalizer_data-dff7082fad78a50c' from root:root to runner:runner
2025-08-20T23:04:17.6138028Z [00:03:37.091]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-loader-68af87aa5ef1049f/stderr' from root:root to runner:runner
2025-08-20T23:04:17.6140093Z [00:03:37.091]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-loader-68af87aa5ef1049f/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6142084Z [00:03:37.091]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-loader-68af87aa5ef1049f/out' from root:root to runner:runner
2025-08-20T23:04:17.6143890Z [00:03:37.091]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-loader-68af87aa5ef1049f/root-output' from root:root to runner:runner
2025-08-20T23:04:17.6145707Z [00:03:37.091]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-loader-68af87aa5ef1049f/output' from root:root to runner:runner
2025-08-20T23:04:17.6147471Z [00:03:37.091]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-loader-68af87aa5ef1049f' from root:root to runner:runner
2025-08-20T23:04:17.6149241Z [00:03:37.091]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-json-2e9d58d527f43a0e/stderr' from root:root to runner:runner
2025-08-20T23:04:17.6151140Z [00:03:37.091]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-json-2e9d58d527f43a0e/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6153122Z [00:03:37.091]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-json-2e9d58d527f43a0e/out/ea708c7824d36062-parser.o' from root:root to runner:runner
2025-08-20T23:04:17.6155260Z [00:03:37.091]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-json-2e9d58d527f43a0e/out/libtree-sitter-json.a' from root:root to runner:runner
2025-08-20T23:04:17.6157161Z [00:03:37.091]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-json-2e9d58d527f43a0e/out' from root:root to runner:runner
2025-08-20T23:04:17.6158955Z [00:03:37.091]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-json-2e9d58d527f43a0e/root-output' from root:root to runner:runner
2025-08-20T23:04:17.6160863Z [00:03:37.091]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-json-2e9d58d527f43a0e/output' from root:root to runner:runner
2025-08-20T23:04:17.6162669Z [00:03:37.091]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-json-2e9d58d527f43a0e' from root:root to runner:runner
2025-08-20T23:04:17.6164419Z [00:03:37.091]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_properties_data-7af82a9829a84cb3/stderr' from root:root to runner:runner
2025-08-20T23:04:17.6166465Z [00:03:37.091]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_properties_data-7af82a9829a84cb3/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6168280Z [00:03:37.091]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_properties_data-7af82a9829a84cb3/out' from root:root to runner:runner
2025-08-20T23:04:17.6170077Z [00:03:37.091]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_properties_data-7af82a9829a84cb3/root-output' from root:root to runner:runner
2025-08-20T23:04:17.6172048Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_properties_data-7af82a9829a84cb3/output' from root:root to runner:runner
2025-08-20T23:04:17.6173800Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_properties_data-7af82a9829a84cb3' from root:root to runner:runner
2025-08-20T23:04:17.6175553Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-go-29318e31ee34f1f1/stderr' from root:root to runner:runner
2025-08-20T23:04:17.6177363Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-go-29318e31ee34f1f1/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6179259Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-go-29318e31ee34f1f1/out/ea708c7824d36062-parser.o' from root:root to runner:runner
2025-08-20T23:04:17.6181473Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-go-29318e31ee34f1f1/out/libtree-sitter-go.a' from root:root to runner:runner
2025-08-20T23:04:17.6183349Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-go-29318e31ee34f1f1/out' from root:root to runner:runner
2025-08-20T23:04:17.6185119Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-go-29318e31ee34f1f1/root-output' from root:root to runner:runner
2025-08-20T23:04:17.6186888Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-go-29318e31ee34f1f1/output' from root:root to runner:runner
2025-08-20T23:04:17.6188622Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-go-29318e31ee34f1f1' from root:root to runner:runner
2025-08-20T23:04:17.6190188Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-20T23:04:17.6192028Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-20T23:04:17.6193676Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-2b8c65c92f94788e/dep-lib-toml' from root:root to runner:runner
2025-08-20T23:04:17.6195483Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-2b8c65c92f94788e/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6197257Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-2b8c65c92f94788e/lib-toml' from root:root to runner:runner
2025-08-20T23:04:17.6199026Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-2b8c65c92f94788e/lib-toml.json' from root:root to runner:runner
2025-08-20T23:04:17.6200956Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-2b8c65c92f94788e' from root:root to runner:runner
2025-08-20T23:04:17.6202734Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-b28dd218e79ef5b3/lib-regex' from root:root to runner:runner
2025-08-20T23:04:17.6204515Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-b28dd218e79ef5b3/dep-lib-regex' from root:root to runner:runner
2025-08-20T23:04:17.6206318Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-b28dd218e79ef5b3/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6208345Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-b28dd218e79ef5b3/lib-regex.json' from root:root to runner:runner
2025-08-20T23:04:17.6210185Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-b28dd218e79ef5b3' from root:root to runner:runner
2025-08-20T23:04:17.6212137Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-f945c6e941ec1513/lib-icu_normalizer.json' from root:root to runner:runner
2025-08-20T23:04:17.6214052Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-f945c6e941ec1513/lib-icu_normalizer' from root:root to runner:runner
2025-08-20T23:04:17.6215952Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-f945c6e941ec1513/dep-lib-icu_normalizer' from root:root to runner:runner
2025-08-20T23:04:17.6218069Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-f945c6e941ec1513/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6219886Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-f945c6e941ec1513' from root:root to runner:runner
2025-08-20T23:04:17.6221845Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-a338cb7f7317d8c5/lib-tinystr.json' from root:root to runner:runner
2025-08-20T23:04:17.6223673Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-a338cb7f7317d8c5/dep-lib-tinystr' from root:root to runner:runner
2025-08-20T23:04:17.6225515Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-a338cb7f7317d8c5/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6227330Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-a338cb7f7317d8c5/lib-tinystr' from root:root to runner:runner
2025-08-20T23:04:17.6229069Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-a338cb7f7317d8c5' from root:root to runner:runner
2025-08-20T23:04:17.6231035Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-50c1f50c84925788/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.6233311Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-50c1f50c84925788/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.6235249Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-50c1f50c84925788' from root:root to runner:runner
2025-08-20T23:04:17.6237098Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-d25f545777b6ba93/dep-lib-stable_deref_trait' from root:root to runner:runner
2025-08-20T23:04:17.6239054Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-d25f545777b6ba93/lib-stable_deref_trait' from root:root to runner:runner
2025-08-20T23:04:17.6241102Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-d25f545777b6ba93/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6243108Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-d25f545777b6ba93/lib-stable_deref_trait.json' from root:root to runner:runner
2025-08-20T23:04:17.6245174Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-d25f545777b6ba93' from root:root to runner:runner
2025-08-20T23:04:17.6246971Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/etcetera-88448d89bf6c5dd7/lib-etcetera' from root:root to runner:runner
2025-08-20T23:04:17.6248804Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/etcetera-88448d89bf6c5dd7/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6250761Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/etcetera-88448d89bf6c5dd7/lib-etcetera.json' from root:root to runner:runner
2025-08-20T23:04:17.6252660Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/etcetera-88448d89bf6c5dd7/dep-lib-etcetera' from root:root to runner:runner
2025-08-20T23:04:17.6254429Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/etcetera-88448d89bf6c5dd7' from root:root to runner:runner
2025-08-20T23:04:17.6256193Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-6e19fb18fb037838/dep-lib-anyhow' from root:root to runner:runner
2025-08-20T23:04:17.6257987Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-6e19fb18fb037838/lib-anyhow' from root:root to runner:runner
2025-08-20T23:04:17.6259939Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-6e19fb18fb037838/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6261907Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-6e19fb18fb037838/lib-anyhow.json' from root:root to runner:runner
2025-08-20T23:04:17.6263663Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-6e19fb18fb037838' from root:root to runner:runner
2025-08-20T23:04:17.6265422Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-d047f35f2e49f6e3/dep-lib-globset' from root:root to runner:runner
2025-08-20T23:04:17.6267254Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-d047f35f2e49f6e3/lib-globset.json' from root:root to runner:runner
2025-08-20T23:04:17.6269090Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-d047f35f2e49f6e3/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6271265Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-d047f35f2e49f6e3/lib-globset' from root:root to runner:runner
2025-08-20T23:04:17.6273034Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-d047f35f2e49f6e3' from root:root to runner:runner
2025-08-20T23:04:17.6274771Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/lib-itoa.json' from root:root to runner:runner
2025-08-20T23:04:17.6276544Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/dep-lib-itoa' from root:root to runner:runner
2025-08-20T23:04:17.6278352Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6280170Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/lib-itoa' from root:root to runner:runner
2025-08-20T23:04:17.6282001Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5' from root:root to runner:runner
2025-08-20T23:04:17.6283753Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-ebbe00adeda77dde/dep-lib-ignore' from root:root to runner:runner
2025-08-20T23:04:17.6285816Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-ebbe00adeda77dde/lib-ignore' from root:root to runner:runner
2025-08-20T23:04:17.6287702Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-ebbe00adeda77dde/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6289539Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-ebbe00adeda77dde/lib-ignore.json' from root:root to runner:runner
2025-08-20T23:04:17.6291452Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-ebbe00adeda77dde' from root:root to runner:runner
2025-08-20T23:04:17.6293199Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-loader-566ef6480447ef80' from root:root to runner:runner
2025-08-20T23:04:17.6295120Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-cpp-c826bd2ea696896f/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.6297379Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-cpp-c826bd2ea696896f/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.6299296Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-cpp-c826bd2ea696896f' from root:root to runner:runner
2025-08-20T23:04:17.6301347Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-c-d2788a0737b388e2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.6303429Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-c-d2788a0737b388e2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.6305325Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-c-d2788a0737b388e2' from root:root to runner:runner
2025-08-20T23:04:17.6307099Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-9153446816a12a35/lib-serde.json' from root:root to runner:runner
2025-08-20T23:04:17.6308905Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-9153446816a12a35/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6310806Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-9153446816a12a35/dep-lib-serde' from root:root to runner:runner
2025-08-20T23:04:17.6312782Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-9153446816a12a35/lib-serde' from root:root to runner:runner
2025-08-20T23:04:17.6314568Z [00:03:37.092]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-9153446816a12a35' from root:root to runner:runner
2025-08-20T23:04:17.6316335Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/lib-equivalent' from root:root to runner:runner
2025-08-20T23:04:17.6318176Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6320041Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/dep-lib-equivalent' from root:root to runner:runner
2025-08-20T23:04:17.6322207Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/lib-equivalent.json' from root:root to runner:runner
2025-08-20T23:04:17.6324239Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267' from root:root to runner:runner
2025-08-20T23:04:17.6326077Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae/lib-crossbeam_deque' from root:root to runner:runner
2025-08-20T23:04:17.6328011Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae/dep-lib-crossbeam_deque' from root:root to runner:runner
2025-08-20T23:04:17.6329942Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6332051Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae/lib-crossbeam_deque.json' from root:root to runner:runner
2025-08-20T23:04:17.6333906Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae' from root:root to runner:runner
2025-08-20T23:04:17.6335751Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-json-db31942d1630eee4/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6337672Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-json-db31942d1630eee4/lib-tree_sitter_json' from root:root to runner:runner
2025-08-20T23:04:17.6339793Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-json-db31942d1630eee4/dep-lib-tree_sitter_json' from root:root to runner:runner
2025-08-20T23:04:17.6341909Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-json-db31942d1630eee4/lib-tree_sitter_json.json' from root:root to runner:runner
2025-08-20T23:04:17.6343782Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-json-db31942d1630eee4' from root:root to runner:runner
2025-08-20T23:04:17.6345611Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yaml-0e11276a2f201853/lib-serde_yaml.json' from root:root to runner:runner
2025-08-20T23:04:17.6347472Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yaml-0e11276a2f201853/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6349518Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yaml-0e11276a2f201853/dep-lib-serde_yaml' from root:root to runner:runner
2025-08-20T23:04:17.6351508Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yaml-0e11276a2f201853/lib-serde_yaml' from root:root to runner:runner
2025-08-20T23:04:17.6353268Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yaml-0e11276a2f201853' from root:root to runner:runner
2025-08-20T23:04:17.6355045Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-9f00e2b87ed2249a/dep-lib-serde_json' from root:root to runner:runner
2025-08-20T23:04:17.6356902Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-9f00e2b87ed2249a/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6358740Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-9f00e2b87ed2249a/lib-serde_json' from root:root to runner:runner
2025-08-20T23:04:17.6360662Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-9f00e2b87ed2249a/lib-serde_json.json' from root:root to runner:runner
2025-08-20T23:04:17.6362513Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-9f00e2b87ed2249a' from root:root to runner:runner
2025-08-20T23:04:17.6364295Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/lib-same_file.json' from root:root to runner:runner
2025-08-20T23:04:17.6366341Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6368235Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/lib-same_file' from root:root to runner:runner
2025-08-20T23:04:17.6370077Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/dep-lib-same_file' from root:root to runner:runner
2025-08-20T23:04:17.6371998Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5' from root:root to runner:runner
2025-08-20T23:04:17.6373912Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-haskell-24d8216b072502c7/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.6376211Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-haskell-24d8216b072502c7/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.6378161Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-haskell-24d8216b072502c7' from root:root to runner:runner
2025-08-20T23:04:17.6380085Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-rust-4bbbaf1a6b693964/lib-tree_sitter_rust.json' from root:root to runner:runner
2025-08-20T23:04:17.6382155Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-rust-4bbbaf1a6b693964/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6384084Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-rust-4bbbaf1a6b693964/lib-tree_sitter_rust' from root:root to runner:runner
2025-08-20T23:04:17.6386030Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-rust-4bbbaf1a6b693964/dep-lib-tree_sitter_rust' from root:root to runner:runner
2025-08-20T23:04:17.6387886Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-rust-4bbbaf1a6b693964' from root:root to runner:runner
2025-08-20T23:04:17.6389737Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-java-3d0e81c467d77a8b/lib-tree_sitter_java' from root:root to runner:runner
2025-08-20T23:04:17.6391897Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-java-3d0e81c467d77a8b/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6393895Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-java-3d0e81c467d77a8b/lib-tree_sitter_java.json' from root:root to runner:runner
2025-08-20T23:04:17.6395849Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-java-3d0e81c467d77a8b/dep-lib-tree_sitter_java' from root:root to runner:runner
2025-08-20T23:04:17.6397696Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-java-3d0e81c467d77a8b' from root:root to runner:runner
2025-08-20T23:04:17.6399555Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-hcl-928f3c78df79838d/lib-tree_sitter_hcl.json' from root:root to runner:runner
2025-08-20T23:04:17.6401655Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-hcl-928f3c78df79838d/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6403781Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-hcl-928f3c78df79838d/lib-tree_sitter_hcl' from root:root to runner:runner
2025-08-20T23:04:17.6405705Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-hcl-928f3c78df79838d/dep-lib-tree_sitter_hcl' from root:root to runner:runner
2025-08-20T23:04:17.6407532Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-hcl-928f3c78df79838d' from root:root to runner:runner
2025-08-20T23:04:17.6409339Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerotrie-c85ae5ec8c07865a/lib-zerotrie.json' from root:root to runner:runner
2025-08-20T23:04:17.6411651Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerotrie-c85ae5ec8c07865a/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6413496Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerotrie-c85ae5ec8c07865a/lib-zerotrie' from root:root to runner:runner
2025-08-20T23:04:17.6415318Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerotrie-c85ae5ec8c07865a/dep-lib-zerotrie' from root:root to runner:runner
2025-08-20T23:04:17.6417087Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerotrie-c85ae5ec8c07865a' from root:root to runner:runner
2025-08-20T23:04:17.6419178Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-java-90b7f392a02f2f11/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.6421458Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-java-90b7f392a02f2f11/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.6423399Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-java-90b7f392a02f2f11' from root:root to runner:runner
2025-08-20T23:04:17.6425244Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6427147Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/dep-lib-anstyle_parse' from root:root to runner:runner
2025-08-20T23:04:17.6429267Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/lib-anstyle_parse' from root:root to runner:runner
2025-08-20T23:04:17.6431286Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe/lib-anstyle_parse.json' from root:root to runner:runner
2025-08-20T23:04:17.6433128Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-6f2f0cbe09b57ffe' from root:root to runner:runner
2025-08-20T23:04:17.6434938Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_writer-852893660fb8a3b6/dep-lib-toml_writer' from root:root to runner:runner
2025-08-20T23:04:17.6436804Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_writer-852893660fb8a3b6/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6438659Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_writer-852893660fb8a3b6/lib-toml_writer' from root:root to runner:runner
2025-08-20T23:04:17.6440584Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_writer-852893660fb8a3b6/lib-toml_writer.json' from root:root to runner:runner
2025-08-20T23:04:17.6442441Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_writer-852893660fb8a3b6' from root:root to runner:runner
2025-08-20T23:04:17.6444392Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-0be30ee8ce75b512/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6446294Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-0be30ee8ce75b512/dep-lib-dirs_sys' from root:root to runner:runner
2025-08-20T23:04:17.6448117Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-0be30ee8ce75b512/lib-dirs_sys' from root:root to runner:runner
2025-08-20T23:04:17.6449945Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-0be30ee8ce75b512/lib-dirs_sys.json' from root:root to runner:runner
2025-08-20T23:04:17.6451867Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-0be30ee8ce75b512' from root:root to runner:runner
2025-08-20T23:04:17.6453683Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-d1515d2963a039d8/lib-serde_spanned.json' from root:root to runner:runner
2025-08-20T23:04:17.6455766Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-d1515d2963a039d8/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6457664Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-d1515d2963a039d8/dep-lib-serde_spanned' from root:root to runner:runner
2025-08-20T23:04:17.6459554Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-d1515d2963a039d8/lib-serde_spanned' from root:root to runner:runner
2025-08-20T23:04:17.6461521Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-d1515d2963a039d8' from root:root to runner:runner
2025-08-20T23:04:17.6463348Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-92d2861a6b73e53c/lib-toml_parser.json' from root:root to runner:runner
2025-08-20T23:04:17.6465224Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-92d2861a6b73e53c/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6467071Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-92d2861a6b73e53c/lib-toml_parser' from root:root to runner:runner
2025-08-20T23:04:17.6468934Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-92d2861a6b73e53c/dep-lib-toml_parser' from root:root to runner:runner
2025-08-20T23:04:17.6470992Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-92d2861a6b73e53c' from root:root to runner:runner
2025-08-20T23:04:17.6472791Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uncomment-c750cd19b55deac7' from root:root to runner:runner
2025-08-20T23:04:17.6474543Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-35f24193acd32608/lib-dirs.json' from root:root to runner:runner
2025-08-20T23:04:17.6476336Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-35f24193acd32608/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6478127Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-35f24193acd32608/dep-lib-dirs' from root:root to runner:runner
2025-08-20T23:04:17.6479919Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-35f24193acd32608/lib-dirs' from root:root to runner:runner
2025-08-20T23:04:17.6481985Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-35f24193acd32608' from root:root to runner:runner
2025-08-20T23:04:17.6483781Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-040c72572158939b/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6485694Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-040c72572158939b/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T23:04:17.6487617Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-040c72572158939b/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T23:04:17.6489523Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-040c72572158939b/lib-regex_automata' from root:root to runner:runner
2025-08-20T23:04:17.6491476Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-040c72572158939b' from root:root to runner:runner
2025-08-20T23:04:17.6493385Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-hcl-231118e4faf644a2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.6495459Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-hcl-231118e4faf644a2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.6497522Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-hcl-231118e4faf644a2' from root:root to runner:runner
2025-08-20T23:04:17.6499406Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-32809eee4e6d0753/lib-regex_syntax' from root:root to runner:runner
2025-08-20T23:04:17.6501386Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-32809eee4e6d0753/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6503284Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-32809eee4e6d0753/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T23:04:17.6505174Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-32809eee4e6d0753/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T23:04:17.6506985Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-32809eee4e6d0753' from root:root to runner:runner
2025-08-20T23:04:17.6509053Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-bash-e0e852af03c9d098/lib-tree_sitter_bash' from root:root to runner:runner
2025-08-20T23:04:17.6511072Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-bash-e0e852af03c9d098/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6513065Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-bash-e0e852af03c9d098/dep-lib-tree_sitter_bash' from root:root to runner:runner
2025-08-20T23:04:17.6515032Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-bash-e0e852af03c9d098/lib-tree_sitter_bash.json' from root:root to runner:runner
2025-08-20T23:04:17.6516893Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-bash-e0e852af03c9d098' from root:root to runner:runner
2025-08-20T23:04:17.6518695Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-fd2e55522e4115bf/lib-utf8_iter.json' from root:root to runner:runner
2025-08-20T23:04:17.6520612Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-fd2e55522e4115bf/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6522489Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-fd2e55522e4115bf/lib-utf8_iter' from root:root to runner:runner
2025-08-20T23:04:17.6524483Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-fd2e55522e4115bf/dep-lib-utf8_iter' from root:root to runner:runner
2025-08-20T23:04:17.6526314Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-fd2e55522e4115bf' from root:root to runner:runner
2025-08-20T23:04:17.6528049Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-81f1f557fd8769bf/lib-rayon' from root:root to runner:runner
2025-08-20T23:04:17.6529828Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-81f1f557fd8769bf/dep-lib-rayon' from root:root to runner:runner
2025-08-20T23:04:17.6531805Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-81f1f557fd8769bf/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6533810Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-81f1f557fd8769bf/lib-rayon.json' from root:root to runner:runner
2025-08-20T23:04:17.6535543Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-81f1f557fd8769bf' from root:root to runner:runner
2025-08-20T23:04:17.6537298Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-9ae0182990efae3f/lib-writeable' from root:root to runner:runner
2025-08-20T23:04:17.6539138Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-9ae0182990efae3f/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6541177Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-9ae0182990efae3f/lib-writeable.json' from root:root to runner:runner
2025-08-20T23:04:17.6543109Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-9ae0182990efae3f/dep-lib-writeable' from root:root to runner:runner
2025-08-20T23:04:17.6544891Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-9ae0182990efae3f' from root:root to runner:runner
2025-08-20T23:04:17.6546762Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:17.6548785Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:17.6550907Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-ea492417f74ca5ac' from root:root to runner:runner
2025-08-20T23:04:17.6552792Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-4cd33995c88fc0dd/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6554690Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-4cd33995c88fc0dd/lib-icu_properties' from root:root to runner:runner
2025-08-20T23:04:17.6556603Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-4cd33995c88fc0dd/lib-icu_properties.json' from root:root to runner:runner
2025-08-20T23:04:17.6558522Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-4cd33995c88fc0dd/dep-lib-icu_properties' from root:root to runner:runner
2025-08-20T23:04:17.6560685Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-4cd33995c88fc0dd' from root:root to runner:runner
2025-08-20T23:04:17.6562668Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-385f812694bb36c6/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.6564740Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-385f812694bb36c6/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.6566656Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-385f812694bb36c6' from root:root to runner:runner
2025-08-20T23:04:17.6568468Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-f1cb253317042905/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6570407Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-f1cb253317042905/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T23:04:17.6572307Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-f1cb253317042905/lib-thiserror' from root:root to runner:runner
2025-08-20T23:04:17.6574150Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-f1cb253317042905/lib-thiserror.json' from root:root to runner:runner
2025-08-20T23:04:17.6576112Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-f1cb253317042905' from root:root to runner:runner
2025-08-20T23:04:17.6578102Z [00:03:37.093]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-typescript-03ca05982941975f/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.6580375Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-typescript-03ca05982941975f/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.6582413Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-typescript-03ca05982941975f' from root:root to runner:runner
2025-08-20T23:04:17.6584324Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/semver-ef29fc88732a46e3/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.6586318Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/semver-ef29fc88732a46e3/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.6588375Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/semver-ef29fc88732a46e3' from root:root to runner:runner
2025-08-20T23:04:17.6590131Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_cpus-0511d13c11f66aed/lib-num_cpus' from root:root to runner:runner
2025-08-20T23:04:17.6592099Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_cpus-0511d13c11f66aed/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6593944Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_cpus-0511d13c11f66aed/dep-lib-num_cpus' from root:root to runner:runner
2025-08-20T23:04:17.6595769Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_cpus-0511d13c11f66aed/lib-num_cpus.json' from root:root to runner:runner
2025-08-20T23:04:17.6597515Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_cpus-0511d13c11f66aed' from root:root to runner:runner
2025-08-20T23:04:17.6599330Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T23:04:17.6601281Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6603316Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/lib-bitflags.json' from root:root to runner:runner
2025-08-20T23:04:17.6605220Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/lib-bitflags' from root:root to runner:runner
2025-08-20T23:04:17.6606981Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe' from root:root to runner:runner
2025-08-20T23:04:17.6608752Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-b0c4204e88b262d4/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6610651Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-b0c4204e88b262d4/lib-home.json' from root:root to runner:runner
2025-08-20T23:04:17.6612468Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-b0c4204e88b262d4/lib-home' from root:root to runner:runner
2025-08-20T23:04:17.6614431Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-b0c4204e88b262d4/dep-lib-home' from root:root to runner:runner
2025-08-20T23:04:17.6616157Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-b0c4204e88b262d4' from root:root to runner:runner
2025-08-20T23:04:17.6617884Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-088ed931c73d205d/lib-bstr.json' from root:root to runner:runner
2025-08-20T23:04:17.6619645Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-088ed931c73d205d/lib-bstr' from root:root to runner:runner
2025-08-20T23:04:17.6621579Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-088ed931c73d205d/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6623375Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-088ed931c73d205d/dep-lib-bstr' from root:root to runner:runner
2025-08-20T23:04:17.6625094Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-088ed931c73d205d' from root:root to runner:runner
2025-08-20T23:04:17.6626895Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-5594a4790e86bc18/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6628957Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-5594a4790e86bc18/lib-anstyle_query' from root:root to runner:runner
2025-08-20T23:04:17.6631016Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-5594a4790e86bc18/dep-lib-anstyle_query' from root:root to runner:runner
2025-08-20T23:04:17.6632994Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-5594a4790e86bc18/lib-anstyle_query.json' from root:root to runner:runner
2025-08-20T23:04:17.6634819Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-5594a4790e86bc18' from root:root to runner:runner
2025-08-20T23:04:17.6636676Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-b865454bc2c485db/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.6638657Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-b865454bc2c485db/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.6640782Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-b865454bc2c485db' from root:root to runner:runner
2025-08-20T23:04:17.6642594Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uncomment-c912e5f705d8e444' from root:root to runner:runner
2025-08-20T23:04:17.6644423Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/dep-lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T23:04:17.6646314Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T23:04:17.6648194Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6650102Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/lib-linux_raw_sys.json' from root:root to runner:runner
2025-08-20T23:04:17.6652054Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c' from root:root to runner:runner
2025-08-20T23:04:17.6653919Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-cpp-4a67dfaa4d71d0ab/lib-tree_sitter_cpp.json' from root:root to runner:runner
2025-08-20T23:04:17.6656003Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-cpp-4a67dfaa4d71d0ab/lib-tree_sitter_cpp' from root:root to runner:runner
2025-08-20T23:04:17.6657983Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-cpp-4a67dfaa4d71d0ab/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6659914Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-cpp-4a67dfaa4d71d0ab/dep-lib-tree_sitter_cpp' from root:root to runner:runner
2025-08-20T23:04:17.6661915Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-cpp-4a67dfaa4d71d0ab' from root:root to runner:runner
2025-08-20T23:04:17.6663797Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-1bd0396da7ecc5eb/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.6665998Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-1bd0396da7ecc5eb/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.6667839Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-1bd0396da7ecc5eb' from root:root to runner:runner
2025-08-20T23:04:17.6669731Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-rust-775a3b69a52908f9/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.6672021Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-rust-775a3b69a52908f9/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.6673968Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-rust-775a3b69a52908f9' from root:root to runner:runner
2025-08-20T23:04:17.6675817Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6677736Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62/lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T23:04:17.6679681Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62/lib-crossbeam_utils.json' from root:root to runner:runner
2025-08-20T23:04:17.6681974Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62/dep-lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T23:04:17.6683892Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62' from root:root to runner:runner
2025-08-20T23:04:17.6685801Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-94768adf8bd0f3c0/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.6687832Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-94768adf8bd0f3c0/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.6689703Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-94768adf8bd0f3c0' from root:root to runner:runner
2025-08-20T23:04:17.6691569Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-7c8984d75e26dbe9/dep-lib-libc' from root:root to runner:runner
2025-08-20T23:04:17.6693646Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-7c8984d75e26dbe9/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6695429Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-7c8984d75e26dbe9/lib-libc' from root:root to runner:runner
2025-08-20T23:04:17.6697188Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-7c8984d75e26dbe9/lib-libc.json' from root:root to runner:runner
2025-08-20T23:04:17.6698915Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-7c8984d75e26dbe9' from root:root to runner:runner
2025-08-20T23:04:17.6700790Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-2d971e868cc078b8/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6702741Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-2d971e868cc078b8/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T23:04:17.6704618Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-2d971e868cc078b8/lib-aho_corasick' from root:root to runner:runner
2025-08-20T23:04:17.6706508Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-2d971e868cc078b8/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T23:04:17.6708485Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-2d971e868cc078b8' from root:root to runner:runner
2025-08-20T23:04:17.6710414Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-33acc7f980437447/dep-lib-anstream' from root:root to runner:runner
2025-08-20T23:04:17.6712303Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-33acc7f980437447/lib-anstream' from root:root to runner:runner
2025-08-20T23:04:17.6714138Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-33acc7f980437447/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6715981Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-33acc7f980437447/lib-anstream.json' from root:root to runner:runner
2025-08-20T23:04:17.6717774Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-33acc7f980437447' from root:root to runner:runner
2025-08-20T23:04:17.6719885Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-make-8b43c8a3f8b6e8df/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.6722078Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-make-8b43c8a3f8b6e8df/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.6723996Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-make-8b43c8a3f8b6e8df' from root:root to runner:runner
2025-08-20T23:04:17.6725827Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-c581a4a207b5c325/dep-lib-tree_sitter' from root:root to runner:runner
2025-08-20T23:04:17.6727709Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-c581a4a207b5c325/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6729566Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-c581a4a207b5c325/lib-tree_sitter' from root:root to runner:runner
2025-08-20T23:04:17.6731601Z [00:03:37.094]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-c581a4a207b5c325/lib-tree_sitter.json' from root:root to runner:runner
2025-08-20T23:04:17.6733402Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-c581a4a207b5c325' from root:root to runner:runner
2025-08-20T23:04:17.6735372Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-410c1060758da87a/lib-clap_builder' from root:root to runner:runner
2025-08-20T23:04:17.6737309Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-410c1060758da87a/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6739197Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-410c1060758da87a/dep-lib-clap_builder' from root:root to runner:runner
2025-08-20T23:04:17.6741202Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-410c1060758da87a/lib-clap_builder.json' from root:root to runner:runner
2025-08-20T23:04:17.6743054Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-410c1060758da87a' from root:root to runner:runner
2025-08-20T23:04:17.6745063Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse.json' from root:root to runner:runner
2025-08-20T23:04:17.6746919Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6748759Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse' from root:root to runner:runner
2025-08-20T23:04:17.6750694Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/dep-lib-utf8parse' from root:root to runner:runner
2025-08-20T23:04:17.6752546Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5' from root:root to runner:runner
2025-08-20T23:04:17.6754309Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-252644802599c790/lib-tempfile' from root:root to runner:runner
2025-08-20T23:04:17.6756131Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-252644802599c790/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6757968Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-252644802599c790/dep-lib-tempfile' from root:root to runner:runner
2025-08-20T23:04:17.6759800Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-252644802599c790/lib-tempfile.json' from root:root to runner:runner
2025-08-20T23:04:17.6761881Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-252644802599c790' from root:root to runner:runner
2025-08-20T23:04:17.6763857Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-bash-de246cf9cccf6dc6/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.6765948Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-bash-de246cf9cccf6dc6/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.6767881Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-bash-de246cf9cccf6dc6' from root:root to runner:runner
2025-08-20T23:04:17.6769777Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-68d2be64d924e7ca/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.6772100Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-68d2be64d924e7ca/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.6773976Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-68d2be64d924e7ca' from root:root to runner:runner
2025-08-20T23:04:17.6775759Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6777591Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20/lib-fastrand' from root:root to runner:runner
2025-08-20T23:04:17.6779417Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20/dep-lib-fastrand' from root:root to runner:runner
2025-08-20T23:04:17.6781413Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20/lib-fastrand.json' from root:root to runner:runner
2025-08-20T23:04:17.6783187Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20' from root:root to runner:runner
2025-08-20T23:04:17.6785038Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-javascript-d358726369cfc2df/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6787194Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-javascript-d358726369cfc2df/lib-tree_sitter_javascript' from root:root to runner:runner
2025-08-20T23:04:17.6789344Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-javascript-d358726369cfc2df/lib-tree_sitter_javascript.json' from root:root to runner:runner
2025-08-20T23:04:17.6791567Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-javascript-d358726369cfc2df/dep-lib-tree_sitter_javascript' from root:root to runner:runner
2025-08-20T23:04:17.6793512Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-javascript-d358726369cfc2df' from root:root to runner:runner
2025-08-20T23:04:17.6795328Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/dep-lib-strsim' from root:root to runner:runner
2025-08-20T23:04:17.6797117Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim' from root:root to runner:runner
2025-08-20T23:04:17.6799168Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6801104Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim.json' from root:root to runner:runner
2025-08-20T23:04:17.6802913Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8' from root:root to runner:runner
2025-08-20T23:04:17.6804807Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-typescript-8f62b20aad70de04/lib-tree_sitter_typescript.json' from root:root to runner:runner
2025-08-20T23:04:17.6806869Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-typescript-8f62b20aad70de04/dep-lib-tree_sitter_typescript' from root:root to runner:runner
2025-08-20T23:04:17.6808875Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-typescript-8f62b20aad70de04/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6810956Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-typescript-8f62b20aad70de04/lib-tree_sitter_typescript' from root:root to runner:runner
2025-08-20T23:04:17.6812932Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-typescript-8f62b20aad70de04' from root:root to runner:runner
2025-08-20T23:04:17.6815085Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-javascript-e73c367052dfeeed/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.6817288Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-javascript-e73c367052dfeeed/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.6819279Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-javascript-e73c367052dfeeed' from root:root to runner:runner
2025-08-20T23:04:17.6821319Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locale_core-3823d646adf72f64/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6823221Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locale_core-3823d646adf72f64/lib-icu_locale_core' from root:root to runner:runner
2025-08-20T23:04:17.6825342Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locale_core-3823d646adf72f64/lib-icu_locale_core.json' from root:root to runner:runner
2025-08-20T23:04:17.6827263Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locale_core-3823d646adf72f64/dep-lib-icu_locale_core' from root:root to runner:runner
2025-08-20T23:04:17.6829085Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locale_core-3823d646adf72f64' from root:root to runner:runner
2025-08-20T23:04:17.6831020Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-e78b7716b1763b63/dep-lib-idna_adapter' from root:root to runner:runner
2025-08-20T23:04:17.6832980Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-e78b7716b1763b63/lib-idna_adapter.json' from root:root to runner:runner
2025-08-20T23:04:17.6835022Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-e78b7716b1763b63/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6836948Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-e78b7716b1763b63/lib-idna_adapter' from root:root to runner:runner
2025-08-20T23:04:17.6838743Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-e78b7716b1763b63' from root:root to runner:runner
2025-08-20T23:04:17.6840650Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-9ede3da7ce3a8af7/dep-lib-hashbrown' from root:root to runner:runner
2025-08-20T23:04:17.6842567Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-9ede3da7ce3a8af7/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6844627Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-9ede3da7ce3a8af7/lib-hashbrown' from root:root to runner:runner
2025-08-20T23:04:17.6846477Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-9ede3da7ce3a8af7/lib-hashbrown.json' from root:root to runner:runner
2025-08-20T23:04:17.6848266Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-9ede3da7ce3a8af7' from root:root to runner:runner
2025-08-20T23:04:17.6849993Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cc-329c88b9403975b2/lib-cc.json' from root:root to runner:runner
2025-08-20T23:04:17.6851924Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cc-329c88b9403975b2/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6853692Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cc-329c88b9403975b2/lib-cc' from root:root to runner:runner
2025-08-20T23:04:17.6855416Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cc-329c88b9403975b2/dep-lib-cc' from root:root to runner:runner
2025-08-20T23:04:17.6857103Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cc-329c88b9403975b2' from root:root to runner:runner
2025-08-20T23:04:17.6858826Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-71bf01abc1bdd1b0/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6860864Z [00:03:37.095]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-71bf01abc1bdd1b0/lib-url.json' from root:root to runner:runner
2025-08-20T23:04:17.6862692Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-71bf01abc1bdd1b0/dep-lib-url' from root:root to runner:runner
2025-08-20T23:04:17.6864436Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-71bf01abc1bdd1b0/lib-url' from root:root to runner:runner
2025-08-20T23:04:17.6866129Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-71bf01abc1bdd1b0' from root:root to runner:runner
2025-08-20T23:04:17.6867887Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6869712Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/dep-lib-anstyle' from root:root to runner:runner
2025-08-20T23:04:17.6871817Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/lib-anstyle' from root:root to runner:runner
2025-08-20T23:04:17.6873637Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94/lib-anstyle.json' from root:root to runner:runner
2025-08-20T23:04:17.6875398Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-353d305c40d9cf94' from root:root to runner:runner
2025-08-20T23:04:17.6877126Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/dep-lib-ryu' from root:root to runner:runner
2025-08-20T23:04:17.6878858Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/lib-ryu' from root:root to runner:runner
2025-08-20T23:04:17.6880715Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6882551Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/lib-ryu.json' from root:root to runner:runner
2025-08-20T23:04:17.6884261Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1' from root:root to runner:runner
2025-08-20T23:04:17.6886173Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uncomment-e4c71448397a2300' from root:root to runner:runner
2025-08-20T23:04:17.6888046Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-cf9a0f95dddc71f0/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6889991Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-cf9a0f95dddc71f0/lib-icu_collections.json' from root:root to runner:runner
2025-08-20T23:04:17.6892065Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-cf9a0f95dddc71f0/lib-icu_collections' from root:root to runner:runner
2025-08-20T23:04:17.6893992Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-cf9a0f95dddc71f0/dep-lib-icu_collections' from root:root to runner:runner
2025-08-20T23:04:17.6895833Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-cf9a0f95dddc71f0' from root:root to runner:runner
2025-08-20T23:04:17.6897962Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-python-93529e53d789be42/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.6900070Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-python-93529e53d789be42/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.6902162Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-python-93529e53d789be42' from root:root to runner:runner
2025-08-20T23:04:17.6903990Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-c6b597b0b48f9891/lib-litemap.json' from root:root to runner:runner
2025-08-20T23:04:17.6905824Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-c6b597b0b48f9891/dep-lib-litemap' from root:root to runner:runner
2025-08-20T23:04:17.6907662Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-c6b597b0b48f9891/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6909488Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-c6b597b0b48f9891/lib-litemap' from root:root to runner:runner
2025-08-20T23:04:17.6911334Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-c6b597b0b48f9891' from root:root to runner:runner
2025-08-20T23:04:17.6913330Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-yaml-fcf4ecb351720b5f/lib-tree_sitter_yaml' from root:root to runner:runner
2025-08-20T23:04:17.6915310Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-yaml-fcf4ecb351720b5f/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6917260Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-yaml-fcf4ecb351720b5f/lib-tree_sitter_yaml.json' from root:root to runner:runner
2025-08-20T23:04:17.6919218Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-yaml-fcf4ecb351720b5f/dep-lib-tree_sitter_yaml' from root:root to runner:runner
2025-08-20T23:04:17.6921223Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-yaml-fcf4ecb351720b5f' from root:root to runner:runner
2025-08-20T23:04:17.6923321Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-language-5e0eedf293ac771e/lib-tree_sitter_language' from root:root to runner:runner
2025-08-20T23:04:17.6925334Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-language-5e0eedf293ac771e/lib-tree_sitter_language.json' from root:root to runner:runner
2025-08-20T23:04:17.6927324Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-language-5e0eedf293ac771e/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6929321Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-language-5e0eedf293ac771e/dep-lib-tree_sitter_language' from root:root to runner:runner
2025-08-20T23:04:17.6931540Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-language-5e0eedf293ac771e' from root:root to runner:runner
2025-08-20T23:04:17.6933525Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-yaml-9410c12799752916/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.6935631Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-yaml-9410c12799752916/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.6937564Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-yaml-9410c12799752916' from root:root to runner:runner
2025-08-20T23:04:17.6939631Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-2f88cdcea3fcccdf/lib-zerovec' from root:root to runner:runner
2025-08-20T23:04:17.6941698Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-2f88cdcea3fcccdf/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6943581Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-2f88cdcea3fcccdf/dep-lib-zerovec' from root:root to runner:runner
2025-08-20T23:04:17.6945426Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-2f88cdcea3fcccdf/lib-zerovec.json' from root:root to runner:runner
2025-08-20T23:04:17.6947195Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-2f88cdcea3fcccdf' from root:root to runner:runner
2025-08-20T23:04:17.6949019Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-go-664dd016c6fdb86a/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6951498Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-go-664dd016c6fdb86a/dep-lib-tree_sitter_go' from root:root to runner:runner
2025-08-20T23:04:17.6952556Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-go-664dd016c6fdb86a/lib-tree_sitter_go.json' from root:root to runner:runner
2025-08-20T23:04:17.6953566Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-go-664dd016c6fdb86a/lib-tree_sitter_go' from root:root to runner:runner
2025-08-20T23:04:17.6954517Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-go-664dd016c6fdb86a' from root:root to runner:runner
2025-08-20T23:04:17.6955559Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-ruby-27ae9e7dab39a17c/dep-lib-tree_sitter_ruby' from root:root to runner:runner
2025-08-20T23:04:17.6956610Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-ruby-27ae9e7dab39a17c/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6957655Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-ruby-27ae9e7dab39a17c/lib-tree_sitter_ruby' from root:root to runner:runner
2025-08-20T23:04:17.6958685Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-ruby-27ae9e7dab39a17c/lib-tree_sitter_ruby.json' from root:root to runner:runner
2025-08-20T23:04:17.6959862Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-ruby-27ae9e7dab39a17c' from root:root to runner:runner
2025-08-20T23:04:17.6961076Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-8334cd11ffbc82be/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.6962182Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:17.6963077Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-8334cd11ffbc82be' from root:root to runner:runner
2025-08-20T23:04:17.6964070Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unsafe-libyaml-8959ae844e77fb2b/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6965300Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unsafe-libyaml-8959ae844e77fb2b/dep-lib-unsafe_libyaml' from root:root to runner:runner
2025-08-20T23:04:17.6966307Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unsafe-libyaml-8959ae844e77fb2b/lib-unsafe_libyaml' from root:root to runner:runner
2025-08-20T23:04:17.6967321Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unsafe-libyaml-8959ae844e77fb2b/lib-unsafe_libyaml.json' from root:root to runner:runner
2025-08-20T23:04:17.6968254Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unsafe-libyaml-8959ae844e77fb2b' from root:root to runner:runner
2025-08-20T23:04:17.6969233Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-ae24f705afb72ac4/lib-smallvec.json' from root:root to runner:runner
2025-08-20T23:04:17.6970218Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-ae24f705afb72ac4/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6971319Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-ae24f705afb72ac4/dep-lib-smallvec' from root:root to runner:runner
2025-08-20T23:04:17.6972288Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-ae24f705afb72ac4/lib-smallvec' from root:root to runner:runner
2025-08-20T23:04:17.6973369Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-ae24f705afb72ac4' from root:root to runner:runner
2025-08-20T23:04:17.6974339Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/lib-clap_lex' from root:root to runner:runner
2025-08-20T23:04:17.6975310Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6976282Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/lib-clap_lex.json' from root:root to runner:runner
2025-08-20T23:04:17.6977248Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7/dep-lib-clap_lex' from root:root to runner:runner
2025-08-20T23:04:17.6978145Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-db2338314c03aba7' from root:root to runner:runner
2025-08-20T23:04:17.6979315Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libloading-445bae75ae39c8b7/dep-lib-libloading' from root:root to runner:runner
2025-08-20T23:04:17.6980465Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libloading-445bae75ae39c8b7/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6981483Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libloading-445bae75ae39c8b7/lib-libloading' from root:root to runner:runner
2025-08-20T23:04:17.6982474Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libloading-445bae75ae39c8b7/lib-libloading.json' from root:root to runner:runner
2025-08-20T23:04:17.6983387Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libloading-445bae75ae39c8b7' from root:root to runner:runner
2025-08-20T23:04:17.6984389Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-d22f34f47f97eadd/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6985384Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-d22f34f47f97eadd/lib-form_urlencoded' from root:root to runner:runner
2025-08-20T23:04:17.6986404Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-d22f34f47f97eadd/dep-lib-form_urlencoded' from root:root to runner:runner
2025-08-20T23:04:17.6987584Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-d22f34f47f97eadd/lib-form_urlencoded.json' from root:root to runner:runner
2025-08-20T23:04:17.6988521Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-d22f34f47f97eadd' from root:root to runner:runner
2025-08-20T23:04:17.6989500Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-321b95c9e6e595db/dep-lib-zerofrom' from root:root to runner:runner
2025-08-20T23:04:17.6990643Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-321b95c9e6e595db/lib-zerofrom' from root:root to runner:runner
2025-08-20T23:04:17.6991685Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-321b95c9e6e595db/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6992655Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-321b95c9e6e595db/lib-zerofrom.json' from root:root to runner:runner
2025-08-20T23:04:17.6993757Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-321b95c9e6e595db' from root:root to runner:runner
2025-08-20T23:04:17.6994807Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-5e4c4b96e0c1df13/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.6995872Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-5e4c4b96e0c1df13/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.6996759Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-5e4c4b96e0c1df13' from root:root to runner:runner
2025-08-20T23:04:17.6997739Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e01e14158278170b/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.6998718Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e01e14158278170b/lib-getrandom.json' from root:root to runner:runner
2025-08-20T23:04:17.6999689Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e01e14158278170b/dep-lib-getrandom' from root:root to runner:runner
2025-08-20T23:04:17.7000757Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e01e14158278170b/lib-getrandom' from root:root to runner:runner
2025-08-20T23:04:17.7001837Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e01e14158278170b' from root:root to runner:runner
2025-08-20T23:04:17.7002950Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-ruby-7d01fc13f07074f3/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7004069Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-ruby-7d01fc13f07074f3/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7005005Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-ruby-7d01fc13f07074f3' from root:root to runner:runner
2025-08-20T23:04:17.7005939Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/glob-46644c9b19e0a4bf/dep-lib-glob' from root:root to runner:runner
2025-08-20T23:04:17.7006876Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/glob-46644c9b19e0a4bf/lib-glob.json' from root:root to runner:runner
2025-08-20T23:04:17.7007995Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/glob-46644c9b19e0a4bf/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7008915Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/glob-46644c9b19e0a4bf/lib-glob' from root:root to runner:runner
2025-08-20T23:04:17.7009797Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/glob-46644c9b19e0a4bf' from root:root to runner:runner
2025-08-20T23:04:17.7010950Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-b2aa1cca21f2eb36/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7012079Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-b2aa1cca21f2eb36/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7012966Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-b2aa1cca21f2eb36' from root:root to runner:runner
2025-08-20T23:04:17.7013944Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/path-slash-eea8e509b4db4fc2/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7014953Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/path-slash-eea8e509b4db4fc2/lib-path_slash.json' from root:root to runner:runner
2025-08-20T23:04:17.7016082Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/path-slash-eea8e509b4db4fc2/dep-lib-path_slash' from root:root to runner:runner
2025-08-20T23:04:17.7017070Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/path-slash-eea8e509b4db4fc2/lib-path_slash' from root:root to runner:runner
2025-08-20T23:04:17.7017989Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/path-slash-eea8e509b4db4fc2' from root:root to runner:runner
2025-08-20T23:04:17.7019006Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-9c9edfd77cb1ab68/lib-toml_datetime.json' from root:root to runner:runner
2025-08-20T23:04:17.7019993Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-9c9edfd77cb1ab68/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7021277Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-9c9edfd77cb1ab68/dep-lib-toml_datetime' from root:root to runner:runner
2025-08-20T23:04:17.7022283Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-9c9edfd77cb1ab68/lib-toml_datetime' from root:root to runner:runner
2025-08-20T23:04:17.7023206Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-9c9edfd77cb1ab68' from root:root to runner:runner
2025-08-20T23:04:17.7024260Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-3a3fa727676f6b4b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7025352Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-3a3fa727676f6b4b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7026262Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-3a3fa727676f6b4b' from root:root to runner:runner
2025-08-20T23:04:17.7027270Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-c-e6856468c1a49f6b/dep-lib-tree_sitter_c' from root:root to runner:runner
2025-08-20T23:04:17.7028261Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-c-e6856468c1a49f6b/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7029463Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-c-e6856468c1a49f6b/lib-tree_sitter_c' from root:root to runner:runner
2025-08-20T23:04:17.7030596Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-c-e6856468c1a49f6b/lib-tree_sitter_c.json' from root:root to runner:runner
2025-08-20T23:04:17.7031559Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-c-e6856468c1a49f6b' from root:root to runner:runner
2025-08-20T23:04:17.7032501Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/semver-5058f02c7ab20450/lib-semver' from root:root to runner:runner
2025-08-20T23:04:17.7033465Z [00:03:37.096]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/semver-5058f02c7ab20450/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7034419Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/semver-5058f02c7ab20450/lib-semver.json' from root:root to runner:runner
2025-08-20T23:04:17.7035571Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/semver-5058f02c7ab20450/dep-lib-semver' from root:root to runner:runner
2025-08-20T23:04:17.7036461Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/semver-5058f02c7ab20450' from root:root to runner:runner
2025-08-20T23:04:17.7037496Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7038460Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/lib-option_ext' from root:root to runner:runner
2025-08-20T23:04:17.7039446Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/dep-lib-option_ext' from root:root to runner:runner
2025-08-20T23:04:17.7040553Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/lib-option_ext.json' from root:root to runner:runner
2025-08-20T23:04:17.7041517Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb' from root:root to runner:runner
2025-08-20T23:04:17.7042609Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-e41840278c5a620b/dep-lib-icu_normalizer_data' from root:root to runner:runner
2025-08-20T23:04:17.7043769Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-e41840278c5a620b/lib-icu_normalizer_data' from root:root to runner:runner
2025-08-20T23:04:17.7044849Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-e41840278c5a620b/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7045915Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-e41840278c5a620b/lib-icu_normalizer_data.json' from root:root to runner:runner
2025-08-20T23:04:17.7046843Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-e41840278c5a620b' from root:root to runner:runner
2025-08-20T23:04:17.7047937Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-dff7082fad78a50c/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7049041Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-dff7082fad78a50c/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7050154Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-dff7082fad78a50c' from root:root to runner:runner
2025-08-20T23:04:17.7051243Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-1d898b95cde848c5/lib-memchr' from root:root to runner:runner
2025-08-20T23:04:17.7052232Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-1d898b95cde848c5/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7053194Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-1d898b95cde848c5/lib-memchr.json' from root:root to runner:runner
2025-08-20T23:04:17.7054150Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-1d898b95cde848c5/dep-lib-memchr' from root:root to runner:runner
2025-08-20T23:04:17.7055037Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-1d898b95cde848c5' from root:root to runner:runner
2025-08-20T23:04:17.7055931Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uncomment-71df77fc892a3cc0' from root:root to runner:runner
2025-08-20T23:04:17.7056993Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-python-5ea046b9b785af0c/lib-tree_sitter_python.json' from root:root to runner:runner
2025-08-20T23:04:17.7058175Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-python-5ea046b9b785af0c/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7059329Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-python-5ea046b9b785af0c/lib-tree_sitter_python' from root:root to runner:runner
2025-08-20T23:04:17.7060516Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-python-5ea046b9b785af0c/dep-lib-tree_sitter_python' from root:root to runner:runner
2025-08-20T23:04:17.7061514Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-python-5ea046b9b785af0c' from root:root to runner:runner
2025-08-20T23:04:17.7062524Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/potential_utf-86f90cc28a92d234/lib-potential_utf.json' from root:root to runner:runner
2025-08-20T23:04:17.7063682Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/potential_utf-86f90cc28a92d234/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7064663Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/potential_utf-86f90cc28a92d234/lib-potential_utf' from root:root to runner:runner
2025-08-20T23:04:17.7065672Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/potential_utf-86f90cc28a92d234/dep-lib-potential_utf' from root:root to runner:runner
2025-08-20T23:04:17.7066579Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/potential_utf-86f90cc28a92d234' from root:root to runner:runner
2025-08-20T23:04:17.7067510Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fs4-68cd02a6d78df847/dep-lib-fs4' from root:root to runner:runner
2025-08-20T23:04:17.7068423Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fs4-68cd02a6d78df847/lib-fs4' from root:root to runner:runner
2025-08-20T23:04:17.7069369Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fs4-68cd02a6d78df847/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7070398Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fs4-68cd02a6d78df847/lib-fs4.json' from root:root to runner:runner
2025-08-20T23:04:17.7071317Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fs4-68cd02a6d78df847' from root:root to runner:runner
2025-08-20T23:04:17.7072514Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-make-e7eaace8453bcd88/dep-lib-tree_sitter_make' from root:root to runner:runner
2025-08-20T23:04:17.7073606Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-make-e7eaace8453bcd88/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7074640Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-make-e7eaace8453bcd88/lib-tree_sitter_make' from root:root to runner:runner
2025-08-20T23:04:17.7075679Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-make-e7eaace8453bcd88/lib-tree_sitter_make.json' from root:root to runner:runner
2025-08-20T23:04:17.7076607Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-make-e7eaace8453bcd88' from root:root to runner:runner
2025-08-20T23:04:17.7077886Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-loader-68af87aa5ef1049f/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7079007Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-loader-68af87aa5ef1049f/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7079948Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-loader-68af87aa5ef1049f' from root:root to runner:runner
2025-08-20T23:04:17.7081057Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-3e55199380f95e68/lib-clap' from root:root to runner:runner
2025-08-20T23:04:17.7082052Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-3e55199380f95e68/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7082995Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-3e55199380f95e68/dep-lib-clap' from root:root to runner:runner
2025-08-20T23:04:17.7083926Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-3e55199380f95e68/lib-clap.json' from root:root to runner:runner
2025-08-20T23:04:17.7084809Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-3e55199380f95e68' from root:root to runner:runner
2025-08-20T23:04:17.7085951Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-c28a9096a379d75a/dep-lib-icu_provider' from root:root to runner:runner
2025-08-20T23:04:17.7087057Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-c28a9096a379d75a/lib-icu_provider.json' from root:root to runner:runner
2025-08-20T23:04:17.7088056Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-c28a9096a379d75a/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7089032Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-c28a9096a379d75a/lib-icu_provider' from root:root to runner:runner
2025-08-20T23:04:17.7089945Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-c28a9096a379d75a' from root:root to runner:runner
2025-08-20T23:04:17.7091019Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-5c264c078e2437d2/lib-indexmap.json' from root:root to runner:runner
2025-08-20T23:04:17.7092163Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-5c264c078e2437d2/dep-lib-indexmap' from root:root to runner:runner
2025-08-20T23:04:17.7093125Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-5c264c078e2437d2/lib-indexmap' from root:root to runner:runner
2025-08-20T23:04:17.7094095Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-5c264c078e2437d2/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7094996Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-5c264c078e2437d2' from root:root to runner:runner
2025-08-20T23:04:17.7095958Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-7c0624f593cfe705/lib-rayon_core' from root:root to runner:runner
2025-08-20T23:04:17.7096936Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-7c0624f593cfe705/dep-lib-rayon_core' from root:root to runner:runner
2025-08-20T23:04:17.7097912Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-7c0624f593cfe705/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7098906Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-7c0624f593cfe705/lib-rayon_core.json' from root:root to runner:runner
2025-08-20T23:04:17.7099953Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-7c0624f593cfe705' from root:root to runner:runner
2025-08-20T23:04:17.7101111Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/lib-colorchoice' from root:root to runner:runner
2025-08-20T23:04:17.7102164Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/dep-lib-colorchoice' from root:root to runner:runner
2025-08-20T23:04:17.7103153Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7104151Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb/lib-colorchoice.json' from root:root to runner:runner
2025-08-20T23:04:17.7105064Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-309e6b44748942cb' from root:root to runner:runner
2025-08-20T23:04:17.7106224Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-dbd57527c0ec8b1c/dep-lib-rustix' from root:root to runner:runner
2025-08-20T23:04:17.7107203Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-dbd57527c0ec8b1c/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7108174Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-dbd57527c0ec8b1c/lib-rustix.json' from root:root to runner:runner
2025-08-20T23:04:17.7109117Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-dbd57527c0ec8b1c/lib-rustix' from root:root to runner:runner
2025-08-20T23:04:17.7110002Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-dbd57527c0ec8b1c' from root:root to runner:runner
2025-08-20T23:04:17.7111027Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-a8b2a615bf7096c3/lib-idna.json' from root:root to runner:runner
2025-08-20T23:04:17.7111996Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-a8b2a615bf7096c3/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7112928Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-a8b2a615bf7096c3/dep-lib-idna' from root:root to runner:runner
2025-08-20T23:04:17.7113980Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-a8b2a615bf7096c3/lib-idna' from root:root to runner:runner
2025-08-20T23:04:17.7114923Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-a8b2a615bf7096c3' from root:root to runner:runner
2025-08-20T23:04:17.7115965Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-highlight-819663c36c4a6177/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7117058Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-highlight-819663c36c4a6177/output-lib-tree_sitter_highlight' from root:root to runner:runner
2025-08-20T23:04:17.7118011Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-highlight-819663c36c4a6177' from root:root to runner:runner
2025-08-20T23:04:17.7119074Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-haskell-ac8deab34f0e1c68/dep-lib-tree_sitter_haskell' from root:root to runner:runner
2025-08-20T23:04:17.7120460Z [00:03:37.097]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-haskell-ac8deab34f0e1c68/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7121572Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-haskell-ac8deab34f0e1c68/lib-tree_sitter_haskell.json' from root:root to runner:runner
2025-08-20T23:04:17.7122622Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-haskell-ac8deab34f0e1c68/lib-tree_sitter_haskell' from root:root to runner:runner
2025-08-20T23:04:17.7123566Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-haskell-ac8deab34f0e1c68' from root:root to runner:runner
2025-08-20T23:04:17.7124589Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-3c60fcc3958beeed/dep-lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T23:04:17.7125573Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-3c60fcc3958beeed/lib-linux_raw_sys' from root:root to runner:runner
2025-08-20T23:04:17.7126563Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-3c60fcc3958beeed/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7127563Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-3c60fcc3958beeed/lib-linux_raw_sys.json' from root:root to runner:runner
2025-08-20T23:04:17.7128618Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-3c60fcc3958beeed' from root:root to runner:runner
2025-08-20T23:04:17.7129592Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/lib-log.json' from root:root to runner:runner
2025-08-20T23:04:17.7130701Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7131672Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/dep-lib-log' from root:root to runner:runner
2025-08-20T23:04:17.7132577Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/lib-log' from root:root to runner:runner
2025-08-20T23:04:17.7133443Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42' from root:root to runner:runner
2025-08-20T23:04:17.7134818Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/streaming-iterator-c6a235a5f34c88bd/lib-streaming_iterator.json' from root:root to runner:runner
2025-08-20T23:04:17.7135853Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/streaming-iterator-c6a235a5f34c88bd/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7136907Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/streaming-iterator-c6a235a5f34c88bd/dep-lib-streaming_iterator' from root:root to runner:runner
2025-08-20T23:04:17.7137947Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/streaming-iterator-c6a235a5f34c88bd/lib-streaming_iterator' from root:root to runner:runner
2025-08-20T23:04:17.7138889Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/streaming-iterator-c6a235a5f34c88bd' from root:root to runner:runner
2025-08-20T23:04:17.7139860Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/lib-once_cell.json' from root:root to runner:runner
2025-08-20T23:04:17.7140938Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T23:04:17.7141972Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7143058Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313/lib-once_cell' from root:root to runner:runner
2025-08-20T23:04:17.7144050Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-bf549e27d6efb313' from root:root to runner:runner
2025-08-20T23:04:17.7145114Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:17.7146156Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-20T23:04:17.7147172Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7148404Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:17.7149345Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b' from root:root to runner:runner
2025-08-20T23:04:17.7150405Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T23:04:17.7151416Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7152345Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/lib-cfg_if' from root:root to runner:runner
2025-08-20T23:04:17.7153293Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T23:04:17.7154172Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f' from root:root to runner:runner
2025-08-20T23:04:17.7155183Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-tags-b831debdc48f06c8/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7156370Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-tags-b831debdc48f06c8/output-lib-tree_sitter_tags' from root:root to runner:runner
2025-08-20T23:04:17.7157346Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-tags-b831debdc48f06c8' from root:root to runner:runner
2025-08-20T23:04:17.7158302Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b0c900f499444793/lib-either.json' from root:root to runner:runner
2025-08-20T23:04:17.7159231Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b0c900f499444793/lib-either' from root:root to runner:runner
2025-08-20T23:04:17.7160198Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b0c900f499444793/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7161264Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b0c900f499444793/dep-lib-either' from root:root to runner:runner
2025-08-20T23:04:17.7162330Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b0c900f499444793' from root:root to runner:runner
2025-08-20T23:04:17.7163374Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-111d24ffd76d8a7c/dep-lib-icu_properties_data' from root:root to runner:runner
2025-08-20T23:04:17.7164386Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-111d24ffd76d8a7c/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7165423Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-111d24ffd76d8a7c/lib-icu_properties_data' from root:root to runner:runner
2025-08-20T23:04:17.7166474Z [00:03:37.098]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-111d24ffd76d8a7c/lib-icu_properties_data.json' from root:root to runner:runner
2025-08-20T23:04:17.7167412Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-111d24ffd76d8a7c' from root:root to runner:runner
2025-08-20T23:04:17.7168372Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/lib-walkdir.json' from root:root to runner:runner
2025-08-20T23:04:17.7169320Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/lib-walkdir' from root:root to runner:runner
2025-08-20T23:04:17.7170513Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7171543Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/dep-lib-walkdir' from root:root to runner:runner
2025-08-20T23:04:17.7172447Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80' from root:root to runner:runner
2025-08-20T23:04:17.7173531Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-json-2e9d58d527f43a0e/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7174645Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-json-2e9d58d527f43a0e/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7175570Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-json-2e9d58d527f43a0e' from root:root to runner:runner
2025-08-20T23:04:17.7176698Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-a8dd0f6a6b77b52d/lib-yoke.json' from root:root to runner:runner
2025-08-20T23:04:17.7177669Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-a8dd0f6a6b77b52d/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7178600Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-a8dd0f6a6b77b52d/dep-lib-yoke' from root:root to runner:runner
2025-08-20T23:04:17.7179531Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-a8dd0f6a6b77b52d/lib-yoke' from root:root to runner:runner
2025-08-20T23:04:17.7180563Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-a8dd0f6a6b77b52d' from root:root to runner:runner
2025-08-20T23:04:17.7181524Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shlex-abe94e3dc07059e9/lib-shlex.json' from root:root to runner:runner
2025-08-20T23:04:17.7182467Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shlex-abe94e3dc07059e9/dep-lib-shlex' from root:root to runner:runner
2025-08-20T23:04:17.7183429Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shlex-abe94e3dc07059e9/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7184495Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shlex-abe94e3dc07059e9/lib-shlex' from root:root to runner:runner
2025-08-20T23:04:17.7185397Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shlex-abe94e3dc07059e9' from root:root to runner:runner
2025-08-20T23:04:17.7186490Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-7af82a9829a84cb3/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7187602Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-7af82a9829a84cb3/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7188535Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-7af82a9829a84cb3' from root:root to runner:runner
2025-08-20T23:04:17.7189792Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-go-29318e31ee34f1f1/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7190996Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-go-29318e31ee34f1f1/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7191992Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-go-29318e31ee34f1f1' from root:root to runner:runner
2025-08-20T23:04:17.7192940Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-287d40780debb714/dep-lib-winnow' from root:root to runner:runner
2025-08-20T23:04:17.7193911Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-287d40780debb714/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7194847Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-287d40780debb714/lib-winnow' from root:root to runner:runner
2025-08-20T23:04:17.7195795Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-287d40780debb714/lib-winnow.json' from root:root to runner:runner
2025-08-20T23:04:17.7196684Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-287d40780debb714' from root:root to runner:runner
2025-08-20T23:04:17.7197693Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d/lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T23:04:17.7198874Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d/dep-lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T23:04:17.7199989Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7201144Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d/lib-crossbeam_epoch.json' from root:root to runner:runner
2025-08-20T23:04:17.7202133Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d' from root:root to runner:runner
2025-08-20T23:04:17.7203177Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-34b2c2a1cfbbb22b/lib-percent_encoding.json' from root:root to runner:runner
2025-08-20T23:04:17.7204392Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-34b2c2a1cfbbb22b/dep-lib-percent_encoding' from root:root to runner:runner
2025-08-20T23:04:17.7205414Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-34b2c2a1cfbbb22b/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7206431Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-34b2c2a1cfbbb22b/lib-percent_encoding' from root:root to runner:runner
2025-08-20T23:04:17.7207371Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-34b2c2a1cfbbb22b' from root:root to runner:runner
2025-08-20T23:04:17.7208319Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-d11a9822836ea344/dep-lib-rustix' from root:root to runner:runner
2025-08-20T23:04:17.7209287Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-d11a9822836ea344/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7210235Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-d11a9822836ea344/lib-rustix.json' from root:root to runner:runner
2025-08-20T23:04:17.7211377Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-d11a9822836ea344/lib-rustix' from root:root to runner:runner
2025-08-20T23:04:17.7212445Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-d11a9822836ea344' from root:root to runner:runner
2025-08-20T23:04:17.7213282Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-20T23:04:17.7214028Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-20T23:04:17.7214793Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T23:04:17.7215494Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl' from root:root to runner:runner
2025-08-20T23:04:17.7216265Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/serde_json-8f8a9bd9c1ebd964.d' from root:root to runner:runner
2025-08-20T23:04:17.7217069Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libclap_derive-f1efee19c3c98647.so' from root:root to runner:runner
2025-08-20T23:04:17.7217999Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/shlex-380b779259fb4319.d' from root:root to runner:runner
2025-08-20T23:04:17.7218814Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.7219605Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.7220530Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libequivalent-b5ddd993fdca60cb.rlib' from root:root to runner:runner
2025-08-20T23:04:17.7221389Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libindexmap-eb6c133d728115b2.rlib' from root:root to runner:runner
2025-08-20T23:04:17.7222165Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rlib' from root:root to runner:runner
2025-08-20T23:04:17.7222946Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libryu-a80d36219da43c14.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.7223717Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/yoke_derive-ce84457d9b420516.d' from root:root to runner:runner
2025-08-20T23:04:17.7224491Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/displaydoc-7ff6978791316ddb.d' from root:root to runner:runner
2025-08-20T23:04:17.7225272Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/unicode_ident-6d6f85adf22ee534.d' from root:root to runner:runner
2025-08-20T23:04:17.7226134Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/cc-af5996cc7d3cec00.d' from root:root to runner:runner
2025-08-20T23:04:17.7227048Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libindexmap-eb6c133d728115b2.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.7227846Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libitoa-3f4442783b425d26.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.7228618Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libsyn-7af998ece29da45f.rlib' from root:root to runner:runner
2025-08-20T23:04:17.7229394Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libitoa-3f4442783b425d26.rlib' from root:root to runner:runner
2025-08-20T23:04:17.7230135Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/heck-25103e7959c420e1.d' from root:root to runner:runner
2025-08-20T23:04:17.7231198Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libindoc-7bb603fa97472ef8.so' from root:root to runner:runner
2025-08-20T23:04:17.7232030Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rlib' from root:root to runner:runner
2025-08-20T23:04:17.7232835Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libserde_json-8f8a9bd9c1ebd964.rlib' from root:root to runner:runner
2025-08-20T23:04:17.7233579Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/serde-54217fce3b86cf1c.d' from root:root to runner:runner
2025-08-20T23:04:17.7234360Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/serde_derive-a10ccbb70c766421.d' from root:root to runner:runner
2025-08-20T23:04:17.7235128Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libryu-a80d36219da43c14.rlib' from root:root to runner:runner
2025-08-20T23:04:17.7235888Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/memchr-586265f0a17ea617.d' from root:root to runner:runner
2025-08-20T23:04:17.7236632Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/syn-7af998ece29da45f.d' from root:root to runner:runner
2025-08-20T23:04:17.7237360Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/ryu-a80d36219da43c14.d' from root:root to runner:runner
2025-08-20T23:04:17.7238192Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libsynstructure-48b1669568fb871e.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.7239132Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/thiserror_impl-3ec962cd0e453f14.d' from root:root to runner:runner
2025-08-20T23:04:17.7239978Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libsynstructure-48b1669568fb871e.rlib' from root:root to runner:runner
2025-08-20T23:04:17.7240872Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libcc-af5996cc7d3cec00.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.7241680Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/indoc-7bb603fa97472ef8.d' from root:root to runner:runner
2025-08-20T23:04:17.7242462Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libsyn-7af998ece29da45f.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.7243250Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libyoke_derive-ce84457d9b420516.so' from root:root to runner:runner
2025-08-20T23:04:17.7244050Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libhashbrown-59c94e6a971ffb7a.rlib' from root:root to runner:runner
2025-08-20T23:04:17.7245103Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/hashbrown-59c94e6a971ffb7a.d' from root:root to runner:runner
2025-08-20T23:04:17.7245892Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libquote-80f1d986a5f9a758.rlib' from root:root to runner:runner
2025-08-20T23:04:17.7246639Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/itoa-3f4442783b425d26.d' from root:root to runner:runner
2025-08-20T23:04:17.7247427Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libmemchr-586265f0a17ea617.rlib' from root:root to runner:runner
2025-08-20T23:04:17.7248202Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libcc-af5996cc7d3cec00.rlib' from root:root to runner:runner
2025-08-20T23:04:17.7248984Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libserde-54217fce3b86cf1c.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.7249764Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/proc_macro2-260d8f7fce67cc2d.d' from root:root to runner:runner
2025-08-20T23:04:17.7250612Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/quote-80f1d986a5f9a758.d' from root:root to runner:runner
2025-08-20T23:04:17.7251497Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libthiserror_impl-3ec962cd0e453f14.so' from root:root to runner:runner
2025-08-20T23:04:17.7252298Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libserde_derive-a10ccbb70c766421.so' from root:root to runner:runner
2025-08-20T23:04:17.7253263Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libzerofrom_derive-b61aad48c59767f1.so' from root:root to runner:runner
2025-08-20T23:04:17.7254172Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libproc_macro2-260d8f7fce67cc2d.rlib' from root:root to runner:runner
2025-08-20T23:04:17.7254973Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/zerofrom_derive-b61aad48c59767f1.d' from root:root to runner:runner
2025-08-20T23:04:17.7255756Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libquote-80f1d986a5f9a758.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.7256542Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/zerovec_derive-cf5576960c75ce3a.d' from root:root to runner:runner
2025-08-20T23:04:17.7257316Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib' from root:root to runner:runner
2025-08-20T23:04:17.7258285Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/indexmap-eb6c133d728115b2.d' from root:root to runner:runner
2025-08-20T23:04:17.7259098Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libserde_json-8f8a9bd9c1ebd964.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.7259883Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libserde-54217fce3b86cf1c.rlib' from root:root to runner:runner
2025-08-20T23:04:17.7260818Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libequivalent-b5ddd993fdca60cb.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.7261664Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libmemchr-586265f0a17ea617.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.7262435Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/equivalent-b5ddd993fdca60cb.d' from root:root to runner:runner
2025-08-20T23:04:17.7263210Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/clap_derive-f1efee19c3c98647.d' from root:root to runner:runner
2025-08-20T23:04:17.7264008Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libzerovec_derive-cf5576960c75ce3a.so' from root:root to runner:runner
2025-08-20T23:04:17.7264822Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libproc_macro2-260d8f7fce67cc2d.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.7265602Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.7266575Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libhashbrown-59c94e6a971ffb7a.rmeta' from root:root to runner:runner
2025-08-20T23:04:17.7267465Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libdisplaydoc-7ff6978791316ddb.so' from root:root to runner:runner
2025-08-20T23:04:17.7268264Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/synstructure-48b1669568fb871e.d' from root:root to runner:runner
2025-08-20T23:04:17.7268918Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-20T23:04:17.7269586Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-20T23:04:17.7270263Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-20T23:04:17.7271319Z [00:03:37.099]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/getrandom-f817fb91df723e79/build_script_build-f817fb91df723e79' from root:root to runner:runner
2025-08-20T23:04:17.7272329Z [00:03:37.100]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/getrandom-f817fb91df723e79/build-script-build' retained as runner:runner
2025-08-20T23:04:17.7273265Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/getrandom-f817fb91df723e79/build_script_build-f817fb91df723e79.d' from root:root to runner:runner
2025-08-20T23:04:17.7274032Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/getrandom-f817fb91df723e79' from root:root to runner:runner
2025-08-20T23:04:17.7274902Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-go-14efe9ec88db9516/build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7275842Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-go-14efe9ec88db9516/build_script_build-14efe9ec88db9516.d' from root:root to runner:runner
2025-08-20T23:04:17.7276729Z [00:03:37.100]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-go-14efe9ec88db9516/build_script_build-14efe9ec88db9516' retained as runner:runner
2025-08-20T23:04:17.7277511Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-go-14efe9ec88db9516' from root:root to runner:runner
2025-08-20T23:04:17.7278400Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/icu_normalizer_data-e45fe0ac21d3131d/build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7279295Z [00:03:37.100]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/icu_normalizer_data-e45fe0ac21d3131d/build_script_build-e45fe0ac21d3131d' retained as runner:runner
2025-08-20T23:04:17.7280522Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/icu_normalizer_data-e45fe0ac21d3131d/build_script_build-e45fe0ac21d3131d.d' from root:root to runner:runner
2025-08-20T23:04:17.7281395Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/icu_normalizer_data-e45fe0ac21d3131d' from root:root to runner:runner
2025-08-20T23:04:17.7282339Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build_script_build-b7b355ee76e503f6' from root:root to runner:runner
2025-08-20T23:04:17.7283165Z [00:03:37.100]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build-script-build' retained as runner:runner
2025-08-20T23:04:17.7284107Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build_script_build-b7b355ee76e503f6.d' from root:root to runner:runner
2025-08-20T23:04:17.7284907Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6' from root:root to runner:runner
2025-08-20T23:04:17.7286027Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/semver-1cb0bcddacba8922/build_script_build-1cb0bcddacba8922' from root:root to runner:runner
2025-08-20T23:04:17.7286823Z [00:03:37.100]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/semver-1cb0bcddacba8922/build-script-build' retained as runner:runner
2025-08-20T23:04:17.7287737Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/semver-1cb0bcddacba8922/build_script_build-1cb0bcddacba8922.d' from root:root to runner:runner
2025-08-20T23:04:17.7288491Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/semver-1cb0bcddacba8922' from root:root to runner:runner
2025-08-20T23:04:17.7289295Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde_json-5acd88ff929e16b2/stderr' from root:root to runner:runner
2025-08-20T23:04:17.7290139Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde_json-5acd88ff929e16b2/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7291038Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde_json-5acd88ff929e16b2/out' from root:root to runner:runner
2025-08-20T23:04:17.7291866Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde_json-5acd88ff929e16b2/root-output' from root:root to runner:runner
2025-08-20T23:04:17.7292664Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde_json-5acd88ff929e16b2/output' from root:root to runner:runner
2025-08-20T23:04:17.7293594Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde_json-5acd88ff929e16b2' from root:root to runner:runner
2025-08-20T23:04:17.7294511Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7295360Z [00:03:37.100]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build_script_build-bc5d4db155a38dc4' retained as runner:runner
2025-08-20T23:04:17.7296264Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build_script_build-bc5d4db155a38dc4.d' from root:root to runner:runner
2025-08-20T23:04:17.7297016Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4' from root:root to runner:runner
2025-08-20T23:04:17.7297963Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/icu_properties_data-02e9eb96c00baf7e/build_script_build-02e9eb96c00baf7e' from root:root to runner:runner
2025-08-20T23:04:17.7298792Z [00:03:37.100]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/icu_properties_data-02e9eb96c00baf7e/build-script-build' retained as runner:runner
2025-08-20T23:04:17.7299916Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/icu_properties_data-02e9eb96c00baf7e/build_script_build-02e9eb96c00baf7e.d' from root:root to runner:runner
2025-08-20T23:04:17.7300979Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/icu_properties_data-02e9eb96c00baf7e' from root:root to runner:runner
2025-08-20T23:04:17.7301913Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-bash-b152a60b888ac075/build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7302808Z [00:03:37.100]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-bash-b152a60b888ac075/build_script_build-b152a60b888ac075' retained as runner:runner
2025-08-20T23:04:17.7303752Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-bash-b152a60b888ac075/build_script_build-b152a60b888ac075.d' from root:root to runner:runner
2025-08-20T23:04:17.7304554Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-bash-b152a60b888ac075' from root:root to runner:runner
2025-08-20T23:04:17.7305497Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-python-6dd4a96331386ee7/build_script_build-6dd4a96331386ee7' from root:root to runner:runner
2025-08-20T23:04:17.7306343Z [00:03:37.100]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-python-6dd4a96331386ee7/build-script-build' retained as runner:runner
2025-08-20T23:04:17.7307479Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-python-6dd4a96331386ee7/build_script_build-6dd4a96331386ee7.d' from root:root to runner:runner
2025-08-20T23:04:17.7308295Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-python-6dd4a96331386ee7' from root:root to runner:runner
2025-08-20T23:04:17.7309188Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-haskell-4c19049589bf0d5d/build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7310153Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-haskell-4c19049589bf0d5d/build_script_build-4c19049589bf0d5d.d' from root:root to runner:runner
2025-08-20T23:04:17.7311202Z [00:03:37.100]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-haskell-4c19049589bf0d5d/build_script_build-4c19049589bf0d5d' retained as runner:runner
2025-08-20T23:04:17.7312026Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-haskell-4c19049589bf0d5d' from root:root to runner:runner
2025-08-20T23:04:17.7312988Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-loader-6d38e8fabc1a271d/build_script_build-6d38e8fabc1a271d.d' from root:root to runner:runner
2025-08-20T23:04:17.7314095Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-loader-6d38e8fabc1a271d/build_script_build-6d38e8fabc1a271d' from root:root to runner:runner
2025-08-20T23:04:17.7314946Z [00:03:37.100]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-loader-6d38e8fabc1a271d/build-script-build' retained as runner:runner
2025-08-20T23:04:17.7315754Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-loader-6d38e8fabc1a271d' from root:root to runner:runner
2025-08-20T23:04:17.7316663Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/anyhow-8c3506acb46b5e96/build_script_build-8c3506acb46b5e96.d' from root:root to runner:runner
2025-08-20T23:04:17.7317494Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/anyhow-8c3506acb46b5e96/build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7318341Z [00:03:37.100]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/anyhow-8c3506acb46b5e96/build_script_build-8c3506acb46b5e96' retained as runner:runner
2025-08-20T23:04:17.7319090Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/anyhow-8c3506acb46b5e96' from root:root to runner:runner
2025-08-20T23:04:17.7320012Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/rayon-core-251b4e20b8ec6038/build_script_build-251b4e20b8ec6038.d' from root:root to runner:runner
2025-08-20T23:04:17.7321020Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/rayon-core-251b4e20b8ec6038/build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7322093Z [00:03:37.100]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/rayon-core-251b4e20b8ec6038/build_script_build-251b4e20b8ec6038' retained as runner:runner
2025-08-20T23:04:17.7322934Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/rayon-core-251b4e20b8ec6038' from root:root to runner:runner
2025-08-20T23:04:17.7323890Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-json-12810d20a2949ad7/build_script_build-12810d20a2949ad7' from root:root to runner:runner
2025-08-20T23:04:17.7324721Z [00:03:37.100]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-json-12810d20a2949ad7/build-script-build' retained as runner:runner
2025-08-20T23:04:17.7325664Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-json-12810d20a2949ad7/build_script_build-12810d20a2949ad7.d' from root:root to runner:runner
2025-08-20T23:04:17.7326462Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-json-12810d20a2949ad7' from root:root to runner:runner
2025-08-20T23:04:17.7327471Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/proc-macro2-62468efc60f7adcf/stderr' from root:root to runner:runner
2025-08-20T23:04:17.7328326Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/proc-macro2-62468efc60f7adcf/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7329111Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/proc-macro2-62468efc60f7adcf/out' from root:root to runner:runner
2025-08-20T23:04:17.7329934Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/proc-macro2-62468efc60f7adcf/root-output' from root:root to runner:runner
2025-08-20T23:04:17.7330844Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/proc-macro2-62468efc60f7adcf/output' from root:root to runner:runner
2025-08-20T23:04:17.7331681Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/proc-macro2-62468efc60f7adcf' from root:root to runner:runner
2025-08-20T23:04:17.7332583Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde-04ca594b1c58c84d/build_script_build-04ca594b1c58c84d.d' from root:root to runner:runner
2025-08-20T23:04:17.7333410Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde-04ca594b1c58c84d/build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7334253Z [00:03:37.100]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde-04ca594b1c58c84d/build_script_build-04ca594b1c58c84d' retained as runner:runner
2025-08-20T23:04:17.7335156Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde-04ca594b1c58c84d' from root:root to runner:runner
2025-08-20T23:04:17.7336031Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/thiserror-077a6eb4299c1357/build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7336945Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/thiserror-077a6eb4299c1357/build_script_build-077a6eb4299c1357.d' from root:root to runner:runner
2025-08-20T23:04:17.7337813Z [00:03:37.100]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/thiserror-077a6eb4299c1357/build_script_build-077a6eb4299c1357' retained as runner:runner
2025-08-20T23:04:17.7338584Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/thiserror-077a6eb4299c1357' from root:root to runner:runner
2025-08-20T23:04:17.7339564Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-javascript-ab6d74acc4e6866b/build_script_build-ab6d74acc4e6866b.d' from root:root to runner:runner
2025-08-20T23:04:17.7340805Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-javascript-ab6d74acc4e6866b/build_script_build-ab6d74acc4e6866b' from root:root to runner:runner
2025-08-20T23:04:17.7341707Z [00:03:37.100]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-javascript-ab6d74acc4e6866b/build-script-build' retained as runner:runner
2025-08-20T23:04:17.7342591Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-javascript-ab6d74acc4e6866b' from root:root to runner:runner
2025-08-20T23:04:17.7343490Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/rustix-8275d0b71f30cc6d/build_script_build-8275d0b71f30cc6d' from root:root to runner:runner
2025-08-20T23:04:17.7344397Z [00:03:37.100]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/rustix-8275d0b71f30cc6d/build_script_build-8275d0b71f30cc6d.d' from root:root to runner:runner
2025-08-20T23:04:17.7345178Z [00:03:37.101]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/rustix-8275d0b71f30cc6d/build-script-build' retained as runner:runner
2025-08-20T23:04:17.7345929Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/rustix-8275d0b71f30cc6d' from root:root to runner:runner
2025-08-20T23:04:17.7346811Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-rust-235d165d79362f50/build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7347757Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-rust-235d165d79362f50/build_script_build-235d165d79362f50.d' from root:root to runner:runner
2025-08-20T23:04:17.7348884Z [00:03:37.101]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-rust-235d165d79362f50/build_script_build-235d165d79362f50' retained as runner:runner
2025-08-20T23:04:17.7349748Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-rust-235d165d79362f50' from root:root to runner:runner
2025-08-20T23:04:17.7350785Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde_json-114ff997f6490ac1/build_script_build-114ff997f6490ac1' from root:root to runner:runner
2025-08-20T23:04:17.7351641Z [00:03:37.101]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde_json-114ff997f6490ac1/build-script-build' retained as runner:runner
2025-08-20T23:04:17.7352562Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde_json-114ff997f6490ac1/build_script_build-114ff997f6490ac1.d' from root:root to runner:runner
2025-08-20T23:04:17.7353327Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde_json-114ff997f6490ac1' from root:root to runner:runner
2025-08-20T23:04:17.7354176Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/proc-macro2-f9645c45e422083d/build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7355221Z [00:03:37.101]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/proc-macro2-f9645c45e422083d/build_script_build-f9645c45e422083d' retained as runner:runner
2025-08-20T23:04:17.7356150Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/proc-macro2-f9645c45e422083d/build_script_build-f9645c45e422083d.d' from root:root to runner:runner
2025-08-20T23:04:17.7356928Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/proc-macro2-f9645c45e422083d' from root:root to runner:runner
2025-08-20T23:04:17.7357905Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-typescript-ace2a0598c840724/build_script_build-ace2a0598c840724' from root:root to runner:runner
2025-08-20T23:04:17.7358763Z [00:03:37.101]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-typescript-ace2a0598c840724/build-script-build' retained as runner:runner
2025-08-20T23:04:17.7359746Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-typescript-ace2a0598c840724/build_script_build-ace2a0598c840724.d' from root:root to runner:runner
2025-08-20T23:04:17.7360691Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-typescript-ace2a0598c840724' from root:root to runner:runner
2025-08-20T23:04:17.7361641Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-java-9f7d22626354fe8d/build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7362532Z [00:03:37.101]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-java-9f7d22626354fe8d/build_script_build-9f7d22626354fe8d' retained as runner:runner
2025-08-20T23:04:17.7363617Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-java-9f7d22626354fe8d/build_script_build-9f7d22626354fe8d.d' from root:root to runner:runner
2025-08-20T23:04:17.7364457Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-java-9f7d22626354fe8d' from root:root to runner:runner
2025-08-20T23:04:17.7365349Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/libc-043f9700968c6b96/build_script_build-043f9700968c6b96' from root:root to runner:runner
2025-08-20T23:04:17.7366125Z [00:03:37.101]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/libc-043f9700968c6b96/build-script-build' retained as runner:runner
2025-08-20T23:04:17.7367016Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/libc-043f9700968c6b96/build_script_build-043f9700968c6b96.d' from root:root to runner:runner
2025-08-20T23:04:17.7367757Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/libc-043f9700968c6b96' from root:root to runner:runner
2025-08-20T23:04:17.7368827Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-yaml-492929ecc8ef3e80/build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7369785Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-yaml-492929ecc8ef3e80/build_script_build-492929ecc8ef3e80.d' from root:root to runner:runner
2025-08-20T23:04:17.7370800Z [00:03:37.101]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-yaml-492929ecc8ef3e80/build_script_build-492929ecc8ef3e80' retained as runner:runner
2025-08-20T23:04:17.7371649Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-yaml-492929ecc8ef3e80' from root:root to runner:runner
2025-08-20T23:04:17.7372519Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-c-b67fe13ce472bc9b/build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7373461Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-c-b67fe13ce472bc9b/build_script_build-b67fe13ce472bc9b.d' from root:root to runner:runner
2025-08-20T23:04:17.7374335Z [00:03:37.101]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-c-b67fe13ce472bc9b/build_script_build-b67fe13ce472bc9b' retained as runner:runner
2025-08-20T23:04:17.7375119Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-c-b67fe13ce472bc9b' from root:root to runner:runner
2025-08-20T23:04:17.7376011Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/rustix-492899db5a73fc84/build_script_build-492899db5a73fc84' from root:root to runner:runner
2025-08-20T23:04:17.7377069Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/rustix-492899db5a73fc84/build_script_build-492899db5a73fc84.d' from root:root to runner:runner
2025-08-20T23:04:17.7377918Z [00:03:37.101]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/rustix-492899db5a73fc84/build-script-build' retained as runner:runner
2025-08-20T23:04:17.7378802Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/rustix-492899db5a73fc84' from root:root to runner:runner
2025-08-20T23:04:17.7379687Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-make-ad76c779a2b67418/build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7380825Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-make-ad76c779a2b67418/build_script_build-ad76c779a2b67418.d' from root:root to runner:runner
2025-08-20T23:04:17.7381759Z [00:03:37.101]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-make-ad76c779a2b67418/build_script_build-ad76c779a2b67418' retained as runner:runner
2025-08-20T23:04:17.7382559Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-make-ad76c779a2b67418' from root:root to runner:runner
2025-08-20T23:04:17.7383505Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-ruby-41d4364161998640/build_script_build-41d4364161998640.d' from root:root to runner:runner
2025-08-20T23:04:17.7384374Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-ruby-41d4364161998640/build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7385255Z [00:03:37.101]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-ruby-41d4364161998640/build_script_build-41d4364161998640' retained as runner:runner
2025-08-20T23:04:17.7386053Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-ruby-41d4364161998640' from root:root to runner:runner
2025-08-20T23:04:17.7387127Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-d557a1e7b6cebe0d/build_script_build-d557a1e7b6cebe0d.d' from root:root to runner:runner
2025-08-20T23:04:17.7388053Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-d557a1e7b6cebe0d/build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7388932Z [00:03:37.101]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-d557a1e7b6cebe0d/build_script_build-d557a1e7b6cebe0d' retained as runner:runner
2025-08-20T23:04:17.7389710Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-d557a1e7b6cebe0d' from root:root to runner:runner
2025-08-20T23:04:17.7390752Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-hcl-c9be11e5d9deffc5/build_script_build-c9be11e5d9deffc5.d' from root:root to runner:runner
2025-08-20T23:04:17.7391757Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-hcl-c9be11e5d9deffc5/build_script_build-c9be11e5d9deffc5' from root:root to runner:runner
2025-08-20T23:04:17.7392793Z [00:03:37.101]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-hcl-c9be11e5d9deffc5/build-script-build' retained as runner:runner
2025-08-20T23:04:17.7393589Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-hcl-c9be11e5d9deffc5' from root:root to runner:runner
2025-08-20T23:04:17.7394376Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde-08a2082a4c964eef/stderr' from root:root to runner:runner
2025-08-20T23:04:17.7395200Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde-08a2082a4c964eef/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7395976Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde-08a2082a4c964eef/out' from root:root to runner:runner
2025-08-20T23:04:17.7396774Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde-08a2082a4c964eef/root-output' from root:root to runner:runner
2025-08-20T23:04:17.7397558Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde-08a2082a4c964eef/output' from root:root to runner:runner
2025-08-20T23:04:17.7398305Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde-08a2082a4c964eef' from root:root to runner:runner
2025-08-20T23:04:17.7399249Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-cpp-91954fd960c48cf2/build_script_build-91954fd960c48cf2.d' from root:root to runner:runner
2025-08-20T23:04:17.7400120Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-cpp-91954fd960c48cf2/build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7401279Z [00:03:37.101]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-cpp-91954fd960c48cf2/build_script_build-91954fd960c48cf2' retained as runner:runner
2025-08-20T23:04:17.7402183Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-cpp-91954fd960c48cf2' from root:root to runner:runner
2025-08-20T23:04:17.7402845Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-20T23:04:17.7403519Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-20T23:04:17.7404414Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/zerovec-derive-cf5576960c75ce3a/lib-zerovec_derive' from root:root to runner:runner
2025-08-20T23:04:17.7405294Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/zerovec-derive-cf5576960c75ce3a/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7406348Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/zerovec-derive-cf5576960c75ce3a/dep-lib-zerovec_derive' from root:root to runner:runner
2025-08-20T23:04:17.7407252Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/zerovec-derive-cf5576960c75ce3a/lib-zerovec_derive.json' from root:root to runner:runner
2025-08-20T23:04:17.7408068Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/zerovec-derive-cf5576960c75ce3a' from root:root to runner:runner
2025-08-20T23:04:17.7408932Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/getrandom-f817fb91df723e79/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7409890Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/getrandom-f817fb91df723e79/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7410949Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/getrandom-f817fb91df723e79/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7411914Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/getrandom-f817fb91df723e79/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7412709Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/getrandom-f817fb91df723e79' from root:root to runner:runner
2025-08-20T23:04:17.7413566Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/equivalent-b5ddd993fdca60cb/lib-equivalent' from root:root to runner:runner
2025-08-20T23:04:17.7414585Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/equivalent-b5ddd993fdca60cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7415536Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/equivalent-b5ddd993fdca60cb/dep-lib-equivalent' from root:root to runner:runner
2025-08-20T23:04:17.7416434Z [00:03:37.101]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/equivalent-b5ddd993fdca60cb/lib-equivalent.json' from root:root to runner:runner
2025-08-20T23:04:17.7417229Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/equivalent-b5ddd993fdca60cb' from root:root to runner:runner
2025-08-20T23:04:17.7418119Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-go-14efe9ec88db9516/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7419092Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-go-14efe9ec88db9516/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7420236Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-go-14efe9ec88db9516/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7421366Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-go-14efe9ec88db9516/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7422185Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-go-14efe9ec88db9516' from root:root to runner:runner
2025-08-20T23:04:17.7423048Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/clap_derive-f1efee19c3c98647/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7423935Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/clap_derive-f1efee19c3c98647/lib-clap_derive.json' from root:root to runner:runner
2025-08-20T23:04:17.7424795Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/clap_derive-f1efee19c3c98647/lib-clap_derive' from root:root to runner:runner
2025-08-20T23:04:17.7425673Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/clap_derive-f1efee19c3c98647/dep-lib-clap_derive' from root:root to runner:runner
2025-08-20T23:04:17.7426462Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/clap_derive-f1efee19c3c98647' from root:root to runner:runner
2025-08-20T23:04:17.7427357Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde_derive-a10ccbb70c766421/dep-lib-serde_derive' from root:root to runner:runner
2025-08-20T23:04:17.7428383Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde_derive-a10ccbb70c766421/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7429318Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde_derive-a10ccbb70c766421/lib-serde_derive' from root:root to runner:runner
2025-08-20T23:04:17.7430217Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde_derive-a10ccbb70c766421/lib-serde_derive.json' from root:root to runner:runner
2025-08-20T23:04:17.7431229Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde_derive-a10ccbb70c766421' from root:root to runner:runner
2025-08-20T23:04:17.7432145Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-e45fe0ac21d3131d/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7433124Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-e45fe0ac21d3131d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7434306Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-e45fe0ac21d3131d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7435285Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-e45fe0ac21d3131d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7436106Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-e45fe0ac21d3131d' from root:root to runner:runner
2025-08-20T23:04:17.7436999Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7437977Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7438953Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7439909Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7440842Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6' from root:root to runner:runner
2025-08-20T23:04:17.7441713Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/memchr-586265f0a17ea617/lib-memchr' from root:root to runner:runner
2025-08-20T23:04:17.7442717Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/memchr-586265f0a17ea617/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7443641Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/memchr-586265f0a17ea617/lib-memchr.json' from root:root to runner:runner
2025-08-20T23:04:17.7444489Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/memchr-586265f0a17ea617/dep-lib-memchr' from root:root to runner:runner
2025-08-20T23:04:17.7445263Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/memchr-586265f0a17ea617' from root:root to runner:runner
2025-08-20T23:04:17.7446132Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/indexmap-eb6c133d728115b2/lib-indexmap.json' from root:root to runner:runner
2025-08-20T23:04:17.7446988Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/indexmap-eb6c133d728115b2/dep-lib-indexmap' from root:root to runner:runner
2025-08-20T23:04:17.7448036Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/indexmap-eb6c133d728115b2/lib-indexmap' from root:root to runner:runner
2025-08-20T23:04:17.7448909Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/indexmap-eb6c133d728115b2/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7449694Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/indexmap-eb6c133d728115b2' from root:root to runner:runner
2025-08-20T23:04:17.7450772Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/semver-1cb0bcddacba8922/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7451780Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/semver-1cb0bcddacba8922/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7452721Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/semver-1cb0bcddacba8922/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7453634Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/semver-1cb0bcddacba8922/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7454417Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/semver-1cb0bcddacba8922' from root:root to runner:runner
2025-08-20T23:04:17.7455355Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde_json-5acd88ff929e16b2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7456568Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde_json-5acd88ff929e16b2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7457418Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde_json-5acd88ff929e16b2' from root:root to runner:runner
2025-08-20T23:04:17.7458290Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde_json-8f8a9bd9c1ebd964/dep-lib-serde_json' from root:root to runner:runner
2025-08-20T23:04:17.7459153Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde_json-8f8a9bd9c1ebd964/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7460005Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde_json-8f8a9bd9c1ebd964/lib-serde_json' from root:root to runner:runner
2025-08-20T23:04:17.7460988Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde_json-8f8a9bd9c1ebd964/lib-serde_json.json' from root:root to runner:runner
2025-08-20T23:04:17.7462006Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde_json-8f8a9bd9c1ebd964' from root:root to runner:runner
2025-08-20T23:04:17.7462879Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7463816Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7464743Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7465662Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7466431Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4' from root:root to runner:runner
2025-08-20T23:04:17.7467336Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/icu_properties_data-02e9eb96c00baf7e/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7468318Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/icu_properties_data-02e9eb96c00baf7e/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7469296Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/icu_properties_data-02e9eb96c00baf7e/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7470501Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/icu_properties_data-02e9eb96c00baf7e/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7471397Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/icu_properties_data-02e9eb96c00baf7e' from root:root to runner:runner
2025-08-20T23:04:17.7472245Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde-54217fce3b86cf1c/lib-serde.json' from root:root to runner:runner
2025-08-20T23:04:17.7473094Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde-54217fce3b86cf1c/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7473922Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde-54217fce3b86cf1c/dep-lib-serde' from root:root to runner:runner
2025-08-20T23:04:17.7474730Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde-54217fce3b86cf1c/lib-serde' from root:root to runner:runner
2025-08-20T23:04:17.7475713Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde-54217fce3b86cf1c' from root:root to runner:runner
2025-08-20T23:04:17.7476605Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/proc-macro2-260d8f7fce67cc2d/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7477488Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/proc-macro2-260d8f7fce67cc2d/lib-proc_macro2.json' from root:root to runner:runner
2025-08-20T23:04:17.7478372Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/proc-macro2-260d8f7fce67cc2d/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-20T23:04:17.7479234Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/proc-macro2-260d8f7fce67cc2d/lib-proc_macro2' from root:root to runner:runner
2025-08-20T23:04:17.7480039Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/proc-macro2-260d8f7fce67cc2d' from root:root to runner:runner
2025-08-20T23:04:17.7481099Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-bash-b152a60b888ac075/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7482099Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-bash-b152a60b888ac075/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7483076Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-bash-b152a60b888ac075/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7484210Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-bash-b152a60b888ac075/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7485140Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-bash-b152a60b888ac075' from root:root to runner:runner
2025-08-20T23:04:17.7486058Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-python-6dd4a96331386ee7/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7487053Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-python-6dd4a96331386ee7/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7488044Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-python-6dd4a96331386ee7/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7489006Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-python-6dd4a96331386ee7/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7490019Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-python-6dd4a96331386ee7' from root:root to runner:runner
2025-08-20T23:04:17.7491044Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-haskell-4c19049589bf0d5d/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7492065Z [00:03:37.102]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-haskell-4c19049589bf0d5d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7493060Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-haskell-4c19049589bf0d5d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7494035Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-haskell-4c19049589bf0d5d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7494871Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-haskell-4c19049589bf0d5d' from root:root to runner:runner
2025-08-20T23:04:17.7495701Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/indoc-7bb603fa97472ef8/dep-lib-indoc' from root:root to runner:runner
2025-08-20T23:04:17.7496542Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/indoc-7bb603fa97472ef8/lib-indoc.json' from root:root to runner:runner
2025-08-20T23:04:17.7497538Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/indoc-7bb603fa97472ef8/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7498365Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/indoc-7bb603fa97472ef8/lib-indoc' from root:root to runner:runner
2025-08-20T23:04:17.7499135Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/indoc-7bb603fa97472ef8' from root:root to runner:runner
2025-08-20T23:04:17.7500042Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-loader-6d38e8fabc1a271d/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7501122Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-loader-6d38e8fabc1a271d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7502142Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-loader-6d38e8fabc1a271d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7503304Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-loader-6d38e8fabc1a271d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7504139Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-loader-6d38e8fabc1a271d' from root:root to runner:runner
2025-08-20T23:04:17.7505003Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/anyhow-8c3506acb46b5e96/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7505946Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/anyhow-8c3506acb46b5e96/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7506877Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/anyhow-8c3506acb46b5e96/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7507795Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/anyhow-8c3506acb46b5e96/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7508566Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/anyhow-8c3506acb46b5e96' from root:root to runner:runner
2025-08-20T23:04:17.7509457Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/zerofrom-derive-b61aad48c59767f1/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7510469Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/zerofrom-derive-b61aad48c59767f1/lib-zerofrom_derive' from root:root to runner:runner
2025-08-20T23:04:17.7511573Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/zerofrom-derive-b61aad48c59767f1/lib-zerofrom_derive.json' from root:root to runner:runner
2025-08-20T23:04:17.7512596Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/zerofrom-derive-b61aad48c59767f1/dep-lib-zerofrom_derive' from root:root to runner:runner
2025-08-20T23:04:17.7513422Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/zerofrom-derive-b61aad48c59767f1' from root:root to runner:runner
2025-08-20T23:04:17.7514293Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/rayon-core-251b4e20b8ec6038/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7515247Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/rayon-core-251b4e20b8ec6038/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7516197Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/rayon-core-251b4e20b8ec6038/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7517259Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/rayon-core-251b4e20b8ec6038/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7518049Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/rayon-core-251b4e20b8ec6038' from root:root to runner:runner
2025-08-20T23:04:17.7518949Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-json-12810d20a2949ad7/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7519929Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-json-12810d20a2949ad7/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7521010Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-json-12810d20a2949ad7/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7522036Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-json-12810d20a2949ad7/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7522848Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-json-12810d20a2949ad7' from root:root to runner:runner
2025-08-20T23:04:17.7523666Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/ryu-a80d36219da43c14/dep-lib-ryu' from root:root to runner:runner
2025-08-20T23:04:17.7524452Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/ryu-a80d36219da43c14/lib-ryu' from root:root to runner:runner
2025-08-20T23:04:17.7525461Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/ryu-a80d36219da43c14/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7526284Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/ryu-a80d36219da43c14/lib-ryu.json' from root:root to runner:runner
2025-08-20T23:04:17.7527052Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/ryu-a80d36219da43c14' from root:root to runner:runner
2025-08-20T23:04:17.7528005Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/proc-macro2-62468efc60f7adcf/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7528978Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/proc-macro2-62468efc60f7adcf/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7529776Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/proc-macro2-62468efc60f7adcf' from root:root to runner:runner
2025-08-20T23:04:17.7531002Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde-04ca594b1c58c84d/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7532005Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde-04ca594b1c58c84d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7532930Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde-04ca594b1c58c84d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7533842Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde-04ca594b1c58c84d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7534614Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde-04ca594b1c58c84d' from root:root to runner:runner
2025-08-20T23:04:17.7535476Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/thiserror-077a6eb4299c1357/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7536422Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/thiserror-077a6eb4299c1357/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7537356Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/thiserror-077a6eb4299c1357/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7538289Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/thiserror-077a6eb4299c1357/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7539238Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/thiserror-077a6eb4299c1357' from root:root to runner:runner
2025-08-20T23:04:17.7540141Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/lib-shlex.json' from root:root to runner:runner
2025-08-20T23:04:17.7541083Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/dep-lib-shlex' from root:root to runner:runner
2025-08-20T23:04:17.7541947Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7542766Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/lib-shlex' from root:root to runner:runner
2025-08-20T23:04:17.7543529Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319' from root:root to runner:runner
2025-08-20T23:04:17.7544497Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/cc-af5996cc7d3cec00/lib-cc.json' from root:root to runner:runner
2025-08-20T23:04:17.7545325Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/cc-af5996cc7d3cec00/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7546116Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/cc-af5996cc7d3cec00/lib-cc' from root:root to runner:runner
2025-08-20T23:04:17.7546920Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/cc-af5996cc7d3cec00/dep-lib-cc' from root:root to runner:runner
2025-08-20T23:04:17.7547681Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/cc-af5996cc7d3cec00' from root:root to runner:runner
2025-08-20T23:04:17.7548550Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/hashbrown-59c94e6a971ffb7a/dep-lib-hashbrown' from root:root to runner:runner
2025-08-20T23:04:17.7549422Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/hashbrown-59c94e6a971ffb7a/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7550273Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/hashbrown-59c94e6a971ffb7a/lib-hashbrown' from root:root to runner:runner
2025-08-20T23:04:17.7551261Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/hashbrown-59c94e6a971ffb7a/lib-hashbrown.json' from root:root to runner:runner
2025-08-20T23:04:17.7552055Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/hashbrown-59c94e6a971ffb7a' from root:root to runner:runner
2025-08-20T23:04:17.7553150Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-javascript-ab6d74acc4e6866b/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7554173Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-javascript-ab6d74acc4e6866b/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7555186Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-javascript-ab6d74acc4e6866b/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7556279Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-javascript-ab6d74acc4e6866b/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7557127Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-javascript-ab6d74acc4e6866b' from root:root to runner:runner
2025-08-20T23:04:17.7558215Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/rustix-8275d0b71f30cc6d/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7559150Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/rustix-8275d0b71f30cc6d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7560092Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/rustix-8275d0b71f30cc6d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7561103Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/rustix-8275d0b71f30cc6d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7561955Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/rustix-8275d0b71f30cc6d' from root:root to runner:runner
2025-08-20T23:04:17.7562845Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/yoke-derive-ce84457d9b420516/dep-lib-yoke_derive' from root:root to runner:runner
2025-08-20T23:04:17.7563708Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/yoke-derive-ce84457d9b420516/lib-yoke_derive' from root:root to runner:runner
2025-08-20T23:04:17.7564582Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/yoke-derive-ce84457d9b420516/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7565465Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/yoke-derive-ce84457d9b420516/lib-yoke_derive.json' from root:root to runner:runner
2025-08-20T23:04:17.7566403Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/yoke-derive-ce84457d9b420516' from root:root to runner:runner
2025-08-20T23:04:17.7567373Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-rust-235d165d79362f50/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7568356Z [00:03:37.103]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-rust-235d165d79362f50/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7569338Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-rust-235d165d79362f50/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7570392Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-rust-235d165d79362f50/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7571252Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-rust-235d165d79362f50' from root:root to runner:runner
2025-08-20T23:04:17.7572256Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/quote-80f1d986a5f9a758/lib-quote' from root:root to runner:runner
2025-08-20T23:04:17.7573111Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/quote-80f1d986a5f9a758/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7573949Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/quote-80f1d986a5f9a758/dep-lib-quote' from root:root to runner:runner
2025-08-20T23:04:17.7575617Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/quote-80f1d986a5f9a758/lib-quote.json' from root:root to runner:runner
2025-08-20T23:04:17.7577170Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/quote-80f1d986a5f9a758' from root:root to runner:runner
2025-08-20T23:04:17.7578738Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde_json-114ff997f6490ac1/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7580619Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde_json-114ff997f6490ac1/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7582478Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde_json-114ff997f6490ac1/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7584266Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde_json-114ff997f6490ac1/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7586085Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde_json-114ff997f6490ac1' from root:root to runner:runner
2025-08-20T23:04:17.7587763Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/proc-macro2-f9645c45e422083d/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7608049Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/proc-macro2-f9645c45e422083d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7610588Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/proc-macro2-f9645c45e422083d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7612516Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/proc-macro2-f9645c45e422083d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7614175Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/proc-macro2-f9645c45e422083d' from root:root to runner:runner
2025-08-20T23:04:17.7616247Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-typescript-ace2a0598c840724/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7618110Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-typescript-ace2a0598c840724/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7620033Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-typescript-ace2a0598c840724/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7622107Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-typescript-ace2a0598c840724/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7623871Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-typescript-ace2a0598c840724' from root:root to runner:runner
2025-08-20T23:04:17.7625546Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-java-9f7d22626354fe8d/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7627338Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-java-9f7d22626354fe8d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7629205Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-java-9f7d22626354fe8d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7631128Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-java-9f7d22626354fe8d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7633091Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-java-9f7d22626354fe8d' from root:root to runner:runner
2025-08-20T23:04:17.7634746Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/libc-043f9700968c6b96/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7636446Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/libc-043f9700968c6b96/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7638214Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/libc-043f9700968c6b96/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7639954Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/libc-043f9700968c6b96/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7641793Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/libc-043f9700968c6b96' from root:root to runner:runner
2025-08-20T23:04:17.7643589Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/itoa-3f4442783b425d26/lib-itoa.json' from root:root to runner:runner
2025-08-20T23:04:17.7645181Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/itoa-3f4442783b425d26/dep-lib-itoa' from root:root to runner:runner
2025-08-20T23:04:17.7646771Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/itoa-3f4442783b425d26/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7648348Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/itoa-3f4442783b425d26/lib-itoa' from root:root to runner:runner
2025-08-20T23:04:17.7649853Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/itoa-3f4442783b425d26' from root:root to runner:runner
2025-08-20T23:04:17.7651583Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-yaml-492929ecc8ef3e80/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7653386Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-yaml-492929ecc8ef3e80/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7655247Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-yaml-492929ecc8ef3e80/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7657080Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-yaml-492929ecc8ef3e80/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7658982Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-yaml-492929ecc8ef3e80' from root:root to runner:runner
2025-08-20T23:04:17.7660794Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-c-b67fe13ce472bc9b/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7662641Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-c-b67fe13ce472bc9b/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7664479Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-c-b67fe13ce472bc9b/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7666292Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-c-b67fe13ce472bc9b/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7668194Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-c-b67fe13ce472bc9b' from root:root to runner:runner
2025-08-20T23:04:17.7669778Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/rustix-492899db5a73fc84/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7671704Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/rustix-492899db5a73fc84/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7673487Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/rustix-492899db5a73fc84/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7675248Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/rustix-492899db5a73fc84/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7676853Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/rustix-492899db5a73fc84' from root:root to runner:runner
2025-08-20T23:04:17.7678464Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-make-ad76c779a2b67418/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7680377Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-make-ad76c779a2b67418/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7682315Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-make-ad76c779a2b67418/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7684386Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-make-ad76c779a2b67418/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7686164Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-make-ad76c779a2b67418' from root:root to runner:runner
2025-08-20T23:04:17.7687823Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/thiserror-impl-3ec962cd0e453f14/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T23:04:17.7689541Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/thiserror-impl-3ec962cd0e453f14/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T23:04:17.7691695Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/thiserror-impl-3ec962cd0e453f14/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T23:04:17.7693413Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/thiserror-impl-3ec962cd0e453f14/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7695285Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/thiserror-impl-3ec962cd0e453f14' from root:root to runner:runner
2025-08-20T23:04:17.7696917Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/synstructure-48b1669568fb871e/lib-synstructure.json' from root:root to runner:runner
2025-08-20T23:04:17.7698612Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/synstructure-48b1669568fb871e/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7700383Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/synstructure-48b1669568fb871e/lib-synstructure' from root:root to runner:runner
2025-08-20T23:04:17.7702152Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/synstructure-48b1669568fb871e/dep-lib-synstructure' from root:root to runner:runner
2025-08-20T23:04:17.7703767Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/synstructure-48b1669568fb871e' from root:root to runner:runner
2025-08-20T23:04:17.7705389Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-ruby-41d4364161998640/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7707172Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-ruby-41d4364161998640/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7709033Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-ruby-41d4364161998640/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7711176Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-ruby-41d4364161998640/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7712936Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-ruby-41d4364161998640' from root:root to runner:runner
2025-08-20T23:04:17.7714557Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/displaydoc-7ff6978791316ddb/dep-lib-displaydoc' from root:root to runner:runner
2025-08-20T23:04:17.7716226Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/displaydoc-7ff6978791316ddb/lib-displaydoc.json' from root:root to runner:runner
2025-08-20T23:04:17.7717931Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/displaydoc-7ff6978791316ddb/lib-displaydoc' from root:root to runner:runner
2025-08-20T23:04:17.7719576Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/displaydoc-7ff6978791316ddb/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7721658Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/displaydoc-7ff6978791316ddb' from root:root to runner:runner
2025-08-20T23:04:17.7723271Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-d557a1e7b6cebe0d/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7725031Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-d557a1e7b6cebe0d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7726847Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-d557a1e7b6cebe0d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7728653Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-d557a1e7b6cebe0d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7730396Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-d557a1e7b6cebe0d' from root:root to runner:runner
2025-08-20T23:04:17.7732082Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-hcl-c9be11e5d9deffc5/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7733865Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-hcl-c9be11e5d9deffc5/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7735720Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-hcl-c9be11e5d9deffc5/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7737773Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-hcl-c9be11e5d9deffc5/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7739544Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-hcl-c9be11e5d9deffc5' from root:root to runner:runner
2025-08-20T23:04:17.7741333Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident.json' from root:root to runner:runner
2025-08-20T23:04:17.7743046Z [00:03:37.104]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7744760Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-20T23:04:17.7746454Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident' from root:root to runner:runner
2025-08-20T23:04:17.7748323Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534' from root:root to runner:runner
2025-08-20T23:04:17.7749996Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde-08a2082a4c964eef/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7752005Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde-08a2082a4c964eef/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7753659Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde-08a2082a4c964eef' from root:root to runner:runner
2025-08-20T23:04:17.7755252Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-cpp-91954fd960c48cf2/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7757045Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-cpp-91954fd960c48cf2/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T23:04:17.7758889Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-cpp-91954fd960c48cf2/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7760784Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-cpp-91954fd960c48cf2/build-script-build-script-build' from root:root to runner:runner
2025-08-20T23:04:17.7762521Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-cpp-91954fd960c48cf2' from root:root to runner:runner
2025-08-20T23:04:17.7764380Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7766026Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck' from root:root to runner:runner
2025-08-20T23:04:17.7767592Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck.json' from root:root to runner:runner
2025-08-20T23:04:17.7769162Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/dep-lib-heck' from root:root to runner:runner
2025-08-20T23:04:17.7770845Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1' from root:root to runner:runner
2025-08-20T23:04:17.7772401Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/syn-7af998ece29da45f/lib-syn' from root:root to runner:runner
2025-08-20T23:04:17.7774214Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/syn-7af998ece29da45f/invoked.timestamp' from root:root to runner:runner
2025-08-20T23:04:17.7775803Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/syn-7af998ece29da45f/lib-syn.json' from root:root to runner:runner
2025-08-20T23:04:17.7777364Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/syn-7af998ece29da45f/dep-lib-syn' from root:root to runner:runner
2025-08-20T23:04:17.7778869Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/syn-7af998ece29da45f' from root:root to runner:runner
2025-08-20T23:04:17.7780243Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-20T23:04:17.7781731Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release' from root:root to runner:runner
2025-08-20T23:04:17.7782977Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T23:04:17.7784163Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target' from root:root to runner:runner
2025-08-20T23:04:17.7785311Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/CLAUDE.md' from root:root to runner:runner
2025-08-20T23:04:17.7786469Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/LICENSE' from root:root to runner:runner
2025-08-20T23:04:17.7787623Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-20T23:04:17.7789070Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/npm-package/bin/uncomment' from root:root to runner:runner
2025-08-20T23:04:17.7790500Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/npm-package/bin' from root:root to runner:runner
2025-08-20T23:04:17.7791822Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/npm-package/package.json' from root:root to runner:runner
2025-08-20T23:04:17.7793085Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/npm-package/index.js' from root:root to runner:runner
2025-08-20T23:04:17.7794346Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/npm-package/README.md' from root:root to runner:runner
2025-08-20T23:04:17.7795604Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/npm-package/.npmignore' from root:root to runner:runner
2025-08-20T23:04:17.7796858Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/npm-package/install.js' from root:root to runner:runner
2025-08-20T23:04:17.7798375Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/npm-package/test_pip.py' from root:root to runner:runner
2025-08-20T23:04:17.7799594Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/npm-package' from root:root to runner:runner
2025-08-20T23:04:17.7800913Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/bin/profile.rs' from root:root to runner:runner
2025-08-20T23:04:17.7802178Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/bin/benchmark.rs' from root:root to runner:runner
2025-08-20T23:04:17.7803369Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/bin' from root:root to runner:runner
2025-08-20T23:04:17.7804542Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/main.rs' from root:root to runner:runner
2025-08-20T23:04:17.7805779Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/languages/registry.rs' from root:root to runner:runner
2025-08-20T23:04:17.7807049Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/languages/mod.rs' from root:root to runner:runner
2025-08-20T23:04:17.7808340Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/languages/handlers.rs' from root:root to runner:runner
2025-08-20T23:04:17.7809626Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/languages/config.rs' from root:root to runner:runner
2025-08-20T23:04:17.7810998Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/languages' from root:root to runner:runner
2025-08-20T23:04:17.7812557Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/grammar/loader.rs' from root:root to runner:runner
2025-08-20T23:04:17.7813881Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/grammar/mod.rs' from root:root to runner:runner
2025-08-20T23:04:17.7815086Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/grammar' from root:root to runner:runner
2025-08-20T23:04:17.7816263Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/cli.rs' from root:root to runner:runner
2025-08-20T23:04:17.7817454Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/processor.rs' from root:root to runner:runner
2025-08-20T23:04:17.7818681Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/ast/visitor.rs' from root:root to runner:runner
2025-08-20T23:04:17.7819885Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/ast/mod.rs' from root:root to runner:runner
2025-08-20T23:04:17.7821243Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/ast' from root:root to runner:runner
2025-08-20T23:04:17.7822701Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/rules/mod.rs' from root:root to runner:runner
2025-08-20T23:04:17.7823964Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/rules/preservation.rs' from root:root to runner:runner
2025-08-20T23:04:17.7825186Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/rules' from root:root to runner:runner
2025-08-20T23:04:17.7826353Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/lib.rs' from root:root to runner:runner
2025-08-20T23:04:17.7827534Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/config.rs' from root:root to runner:runner
2025-08-20T23:04:17.7828723Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src' from root:root to runner:runner
2025-08-20T23:04:17.7829895Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/DISTRIBUTION.md' from root:root to runner:runner
2025-08-20T23:04:17.7831293Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T23:04:17.7832596Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T23:04:17.7833968Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T23:04:17.7835304Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T23:04:17.7836819Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T23:04:17.7838226Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T23:04:17.7839506Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T23:04:17.7840921Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T23:04:17.7842320Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T23:04:17.7843644Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T23:04:17.7844942Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T23:04:17.7846505Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T23:04:17.7847823Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T23:04:17.7849127Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T23:04:17.7850575Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T23:04:17.7851903Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T23:04:17.7853073Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T23:04:17.7854238Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T23:04:17.7855664Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/objects/pack/pack-7c3e9210d68ba6df9eca2680587c45db494cfb77.idx' from root:root to runner:runner
2025-08-20T23:04:17.7857336Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/objects/pack/pack-d0080bc9d4f3d1aeb30e0da52ef11557b5e55ef7.promisor' from root:root to runner:runner
2025-08-20T23:04:17.7858984Z [00:03:37.105]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/objects/pack/pack-d0080bc9d4f3d1aeb30e0da52ef11557b5e55ef7.rev' from root:root to runner:runner
2025-08-20T23:04:17.7860752Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/objects/pack/pack-d0080bc9d4f3d1aeb30e0da52ef11557b5e55ef7.idx' from root:root to runner:runner
2025-08-20T23:04:17.7862733Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/objects/pack/pack-7c3e9210d68ba6df9eca2680587c45db494cfb77.promisor' from root:root to runner:runner
2025-08-20T23:04:17.7864445Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/objects/pack/pack-7c3e9210d68ba6df9eca2680587c45db494cfb77.rev' from root:root to runner:runner
2025-08-20T23:04:17.7866080Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/objects/pack/pack-d0080bc9d4f3d1aeb30e0da52ef11557b5e55ef7.pack' from root:root to runner:runner
2025-08-20T23:04:17.7867711Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/objects/pack/pack-7c3e9210d68ba6df9eca2680587c45db494cfb77.pack' from root:root to runner:runner
2025-08-20T23:04:17.7869128Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T23:04:17.7870491Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T23:04:17.7871908Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T23:04:17.7873111Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T23:04:17.7874295Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T23:04:17.7875484Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T23:04:17.7876681Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T23:04:17.7877916Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T23:04:17.7879168Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T23:04:17.7880634Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T23:04:17.7882033Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T23:04:17.7883306Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T23:04:17.7884531Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T23:04:17.7885701Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T23:04:17.7887094Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T23:04:17.7888339Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T23:04:17.7889558Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T23:04:17.7890911Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T23:04:17.7892181Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T23:04:17.7893474Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T23:04:17.7894715Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T23:04:17.7896130Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T23:04:17.7897270Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T23:04:17.7898438Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.commitlintrc' from root:root to runner:runner
2025-08-20T23:04:17.7899663Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.pre-commit-hooks.yaml' from root:root to runner:runner
2025-08-20T23:04:17.7901108Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/tests/init_command_tests.rs' from root:root to runner:runner
2025-08-20T23:04:17.7902440Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/tests/init_integration_test.rs' from root:root to runner:runner
2025-08-20T23:04:17.7903772Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/tests/grammar_integration_tests.rs' from root:root to runner:runner
2025-08-20T23:04:17.7905101Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/tests/error_handling_tests.rs' from root:root to runner:runner
2025-08-20T23:04:17.7906414Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/tests/custom_languages_test.rs' from root:root to runner:runner
2025-08-20T23:04:17.7907736Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/tests/python_docstring_test.rs' from root:root to runner:runner
2025-08-20T23:04:17.7909036Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/tests/integration_tests.rs' from root:root to runner:runner
2025-08-20T23:04:17.7910606Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/tests/uncomment_integration.rs' from root:root to runner:runner
2025-08-20T23:04:17.7911909Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/tests' from root:root to runner:runner
2025-08-20T23:04:17.7913018Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO' from root:root to runner:runner
2025-08-20T23:04:17.7914089Z [00:03:37.106]➜  changed ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ' from root:root to runner:runner
2025-08-20T23:04:17.7915004Z [00:03:37.106]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T23:04:17.7915805Z [00:03:37.106]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T23:04:17.7916584Z [00:03:37.106]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T23:04:17.7917342Z [00:03:37.106]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T23:04:17.7918176Z [00:03:37.106]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/uncomment.static.version' retained as runner:runner
2025-08-20T23:04:17.7919269Z [00:03:37.106]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/uncomment.version' retained as runner:runner
2025-08-20T23:04:17.7920035Z [00:03:37.106]➜  ownership of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T23:04:17.7921174Z [00:03:37.113]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7922178Z [00:03:37.118]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7923272Z [00:03:37.124]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/bench/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7924456Z [00:03:37.129]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7925666Z [00:03:37.135]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/scripts/test-homebrew-formula.sh' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7926865Z [00:03:37.141]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.gitmodules' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7928121Z [00:03:37.146]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/benches/performance.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7929348Z [00:03:37.152]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7930672Z [00:03:37.157]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/pip-package/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7932074Z [00:03:37.163]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/pip-package/uncomment/downloader.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7933432Z [00:03:37.169]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/pip-package/uncomment/__init__.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7934982Z [00:03:37.174]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/pip-package/uncomment/cli.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7936368Z [00:03:37.180]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/pip-package/pyproject.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7937647Z [00:03:37.186]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/test-data/test.mjs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7938883Z [00:03:37.192]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/test-data/test.cjs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7940120Z [00:03:37.198]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/test-data/test.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7941544Z [00:03:37.204]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/test-data/test.mts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7942789Z [00:03:37.209]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/test-data/test.cts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7944262Z [00:03:37.215]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/test-data/test.tsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7945510Z [00:03:37.221]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/test-data/test.d.mts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7946756Z [00:03:37.226]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/test-data/test.jsx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7948001Z [00:03:37.232]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/test-data/repos.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7949254Z [00:03:37.237]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/test-data/test.d.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7950613Z [00:03:37.243]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/test-data/test.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7951934Z [00:03:37.249]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/test-data/regex_test.ts' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7953244Z [00:03:37.255]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/examples/custom_languages.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7954537Z [00:03:37.260]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/examples/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7955842Z [00:03:37.266]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/examples/builtin_languages.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7957234Z [00:03:37.274]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/examples/quickstart_custom_languages.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7958796Z [00:03:37.281]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.pre-commit-config.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7960093Z [00:03:37.288]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7961484Z [00:03:37.296]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7962797Z [00:03:37.303]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.github/workflows/pr-title.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7964127Z [00:03:37.311]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.github/workflows/claude.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7965495Z [00:03:37.318]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.github/workflows/release-homebrew.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7966853Z [00:03:37.325]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.github/workflows/release.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7968434Z [00:03:37.332]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.github/workflows/release.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7969763Z [00:03:37.340]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.github/workflows/publish.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7971250Z [00:03:37.347]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.github/workflows/ci.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7972541Z [00:03:37.354]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7974075Z [00:03:37.362]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshlex-abe94e3dc07059e9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.7975886Z [00:03:37.369]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfastrand-a6fffb5a5e5cdb20.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.8016503Z [00:03:37.377]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memchr-1d898b95cde848c5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.8089701Z [00:03:37.384]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.8165663Z [00:03:37.391]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-b0c900f499444793.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.8241911Z [00:03:37.399]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-4c8e325713496bbe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.8310479Z [00:03:37.406]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-33acc7f980437447.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.8385402Z [00:03:37.413]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zerotrie-c85ae5ec8c07865a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.8457370Z [00:03:37.421]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anyhow-6e19fb18fb037838.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.8533177Z [00:03:37.428]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna-a8b2a615bf7096c3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.8603117Z [00:03:37.435]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libform_urlencoded-d22f34f47f97eadd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.8674215Z [00:03:37.442]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-040c72572158939b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.8746749Z [00:03:37.450]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhome-b0c4204e88b262d4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.8818851Z [00:03:37.457]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-a8dd0f6a6b77b52d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.8890251Z [00:03:37.464]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:17.8959560Z [00:03:37.471]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_typescript-8f62b20aad70de04.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.9031691Z [00:03:37.478]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libyoke-a8dd0f6a6b77b52d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.9104274Z [00:03:37.485]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_java-3d0e81c467d77a8b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.9178159Z [00:03:37.493]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobset-d047f35f2e49f6e3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.9252456Z [00:03:37.500]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.9325822Z [00:03:37.507]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:17.9397971Z [00:03:37.515]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_provider-c28a9096a379d75a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.9468271Z [00:03:37.522]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwriteable-9ae0182990efae3f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.9541516Z [00:03:37.529]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rayon-81f1f557fd8769bf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.9616164Z [00:03:37.536]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs-35f24193acd32608.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.9690934Z [00:03:37.544]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_normalizer_data-e41840278c5a620b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.9762962Z [00:03:37.551]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfastrand-a6fffb5a5e5cdb20.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.9834361Z [00:03:37.558]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libc-7c8984d75e26dbe9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.9895134Z [00:03:37.564]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_cpp-4a67dfaa4d71d0ab.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:17.9951752Z [00:03:37.570]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna_adapter-e78b7716b1763b63.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.0008971Z [00:03:37.576]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_tags-b831debdc48f06c8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.0064430Z [00:03:37.581]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_collections-cf9a0f95dddc71f0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.0121041Z [00:03:37.587]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-9ede3da7ce3a8af7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.0178647Z [00:03:37.593]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_hcl-928f3c78df79838d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.0239700Z [00:03:37.599]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:18.0296730Z [00:03:37.605]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-b28dd218e79ef5b3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.0354461Z [00:03:37.610]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-d11a9822836ea344.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.0409724Z [00:03:37.616]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-e01e14158278170b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.0466608Z [00:03:37.622]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:18.0522870Z [00:03:37.627]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_make-e7eaace8453bcd88.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.0577539Z [00:03:37.633]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml-2b8c65c92f94788e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.0634013Z [00:03:37.638]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hashbrown-9ede3da7ce3a8af7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.0689877Z [00:03:37.644]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:18.0747143Z [00:03:37.650]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_collections-cf9a0f95dddc71f0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.0804541Z [00:03:37.655]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_json-db31942d1630eee4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.0859242Z [00:03:37.661]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_ruby-27ae9e7dab39a17c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.0912242Z [00:03:37.666]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_javascript-d358726369cfc2df.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.0965538Z [00:03:37.671]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_properties-4cd33995c88fc0dd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.1018585Z [00:03:37.677]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcc-329c88b9403975b2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.1073349Z [00:03:37.682]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_python-5ea046b9b785af0c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.1128316Z [00:03:37.688]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon-81f1f557fd8769bf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.1183518Z [00:03:37.693]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.1238624Z [00:03:37.699]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_provider-c28a9096a379d75a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.1294820Z [00:03:37.704]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon-81f1f557fd8769bf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.1350719Z [00:03:37.710]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-eb77c69ac2d7beae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.1406349Z [00:03:37.716]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-2d971e868cc078b8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.1464172Z [00:03:37.721]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rayon_core-7c0624f593cfe705.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.1518791Z [00:03:37.727]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-e01e14158278170b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.1574951Z [00:03:37.732]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-694316d3806572f1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.1628164Z [00:03:37.738]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:18.1682388Z [00:03:37.743]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_automata-040c72572158939b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.1737835Z [00:03:37.749]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/either-b0c900f499444793.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.1790628Z [00:03:37.754]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:18.1844772Z [00:03:37.759]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_datetime-9c9edfd77cb1ab68.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.1898588Z [00:03:37.765]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-51234f7be0e44a62.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.1952468Z [00:03:37.770]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpath_slash-eea8e509b4db4fc2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.2005281Z [00:03:37.775]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/litemap-c6b597b0b48f9891.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.2057301Z [00:03:37.781]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/linux_raw_sys-5f3df5f2ce75b76c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.2109792Z [00:03:37.786]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibloading-445bae75ae39c8b7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.2163204Z [00:03:37.791]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-ae24f705afb72ac4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.2217748Z [00:03:37.797]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_datetime-9c9edfd77cb1ab68.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.2276181Z [00:03:37.803]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:18.2332169Z [00:03:37.808]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.2390745Z [00:03:37.814]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-f1cb253317042905.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.2448273Z [00:03:37.820]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/stable_deref_trait-d25f545777b6ba93.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.2504237Z [00:03:37.825]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libform_urlencoded-d22f34f47f97eadd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.2560191Z [00:03:37.831]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-6e19fb18fb037838.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.2625555Z [00:03:37.837]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-287d40780debb714.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.2674322Z [00:03:37.842]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_language-5e0eedf293ac771e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.2729403Z [00:03:37.848]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:18.2790516Z [00:03:37.854]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-dbd57527c0ec8b1c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.2848586Z [00:03:37.860]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_python-5ea046b9b785af0c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.2905802Z [00:03:37.866]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-287d40780debb714.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.2964229Z [00:03:37.871]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8_iter-fd2e55522e4115bf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.3021282Z [00:03:37.877]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-040c72572158939b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.3078541Z [00:03:37.883]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_typescript-8f62b20aad70de04.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.3133598Z [00:03:37.888]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:18.3189385Z [00:03:37.894]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_cpp-4a67dfaa4d71d0ab.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.3248356Z [00:03:37.900]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-2d971e868cc078b8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.3303970Z [00:03:37.905]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_haskell-ac8deab34f0e1c68.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.3363173Z [00:03:37.911]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstable_deref_trait-d25f545777b6ba93.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.3420743Z [00:03:37.917]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerotrie-c85ae5ec8c07865a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.3478231Z [00:03:37.923]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsemver-5058f02c7ab20450.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.3536118Z [00:03:37.929]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:18.3592058Z [00:03:37.934]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshlex-abe94e3dc07059e9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.3648749Z [00:03:37.940]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/walkdir-a545e9a5ea7ecd80.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.3704425Z [00:03:37.945]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfs4-68cd02a6d78df847.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.3759804Z [00:03:37.951]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpotential_utf-86f90cc28a92d234.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.3815524Z [00:03:37.956]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunsafe_libyaml-8959ae844e77fb2b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.3871855Z [00:03:37.962]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.3927674Z [00:03:37.968]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-5f3df5f2ce75b76c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.3985758Z [00:03:37.973]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_go-664dd016c6fdb86a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.4040993Z [00:03:37.979]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_rust-4bbbaf1a6b693964.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.4098739Z [00:03:37.985]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:18.4155714Z [00:03:37.990]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_rust-4bbbaf1a6b693964.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.4214542Z [00:03:37.996]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties_data-111d24ffd76d8a7c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.4271008Z [00:03:38.002]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_c-e6856468c1a49f6b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.4328389Z [00:03:38.008]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_yaml-fcf4ecb351720b5f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.4384821Z [00:03:38.013]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_cpus-0511d13c11f66aed.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.4442238Z [00:03:38.019]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/home-b0c4204e88b262d4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.4500098Z [00:03:38.025]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-5c264c078e2437d2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.4557216Z [00:03:38.031]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml-2b8c65c92f94788e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.4615880Z [00:03:38.037]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_make-e7eaace8453bcd88.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.4671505Z [00:03:38.042]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon_core-7c0624f593cfe705.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.4728492Z [00:03:38.048]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_json-db31942d1630eee4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.4785746Z [00:03:38.053]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-32809eee4e6d0753.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.4841278Z [00:03:38.059]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:18.4897340Z [00:03:38.065]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liburl-71bf01abc1bdd1b0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.4953705Z [00:03:38.070]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unsafe_libyaml-8959ae844e77fb2b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.5011629Z [00:03:38.076]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-9153446816a12a35.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.5071129Z [00:03:38.082]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-3e55199380f95e68.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.5131999Z [00:03:38.088]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties_data-111d24ffd76d8a7c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.5188548Z [00:03:38.094]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tinystr-a338cb7f7317d8c5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.5247725Z [00:03:38.100]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex-b28dd218e79ef5b3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.5306605Z [00:03:38.106]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/glob-46644c9b19e0a4bf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.5365680Z [00:03:38.111]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties-4cd33995c88fc0dd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.5424491Z [00:03:38.117]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libetcetera-88448d89bf6c5dd7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.5478952Z [00:03:38.123]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8_iter-fd2e55522e4115bf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.5537894Z [00:03:38.129]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-d11a9822836ea344.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.5595927Z [00:03:38.135]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/indexmap-5c264c078e2437d2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.5653276Z [00:03:38.140]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_typescript-8f62b20aad70de04.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.5713333Z [00:03:38.146]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:18.5769749Z [00:03:38.152]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunsafe_libyaml-8959ae844e77fb2b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.5826758Z [00:03:38.158]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-410c1060758da87a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.5883314Z [00:03:38.163]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-179e3c81e30bec0d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.5941202Z [00:03:38.169]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:18.5999846Z [00:03:38.175]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_hcl-928f3c78df79838d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.6056417Z [00:03:38.181]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-2f88cdcea3fcccdf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.6113321Z [00:03:38.186]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf8parse-654ab0e6866dede5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.6171802Z [00:03:38.192]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:18.6229685Z [00:03:38.198]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_yaml-0e11276a2f201853.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.6285654Z [00:03:38.203]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_make-e7eaace8453bcd88.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.6339038Z [00:03:38.209]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bstr-088ed931c73d205d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.6395365Z [00:03:38.214]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:18.6451464Z [00:03:38.220]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustix-d11a9822836ea344.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.6508588Z [00:03:38.226]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-1d898b95cde848c5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.6562095Z [00:03:38.231]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cc-329c88b9403975b2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.6619138Z [00:03:38.237]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_bash-e0e852af03c9d098.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.6675410Z [00:03:38.242]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-eb77c69ac2d7beae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.6742902Z [00:03:38.249]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna-a8b2a615bf7096c3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.6783977Z [00:03:38.253]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/winnow-287d40780debb714.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.6840574Z [00:03:38.259]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_json-9f00e2b87ed2249a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.6897214Z [00:03:38.265]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-dbd57527c0ec8b1c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.6954336Z [00:03:38.270]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon_core-7c0624f593cfe705.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.7008153Z [00:03:38.276]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/yoke-a8dd0f6a6b77b52d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.7062424Z [00:03:38.281]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fastrand-a6fffb5a5e5cdb20.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.7116907Z [00:03:38.287]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_cpus-0511d13c11f66aed.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.7171572Z [00:03:38.292]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerovec-2f88cdcea3fcccdf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.7225362Z [00:03:38.297]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstreaming_iterator-c6a235a5f34c88bd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.7279829Z [00:03:38.303]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libetcetera-88448d89bf6c5dd7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.7335258Z [00:03:38.308]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_cpp-4a67dfaa4d71d0ab.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.7389373Z [00:03:38.314]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle-353d305c40d9cf94.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.7445401Z [00:03:38.319]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/colorchoice-309e6b44748942cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.7497268Z [00:03:38.325]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-5f3df5f2ce75b76c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.7551324Z [00:03:38.330]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-1d898b95cde848c5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.7605312Z [00:03:38.335]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:18.7657391Z [00:03:38.341]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibloading-445bae75ae39c8b7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.7713655Z [00:03:38.346]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-3c60fcc3958beeed.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.7769357Z [00:03:38.352]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_yaml-fcf4ecb351720b5f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.7823071Z [00:03:38.357]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/writeable-9ae0182990efae3f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.7878077Z [00:03:38.363]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobset-d047f35f2e49f6e3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.7936601Z [00:03:38.369]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_java-3d0e81c467d77a8b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.7992919Z [00:03:38.374]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zerofrom-321b95c9e6e595db.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.8049312Z [00:03:38.380]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:18.8106468Z [00:03:38.386]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter-c581a4a207b5c325.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.8163158Z [00:03:38.391]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_java-3d0e81c467d77a8b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.8220181Z [00:03:38.397]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_python-5ea046b9b785af0c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.8278962Z [00:03:38.403]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer-f945c6e941ec1513.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.8338148Z [00:03:38.409]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-34b2c2a1cfbbb22b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.8396056Z [00:03:38.414]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblitemap-c6b597b0b48f9891.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.8451864Z [00:03:38.420]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-694316d3806572f1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.8509235Z [00:03:38.426]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer_data-e41840278c5a620b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.8566478Z [00:03:38.432]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs-35f24193acd32608.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.8622496Z [00:03:38.437]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.8680887Z [00:03:38.443]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-3e55199380f95e68.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.8738358Z [00:03:38.449]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/percent_encoding-34b2c2a1cfbbb22b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.8800016Z [00:03:38.455]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_collections-cf9a0f95dddc71f0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.8857111Z [00:03:38.461]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_go-664dd016c6fdb86a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.8914396Z [00:03:38.466]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf8_iter-fd2e55522e4115bf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.8971647Z [00:03:38.472]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_syntax-32809eee4e6d0753.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.9028993Z [00:03:38.478]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/smallvec-ae24f705afb72ac4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.9086193Z [00:03:38.483]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-32809eee4e6d0753.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.9143411Z [00:03:38.489]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/equivalent-227a987576108267.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.9199318Z [00:03:38.495]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-b28dd218e79ef5b3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.9258356Z [00:03:38.501]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcc-329c88b9403975b2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.9318091Z [00:03:38.507]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.9379081Z [00:03:38.513]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_ruby-27ae9e7dab39a17c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.9441869Z [00:03:38.519]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-7c8984d75e26dbe9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.9504601Z [00:03:38.525]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap-3e55199380f95e68.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.9564208Z [00:03:38.531]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer-f945c6e941ec1513.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.9624600Z [00:03:38.537]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locale_core-3823d646adf72f64.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.9684378Z [00:03:38.543]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/form_urlencoded-d22f34f47f97eadd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.9745263Z [00:03:38.549]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpercent_encoding-34b2c2a1cfbbb22b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.9803938Z [00:03:38.555]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwriteable-9ae0182990efae3f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.9863010Z [00:03:38.561]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:18.9919677Z [00:03:38.567]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_json-9f00e2b87ed2249a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:18.9976635Z [00:03:38.573]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-9ede3da7ce3a8af7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.0032798Z [00:03:38.578]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_deque-eb77c69ac2d7beae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.0089530Z [00:03:38.584]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.0146471Z [00:03:38.590]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_provider-c28a9096a379d75a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.0201157Z [00:03:38.595]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-088ed931c73d205d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.0257717Z [00:03:38.601]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_hcl-928f3c78df79838d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.0315505Z [00:03:38.606]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_normalizer_data-e41840278c5a620b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.0375286Z [00:03:38.612]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-5c264c078e2437d2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.0434329Z [00:03:38.618]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_c-e6856468c1a49f6b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.0489553Z [00:03:38.624]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tempfile-252644802599c790.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.0545759Z [00:03:38.630]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ryu-694316d3806572f1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.0603072Z [00:03:38.635]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ignore-ebbe00adeda77dde.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.0659902Z [00:03:38.641]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-179e3c81e30bec0d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.0717483Z [00:03:38.647]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/idna-a8b2a615bf7096c3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.0775755Z [00:03:38.653]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_json-9f00e2b87ed2249a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.0832618Z [00:03:38.658]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerotrie-c85ae5ec8c07865a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.0888852Z [00:03:38.664]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strsim-b4d47f8ab2e91eb8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.0944856Z [00:03:38.669]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_javascript-d358726369cfc2df.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.1000139Z [00:03:38.675]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_c-e6856468c1a49f6b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.1056672Z [00:03:38.681]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_locale_core-3823d646adf72f64.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.1111415Z [00:03:38.686]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/etcetera-88448d89bf6c5dd7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.1167191Z [00:03:38.692]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-6e19fb18fb037838.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.1223247Z [00:03:38.697]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_haskell-ac8deab34f0e1c68.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.1280072Z [00:03:38.703]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblitemap-c6b597b0b48f9891.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.1337789Z [00:03:38.709]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/url-71bf01abc1bdd1b0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.1394967Z [00:03:38.714]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglob-46644c9b19e0a4bf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.1452355Z [00:03:38.720]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-321b95c9e6e595db.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.1506209Z [00:03:38.726]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-309e6b44748942cb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.1561229Z [00:03:38.731]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/getrandom-e01e14158278170b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.1619529Z [00:03:38.737]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libidna_adapter-e78b7716b1763b63.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.1677889Z [00:03:38.743]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.1738526Z [00:03:38.749]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libloading-445bae75ae39c8b7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.1795282Z [00:03:38.754]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/aho_corasick-2d971e868cc078b8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.1850957Z [00:03:38.760]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsemver-5058f02c7ab20450.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.1908855Z [00:03:38.766]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_javascript-d358726369cfc2df.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.1963814Z [00:03:38.771]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.2018499Z [00:03:38.777]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-33acc7f980437447.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.2074536Z [00:03:38.782]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstreaming_iterator-c6a235a5f34c88bd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.2130467Z [00:03:38.788]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-309e6b44748942cb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.2186173Z [00:03:38.794]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-088ed931c73d205d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.2241653Z [00:03:38.799]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/log-ca76cc5873df6a42.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.2299057Z [00:03:38.805]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-f1cb253317042905.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.2355565Z [00:03:38.810]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/linux_raw_sys-3c60fcc3958beeed.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.2411688Z [00:03:38.816]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_locale_core-3823d646adf72f64.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.2466616Z [00:03:38.822]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_json-db31942d1630eee4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.2521131Z [00:03:38.827]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/semver-5058f02c7ab20450.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.2574603Z [00:03:38.832]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter-c581a4a207b5c325.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.2628715Z [00:03:38.838]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_builder-410c1060758da87a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.2684882Z [00:03:38.843]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_utils-51234f7be0e44a62.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.2737521Z [00:03:38.849]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_highlight-819663c36c4a6177.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.2792397Z [00:03:38.854]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:19.2847580Z [00:03:38.860]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.2902038Z [00:03:38.865]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.2955633Z [00:03:38.870]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.3010259Z [00:03:38.876]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_language-5e0eedf293ac771e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.3064162Z [00:03:38.881]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:19.3117453Z [00:03:38.887]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerofrom-321b95c9e6e595db.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.3172425Z [00:03:38.892]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-b0c900f499444793.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.3228970Z [00:03:38.898]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-51234f7be0e44a62.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.3284757Z [00:03:38.903]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-3c60fcc3958beeed.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.3340802Z [00:03:38.909]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_spanned-d1515d2963a039d8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.3398139Z [00:03:38.915]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/streaming_iterator-c6a235a5f34c88bd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.3453858Z [00:03:38.920]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:19.3508366Z [00:03:38.926]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-7c8984d75e26dbe9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.3563382Z [00:03:38.931]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml_datetime-9c9edfd77cb1ab68.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.3618368Z [00:03:38.937]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/potential_utf-86f90cc28a92d234.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.3675791Z [00:03:38.942]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml-2b8c65c92f94788e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.3731715Z [00:03:38.948]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglob-46644c9b19e0a4bf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.3789387Z [00:03:38.954]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_yaml-0e11276a2f201853.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.3846601Z [00:03:38.959]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_yaml-fcf4ecb351720b5f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.3901827Z [00:03:38.965]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/path_slash-eea8e509b4db4fc2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.3958055Z [00:03:38.971]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fs4-68cd02a6d78df847.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.4015940Z [00:03:38.976]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:19.4075336Z [00:03:38.982]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_go-664dd016c6fdb86a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.4135437Z [00:03:38.988]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-9153446816a12a35.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.4194635Z [00:03:38.994]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libicu_properties-4cd33995c88fc0dd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.4253510Z [00:03:39.000]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustix-dbd57527c0ec8b1c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.4312547Z [00:03:39.006]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.4370785Z [00:03:39.012]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhome-b0c4204e88b262d4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.4426639Z [00:03:39.018]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_cpus-0511d13c11f66aed.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.4482947Z [00:03:39.023]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:19.4541049Z [00:03:39.029]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_ruby-27ae9e7dab39a17c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.4599210Z [00:03:39.035]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tree_sitter_bash-e0e852af03c9d098.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.4658035Z [00:03:39.041]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_epoch-179e3c81e30bec0d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.4716622Z [00:03:39.047]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/idna_adapter-e78b7716b1763b63.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.4774452Z [00:03:39.052]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_bash-e0e852af03c9d098.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.4830105Z [00:03:39.058]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtempfile-252644802599c790.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.4887255Z [00:03:39.064]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_properties_data-111d24ffd76d8a7c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.4944627Z [00:03:39.069]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs_sys-0be30ee8ce75b512.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.5000683Z [00:03:39.075]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/globset-d047f35f2e49f6e3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.5058176Z [00:03:39.081]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinystr-a338cb7f7317d8c5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.5118407Z [00:03:39.087]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:19.5174514Z [00:03:39.092]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_language-5e0eedf293ac771e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.5231491Z [00:03:39.098]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.5291256Z [00:03:39.104]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:19.5352413Z [00:03:39.110]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstream-33acc7f980437447.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.5412688Z [00:03:39.116]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-410c1060758da87a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.5471897Z [00:03:39.122]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libignore-ebbe00adeda77dde.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.5533317Z [00:03:39.128]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtempfile-252644802599c790.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.5591468Z [00:03:39.134]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_yaml-0e11276a2f201853.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.5650171Z [00:03:39.140]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:19.5712007Z [00:03:39.146]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zerovec-2f88cdcea3fcccdf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.5769496Z [00:03:39.152]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itoa-26c7b81a28d259c5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.5825775Z [00:03:39.157]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/dirs_sys-0be30ee8ce75b512.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.5882652Z [00:03:39.163]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-353d305c40d9cf94.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.5939939Z [00:03:39.169]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs_sys-0be30ee8ce75b512.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.5999273Z [00:03:39.175]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstable_deref_trait-d25f545777b6ba93.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.6056248Z [00:03:39.181]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libignore-ebbe00adeda77dde.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.6112495Z [00:03:39.186]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfs4-68cd02a6d78df847.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.6168689Z [00:03:39.192]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-ae24f705afb72ac4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.6226107Z [00:03:39.198]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:19.6286159Z [00:03:39.204]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/shlex-abe94e3dc07059e9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.6344884Z [00:03:39.209]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_spanned-d1515d2963a039d8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.6401828Z [00:03:39.215]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_spanned-d1515d2963a039d8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.6457954Z [00:03:39.221]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter-c581a4a207b5c325.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.6513878Z [00:03:39.226]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/dirs-35f24193acd32608.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.6569686Z [00:03:39.232]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-f1cb253317042905.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.6625918Z [00:03:39.238]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liburl-71bf01abc1bdd1b0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.6682923Z [00:03:39.243]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:19.6737827Z [00:03:39.249]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpath_slash-eea8e509b4db4fc2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.6794509Z [00:03:39.254]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/icu_normalizer-f945c6e941ec1513.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.6849555Z [00:03:39.260]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_haskell-ac8deab34f0e1c68.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.6906071Z [00:03:39.266]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtinystr-a338cb7f7317d8c5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.6961916Z [00:03:39.271]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde-9153446816a12a35.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.7018722Z [00:03:39.277]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpotential_utf-86f90cc28a92d234.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.7076055Z [00:03:39.282]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtree_sitter_rust-4bbbaf1a6b693964.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.7135000Z [00:03:39.288]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-50c1f50c84925788/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.7189582Z [00:03:39.294]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-50c1f50c84925788/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.7245625Z [00:03:39.299]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-50c1f50c84925788/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.7300510Z [00:03:39.305]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-50c1f50c84925788/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.7355241Z [00:03:39.310]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-cpp-c826bd2ea696896f/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.7410752Z [00:03:39.316]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-cpp-c826bd2ea696896f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.7468907Z [00:03:39.322]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-cpp-c826bd2ea696896f/out/libtree-sitter-cpp.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.7527139Z [00:03:39.328]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-cpp-c826bd2ea696896f/out/ea708c7824d36062-parser.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.7585028Z [00:03:39.333]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-cpp-c826bd2ea696896f/out/ea708c7824d36062-scanner.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.7640700Z [00:03:39.339]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-cpp-c826bd2ea696896f/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.7696400Z [00:03:39.345]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-cpp-c826bd2ea696896f/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.7754223Z [00:03:39.350]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-c-d2788a0737b388e2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.7810223Z [00:03:39.356]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-c-d2788a0737b388e2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.7867080Z [00:03:39.362]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-c-d2788a0737b388e2/out/libtree-sitter-c.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.7923769Z [00:03:39.367]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-c-d2788a0737b388e2/out/ea708c7824d36062-parser.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.7979375Z [00:03:39.373]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-c-d2788a0737b388e2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.8036393Z [00:03:39.379]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-c-d2788a0737b388e2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.8094823Z [00:03:39.384]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-haskell-24d8216b072502c7/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.8151688Z [00:03:39.390]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-haskell-24d8216b072502c7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.8207146Z [00:03:39.396]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-haskell-24d8216b072502c7/out/flag_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.8265019Z [00:03:39.401]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-haskell-24d8216b072502c7/out/flag_check.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.8319254Z [00:03:39.407]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-haskell-24d8216b072502c7/out/ea708c7824d36062-parser.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.8374793Z [00:03:39.412]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-haskell-24d8216b072502c7/out/libtree-sitter-haskell.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.8426967Z [00:03:39.418]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-haskell-24d8216b072502c7/out/ea708c7824d36062-scanner.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.8480624Z [00:03:39.423]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-haskell-24d8216b072502c7/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.8535624Z [00:03:39.428]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-haskell-24d8216b072502c7/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.8592053Z [00:03:39.434]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-java-90b7f392a02f2f11/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.8647226Z [00:03:39.440]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-java-90b7f392a02f2f11/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.8705171Z [00:03:39.445]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-java-90b7f392a02f2f11/out/ea708c7824d36062-parser.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.8759570Z [00:03:39.451]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-java-90b7f392a02f2f11/out/libtree-sitter-java.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.8815107Z [00:03:39.456]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-java-90b7f392a02f2f11/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.8868540Z [00:03:39.462]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-java-90b7f392a02f2f11/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.8923959Z [00:03:39.467]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-hcl-231118e4faf644a2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.8979248Z [00:03:39.473]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-hcl-231118e4faf644a2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.9035531Z [00:03:39.478]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-hcl-231118e4faf644a2/out/libtree-sitter-hcl.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.9091637Z [00:03:39.484]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-hcl-231118e4faf644a2/out/ea708c7824d36062-parser.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.9148863Z [00:03:39.490]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-hcl-231118e4faf644a2/out/ea708c7824d36062-scanner.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.9206983Z [00:03:39.496]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-hcl-231118e4faf644a2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.9264250Z [00:03:39.501]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-hcl-231118e4faf644a2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.9321191Z [00:03:39.507]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:19.9375359Z [00:03:39.512]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:19.9430420Z [00:03:39.518]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:19.9484185Z [00:03:39.523]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:19.9539772Z [00:03:39.529]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.9598442Z [00:03:39.535]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.9654988Z [00:03:39.540]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.9709608Z [00:03:39.546]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.9765480Z [00:03:39.551]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-typescript-03ca05982941975f/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.9822997Z [00:03:39.557]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-typescript-03ca05982941975f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.9881653Z [00:03:39.563]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-typescript-03ca05982941975f/out/22f91614c58a9bd2-parser.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.9940086Z [00:03:39.569]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-typescript-03ca05982941975f/out/a423c62b91dd93af-scanner.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:19.9997505Z [00:03:39.575]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-typescript-03ca05982941975f/out/flag_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.0052674Z [00:03:39.580]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-typescript-03ca05982941975f/out/libtree-sitter-typescript.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.0107484Z [00:03:39.586]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-typescript-03ca05982941975f/out/22f91614c58a9bd2-scanner.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.0161887Z [00:03:39.591]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-typescript-03ca05982941975f/out/flag_check.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.0216604Z [00:03:39.596]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-typescript-03ca05982941975f/out/a423c62b91dd93af-parser.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.0272509Z [00:03:39.602]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-typescript-03ca05982941975f/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.0329243Z [00:03:39.608]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-typescript-03ca05982941975f/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.0387744Z [00:03:39.614]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/semver-ef29fc88732a46e3/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.0446294Z [00:03:39.620]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/semver-ef29fc88732a46e3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.0503818Z [00:03:39.625]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/semver-ef29fc88732a46e3/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.0561468Z [00:03:39.631]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/semver-ef29fc88732a46e3/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.0619926Z [00:03:39.637]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-b865454bc2c485db/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.0676487Z [00:03:39.643]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-b865454bc2c485db/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.0736732Z [00:03:39.649]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-b865454bc2c485db/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.0793007Z [00:03:39.654]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-b865454bc2c485db/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.0849277Z [00:03:39.660]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-1bd0396da7ecc5eb/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.0907183Z [00:03:39.666]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-1bd0396da7ecc5eb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.0963399Z [00:03:39.671]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-1bd0396da7ecc5eb/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.1018938Z [00:03:39.677]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-1bd0396da7ecc5eb/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.1074925Z [00:03:39.682]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-rust-775a3b69a52908f9/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.1131619Z [00:03:39.688]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-rust-775a3b69a52908f9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.1192910Z [00:03:39.694]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-rust-775a3b69a52908f9/out/libtree-sitter-rust.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.1250414Z [00:03:39.700]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-rust-775a3b69a52908f9/out/ea708c7824d36062-parser.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.1306557Z [00:03:39.706]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-rust-775a3b69a52908f9/out/ea708c7824d36062-scanner.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.1364082Z [00:03:39.711]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-rust-775a3b69a52908f9/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.1420696Z [00:03:39.717]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-rust-775a3b69a52908f9/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.1477999Z [00:03:39.723]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-94768adf8bd0f3c0/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.1535602Z [00:03:39.728]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-94768adf8bd0f3c0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.1594080Z [00:03:39.734]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-94768adf8bd0f3c0/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.1650505Z [00:03:39.740]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-94768adf8bd0f3c0/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.1709042Z [00:03:39.746]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-make-8b43c8a3f8b6e8df/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.1765467Z [00:03:39.751]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-make-8b43c8a3f8b6e8df/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.1826205Z [00:03:39.757]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-make-8b43c8a3f8b6e8df/out/libtree-sitter-make.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.1884550Z [00:03:39.763]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-make-8b43c8a3f8b6e8df/out/ea708c7824d36062-parser.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.1940230Z [00:03:39.769]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-make-8b43c8a3f8b6e8df/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.2000402Z [00:03:39.775]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-make-8b43c8a3f8b6e8df/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.2059998Z [00:03:39.781]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-bash-de246cf9cccf6dc6/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.2117609Z [00:03:39.787]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-bash-de246cf9cccf6dc6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.2174769Z [00:03:39.792]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-bash-de246cf9cccf6dc6/out/flag_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.2232079Z [00:03:39.798]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-bash-de246cf9cccf6dc6/out/libtree-sitter-bash.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.2290910Z [00:03:39.804]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-bash-de246cf9cccf6dc6/out/flag_check.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.2348398Z [00:03:39.810]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-bash-de246cf9cccf6dc6/out/ea708c7824d36062-parser.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.2406585Z [00:03:39.816]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-bash-de246cf9cccf6dc6/out/ea708c7824d36062-scanner.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.2462968Z [00:03:39.821]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-bash-de246cf9cccf6dc6/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.2519905Z [00:03:39.827]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-bash-de246cf9cccf6dc6/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.2580271Z [00:03:39.833]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-68d2be64d924e7ca/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.2639687Z [00:03:39.839]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-68d2be64d924e7ca/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.2698925Z [00:03:39.845]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-68d2be64d924e7ca/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.2757445Z [00:03:39.851]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-68d2be64d924e7ca/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.2816971Z [00:03:39.857]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-javascript-e73c367052dfeeed/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.2875687Z [00:03:39.862]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-javascript-e73c367052dfeeed/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.2934029Z [00:03:39.868]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-javascript-e73c367052dfeeed/out/flag_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.2993969Z [00:03:39.874]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-javascript-e73c367052dfeeed/out/libtree-sitter-javascript.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.3048953Z [00:03:39.880]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-javascript-e73c367052dfeeed/out/flag_check.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.3105613Z [00:03:39.885]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-javascript-e73c367052dfeeed/out/ea708c7824d36062-parser.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.3160440Z [00:03:39.891]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-javascript-e73c367052dfeeed/out/ea708c7824d36062-scanner.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.3216266Z [00:03:39.897]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-javascript-e73c367052dfeeed/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.3287718Z [00:03:39.903]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-javascript-e73c367052dfeeed/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.3376602Z [00:03:39.912]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-python-93529e53d789be42/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.3450721Z [00:03:39.920]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-python-93529e53d789be42/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.3527365Z [00:03:39.928]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-python-93529e53d789be42/out/flag_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.3601067Z [00:03:39.935]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-python-93529e53d789be42/out/libtree-sitter-python.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.3676774Z [00:03:39.942]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-python-93529e53d789be42/out/flag_check.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.3751792Z [00:03:39.950]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-python-93529e53d789be42/out/ea708c7824d36062-parser.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.3825025Z [00:03:39.957]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-python-93529e53d789be42/out/ea708c7824d36062-scanner.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.3898258Z [00:03:39.965]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-python-93529e53d789be42/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.3970442Z [00:03:39.972]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-python-93529e53d789be42/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.4047386Z [00:03:39.980]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-yaml-9410c12799752916/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.4120575Z [00:03:39.987]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-yaml-9410c12799752916/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.4193365Z [00:03:39.994]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-yaml-9410c12799752916/out/flag_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.4265906Z [00:03:40.001]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-yaml-9410c12799752916/out/flag_check.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.4337982Z [00:03:40.009]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-yaml-9410c12799752916/out/ea708c7824d36062-parser.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.4414483Z [00:03:40.016]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-yaml-9410c12799752916/out/libtree-sitter-yaml.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.4486539Z [00:03:40.023]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-yaml-9410c12799752916/out/ea708c7824d36062-scanner.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.4559175Z [00:03:40.031]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-yaml-9410c12799752916/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.4631263Z [00:03:40.038]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-yaml-9410c12799752916/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.4701791Z [00:03:40.045]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.4773656Z [00:03:40.052]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:20.4843473Z [00:03:40.059]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:20.4916428Z [00:03:40.066]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.4989881Z [00:03:40.074]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-5e4c4b96e0c1df13/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.5059568Z [00:03:40.081]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-5e4c4b96e0c1df13/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.5132579Z [00:03:40.088]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-5e4c4b96e0c1df13/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.5204757Z [00:03:40.095]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-5e4c4b96e0c1df13/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.5279711Z [00:03:40.103]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-ruby-7d01fc13f07074f3/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.5352522Z [00:03:40.110]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-ruby-7d01fc13f07074f3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.5427622Z [00:03:40.118]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-ruby-7d01fc13f07074f3/out/flag_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.5500222Z [00:03:40.125]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-ruby-7d01fc13f07074f3/out/libtree-sitter-ruby.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.5571068Z [00:03:40.132]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-ruby-7d01fc13f07074f3/out/flag_check.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.5643538Z [00:03:40.139]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-ruby-7d01fc13f07074f3/out/ea708c7824d36062-parser.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.5715028Z [00:03:40.146]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-ruby-7d01fc13f07074f3/out/ea708c7824d36062-scanner.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.5786255Z [00:03:40.154]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-ruby-7d01fc13f07074f3/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.5862134Z [00:03:40.161]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-ruby-7d01fc13f07074f3/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.5937502Z [00:03:40.169]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-b2aa1cca21f2eb36/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.6010615Z [00:03:40.176]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-b2aa1cca21f2eb36/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.6082729Z [00:03:40.183]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-b2aa1cca21f2eb36/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.6153422Z [00:03:40.190]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-b2aa1cca21f2eb36/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.6228012Z [00:03:40.198]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-3a3fa727676f6b4b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.6300637Z [00:03:40.205]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-3a3fa727676f6b4b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.6361141Z [00:03:40.211]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-3a3fa727676f6b4b/out/98490c8781b409d2-lib.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.6418431Z [00:03:40.217]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-3a3fa727676f6b4b/out/stdlib-symbols.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.6474617Z [00:03:40.222]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-3a3fa727676f6b4b/out/flag_check' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.6527625Z [00:03:40.228]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-3a3fa727676f6b4b/out/flag_check.c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.6581374Z [00:03:40.233]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-3a3fa727676f6b4b/out/libtree-sitter.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.6637562Z [00:03:40.239]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-3a3fa727676f6b4b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.6695195Z [00:03:40.244]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-3a3fa727676f6b4b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.6758621Z [00:03:40.251]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_normalizer_data-dff7082fad78a50c/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.6821158Z [00:03:40.257]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_normalizer_data-dff7082fad78a50c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.6881266Z [00:03:40.263]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_normalizer_data-dff7082fad78a50c/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.6939364Z [00:03:40.269]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_normalizer_data-dff7082fad78a50c/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.6996287Z [00:03:40.275]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-loader-68af87aa5ef1049f/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.7056935Z [00:03:40.281]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-loader-68af87aa5ef1049f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.7115221Z [00:03:40.286]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-loader-68af87aa5ef1049f/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.7172407Z [00:03:40.292]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-loader-68af87aa5ef1049f/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.7229746Z [00:03:40.298]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-json-2e9d58d527f43a0e/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.7286576Z [00:03:40.304]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-json-2e9d58d527f43a0e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.7345462Z [00:03:40.309]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-json-2e9d58d527f43a0e/out/ea708c7824d36062-parser.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.7403441Z [00:03:40.315]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-json-2e9d58d527f43a0e/out/libtree-sitter-json.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.7459799Z [00:03:40.321]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-json-2e9d58d527f43a0e/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.7518440Z [00:03:40.327]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-json-2e9d58d527f43a0e/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.7575600Z [00:03:40.332]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_properties_data-7af82a9829a84cb3/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.7633862Z [00:03:40.338]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_properties_data-7af82a9829a84cb3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.7692291Z [00:03:40.344]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_properties_data-7af82a9829a84cb3/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.7749322Z [00:03:40.350]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/icu_properties_data-7af82a9829a84cb3/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.7808514Z [00:03:40.356]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-go-29318e31ee34f1f1/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.7865594Z [00:03:40.361]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-go-29318e31ee34f1f1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.7926088Z [00:03:40.367]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-go-29318e31ee34f1f1/out/ea708c7824d36062-parser.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.7982909Z [00:03:40.373]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-go-29318e31ee34f1f1/out/libtree-sitter-go.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.8039854Z [00:03:40.379]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-go-29318e31ee34f1f1/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.8099147Z [00:03:40.385]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/tree-sitter-go-29318e31ee34f1f1/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.8158017Z [00:03:40.391]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.8218207Z [00:03:40.397]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-2b8c65c92f94788e/dep-lib-toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.8277020Z [00:03:40.403]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-2b8c65c92f94788e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.8335679Z [00:03:40.408]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-2b8c65c92f94788e/lib-toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.8391041Z [00:03:40.414]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-2b8c65c92f94788e/lib-toml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.8448552Z [00:03:40.420]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-b28dd218e79ef5b3/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.8506693Z [00:03:40.426]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-b28dd218e79ef5b3/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.8565946Z [00:03:40.431]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-b28dd218e79ef5b3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.8622591Z [00:03:40.437]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-b28dd218e79ef5b3/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.8678921Z [00:03:40.443]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-f945c6e941ec1513/lib-icu_normalizer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.8736037Z [00:03:40.448]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-f945c6e941ec1513/lib-icu_normalizer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.8793021Z [00:03:40.454]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-f945c6e941ec1513/dep-lib-icu_normalizer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.8851085Z [00:03:40.460]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer-f945c6e941ec1513/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.8910955Z [00:03:40.466]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-a338cb7f7317d8c5/lib-tinystr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.8968202Z [00:03:40.472]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-a338cb7f7317d8c5/dep-lib-tinystr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.9024939Z [00:03:40.477]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-a338cb7f7317d8c5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.9082016Z [00:03:40.483]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tinystr-a338cb7f7317d8c5/lib-tinystr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.9139609Z [00:03:40.489]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-50c1f50c84925788/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.9198464Z [00:03:40.495]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-50c1f50c84925788/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.9258732Z [00:03:40.501]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-d25f545777b6ba93/dep-lib-stable_deref_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.9318247Z [00:03:40.507]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-d25f545777b6ba93/lib-stable_deref_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.9373997Z [00:03:40.512]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-d25f545777b6ba93/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.9428970Z [00:03:40.518]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/stable_deref_trait-d25f545777b6ba93/lib-stable_deref_trait.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.9485911Z [00:03:40.524]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/etcetera-88448d89bf6c5dd7/lib-etcetera' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.9541236Z [00:03:40.529]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/etcetera-88448d89bf6c5dd7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.9595456Z [00:03:40.534]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/etcetera-88448d89bf6c5dd7/lib-etcetera.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.9648220Z [00:03:40.540]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/etcetera-88448d89bf6c5dd7/dep-lib-etcetera' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.9703477Z [00:03:40.545]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-6e19fb18fb037838/dep-lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.9756814Z [00:03:40.551]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-6e19fb18fb037838/lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.9812174Z [00:03:40.556]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-6e19fb18fb037838/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.9867251Z [00:03:40.562]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-6e19fb18fb037838/lib-anyhow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.9921927Z [00:03:40.567]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-d047f35f2e49f6e3/dep-lib-globset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:20.9973527Z [00:03:40.572]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-d047f35f2e49f6e3/lib-globset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.0027137Z [00:03:40.578]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-d047f35f2e49f6e3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.0078778Z [00:03:40.583]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-d047f35f2e49f6e3/lib-globset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.0132102Z [00:03:40.588]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.0188207Z [00:03:40.594]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.0241592Z [00:03:40.599]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.0294851Z [00:03:40.604]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.0350194Z [00:03:40.610]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-ebbe00adeda77dde/dep-lib-ignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.0404276Z [00:03:40.615]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-ebbe00adeda77dde/lib-ignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.0459336Z [00:03:40.621]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-ebbe00adeda77dde/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.0515274Z [00:03:40.626]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-ebbe00adeda77dde/lib-ignore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.0569397Z [00:03:40.632]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-cpp-c826bd2ea696896f/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.0623920Z [00:03:40.637]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-cpp-c826bd2ea696896f/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.0681102Z [00:03:40.643]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-c-d2788a0737b388e2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.0735807Z [00:03:40.648]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-c-d2788a0737b388e2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.0790841Z [00:03:40.654]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-9153446816a12a35/lib-serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.0844219Z [00:03:40.659]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-9153446816a12a35/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.0899028Z [00:03:40.665]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-9153446816a12a35/dep-lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.0953599Z [00:03:40.670]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-9153446816a12a35/lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.1009185Z [00:03:40.676]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.1062406Z [00:03:40.681]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.1115797Z [00:03:40.686]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.1172665Z [00:03:40.692]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.1228937Z [00:03:40.698]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae/lib-crossbeam_deque' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.1286132Z [00:03:40.703]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae/dep-lib-crossbeam_deque' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.1343058Z [00:03:40.709]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.1399160Z [00:03:40.715]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae/lib-crossbeam_deque.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.1457615Z [00:03:40.721]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-json-db31942d1630eee4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.1514178Z [00:03:40.726]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-json-db31942d1630eee4/lib-tree_sitter_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.1571867Z [00:03:40.732]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-json-db31942d1630eee4/dep-lib-tree_sitter_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.1630141Z [00:03:40.738]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-json-db31942d1630eee4/lib-tree_sitter_json.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.1686859Z [00:03:40.744]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yaml-0e11276a2f201853/lib-serde_yaml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.1743763Z [00:03:40.749]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yaml-0e11276a2f201853/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.1800714Z [00:03:40.755]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yaml-0e11276a2f201853/dep-lib-serde_yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.1854951Z [00:03:40.760]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_yaml-0e11276a2f201853/lib-serde_yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.1911176Z [00:03:40.766]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-9f00e2b87ed2249a/dep-lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.1968993Z [00:03:40.772]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-9f00e2b87ed2249a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.2024111Z [00:03:40.777]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-9f00e2b87ed2249a/lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.2080908Z [00:03:40.783]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-9f00e2b87ed2249a/lib-serde_json.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.2137597Z [00:03:40.789]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.2195935Z [00:03:40.794]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.2254547Z [00:03:40.800]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.2309519Z [00:03:40.806]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.2366355Z [00:03:40.811]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-haskell-24d8216b072502c7/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.2421368Z [00:03:40.817]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-haskell-24d8216b072502c7/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.2476145Z [00:03:40.823]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-rust-4bbbaf1a6b693964/lib-tree_sitter_rust.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.2531635Z [00:03:40.828]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-rust-4bbbaf1a6b693964/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.2588076Z [00:03:40.834]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-rust-4bbbaf1a6b693964/lib-tree_sitter_rust' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.2643642Z [00:03:40.839]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-rust-4bbbaf1a6b693964/dep-lib-tree_sitter_rust' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.2704614Z [00:03:40.845]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-java-3d0e81c467d77a8b/lib-tree_sitter_java' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.2765409Z [00:03:40.851]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-java-3d0e81c467d77a8b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.2822304Z [00:03:40.857]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-java-3d0e81c467d77a8b/lib-tree_sitter_java.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.2879247Z [00:03:40.863]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-java-3d0e81c467d77a8b/dep-lib-tree_sitter_java' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.2936884Z [00:03:40.869]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-hcl-928f3c78df79838d/lib-tree_sitter_hcl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.2997377Z [00:03:40.875]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-hcl-928f3c78df79838d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.3057449Z [00:03:40.881]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-hcl-928f3c78df79838d/lib-tree_sitter_hcl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.3116675Z [00:03:40.887]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-hcl-928f3c78df79838d/dep-lib-tree_sitter_hcl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.3176162Z [00:03:40.893]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerotrie-c85ae5ec8c07865a/lib-zerotrie.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.3233392Z [00:03:40.898]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerotrie-c85ae5ec8c07865a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.3291385Z [00:03:40.904]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerotrie-c85ae5ec8c07865a/lib-zerotrie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.3350851Z [00:03:40.910]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerotrie-c85ae5ec8c07865a/dep-lib-zerotrie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.3410233Z [00:03:40.916]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-java-90b7f392a02f2f11/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.3469449Z [00:03:40.922]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-java-90b7f392a02f2f11/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.3527738Z [00:03:40.928]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.3584701Z [00:03:40.933]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.3640619Z [00:03:40.939]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.3697711Z [00:03:40.945]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.3755668Z [00:03:40.950]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.3816557Z [00:03:40.956]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.3876057Z [00:03:40.962]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.3935840Z [00:03:40.968]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.3993502Z [00:03:40.974]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-0be30ee8ce75b512/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.4048597Z [00:03:40.980]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-0be30ee8ce75b512/dep-lib-dirs_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.4106278Z [00:03:40.986]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-0be30ee8ce75b512/lib-dirs_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.4164085Z [00:03:40.991]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-0be30ee8ce75b512/lib-dirs_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.4221543Z [00:03:40.997]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-d1515d2963a039d8/lib-serde_spanned.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.4277317Z [00:03:41.003]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-d1515d2963a039d8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.4332653Z [00:03:41.008]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-d1515d2963a039d8/dep-lib-serde_spanned' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.4388684Z [00:03:41.014]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-d1515d2963a039d8/lib-serde_spanned' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.4449268Z [00:03:41.020]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.4507309Z [00:03:41.026]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.4564696Z [00:03:41.031]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.4620041Z [00:03:41.037]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.4678352Z [00:03:41.043]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-35f24193acd32608/lib-dirs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.4734553Z [00:03:41.048]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-35f24193acd32608/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.4790720Z [00:03:41.054]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-35f24193acd32608/dep-lib-dirs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.4848202Z [00:03:41.060]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-35f24193acd32608/lib-dirs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.4907517Z [00:03:41.066]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-040c72572158939b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.4964955Z [00:03:41.071]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-040c72572158939b/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.5021170Z [00:03:41.077]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-040c72572158939b/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.5077393Z [00:03:41.083]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-040c72572158939b/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.5133635Z [00:03:41.088]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-hcl-231118e4faf644a2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.5190868Z [00:03:41.094]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-hcl-231118e4faf644a2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.5245743Z [00:03:41.099]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-32809eee4e6d0753/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.5300955Z [00:03:41.105]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-32809eee4e6d0753/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.5356533Z [00:03:41.111]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-32809eee4e6d0753/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.5410050Z [00:03:41.116]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-32809eee4e6d0753/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.5465839Z [00:03:41.121]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-bash-e0e852af03c9d098/lib-tree_sitter_bash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.5522792Z [00:03:41.127]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-bash-e0e852af03c9d098/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.5578909Z [00:03:41.133]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-bash-e0e852af03c9d098/dep-lib-tree_sitter_bash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.5635464Z [00:03:41.138]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-bash-e0e852af03c9d098/lib-tree_sitter_bash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.5694134Z [00:03:41.144]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-fd2e55522e4115bf/lib-utf8_iter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.5750791Z [00:03:41.150]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-fd2e55522e4115bf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.5806323Z [00:03:41.156]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-fd2e55522e4115bf/lib-utf8_iter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.5862123Z [00:03:41.161]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8_iter-fd2e55522e4115bf/dep-lib-utf8_iter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.5918238Z [00:03:41.167]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-81f1f557fd8769bf/lib-rayon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.5975589Z [00:03:41.172]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-81f1f557fd8769bf/dep-lib-rayon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.6031945Z [00:03:41.178]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-81f1f557fd8769bf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.6089470Z [00:03:41.184]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-81f1f557fd8769bf/lib-rayon.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.6146579Z [00:03:41.190]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-9ae0182990efae3f/lib-writeable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.6202012Z [00:03:41.195]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-9ae0182990efae3f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.6256924Z [00:03:41.201]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-9ae0182990efae3f/lib-writeable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.6313329Z [00:03:41.206]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/writeable-9ae0182990efae3f/dep-lib-writeable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.6369024Z [00:03:41.212]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.6424761Z [00:03:41.217]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.6479384Z [00:03:41.223]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-4cd33995c88fc0dd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.6534298Z [00:03:41.228]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-4cd33995c88fc0dd/lib-icu_properties' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.6587486Z [00:03:41.234]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-4cd33995c88fc0dd/lib-icu_properties.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.6644663Z [00:03:41.239]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties-4cd33995c88fc0dd/dep-lib-icu_properties' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.6698542Z [00:03:41.245]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-385f812694bb36c6/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.6754908Z [00:03:41.250]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-385f812694bb36c6/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.6808399Z [00:03:41.256]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-f1cb253317042905/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.6862875Z [00:03:41.261]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-f1cb253317042905/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.6916631Z [00:03:41.267]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-f1cb253317042905/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.6971201Z [00:03:41.272]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-f1cb253317042905/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.7028784Z [00:03:41.278]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-typescript-03ca05982941975f/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.7084557Z [00:03:41.283]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-typescript-03ca05982941975f/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.7140212Z [00:03:41.289]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/semver-ef29fc88732a46e3/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.7197173Z [00:03:41.295]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/semver-ef29fc88732a46e3/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.7254578Z [00:03:41.300]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_cpus-0511d13c11f66aed/lib-num_cpus' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.7308465Z [00:03:41.306]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_cpus-0511d13c11f66aed/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.7365921Z [00:03:41.311]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_cpus-0511d13c11f66aed/dep-lib-num_cpus' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.7424501Z [00:03:41.317]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num_cpus-0511d13c11f66aed/lib-num_cpus.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.7483465Z [00:03:41.323]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.7540010Z [00:03:41.329]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.7597220Z [00:03:41.335]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.7654521Z [00:03:41.340]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.7713503Z [00:03:41.346]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-b0c4204e88b262d4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.7774071Z [00:03:41.352]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-b0c4204e88b262d4/lib-home.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.7831891Z [00:03:41.358]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-b0c4204e88b262d4/lib-home' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.7888302Z [00:03:41.364]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/home-b0c4204e88b262d4/dep-lib-home' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.7946141Z [00:03:41.369]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-088ed931c73d205d/lib-bstr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.8001589Z [00:03:41.375]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-088ed931c73d205d/lib-bstr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.8058860Z [00:03:41.381]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-088ed931c73d205d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.8115221Z [00:03:41.386]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-088ed931c73d205d/dep-lib-bstr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.8173015Z [00:03:41.392]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.8228130Z [00:03:41.398]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.8285931Z [00:03:41.403]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.8342710Z [00:03:41.409]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:21.8399695Z [00:03:41.415]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-b865454bc2c485db/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.8455450Z [00:03:41.420]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-b865454bc2c485db/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.8514378Z [00:03:41.426]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/dep-lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.8573083Z [00:03:41.432]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.8629181Z [00:03:41.438]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.8686359Z [00:03:41.444]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/lib-linux_raw_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.8744002Z [00:03:41.449]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-cpp-4a67dfaa4d71d0ab/lib-tree_sitter_cpp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.8800813Z [00:03:41.455]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-cpp-4a67dfaa4d71d0ab/lib-tree_sitter_cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.8859990Z [00:03:41.461]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-cpp-4a67dfaa4d71d0ab/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.8916576Z [00:03:41.467]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-cpp-4a67dfaa4d71d0ab/dep-lib-tree_sitter_cpp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.8973453Z [00:03:41.472]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-1bd0396da7ecc5eb/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.9032323Z [00:03:41.478]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-1bd0396da7ecc5eb/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.9092234Z [00:03:41.484]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-rust-775a3b69a52908f9/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.9151304Z [00:03:41.490]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-rust-775a3b69a52908f9/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.9209410Z [00:03:41.496]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.9266926Z [00:03:41.502]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62/lib-crossbeam_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.9325117Z [00:03:41.507]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62/lib-crossbeam_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.9383339Z [00:03:41.513]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62/dep-lib-crossbeam_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.9441961Z [00:03:41.519]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-94768adf8bd0f3c0/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.9498244Z [00:03:41.525]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-94768adf8bd0f3c0/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.9556316Z [00:03:41.531]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-7c8984d75e26dbe9/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.9614003Z [00:03:41.536]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-7c8984d75e26dbe9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.9667323Z [00:03:41.542]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-7c8984d75e26dbe9/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.9722677Z [00:03:41.547]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-7c8984d75e26dbe9/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.9778889Z [00:03:41.553]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-2d971e868cc078b8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.9833683Z [00:03:41.558]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-2d971e868cc078b8/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.9890679Z [00:03:41.564]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-2d971e868cc078b8/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:21.9947765Z [00:03:41.570]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-2d971e868cc078b8/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.0004388Z [00:03:41.575]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:22.0059625Z [00:03:41.581]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:22.0114791Z [00:03:41.586]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:22.0169018Z [00:03:41.592]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:22.0225689Z [00:03:41.597]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-make-8b43c8a3f8b6e8df/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.0284046Z [00:03:41.603]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-make-8b43c8a3f8b6e8df/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.0340595Z [00:03:41.609]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-c581a4a207b5c325/dep-lib-tree_sitter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.0398729Z [00:03:41.615]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-c581a4a207b5c325/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.0457801Z [00:03:41.621]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-c581a4a207b5c325/lib-tree_sitter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.0514922Z [00:03:41.626]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-c581a4a207b5c325/lib-tree_sitter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.0572411Z [00:03:41.632]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-410c1060758da87a/lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.0631317Z [00:03:41.638]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-410c1060758da87a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.0689094Z [00:03:41.644]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-410c1060758da87a/dep-lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.0748739Z [00:03:41.650]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-410c1060758da87a/lib-clap_builder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.0807288Z [00:03:41.656]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:22.0864655Z [00:03:41.661]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:22.0923288Z [00:03:41.667]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:22.0980819Z [00:03:41.673]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:22.1038834Z [00:03:41.679]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-252644802599c790/lib-tempfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.1095707Z [00:03:41.684]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-252644802599c790/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.1152358Z [00:03:41.690]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-252644802599c790/dep-lib-tempfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.1208925Z [00:03:41.696]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-252644802599c790/lib-tempfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.1267389Z [00:03:41.702]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-bash-de246cf9cccf6dc6/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.1325593Z [00:03:41.707]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-bash-de246cf9cccf6dc6/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.1383442Z [00:03:41.713]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-68d2be64d924e7ca/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.1440460Z [00:03:41.719]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-68d2be64d924e7ca/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.1498385Z [00:03:41.725]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.1555687Z [00:03:41.730]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20/lib-fastrand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.1612173Z [00:03:41.736]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20/dep-lib-fastrand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.1666744Z [00:03:41.742]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20/lib-fastrand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.1722732Z [00:03:41.747]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-javascript-d358726369cfc2df/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.1777805Z [00:03:41.753]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-javascript-d358726369cfc2df/lib-tree_sitter_javascript' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.1830765Z [00:03:41.758]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-javascript-d358726369cfc2df/lib-tree_sitter_javascript.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.1885682Z [00:03:41.763]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-javascript-d358726369cfc2df/dep-lib-tree_sitter_javascript' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.1939883Z [00:03:41.769]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:22.1995856Z [00:03:41.774]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:22.2050496Z [00:03:41.780]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:22.2107195Z [00:03:41.786]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:22.2166489Z [00:03:41.791]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-typescript-8f62b20aad70de04/lib-tree_sitter_typescript.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.2226275Z [00:03:41.797]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-typescript-8f62b20aad70de04/dep-lib-tree_sitter_typescript' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.2287000Z [00:03:41.804]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-typescript-8f62b20aad70de04/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.2345924Z [00:03:41.809]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-typescript-8f62b20aad70de04/lib-tree_sitter_typescript' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.2402544Z [00:03:41.815]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-javascript-e73c367052dfeeed/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.2458795Z [00:03:41.821]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-javascript-e73c367052dfeeed/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.2514915Z [00:03:41.826]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locale_core-3823d646adf72f64/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.2570076Z [00:03:41.832]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locale_core-3823d646adf72f64/lib-icu_locale_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.2626311Z [00:03:41.837]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locale_core-3823d646adf72f64/lib-icu_locale_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.2682060Z [00:03:41.843]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_locale_core-3823d646adf72f64/dep-lib-icu_locale_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.2738399Z [00:03:41.849]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-e78b7716b1763b63/dep-lib-idna_adapter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.2795853Z [00:03:41.854]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-e78b7716b1763b63/lib-idna_adapter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.2854778Z [00:03:41.860]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-e78b7716b1763b63/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.2911704Z [00:03:41.866]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna_adapter-e78b7716b1763b63/lib-idna_adapter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.2971070Z [00:03:41.872]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-9ede3da7ce3a8af7/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.3028927Z [00:03:41.878]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-9ede3da7ce3a8af7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.3088505Z [00:03:41.884]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-9ede3da7ce3a8af7/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.3148625Z [00:03:41.890]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-9ede3da7ce3a8af7/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.3208724Z [00:03:41.896]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cc-329c88b9403975b2/lib-cc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.3268454Z [00:03:41.902]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cc-329c88b9403975b2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.3328860Z [00:03:41.908]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cc-329c88b9403975b2/lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.3386883Z [00:03:41.914]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cc-329c88b9403975b2/dep-lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.3447016Z [00:03:41.920]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-71bf01abc1bdd1b0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.3506884Z [00:03:41.926]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-71bf01abc1bdd1b0/lib-url.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.3563868Z [00:03:41.931]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-71bf01abc1bdd1b0/dep-lib-url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.3619977Z [00:03:41.937]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/url-71bf01abc1bdd1b0/lib-url' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.3676142Z [00:03:41.942]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:22.3732517Z [00:03:41.948]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:22.3789586Z [00:03:41.954]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:22.3846400Z [00:03:41.960]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:22.3902622Z [00:03:41.965]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:22.3959201Z [00:03:41.971]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:22.4015593Z [00:03:41.976]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:22.4072376Z [00:03:41.982]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:22.4128521Z [00:03:41.988]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-cf9a0f95dddc71f0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.4183759Z [00:03:41.993]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-cf9a0f95dddc71f0/lib-icu_collections.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.4240400Z [00:03:41.999]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-cf9a0f95dddc71f0/lib-icu_collections' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.4296709Z [00:03:42.005]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_collections-cf9a0f95dddc71f0/dep-lib-icu_collections' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.4353050Z [00:03:42.010]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-python-93529e53d789be42/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.4409032Z [00:03:42.016]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-python-93529e53d789be42/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.4465594Z [00:03:42.021]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-c6b597b0b48f9891/lib-litemap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.4521581Z [00:03:42.027]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-c6b597b0b48f9891/dep-lib-litemap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.4581586Z [00:03:42.033]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-c6b597b0b48f9891/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.4639798Z [00:03:42.039]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/litemap-c6b597b0b48f9891/lib-litemap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.4697555Z [00:03:42.045]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-yaml-fcf4ecb351720b5f/lib-tree_sitter_yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.4757641Z [00:03:42.051]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-yaml-fcf4ecb351720b5f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.4815511Z [00:03:42.056]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-yaml-fcf4ecb351720b5f/lib-tree_sitter_yaml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.4873472Z [00:03:42.062]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-yaml-fcf4ecb351720b5f/dep-lib-tree_sitter_yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.4930944Z [00:03:42.068]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-language-5e0eedf293ac771e/lib-tree_sitter_language' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.4989571Z [00:03:42.074]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-language-5e0eedf293ac771e/lib-tree_sitter_language.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.5046529Z [00:03:42.080]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-language-5e0eedf293ac771e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.5105561Z [00:03:42.085]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-language-5e0eedf293ac771e/dep-lib-tree_sitter_language' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.5162113Z [00:03:42.091]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-yaml-9410c12799752916/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.5220631Z [00:03:42.097]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-yaml-9410c12799752916/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.5277936Z [00:03:42.103]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-2f88cdcea3fcccdf/lib-zerovec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.5336796Z [00:03:42.109]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-2f88cdcea3fcccdf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.5394271Z [00:03:42.114]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-2f88cdcea3fcccdf/dep-lib-zerovec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.5451620Z [00:03:42.120]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerovec-2f88cdcea3fcccdf/lib-zerovec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.5509558Z [00:03:42.126]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-go-664dd016c6fdb86a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.5565743Z [00:03:42.131]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-go-664dd016c6fdb86a/dep-lib-tree_sitter_go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.5625095Z [00:03:42.137]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-go-664dd016c6fdb86a/lib-tree_sitter_go.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.5682662Z [00:03:42.143]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-go-664dd016c6fdb86a/lib-tree_sitter_go' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.5741837Z [00:03:42.149]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-ruby-27ae9e7dab39a17c/dep-lib-tree_sitter_ruby' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.5797878Z [00:03:42.155]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-ruby-27ae9e7dab39a17c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.5854566Z [00:03:42.160]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-ruby-27ae9e7dab39a17c/lib-tree_sitter_ruby' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.5910040Z [00:03:42.166]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-ruby-27ae9e7dab39a17c/lib-tree_sitter_ruby.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.5967046Z [00:03:42.172]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:22.6027649Z [00:03:42.178]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:22.6088685Z [00:03:42.184]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unsafe-libyaml-8959ae844e77fb2b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.6146916Z [00:03:42.190]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unsafe-libyaml-8959ae844e77fb2b/dep-lib-unsafe_libyaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.6205023Z [00:03:42.195]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unsafe-libyaml-8959ae844e77fb2b/lib-unsafe_libyaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.6259738Z [00:03:42.201]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unsafe-libyaml-8959ae844e77fb2b/lib-unsafe_libyaml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.6318004Z [00:03:42.207]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-ae24f705afb72ac4/lib-smallvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.6375820Z [00:03:42.212]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-ae24f705afb72ac4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.6433764Z [00:03:42.218]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-ae24f705afb72ac4/dep-lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.6490770Z [00:03:42.224]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-ae24f705afb72ac4/lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.6548041Z [00:03:42.230]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:22.6606127Z [00:03:42.235]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:22.6665679Z [00:03:42.241]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:22.6723972Z [00:03:42.247]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:22.6780165Z [00:03:42.253]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libloading-445bae75ae39c8b7/dep-lib-libloading' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.6837447Z [00:03:42.259]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libloading-445bae75ae39c8b7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.6892057Z [00:03:42.264]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libloading-445bae75ae39c8b7/lib-libloading' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.6947322Z [00:03:42.270]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libloading-445bae75ae39c8b7/lib-libloading.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.7002445Z [00:03:42.275]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-d22f34f47f97eadd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.7056433Z [00:03:42.281]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-d22f34f47f97eadd/lib-form_urlencoded' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.7111508Z [00:03:42.286]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-d22f34f47f97eadd/dep-lib-form_urlencoded' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.7165947Z [00:03:42.292]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/form_urlencoded-d22f34f47f97eadd/lib-form_urlencoded.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.7221787Z [00:03:42.297]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-321b95c9e6e595db/dep-lib-zerofrom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.7277757Z [00:03:42.303]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-321b95c9e6e595db/lib-zerofrom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.7332675Z [00:03:42.308]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-321b95c9e6e595db/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.7395057Z [00:03:42.314]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerofrom-321b95c9e6e595db/lib-zerofrom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.7443566Z [00:03:42.319]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-5e4c4b96e0c1df13/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.7498334Z [00:03:42.325]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-5e4c4b96e0c1df13/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.7554796Z [00:03:42.330]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e01e14158278170b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.7606664Z [00:03:42.336]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e01e14158278170b/lib-getrandom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.7660610Z [00:03:42.341]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e01e14158278170b/dep-lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.7716566Z [00:03:42.347]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-e01e14158278170b/lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.7770669Z [00:03:42.352]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-ruby-7d01fc13f07074f3/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.7825081Z [00:03:42.357]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-ruby-7d01fc13f07074f3/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.7878308Z [00:03:42.363]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/glob-46644c9b19e0a4bf/dep-lib-glob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.7933232Z [00:03:42.368]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/glob-46644c9b19e0a4bf/lib-glob.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.7989078Z [00:03:42.374]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/glob-46644c9b19e0a4bf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.8044349Z [00:03:42.379]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/glob-46644c9b19e0a4bf/lib-glob' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.8100872Z [00:03:42.385]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-b2aa1cca21f2eb36/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.8156007Z [00:03:42.391]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-b2aa1cca21f2eb36/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.8210555Z [00:03:42.396]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/path-slash-eea8e509b4db4fc2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.8265889Z [00:03:42.401]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/path-slash-eea8e509b4db4fc2/lib-path_slash.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.8319843Z [00:03:42.407]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/path-slash-eea8e509b4db4fc2/dep-lib-path_slash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.8373456Z [00:03:42.412]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/path-slash-eea8e509b4db4fc2/lib-path_slash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.8426188Z [00:03:42.418]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-9c9edfd77cb1ab68/lib-toml_datetime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.8481378Z [00:03:42.423]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-9c9edfd77cb1ab68/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.8538431Z [00:03:42.429]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-9c9edfd77cb1ab68/dep-lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.8594140Z [00:03:42.434]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-9c9edfd77cb1ab68/lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.8648501Z [00:03:42.440]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-3a3fa727676f6b4b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.8706160Z [00:03:42.446]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-3a3fa727676f6b4b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.8761345Z [00:03:42.451]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-c-e6856468c1a49f6b/dep-lib-tree_sitter_c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.8816576Z [00:03:42.457]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-c-e6856468c1a49f6b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.8872508Z [00:03:42.462]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-c-e6856468c1a49f6b/lib-tree_sitter_c' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.8931322Z [00:03:42.468]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-c-e6856468c1a49f6b/lib-tree_sitter_c.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.8989368Z [00:03:42.474]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/semver-5058f02c7ab20450/lib-semver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.9045548Z [00:03:42.479]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/semver-5058f02c7ab20450/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.9102282Z [00:03:42.485]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/semver-5058f02c7ab20450/lib-semver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.9160831Z [00:03:42.491]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/semver-5058f02c7ab20450/dep-lib-semver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.9218959Z [00:03:42.497]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:22.9278354Z [00:03:42.503]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:22.9337763Z [00:03:42.509]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:22.9395410Z [00:03:42.514]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:22.9452901Z [00:03:42.520]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-e41840278c5a620b/dep-lib-icu_normalizer_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.9509877Z [00:03:42.526]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-e41840278c5a620b/lib-icu_normalizer_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.9567545Z [00:03:42.532]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-e41840278c5a620b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.9625029Z [00:03:42.537]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-e41840278c5a620b/lib-icu_normalizer_data.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.9681779Z [00:03:42.543]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-dff7082fad78a50c/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.9737996Z [00:03:42.549]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_normalizer_data-dff7082fad78a50c/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.9794826Z [00:03:42.554]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-1d898b95cde848c5/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.9853400Z [00:03:42.560]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-1d898b95cde848c5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.9909277Z [00:03:42.566]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-1d898b95cde848c5/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:22.9966684Z [00:03:42.572]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-1d898b95cde848c5/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.0022568Z [00:03:42.577]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-python-5ea046b9b785af0c/lib-tree_sitter_python.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.0078918Z [00:03:42.583]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-python-5ea046b9b785af0c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.0137517Z [00:03:42.589]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-python-5ea046b9b785af0c/lib-tree_sitter_python' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.0195641Z [00:03:42.594]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-python-5ea046b9b785af0c/dep-lib-tree_sitter_python' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.0255768Z [00:03:42.600]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/potential_utf-86f90cc28a92d234/lib-potential_utf.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.0316363Z [00:03:42.607]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/potential_utf-86f90cc28a92d234/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.0378378Z [00:03:42.613]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/potential_utf-86f90cc28a92d234/lib-potential_utf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.0440009Z [00:03:42.619]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/potential_utf-86f90cc28a92d234/dep-lib-potential_utf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.0498352Z [00:03:42.625]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fs4-68cd02a6d78df847/dep-lib-fs4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.0556389Z [00:03:42.631]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fs4-68cd02a6d78df847/lib-fs4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.0613665Z [00:03:42.636]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fs4-68cd02a6d78df847/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.0670586Z [00:03:42.642]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fs4-68cd02a6d78df847/lib-fs4.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.0729563Z [00:03:42.648]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-make-e7eaace8453bcd88/dep-lib-tree_sitter_make' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.0789643Z [00:03:42.654]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-make-e7eaace8453bcd88/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.0848571Z [00:03:42.660]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-make-e7eaace8453bcd88/lib-tree_sitter_make' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.0907557Z [00:03:42.666]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-make-e7eaace8453bcd88/lib-tree_sitter_make.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.0965395Z [00:03:42.671]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-loader-68af87aa5ef1049f/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.1029589Z [00:03:42.677]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-loader-68af87aa5ef1049f/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.1077431Z [00:03:42.683]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-3e55199380f95e68/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.1134752Z [00:03:42.688]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-3e55199380f95e68/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.1194735Z [00:03:42.694]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-3e55199380f95e68/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.1255244Z [00:03:42.700]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-3e55199380f95e68/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.1316851Z [00:03:42.706]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-c28a9096a379d75a/dep-lib-icu_provider' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.1376747Z [00:03:42.713]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-c28a9096a379d75a/lib-icu_provider.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.1435363Z [00:03:42.718]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-c28a9096a379d75a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.1492038Z [00:03:42.724]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_provider-c28a9096a379d75a/lib-icu_provider' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.1552255Z [00:03:42.730]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-5c264c078e2437d2/lib-indexmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.1608556Z [00:03:42.736]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-5c264c078e2437d2/dep-lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.1665379Z [00:03:42.741]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-5c264c078e2437d2/lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.1720615Z [00:03:42.747]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-5c264c078e2437d2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.1780637Z [00:03:42.753]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-7c0624f593cfe705/lib-rayon_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.1840046Z [00:03:42.759]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-7c0624f593cfe705/dep-lib-rayon_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.1896518Z [00:03:42.765]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-7c0624f593cfe705/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.1955134Z [00:03:42.770]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-7c0624f593cfe705/lib-rayon_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.2010731Z [00:03:42.776]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:23.2067616Z [00:03:42.782]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:23.2125599Z [00:03:42.787]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:23.2183191Z [00:03:42.793]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:23.2244131Z [00:03:42.799]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-dbd57527c0ec8b1c/dep-lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.2303625Z [00:03:42.805]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-dbd57527c0ec8b1c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.2362773Z [00:03:42.811]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-dbd57527c0ec8b1c/lib-rustix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.2417872Z [00:03:42.817]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-dbd57527c0ec8b1c/lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.2474593Z [00:03:42.822]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-a8b2a615bf7096c3/lib-idna.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.2530933Z [00:03:42.828]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-a8b2a615bf7096c3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.2586160Z [00:03:42.834]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-a8b2a615bf7096c3/dep-lib-idna' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.2639721Z [00:03:42.839]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/idna-a8b2a615bf7096c3/lib-idna' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.2695830Z [00:03:42.844]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-highlight-819663c36c4a6177/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.2750663Z [00:03:42.850]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-highlight-819663c36c4a6177/output-lib-tree_sitter_highlight' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.2809134Z [00:03:42.856]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-haskell-ac8deab34f0e1c68/dep-lib-tree_sitter_haskell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.2866207Z [00:03:42.861]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-haskell-ac8deab34f0e1c68/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.2919364Z [00:03:42.867]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-haskell-ac8deab34f0e1c68/lib-tree_sitter_haskell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.2974717Z [00:03:42.872]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-haskell-ac8deab34f0e1c68/lib-tree_sitter_haskell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.3027840Z [00:03:42.878]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-3c60fcc3958beeed/dep-lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.3081240Z [00:03:42.883]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-3c60fcc3958beeed/lib-linux_raw_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.3135927Z [00:03:42.889]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-3c60fcc3958beeed/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.3189503Z [00:03:42.894]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-3c60fcc3958beeed/lib-linux_raw_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.3244710Z [00:03:42.899]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:23.3299325Z [00:03:42.905]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:23.3353741Z [00:03:42.910]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:23.3407784Z [00:03:42.916]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:23.3464563Z [00:03:42.921]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/streaming-iterator-c6a235a5f34c88bd/lib-streaming_iterator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.3518326Z [00:03:42.927]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/streaming-iterator-c6a235a5f34c88bd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.3574299Z [00:03:42.932]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/streaming-iterator-c6a235a5f34c88bd/dep-lib-streaming_iterator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.3627656Z [00:03:42.938]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/streaming-iterator-c6a235a5f34c88bd/lib-streaming_iterator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.3682751Z [00:03:42.943]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:23.3738661Z [00:03:42.949]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:23.3792618Z [00:03:42.954]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:23.3846405Z [00:03:42.960]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:23.3902529Z [00:03:42.965]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:23.3957487Z [00:03:42.971]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:23.4012318Z [00:03:42.976]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:23.4067986Z [00:03:42.982]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:23.4124892Z [00:03:42.987]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:23.4181085Z [00:03:42.993]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:23.4235896Z [00:03:42.999]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:23.4292041Z [00:03:43.004]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:23.4350513Z [00:03:43.010]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-tags-b831debdc48f06c8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.4407522Z [00:03:43.016]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-tags-b831debdc48f06c8/output-lib-tree_sitter_tags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.4467558Z [00:03:43.022]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b0c900f499444793/lib-either.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.4525047Z [00:03:43.027]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b0c900f499444793/lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.4582504Z [00:03:43.033]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b0c900f499444793/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.4641304Z [00:03:43.039]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b0c900f499444793/dep-lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.4700574Z [00:03:43.045]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-111d24ffd76d8a7c/dep-lib-icu_properties_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.4761108Z [00:03:43.051]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-111d24ffd76d8a7c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.4818600Z [00:03:43.057]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-111d24ffd76d8a7c/lib-icu_properties_data' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.4875368Z [00:03:43.062]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-111d24ffd76d8a7c/lib-icu_properties_data.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.4932970Z [00:03:43.068]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:23.4988779Z [00:03:43.074]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:23.5045239Z [00:03:43.079]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:23.5102589Z [00:03:43.085]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:23.5161773Z [00:03:43.091]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-json-2e9d58d527f43a0e/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.5219307Z [00:03:43.097]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-json-2e9d58d527f43a0e/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.5275763Z [00:03:43.102]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-a8dd0f6a6b77b52d/lib-yoke.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.5332451Z [00:03:43.108]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-a8dd0f6a6b77b52d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.5390568Z [00:03:43.114]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-a8dd0f6a6b77b52d/dep-lib-yoke' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.5446785Z [00:03:43.120]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/yoke-a8dd0f6a6b77b52d/lib-yoke' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.5504201Z [00:03:43.125]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shlex-abe94e3dc07059e9/lib-shlex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.5559621Z [00:03:43.131]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shlex-abe94e3dc07059e9/dep-lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.5616149Z [00:03:43.137]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shlex-abe94e3dc07059e9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.5672358Z [00:03:43.142]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shlex-abe94e3dc07059e9/lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.5727055Z [00:03:43.148]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-7af82a9829a84cb3/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.5782246Z [00:03:43.153]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/icu_properties_data-7af82a9829a84cb3/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.5836183Z [00:03:43.159]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-go-29318e31ee34f1f1/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.5891692Z [00:03:43.164]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tree-sitter-go-29318e31ee34f1f1/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.5950055Z [00:03:43.170]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:23.6007315Z [00:03:43.176]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:23.6063439Z [00:03:43.181]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:23.6119749Z [00:03:43.187]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:23.6182321Z [00:03:43.193]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d/lib-crossbeam_epoch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.6240005Z [00:03:43.199]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d/dep-lib-crossbeam_epoch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.6298062Z [00:03:43.205]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.6355882Z [00:03:43.210]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d/lib-crossbeam_epoch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.6413465Z [00:03:43.216]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-34b2c2a1cfbbb22b/lib-percent_encoding.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.6469951Z [00:03:43.222]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-34b2c2a1cfbbb22b/dep-lib-percent_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.6525071Z [00:03:43.227]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-34b2c2a1cfbbb22b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.6583834Z [00:03:43.233]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/percent-encoding-34b2c2a1cfbbb22b/lib-percent_encoding' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.6639915Z [00:03:43.239]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-d11a9822836ea344/dep-lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.6695418Z [00:03:43.244]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-d11a9822836ea344/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.6752317Z [00:03:43.250]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-d11a9822836ea344/lib-rustix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.6809867Z [00:03:43.256]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-d11a9822836ea344/lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.6865541Z [00:03:43.261]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/aarch64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.6923990Z [00:03:43.267]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/serde_json-8f8a9bd9c1ebd964.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.6981224Z [00:03:43.273]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libclap_derive-f1efee19c3c98647.so' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:23.7039293Z [00:03:43.279]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/shlex-380b779259fb4319.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.7096906Z [00:03:43.285]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.7155356Z [00:03:43.290]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.7215556Z [00:03:43.296]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libequivalent-b5ddd993fdca60cb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.7273119Z [00:03:43.302]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libindexmap-eb6c133d728115b2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.7331691Z [00:03:43.308]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.7387988Z [00:03:43.314]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libryu-a80d36219da43c14.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.7449152Z [00:03:43.320]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/yoke_derive-ce84457d9b420516.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.7510511Z [00:03:43.326]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/displaydoc-7ff6978791316ddb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.7570538Z [00:03:43.332]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/unicode_ident-6d6f85adf22ee534.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.7632893Z [00:03:43.338]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/cc-af5996cc7d3cec00.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.7691742Z [00:03:43.344]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libindexmap-eb6c133d728115b2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.7748537Z [00:03:43.350]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libitoa-3f4442783b425d26.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.7805906Z [00:03:43.355]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libsyn-7af998ece29da45f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.7863907Z [00:03:43.361]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libitoa-3f4442783b425d26.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.7920231Z [00:03:43.367]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/heck-25103e7959c420e1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.7977943Z [00:03:43.373]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libindoc-7bb603fa97472ef8.so' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:23.8035687Z [00:03:43.378]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.8093838Z [00:03:43.384]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libserde_json-8f8a9bd9c1ebd964.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.8151172Z [00:03:43.390]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/serde-54217fce3b86cf1c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.8209302Z [00:03:43.396]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/serde_derive-a10ccbb70c766421.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.8266780Z [00:03:43.402]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libryu-a80d36219da43c14.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.8325851Z [00:03:43.408]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/memchr-586265f0a17ea617.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.8384143Z [00:03:43.413]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/syn-7af998ece29da45f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.8438849Z [00:03:43.419]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/ryu-a80d36219da43c14.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.8493432Z [00:03:43.424]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libsynstructure-48b1669568fb871e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.8547515Z [00:03:43.430]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/thiserror_impl-3ec962cd0e453f14.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.8602103Z [00:03:43.435]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libsynstructure-48b1669568fb871e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.8659022Z [00:03:43.441]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libcc-af5996cc7d3cec00.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.8714394Z [00:03:43.446]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/indoc-7bb603fa97472ef8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.8767425Z [00:03:43.452]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libsyn-7af998ece29da45f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.8823453Z [00:03:43.457]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libyoke_derive-ce84457d9b420516.so' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:23.8879682Z [00:03:43.463]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libhashbrown-59c94e6a971ffb7a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.8935476Z [00:03:43.469]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/hashbrown-59c94e6a971ffb7a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.8995311Z [00:03:43.474]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libquote-80f1d986a5f9a758.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.9057495Z [00:03:43.481]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/itoa-3f4442783b425d26.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.9116735Z [00:03:43.487]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libmemchr-586265f0a17ea617.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.9176671Z [00:03:43.493]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libcc-af5996cc7d3cec00.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.9235917Z [00:03:43.499]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libserde-54217fce3b86cf1c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.9297015Z [00:03:43.505]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/proc_macro2-260d8f7fce67cc2d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.9355059Z [00:03:43.510]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/quote-80f1d986a5f9a758.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.9411358Z [00:03:43.516]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libthiserror_impl-3ec962cd0e453f14.so' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:23.9465426Z [00:03:43.522]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libserde_derive-a10ccbb70c766421.so' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:23.9520903Z [00:03:43.527]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libzerofrom_derive-b61aad48c59767f1.so' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:23.9576769Z [00:03:43.533]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libproc_macro2-260d8f7fce67cc2d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.9634176Z [00:03:43.538]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/zerofrom_derive-b61aad48c59767f1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.9689871Z [00:03:43.544]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libquote-80f1d986a5f9a758.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.9745360Z [00:03:43.549]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/zerovec_derive-cf5576960c75ce3a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.9800612Z [00:03:43.555]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.9856923Z [00:03:43.561]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/indexmap-eb6c133d728115b2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.9911729Z [00:03:43.566]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libserde_json-8f8a9bd9c1ebd964.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:23.9967334Z [00:03:43.572]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libserde-54217fce3b86cf1c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.0024984Z [00:03:43.577]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libequivalent-b5ddd993fdca60cb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.0080541Z [00:03:43.583]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libmemchr-586265f0a17ea617.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.0138170Z [00:03:43.589]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/equivalent-b5ddd993fdca60cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.0196554Z [00:03:43.595]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/clap_derive-f1efee19c3c98647.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.0255197Z [00:03:43.600]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libzerovec_derive-cf5576960c75ce3a.so' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.0313412Z [00:03:43.606]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libproc_macro2-260d8f7fce67cc2d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.0366646Z [00:03:43.612]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libshlex-380b779259fb4319.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.0421935Z [00:03:43.617]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libhashbrown-59c94e6a971ffb7a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.0475422Z [00:03:43.623]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/libdisplaydoc-7ff6978791316ddb.so' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.0531357Z [00:03:43.628]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/deps/synstructure-48b1669568fb871e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.0586752Z [00:03:43.634]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/getrandom-f817fb91df723e79/build_script_build-f817fb91df723e79' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.0642346Z [00:03:43.639]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/getrandom-f817fb91df723e79/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.0700461Z [00:03:43.645]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/getrandom-f817fb91df723e79/build_script_build-f817fb91df723e79.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.0757933Z [00:03:43.651]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-go-14efe9ec88db9516/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.0815820Z [00:03:43.656]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-go-14efe9ec88db9516/build_script_build-14efe9ec88db9516.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.0875426Z [00:03:43.662]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-go-14efe9ec88db9516/build_script_build-14efe9ec88db9516' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.0933633Z [00:03:43.668]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/icu_normalizer_data-e45fe0ac21d3131d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.0991728Z [00:03:43.674]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/icu_normalizer_data-e45fe0ac21d3131d/build_script_build-e45fe0ac21d3131d' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.1048642Z [00:03:43.680]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/icu_normalizer_data-e45fe0ac21d3131d/build_script_build-e45fe0ac21d3131d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.1105695Z [00:03:43.686]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build_script_build-b7b355ee76e503f6' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.1164058Z [00:03:43.691]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.1223065Z [00:03:43.697]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build_script_build-b7b355ee76e503f6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.1282649Z [00:03:43.703]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/semver-1cb0bcddacba8922/build_script_build-1cb0bcddacba8922' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.1342497Z [00:03:43.709]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/semver-1cb0bcddacba8922/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.1400922Z [00:03:43.715]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/semver-1cb0bcddacba8922/build_script_build-1cb0bcddacba8922.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.1457085Z [00:03:43.721]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde_json-5acd88ff929e16b2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.1513018Z [00:03:43.726]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde_json-5acd88ff929e16b2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.1567937Z [00:03:43.732]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde_json-5acd88ff929e16b2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.1621392Z [00:03:43.737]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde_json-5acd88ff929e16b2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.1677153Z [00:03:43.743]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.1733117Z [00:03:43.748]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build_script_build-bc5d4db155a38dc4' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.1789004Z [00:03:43.754]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build_script_build-bc5d4db155a38dc4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.1844842Z [00:03:43.759]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/icu_properties_data-02e9eb96c00baf7e/build_script_build-02e9eb96c00baf7e' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.1900420Z [00:03:43.765]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/icu_properties_data-02e9eb96c00baf7e/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.1962747Z [00:03:43.771]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/icu_properties_data-02e9eb96c00baf7e/build_script_build-02e9eb96c00baf7e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.2020996Z [00:03:43.777]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-bash-b152a60b888ac075/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.2079381Z [00:03:43.783]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-bash-b152a60b888ac075/build_script_build-b152a60b888ac075' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.2137975Z [00:03:43.789]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-bash-b152a60b888ac075/build_script_build-b152a60b888ac075.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.2197740Z [00:03:43.795]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-python-6dd4a96331386ee7/build_script_build-6dd4a96331386ee7' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.2253403Z [00:03:43.800]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-python-6dd4a96331386ee7/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.2310838Z [00:03:43.806]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-python-6dd4a96331386ee7/build_script_build-6dd4a96331386ee7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.2367849Z [00:03:43.812]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-haskell-4c19049589bf0d5d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.2424734Z [00:03:43.817]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-haskell-4c19049589bf0d5d/build_script_build-4c19049589bf0d5d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.2480630Z [00:03:43.823]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-haskell-4c19049589bf0d5d/build_script_build-4c19049589bf0d5d' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.2537050Z [00:03:43.829]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-loader-6d38e8fabc1a271d/build_script_build-6d38e8fabc1a271d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.2594786Z [00:03:43.834]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-loader-6d38e8fabc1a271d/build_script_build-6d38e8fabc1a271d' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.2650579Z [00:03:43.840]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-loader-6d38e8fabc1a271d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.2710752Z [00:03:43.846]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/anyhow-8c3506acb46b5e96/build_script_build-8c3506acb46b5e96.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.2773038Z [00:03:43.852]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/anyhow-8c3506acb46b5e96/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.2836617Z [00:03:43.859]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/anyhow-8c3506acb46b5e96/build_script_build-8c3506acb46b5e96' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.2900162Z [00:03:43.865]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/rayon-core-251b4e20b8ec6038/build_script_build-251b4e20b8ec6038.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.2961888Z [00:03:43.871]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/rayon-core-251b4e20b8ec6038/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.3022665Z [00:03:43.877]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/rayon-core-251b4e20b8ec6038/build_script_build-251b4e20b8ec6038' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.3083640Z [00:03:43.883]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-json-12810d20a2949ad7/build_script_build-12810d20a2949ad7' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.3144126Z [00:03:43.889]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-json-12810d20a2949ad7/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.3206642Z [00:03:43.896]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-json-12810d20a2949ad7/build_script_build-12810d20a2949ad7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.3271237Z [00:03:43.902]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/proc-macro2-62468efc60f7adcf/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.3330745Z [00:03:43.908]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/proc-macro2-62468efc60f7adcf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.3394896Z [00:03:43.914]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/proc-macro2-62468efc60f7adcf/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.3452652Z [00:03:43.920]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/proc-macro2-62468efc60f7adcf/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.3512530Z [00:03:43.926]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde-04ca594b1c58c84d/build_script_build-04ca594b1c58c84d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.3567225Z [00:03:43.932]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde-04ca594b1c58c84d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.3623118Z [00:03:43.937]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde-04ca594b1c58c84d/build_script_build-04ca594b1c58c84d' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.3676528Z [00:03:43.943]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/thiserror-077a6eb4299c1357/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.3732532Z [00:03:43.948]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/thiserror-077a6eb4299c1357/build_script_build-077a6eb4299c1357.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.3787831Z [00:03:43.954]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/thiserror-077a6eb4299c1357/build_script_build-077a6eb4299c1357' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.3845819Z [00:03:43.959]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-javascript-ab6d74acc4e6866b/build_script_build-ab6d74acc4e6866b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.3904317Z [00:03:43.965]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-javascript-ab6d74acc4e6866b/build_script_build-ab6d74acc4e6866b' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.3961739Z [00:03:43.971]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-javascript-ab6d74acc4e6866b/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.4020766Z [00:03:43.977]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/rustix-8275d0b71f30cc6d/build_script_build-8275d0b71f30cc6d' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.4079759Z [00:03:43.983]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/rustix-8275d0b71f30cc6d/build_script_build-8275d0b71f30cc6d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.4139091Z [00:03:43.989]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/rustix-8275d0b71f30cc6d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.4195830Z [00:03:43.995]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-rust-235d165d79362f50/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.4252154Z [00:03:44.000]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-rust-235d165d79362f50/build_script_build-235d165d79362f50.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.4308913Z [00:03:44.006]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-rust-235d165d79362f50/build_script_build-235d165d79362f50' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.4364664Z [00:03:44.011]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde_json-114ff997f6490ac1/build_script_build-114ff997f6490ac1' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.4417452Z [00:03:44.017]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde_json-114ff997f6490ac1/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.4472180Z [00:03:44.022]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:24.4527534Z [00:03:44.028]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/proc-macro2-f9645c45e422083d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.4583474Z [00:03:44.033]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/proc-macro2-f9645c45e422083d/build_script_build-f9645c45e422083d' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.4639674Z [00:03:44.039]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/proc-macro2-f9645c45e422083d/build_script_build-f9645c45e422083d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.4695372Z [00:03:44.044]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-typescript-ace2a0598c840724/build_script_build-ace2a0598c840724' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.4751543Z [00:03:44.050]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-typescript-ace2a0598c840724/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.4806707Z [00:03:44.056]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-typescript-ace2a0598c840724/build_script_build-ace2a0598c840724.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.4861614Z [00:03:44.061]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-java-9f7d22626354fe8d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.4918240Z [00:03:44.067]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-java-9f7d22626354fe8d/build_script_build-9f7d22626354fe8d' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.4975280Z [00:03:44.072]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-java-9f7d22626354fe8d/build_script_build-9f7d22626354fe8d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.5032900Z [00:03:44.078]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/libc-043f9700968c6b96/build_script_build-043f9700968c6b96' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.5088580Z [00:03:44.084]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/libc-043f9700968c6b96/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.5147644Z [00:03:44.090]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/libc-043f9700968c6b96/build_script_build-043f9700968c6b96.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.5206224Z [00:03:44.096]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-yaml-492929ecc8ef3e80/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.5264144Z [00:03:44.101]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-yaml-492929ecc8ef3e80/build_script_build-492929ecc8ef3e80.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.5320625Z [00:03:44.107]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-yaml-492929ecc8ef3e80/build_script_build-492929ecc8ef3e80' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.5379487Z [00:03:44.113]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-c-b67fe13ce472bc9b/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.5439150Z [00:03:44.119]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-c-b67fe13ce472bc9b/build_script_build-b67fe13ce472bc9b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.5499862Z [00:03:44.125]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-c-b67fe13ce472bc9b/build_script_build-b67fe13ce472bc9b' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.5560200Z [00:03:44.131]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/rustix-492899db5a73fc84/build_script_build-492899db5a73fc84' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.5622132Z [00:03:44.137]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/rustix-492899db5a73fc84/build_script_build-492899db5a73fc84.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.5680901Z [00:03:44.143]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/rustix-492899db5a73fc84/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.5737988Z [00:03:44.149]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-make-ad76c779a2b67418/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.5794383Z [00:03:44.154]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-make-ad76c779a2b67418/build_script_build-ad76c779a2b67418.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.5849723Z [00:03:44.160]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-make-ad76c779a2b67418/build_script_build-ad76c779a2b67418' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.5908723Z [00:03:44.166]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-ruby-41d4364161998640/build_script_build-41d4364161998640.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.5966842Z [00:03:44.172]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-ruby-41d4364161998640/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.6025083Z [00:03:44.177]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-ruby-41d4364161998640/build_script_build-41d4364161998640' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.6083257Z [00:03:44.183]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-d557a1e7b6cebe0d/build_script_build-d557a1e7b6cebe0d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.6137349Z [00:03:44.189]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-d557a1e7b6cebe0d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.6194545Z [00:03:44.194]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-d557a1e7b6cebe0d/build_script_build-d557a1e7b6cebe0d' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.6254067Z [00:03:44.200]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-hcl-c9be11e5d9deffc5/build_script_build-c9be11e5d9deffc5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.6311756Z [00:03:44.206]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-hcl-c9be11e5d9deffc5/build_script_build-c9be11e5d9deffc5' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.6372921Z [00:03:44.212]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-hcl-c9be11e5d9deffc5/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.6432485Z [00:03:44.218]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde-08a2082a4c964eef/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.6488796Z [00:03:44.224]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde-08a2082a4c964eef/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.6550876Z [00:03:44.230]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde-08a2082a4c964eef/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.6609745Z [00:03:44.236]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/serde-08a2082a4c964eef/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.6671177Z [00:03:44.242]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-cpp-91954fd960c48cf2/build_script_build-91954fd960c48cf2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.6729731Z [00:03:44.248]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-cpp-91954fd960c48cf2/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.6790501Z [00:03:44.254]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/build/tree-sitter-cpp-91954fd960c48cf2/build_script_build-91954fd960c48cf2' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:24.6850501Z [00:03:44.260]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.6910687Z [00:03:44.266]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/zerovec-derive-cf5576960c75ce3a/lib-zerovec_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.6970742Z [00:03:44.272]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/zerovec-derive-cf5576960c75ce3a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.7031144Z [00:03:44.278]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/zerovec-derive-cf5576960c75ce3a/dep-lib-zerovec_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.7095473Z [00:03:44.284]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/zerovec-derive-cf5576960c75ce3a/lib-zerovec_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.7155864Z [00:03:44.290]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/getrandom-f817fb91df723e79/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.7216052Z [00:03:44.297]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/getrandom-f817fb91df723e79/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.7272899Z [00:03:44.302]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/getrandom-f817fb91df723e79/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.7330496Z [00:03:44.308]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/getrandom-f817fb91df723e79/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.7389024Z [00:03:44.314]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/equivalent-b5ddd993fdca60cb/lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.7445237Z [00:03:44.319]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/equivalent-b5ddd993fdca60cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.7501675Z [00:03:44.325]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/equivalent-b5ddd993fdca60cb/dep-lib-equivalent' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.7558379Z [00:03:44.331]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/equivalent-b5ddd993fdca60cb/lib-equivalent.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.7613934Z [00:03:44.336]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-go-14efe9ec88db9516/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.7668653Z [00:03:44.342]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-go-14efe9ec88db9516/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.7726561Z [00:03:44.348]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-go-14efe9ec88db9516/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.7786615Z [00:03:44.354]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-go-14efe9ec88db9516/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.7844642Z [00:03:44.359]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/clap_derive-f1efee19c3c98647/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.7903955Z [00:03:44.365]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/clap_derive-f1efee19c3c98647/lib-clap_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.7963813Z [00:03:44.371]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/clap_derive-f1efee19c3c98647/lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.8018839Z [00:03:44.377]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/clap_derive-f1efee19c3c98647/dep-lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.8075724Z [00:03:44.382]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde_derive-a10ccbb70c766421/dep-lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.8131571Z [00:03:44.388]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde_derive-a10ccbb70c766421/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.8186354Z [00:03:44.394]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde_derive-a10ccbb70c766421/lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.8242371Z [00:03:44.399]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde_derive-a10ccbb70c766421/lib-serde_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.8297498Z [00:03:44.405]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-e45fe0ac21d3131d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.8352433Z [00:03:44.410]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-e45fe0ac21d3131d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.8408919Z [00:03:44.416]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-e45fe0ac21d3131d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.8465944Z [00:03:44.422]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/icu_normalizer_data-e45fe0ac21d3131d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.8522501Z [00:03:44.427]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.8578877Z [00:03:44.433]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.8636349Z [00:03:44.439]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.8696107Z [00:03:44.445]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.8754648Z [00:03:44.450]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/memchr-586265f0a17ea617/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.8809807Z [00:03:44.456]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/memchr-586265f0a17ea617/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.8864042Z [00:03:44.461]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/memchr-586265f0a17ea617/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.8918085Z [00:03:44.467]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/memchr-586265f0a17ea617/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.8974611Z [00:03:44.472]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/indexmap-eb6c133d728115b2/lib-indexmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.9029477Z [00:03:44.478]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/indexmap-eb6c133d728115b2/dep-lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.9083669Z [00:03:44.483]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/indexmap-eb6c133d728115b2/lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.9139948Z [00:03:44.489]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/indexmap-eb6c133d728115b2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.9194947Z [00:03:44.494]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/semver-1cb0bcddacba8922/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.9252682Z [00:03:44.500]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:24.9309129Z [00:03:44.506]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:24.9366884Z [00:03:44.512]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/semver-1cb0bcddacba8922/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.9426621Z [00:03:44.518]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde_json-5acd88ff929e16b2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.9479885Z [00:03:44.523]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde_json-5acd88ff929e16b2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.9535788Z [00:03:44.528]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde_json-8f8a9bd9c1ebd964/dep-lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.9594579Z [00:03:44.534]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde_json-8f8a9bd9c1ebd964/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.9652643Z [00:03:44.540]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde_json-8f8a9bd9c1ebd964/lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.9709847Z [00:03:44.546]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde_json-8f8a9bd9c1ebd964/lib-serde_json.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.9767568Z [00:03:44.552]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.9823282Z [00:03:44.557]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:24.9879562Z [00:03:44.563]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:24.9936697Z [00:03:44.569]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:24.9994739Z [00:03:44.574]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/icu_properties_data-02e9eb96c00baf7e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.0048122Z [00:03:44.580]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/icu_properties_data-02e9eb96c00baf7e/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.0103073Z [00:03:44.585]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/icu_properties_data-02e9eb96c00baf7e/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.0156665Z [00:03:44.591]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/icu_properties_data-02e9eb96c00baf7e/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.0210915Z [00:03:44.596]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde-54217fce3b86cf1c/lib-serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.0265682Z [00:03:44.602]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde-54217fce3b86cf1c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.0319901Z [00:03:44.607]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde-54217fce3b86cf1c/dep-lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.0376340Z [00:03:44.613]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde-54217fce3b86cf1c/lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.0430192Z [00:03:44.618]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/proc-macro2-260d8f7fce67cc2d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.0484232Z [00:03:44.623]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/proc-macro2-260d8f7fce67cc2d/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.0537588Z [00:03:44.629]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/proc-macro2-260d8f7fce67cc2d/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.0591973Z [00:03:44.634]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/proc-macro2-260d8f7fce67cc2d/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.0645217Z [00:03:44.639]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-bash-b152a60b888ac075/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.0700608Z [00:03:44.645]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-bash-b152a60b888ac075/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.0755263Z [00:03:44.650]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-bash-b152a60b888ac075/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.0809283Z [00:03:44.656]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-bash-b152a60b888ac075/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.0865540Z [00:03:44.661]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-python-6dd4a96331386ee7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.0919082Z [00:03:44.667]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-python-6dd4a96331386ee7/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.0973960Z [00:03:44.672]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-python-6dd4a96331386ee7/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.1028578Z [00:03:44.678]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-python-6dd4a96331386ee7/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.1083063Z [00:03:44.683]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-haskell-4c19049589bf0d5d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.1138366Z [00:03:44.689]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-haskell-4c19049589bf0d5d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.1191633Z [00:03:44.694]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-haskell-4c19049589bf0d5d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.1247058Z [00:03:44.700]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-haskell-4c19049589bf0d5d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.1302238Z [00:03:44.705]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/indoc-7bb603fa97472ef8/dep-lib-indoc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.1357581Z [00:03:44.711]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/indoc-7bb603fa97472ef8/lib-indoc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.1412288Z [00:03:44.716]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/indoc-7bb603fa97472ef8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.1464977Z [00:03:44.721]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/indoc-7bb603fa97472ef8/lib-indoc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.1519982Z [00:03:44.727]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-loader-6d38e8fabc1a271d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.1574009Z [00:03:44.732]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-loader-6d38e8fabc1a271d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.1628701Z [00:03:44.738]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-loader-6d38e8fabc1a271d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.1685937Z [00:03:44.743]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-loader-6d38e8fabc1a271d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.1741385Z [00:03:44.749]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/anyhow-8c3506acb46b5e96/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.1796433Z [00:03:44.755]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/anyhow-8c3506acb46b5e96/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.1851773Z [00:03:44.760]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/anyhow-8c3506acb46b5e96/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.1907253Z [00:03:44.766]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/anyhow-8c3506acb46b5e96/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.1962164Z [00:03:44.771]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/zerofrom-derive-b61aad48c59767f1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.2018656Z [00:03:44.777]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/zerofrom-derive-b61aad48c59767f1/lib-zerofrom_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.2074137Z [00:03:44.782]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/zerofrom-derive-b61aad48c59767f1/lib-zerofrom_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.2130547Z [00:03:44.788]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/zerofrom-derive-b61aad48c59767f1/dep-lib-zerofrom_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.2186488Z [00:03:44.794]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/rayon-core-251b4e20b8ec6038/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.2244911Z [00:03:44.799]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/rayon-core-251b4e20b8ec6038/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.2299401Z [00:03:44.805]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/rayon-core-251b4e20b8ec6038/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.2355992Z [00:03:44.810]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/rayon-core-251b4e20b8ec6038/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.2414609Z [00:03:44.816]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-json-12810d20a2949ad7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.2469991Z [00:03:44.822]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-json-12810d20a2949ad7/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.2526628Z [00:03:44.828]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-json-12810d20a2949ad7/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.2583108Z [00:03:44.833]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-json-12810d20a2949ad7/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.2638613Z [00:03:44.839]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/ryu-a80d36219da43c14/dep-lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.2696589Z [00:03:44.845]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/ryu-a80d36219da43c14/lib-ryu' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.2751159Z [00:03:44.850]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/ryu-a80d36219da43c14/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.2805757Z [00:03:44.856]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/ryu-a80d36219da43c14/lib-ryu.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.2861633Z [00:03:44.861]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/proc-macro2-62468efc60f7adcf/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.2917324Z [00:03:44.867]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/proc-macro2-62468efc60f7adcf/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.2971202Z [00:03:44.872]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde-04ca594b1c58c84d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.3025509Z [00:03:44.877]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde-04ca594b1c58c84d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.3081294Z [00:03:44.883]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde-04ca594b1c58c84d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.3134080Z [00:03:44.888]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde-04ca594b1c58c84d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.3190171Z [00:03:44.894]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/thiserror-077a6eb4299c1357/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.3246601Z [00:03:44.900]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/thiserror-077a6eb4299c1357/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.3301221Z [00:03:44.905]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/thiserror-077a6eb4299c1357/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.3357267Z [00:03:44.911]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/thiserror-077a6eb4299c1357/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.3414157Z [00:03:44.916]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/lib-shlex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.3471852Z [00:03:44.922]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/dep-lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.3534725Z [00:03:44.928]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.3593410Z [00:03:44.934]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/shlex-380b779259fb4319/lib-shlex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.3655748Z [00:03:44.940]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/cc-af5996cc7d3cec00/lib-cc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.3715946Z [00:03:44.946]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/cc-af5996cc7d3cec00/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.3776318Z [00:03:44.953]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/cc-af5996cc7d3cec00/lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.3837679Z [00:03:44.959]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/cc-af5996cc7d3cec00/dep-lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.3901039Z [00:03:44.965]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/hashbrown-59c94e6a971ffb7a/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.3960887Z [00:03:44.971]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/hashbrown-59c94e6a971ffb7a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.4019451Z [00:03:44.977]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/hashbrown-59c94e6a971ffb7a/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.4078932Z [00:03:44.983]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/hashbrown-59c94e6a971ffb7a/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.4137115Z [00:03:44.989]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-javascript-ab6d74acc4e6866b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.4194636Z [00:03:44.994]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-javascript-ab6d74acc4e6866b/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.4248789Z [00:03:45.000]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-javascript-ab6d74acc4e6866b/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.4303811Z [00:03:45.005]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-javascript-ab6d74acc4e6866b/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.4358093Z [00:03:45.011]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/rustix-8275d0b71f30cc6d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.4413000Z [00:03:45.016]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/rustix-8275d0b71f30cc6d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.4468196Z [00:03:45.022]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/rustix-8275d0b71f30cc6d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.4521842Z [00:03:45.027]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/rustix-8275d0b71f30cc6d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.4577301Z [00:03:45.033]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/yoke-derive-ce84457d9b420516/dep-lib-yoke_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.4633180Z [00:03:45.038]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/yoke-derive-ce84457d9b420516/lib-yoke_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.4687581Z [00:03:45.044]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/yoke-derive-ce84457d9b420516/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.4741051Z [00:03:45.049]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/yoke-derive-ce84457d9b420516/lib-yoke_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.4797276Z [00:03:45.055]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-rust-235d165d79362f50/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.4853799Z [00:03:45.060]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-rust-235d165d79362f50/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.4910550Z [00:03:45.066]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-rust-235d165d79362f50/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.4965970Z [00:03:45.071]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-rust-235d165d79362f50/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.5023415Z [00:03:45.077]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/quote-80f1d986a5f9a758/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.5079546Z [00:03:45.083]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/quote-80f1d986a5f9a758/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.5134065Z [00:03:45.088]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/quote-80f1d986a5f9a758/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.5188569Z [00:03:45.094]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/quote-80f1d986a5f9a758/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.5245983Z [00:03:45.099]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde_json-114ff997f6490ac1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.5302543Z [00:03:45.105]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:25.5360471Z [00:03:45.111]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:25.5415762Z [00:03:45.116]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/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-20T23:04:25.5473370Z [00:03:45.122]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/proc-macro2-f9645c45e422083d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.5530912Z [00:03:45.128]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/proc-macro2-f9645c45e422083d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.5587565Z [00:03:45.134]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/proc-macro2-f9645c45e422083d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.5642910Z [00:03:45.139]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/proc-macro2-f9645c45e422083d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.5697971Z [00:03:45.145]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-typescript-ace2a0598c840724/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.5752995Z [00:03:45.150]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-typescript-ace2a0598c840724/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.5807804Z [00:03:45.156]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-typescript-ace2a0598c840724/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.5861473Z [00:03:45.161]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-typescript-ace2a0598c840724/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.5916636Z [00:03:45.167]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-java-9f7d22626354fe8d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.5972015Z [00:03:45.172]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-java-9f7d22626354fe8d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.6027964Z [00:03:45.178]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-java-9f7d22626354fe8d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.6081946Z [00:03:45.183]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-java-9f7d22626354fe8d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.6136181Z [00:03:45.189]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/libc-043f9700968c6b96/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.6191799Z [00:03:45.194]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/libc-043f9700968c6b96/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.6249346Z [00:03:45.200]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/libc-043f9700968c6b96/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.6306888Z [00:03:45.206]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/libc-043f9700968c6b96/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.6365906Z [00:03:45.212]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/itoa-3f4442783b425d26/lib-itoa.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.6423174Z [00:03:45.217]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/itoa-3f4442783b425d26/dep-lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.6479445Z [00:03:45.223]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/itoa-3f4442783b425d26/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.6537248Z [00:03:45.229]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/itoa-3f4442783b425d26/lib-itoa' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.6596380Z [00:03:45.234]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-yaml-492929ecc8ef3e80/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.6655278Z [00:03:45.240]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-yaml-492929ecc8ef3e80/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.6710824Z [00:03:45.246]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-yaml-492929ecc8ef3e80/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.6766710Z [00:03:45.252]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-yaml-492929ecc8ef3e80/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.6820705Z [00:03:45.257]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-c-b67fe13ce472bc9b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.6874865Z [00:03:45.262]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-c-b67fe13ce472bc9b/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.6928575Z [00:03:45.268]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-c-b67fe13ce472bc9b/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.6983934Z [00:03:45.273]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-c-b67fe13ce472bc9b/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.7036936Z [00:03:45.279]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/rustix-492899db5a73fc84/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.7091926Z [00:03:45.284]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/rustix-492899db5a73fc84/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.7146433Z [00:03:45.290]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/rustix-492899db5a73fc84/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.7201732Z [00:03:45.295]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/rustix-492899db5a73fc84/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.7257738Z [00:03:45.301]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-make-ad76c779a2b67418/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.7314059Z [00:03:45.306]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-make-ad76c779a2b67418/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.7372845Z [00:03:45.312]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-make-ad76c779a2b67418/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.7430259Z [00:03:45.318]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-make-ad76c779a2b67418/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.7490376Z [00:03:45.324]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/thiserror-impl-3ec962cd0e453f14/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.7547225Z [00:03:45.330]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/thiserror-impl-3ec962cd0e453f14/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.7602220Z [00:03:45.335]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/thiserror-impl-3ec962cd0e453f14/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.7658842Z [00:03:45.341]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/thiserror-impl-3ec962cd0e453f14/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.7717520Z [00:03:45.347]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/synstructure-48b1669568fb871e/lib-synstructure.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.7775439Z [00:03:45.352]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/synstructure-48b1669568fb871e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.7831409Z [00:03:45.358]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/synstructure-48b1669568fb871e/lib-synstructure' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.7886466Z [00:03:45.364]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/synstructure-48b1669568fb871e/dep-lib-synstructure' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.7941512Z [00:03:45.369]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-ruby-41d4364161998640/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.7995800Z [00:03:45.374]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-ruby-41d4364161998640/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.8050415Z [00:03:45.380]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-ruby-41d4364161998640/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.8106057Z [00:03:45.385]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-ruby-41d4364161998640/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.8162127Z [00:03:45.391]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/displaydoc-7ff6978791316ddb/dep-lib-displaydoc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.8222254Z [00:03:45.397]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/displaydoc-7ff6978791316ddb/lib-displaydoc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.8277137Z [00:03:45.403]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/displaydoc-7ff6978791316ddb/lib-displaydoc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.8333571Z [00:03:45.408]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/displaydoc-7ff6978791316ddb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.8391300Z [00:03:45.414]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-d557a1e7b6cebe0d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.8445815Z [00:03:45.419]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-d557a1e7b6cebe0d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.8501692Z [00:03:45.425]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-d557a1e7b6cebe0d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.8557459Z [00:03:45.431]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-d557a1e7b6cebe0d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.8611133Z [00:03:45.436]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-hcl-c9be11e5d9deffc5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.8667290Z [00:03:45.442]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-hcl-c9be11e5d9deffc5/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.8723174Z [00:03:45.447]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-hcl-c9be11e5d9deffc5/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.8778102Z [00:03:45.453]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-hcl-c9be11e5d9deffc5/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.8832915Z [00:03:45.458]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.8886954Z [00:03:45.464]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.8941468Z [00:03:45.469]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/dep-lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.8998172Z [00:03:45.475]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.9057991Z [00:03:45.481]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde-08a2082a4c964eef/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.9111680Z [00:03:45.486]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/serde-08a2082a4c964eef/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.9168303Z [00:03:45.492]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-cpp-91954fd960c48cf2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.9226615Z [00:03:45.498]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-cpp-91954fd960c48cf2/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.9283962Z [00:03:45.503]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-cpp-91954fd960c48cf2/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.9339872Z [00:03:45.509]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/tree-sitter-cpp-91954fd960c48cf2/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.9397306Z [00:03:45.515]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.9452433Z [00:03:45.520]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.9509250Z [00:03:45.526]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.9568880Z [00:03:45.532]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/dep-lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.9626385Z [00:03:45.538]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/syn-7af998ece29da45f/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.9683483Z [00:03:45.543]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/syn-7af998ece29da45f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.9737782Z [00:03:45.549]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/syn-7af998ece29da45f/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.9794842Z [00:03:45.554]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/release/.fingerprint/syn-7af998ece29da45f/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.9849448Z [00:03:45.560]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.9904331Z [00:03:45.565]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/CLAUDE.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:25.9959491Z [00:03:45.571]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.0016092Z [00:03:45.577]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.0071570Z [00:03:45.582]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/npm-package/bin/uncomment' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:26.0127082Z [00:03:45.588]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/npm-package/package.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.0182623Z [00:03:45.593]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/npm-package/index.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.0236857Z [00:03:45.599]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/npm-package/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.0293613Z [00:03:45.604]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/npm-package/.npmignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.0351051Z [00:03:45.610]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/npm-package/install.js' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.0407997Z [00:03:45.616]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/npm-package/test_pip.py' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.0467703Z [00:03:45.622]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/bin/profile.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.0527834Z [00:03:45.628]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/bin/benchmark.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.0588394Z [00:03:45.634]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.0652258Z [00:03:45.640]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/languages/registry.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.0714842Z [00:03:45.646]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/languages/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.0774519Z [00:03:45.652]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/languages/handlers.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.0834043Z [00:03:45.658]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/languages/config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.0890570Z [00:03:45.664]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/grammar/loader.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.0948244Z [00:03:45.670]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/grammar/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.1004681Z [00:03:45.675]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/cli.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.1063793Z [00:03:45.681]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/processor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.1122758Z [00:03:45.687]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/ast/visitor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.1178358Z [00:03:45.693]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/ast/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.1236265Z [00:03:45.699]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/rules/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.1293950Z [00:03:45.704]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/rules/preservation.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.1353825Z [00:03:45.710]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.1412078Z [00:03:45.716]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/src/config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.1469443Z [00:03:45.722]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/DISTRIBUTION.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.1526613Z [00:03:45.728]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.1583132Z [00:03:45.733]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:26.1636859Z [00:03:45.739]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:26.1694028Z [00:03:45.744]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:26.1750669Z [00:03:45.750]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:26.1805084Z [00:03:45.755]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:26.1859512Z [00:03:45.761]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:26.1915730Z [00:03:45.767]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:26.1970225Z [00:03:45.772]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:26.2025703Z [00:03:45.778]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:26.2081547Z [00:03:45.783]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:26.2136849Z [00:03:45.789]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:26.2192360Z [00:03:45.794]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:26.2245633Z [00:03:45.800]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:26.2300571Z [00:03:45.805]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T23:04:26.2353697Z [00:03:45.810]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.2407136Z [00:03:45.816]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.2461401Z [00:03:45.821]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/objects/pack/pack-7c3e9210d68ba6df9eca2680587c45db494cfb77.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.2517090Z [00:03:45.827]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/objects/pack/pack-d0080bc9d4f3d1aeb30e0da52ef11557b5e55ef7.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.2573541Z [00:03:45.832]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/objects/pack/pack-d0080bc9d4f3d1aeb30e0da52ef11557b5e55ef7.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.2628807Z [00:03:45.838]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/objects/pack/pack-d0080bc9d4f3d1aeb30e0da52ef11557b5e55ef7.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.2685598Z [00:03:45.843]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/objects/pack/pack-7c3e9210d68ba6df9eca2680587c45db494cfb77.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.2741299Z [00:03:45.849]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/objects/pack/pack-7c3e9210d68ba6df9eca2680587c45db494cfb77.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.2795517Z [00:03:45.855]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/objects/pack/pack-d0080bc9d4f3d1aeb30e0da52ef11557b5e55ef7.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.2851811Z [00:03:45.860]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/objects/pack/pack-7c3e9210d68ba6df9eca2680587c45db494cfb77.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.2906601Z [00:03:45.866]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.2961583Z [00:03:45.871]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.3014497Z [00:03:45.876]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.3067987Z [00:03:45.882]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.3120855Z [00:03:45.887]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.3176371Z [00:03:45.893]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.3232880Z [00:03:45.898]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.3290228Z [00:03:45.904]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.3347532Z [00:03:45.910]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.commitlintrc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.3403115Z [00:03:45.915]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/.pre-commit-hooks.yaml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.3458831Z [00:03:45.921]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/tests/init_command_tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.3516739Z [00:03:45.927]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/tests/init_integration_test.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.3574306Z [00:03:45.932]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/tests/grammar_integration_tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.3631592Z [00:03:45.938]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/tests/error_handling_tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.3686467Z [00:03:45.944]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/tests/custom_languages_test.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.3740410Z [00:03:45.949]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/tests/python_docstring_test.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.3795525Z [00:03:45.955]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/tests/integration_tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.3848786Z [00:03:45.960]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.okfGMR1tyZ/TEMPREPO/tests/uncomment_integration.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.3904208Z [00:03:45.965]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.3964516Z [00:03:45.971]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.4023162Z [00:03:45.977]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/uncomment.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.4079364Z [00:03:45.983]➜  mode of '/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/uncomment.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T23:04:26.4369413Z [00:03:46.012]➜  realpath: missing operand
2025-08-20T23:04:26.4369827Z [00:03:46.012]➜  Try 'realpath --help' for more information.
2025-08-20T23:04:26.4446553Z [00:03:46.020]➜  
2025-08-20T23:04:26.4447401Z [00:03:46.020]➜  [+] Found LICENSE ==> [/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/LICENSE]
2025-08-20T23:04:26.4447884Z [00:03:46.020]➜  
2025-08-20T23:04:26.4448081Z [00:03:46.020]➜  
2025-08-20T23:04:26.4455082Z [00:03:46.021]➜  Copyright 2025 Na'aman Hirschfeld
2025-08-20T23:04:26.4455412Z [00:03:46.021]➜  
2025-08-20T23:04:26.4458846Z [00:03:46.021]➜  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
2025-08-20T23:04:26.4460603Z [00:03:46.021]➜  
2025-08-20T23:04:26.4461195Z [00:03:46.021]➜  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
2025-08-20T23:04:26.4461739Z [00:03:46.021]➜  
2025-08-20T23:04:26.4463406Z [00:03:46.021]➜  THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2025-08-20T23:04:26.4465242Z [00:03:46.021]➜  
2025-08-20T23:04:26.4465440Z [00:03:46.021]➜  
2025-08-20T23:04:27.8245437Z [00:03:47.399]➜  
2025-08-20T23:04:27.8245775Z [00:03:47.399]➜  File: LICENSE
2025-08-20T23:04:27.8246138Z [00:03:47.399]➜    Type: Unicode text, UTF-8 text, with very long lines (460)
2025-08-20T23:04:27.8246670Z [00:03:47.399]➜    B3sum: 2c0b5c828af885d500eb4de7d760b82fb6eab721d0ca7b399f648d165490a7f2
2025-08-20T23:04:27.8247284Z [00:03:47.399]➜    SHA256sum: fbc71a32fa422bc4a06792e544a84608cb580c45ea4ca1fd5fca4512197dd7fe
2025-08-20T23:04:27.8247692Z [00:03:47.399]➜    Size: 4.0K
2025-08-20T23:04:27.8358519Z [00:03:47.411]➜  
2025-08-20T23:04:27.8358804Z [00:03:47.411]➜  File: SBUILD
2025-08-20T23:04:27.8359355Z [00:03:47.411]➜    Type: a /SBUILD ver @v1.0.0 script, ASCII text executable
2025-08-20T23:04:27.8359875Z [00:03:47.411]➜    B3sum: f1a5eeb2b257b43656ee228a2afdc0aa331e00db765e86dd0f8fb637deffeb2f
2025-08-20T23:04:27.8360763Z [00:03:47.411]➜    SHA256sum: ec3d6d5a26acdabeb37ea9a3a5d9e4318887a4a8434a33ef873f98910fbc3374
2025-08-20T23:04:27.8361198Z [00:03:47.411]➜    Size: 8.0K
2025-08-20T23:04:27.8452656Z [00:03:47.420]➜  
2025-08-20T23:04:27.8452983Z [00:03:47.420]➜  File: uncomment.static.version
2025-08-20T23:04:27.8453336Z [00:03:47.420]➜    Type: ASCII text, with no line terminators
2025-08-20T23:04:27.8453817Z [00:03:47.420]➜    B3sum: 4536d8eb03ddfd8f21000d0356d83da65c02fca28d6f7bc572388a2b6b18cd41
2025-08-20T23:04:27.8454430Z [00:03:47.420]➜    SHA256sum: e4abffe2b7b8de2881d3186aa483051f5ae193eaec35dc2f611e59c7c87cd1db
2025-08-20T23:04:27.8454836Z [00:03:47.420]➜    Size: 4.0K
2025-08-20T23:04:27.8543945Z [00:03:47.429]➜  
2025-08-20T23:04:27.8544246Z [00:03:47.429]➜  File: uncomment.version
2025-08-20T23:04:27.8544589Z [00:03:47.429]➜    Type: ASCII text, with no line terminators
2025-08-20T23:04:27.8545073Z [00:03:47.429]➜    B3sum: 4536d8eb03ddfd8f21000d0356d83da65c02fca28d6f7bc572388a2b6b18cd41
2025-08-20T23:04:27.8545708Z [00:03:47.429]➜    SHA256sum: e4abffe2b7b8de2881d3186aa483051f5ae193eaec35dc2f611e59c7c87cd1db
2025-08-20T23:04:27.8546125Z [00:03:47.429]➜    Size: 4.0K
2025-08-20T23:04:27.8546594Z [00:03:47.430]➜  
2025-08-20T23:04:27.8547075Z [00:03:47.430]➜  [+] Generating (b3sum) Checksums ==> [/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/CHECKSUM]
2025-08-20T23:04:27.8572297Z [00:03:47.432]➜  SBUILD:f1a5eeb2b257b43656ee228a2afdc0aa331e00db765e86dd0f8fb637deffeb2f
2025-08-20T23:04:27.8575329Z [00:03:47.432]➜  LICENSE:2c0b5c828af885d500eb4de7d760b82fb6eab721d0ca7b399f648d165490a7f2
2025-08-20T23:04:27.8576546Z [00:03:47.432]➜  uncomment.static.version:4536d8eb03ddfd8f21000d0356d83da65c02fca28d6f7bc572388a2b6b18cd41
2025-08-20T23:04:27.8577257Z [00:03:47.432]➜  uncomment.version:4536d8eb03ddfd8f21000d0356d83da65c02fca28d6f7bc572388a2b6b18cd41
2025-08-20T23:04:27.8591132Z [00:03:47.434]➜  
2025-08-20T23:04:27.8592375Z [00:03:47.434]➜  [+] Signing uncomment.static (Verify: https://docs.pkgforge.dev/repositories/pkgforge-stable/security#trust-but-verify)
2025-08-20T23:04:27.8697716Z [00:03:47.445]➜  
2025-08-20T23:04:27.8698682Z [00:03:47.445]➜  [✓] SuccessFully Built uncomment.static using https://github.com/pkgforge/soarpkgs/blob/main/binaries/uncomment/static.official.source.yaml [Wednesday, 2025-08-20 (11:04:27 PM) UTC]
2025-08-20T23:04:27.8699437Z [00:03:47.445]➜  
2025-08-20T23:04:27.8767522Z [00:03:47.452]➜  [+] Total Size: 320M (Includes DUPES+TMPFILES)
2025-08-20T23:04:27.8768233Z [00:03:47.452]➜  [+] LOGPATH='/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/uncomment.static.log'
2025-08-20T23:04:27.8780662Z [00:03:47.453]➜  [+] ENVPATH=/tmp/pkgforge/jyPXU6S7j_SBUILD/ENVPATH
2025-08-20T23:04:27.8931084Z 
2025-08-20T23:04:27.8931752Z [+] Sanitizing /tmp/pkgforge/jyPXU6S7j_SBUILD/BUILD.log ==> /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/uncomment.static.log
2025-08-20T23:04:31.5336781Z 
2025-08-20T23:04:31.5338080Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/uncomment/official/source]
2025-08-20T23:04:31.5338609Z [+] LOGS (Build Dir): /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR
2025-08-20T23:04:31.5338869Z 
2025-08-20T23:04:31.7435811Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T23:04:33.1186737Z ./BUILD_ARTIFACTS.tar : 26.10%   (   318 MiB =>   83.1 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T23:04:33.1651285Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T23:04:33.1687888Z 
2025-08-20T23:04:33.1688934Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/uncomment/static.official.source.yaml :: 00(Hr):03(Min):53(Sec)
2025-08-20T23:04:33.1689601Z 
2025-08-20T23:04:33.1700924Z 
2025-08-20T23:04:33.1701121Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (11:04:33 PM) UTC
2025-08-20T23:04:33.1701361Z 
2025-08-20T23:04:33.5618507Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T23:04:33.5665450Z ##[group]Run ##Presets
2025-08-20T23:04:33.5665780Z [36;1m##Presets[0m
2025-08-20T23:04:33.5665960Z [36;1mset +x ; set +e[0m
2025-08-20T23:04:33.5666153Z [36;1m#-------------#[0m
2025-08-20T23:04:33.5666336Z [36;1m##Debug?[0m
2025-08-20T23:04:33.5666556Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T23:04:33.5666826Z [36;1m  set -x[0m
2025-08-20T23:04:33.5667219Z [36;1mfi[0m
2025-08-20T23:04:33.5667388Z [36;1m#-------------#[0m
2025-08-20T23:04:33.5667572Z [36;1m##Set ENV[0m
2025-08-20T23:04:33.5667787Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T23:04:33.5668189Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T23:04:33.5668568Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T23:04:33.5669003Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/uncomment/official/source/uncomment-srcbuild-"[0m
2025-08-20T23:04:33.5669536Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T23:04:33.5669931Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T23:04:33.5670495Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T23:04:33.5670822Z [36;1m fi[0m
2025-08-20T23:04:33.5670980Z [36;1m##Push[0m
2025-08-20T23:04:33.5671189Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T23:04:33.5671448Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T23:04:33.5671803Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T23:04:33.5672263Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T23:04:33.5672689Z [36;1m     ls -sh "/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T23:04:33.5673014Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T23:04:33.5673214Z [36;1m       {[0m
2025-08-20T23:04:33.5673400Z [36;1m        for i in {1..10}; do[0m
2025-08-20T23:04:33.5673727Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T23:04:33.5674156Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T23:04:33.5674799Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T23:04:33.5675229Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T23:04:33.5675631Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T23:04:33.5676006Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T23:04:33.5676379Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T23:04:33.5676756Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T23:04:33.5677135Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T23:04:33.5677798Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T23:04:33.5678263Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T23:04:33.5678754Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T23:04:33.5679193Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T23:04:33.5679608Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T23:04:33.5680019Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T23:04:33.5680631Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-uncomment")[0m
2025-08-20T23:04:33.5681082Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T23:04:33.5681672Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T23:04:33.5682118Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T23:04:33.5682517Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T23:04:33.5683006Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T23:04:33.5683426Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T23:04:33.5683663Z [36;1m         #Check[0m
2025-08-20T23:04:33.5684198Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "" ]]; then[0m
2025-08-20T23:04:33.5684886Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T23:04:33.5685222Z [36;1m            break[0m
2025-08-20T23:04:33.5685413Z [36;1m          else[0m
2025-08-20T23:04:33.5685806Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T23:04:33.5686222Z [36;1m          fi[0m
2025-08-20T23:04:33.5686423Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T23:04:33.5686666Z [36;1m        done[0m
2025-08-20T23:04:33.5686841Z [36;1m       }[0m
2025-08-20T23:04:33.5687028Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T23:04:33.5687262Z [36;1m       ghcr_push_cmd[0m
2025-08-20T23:04:33.5687810Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T23:04:33.5688536Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T23:04:33.5688930Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T23:04:33.5689182Z [36;1m          ghcr_push_cmd[0m
2025-08-20T23:04:33.5689743Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T23:04:33.5690590Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T23:04:33.5691095Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T23:04:33.5691510Z [36;1m             return 1 || exit 1[0m
2025-08-20T23:04:33.5691729Z [36;1m           fi[0m
2025-08-20T23:04:33.5691906Z [36;1m       fi[0m
2025-08-20T23:04:33.5692070Z [36;1m   fi[0m
2025-08-20T23:04:33.5692228Z [36;1m fi[0m
2025-08-20T23:04:33.5692400Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T23:04:33.5756388Z shell: /usr/bin/bash -e {0}
2025-08-20T23:04:33.5756609Z env:
2025-08-20T23:04:33.5756770Z   CROSS_COMPILING: NO
2025-08-20T23:04:33.5756979Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T23:04:33.5757354Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T23:04:33.5757556Z   ON_QEMU: NO
2025-08-20T23:04:33.5757710Z   DEBUG: 0
2025-08-20T23:04:33.5757874Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T23:04:33.5758088Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T23:04:33.5758388Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/uncomment/official/source
2025-08-20T23:04:33.5758699Z   KEEP_LOGS: YES
2025-08-20T23:04:33.5758870Z   GITHUB_TEST_BUILD: YES
2025-08-20T23:04:33.5759070Z   PKG_FAMILY_LOCAL: uncomment
2025-08-20T23:04:33.5759275Z   SBUILD_REBUILD: false
2025-08-20T23:04:33.5759796Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/uncomment/static.official.source.yaml
2025-08-20T23:04:33.5760574Z   BUILD_SYS: docker://rust
2025-08-20T23:04:33.5760781Z   BUILD_ON_HOST: FALSE
2025-08-20T23:04:33.5760963Z   BUILD_SYSTEM: DOCKER
2025-08-20T23:04:33.5761142Z   SYSTMP: /tmp
2025-08-20T23:04:33.5761304Z   GHA_MODE: MATRIX
2025-08-20T23:04:33.5761900Z   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-20T23:04:33.5762397Z   INPUT_SBUILD: /tmp/pkgforge/tPl09RawD_build.yaml
2025-08-20T23:04:33.5762702Z   BUILD_DIR: /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml
2025-08-20T23:04:33.5763069Z   SBUILD_OUTDIR: /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR
2025-08-20T23:04:33.5763531Z   SBUILD_TMPDIR: /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T23:04:33.5763893Z   PKG_TYPE: static
2025-08-20T23:04:33.5764067Z   SBUILD_SUCCESSFUL: YES
2025-08-20T23:04:33.5764263Z   PUSH_SUCCESSFUL: NO
2025-08-20T23:04:33.5764738Z   GHCR_TOKEN: ***
2025-08-20T23:04:33.5765010Z   GITHUB_TOKEN: ***
2025-08-20T23:04:33.5765217Z   GITLAB_TOKEN: ***
2025-08-20T23:04:33.5766312Z   MINISIGN_KEY: ***
2025-08-20T23:04:33.5766480Z ##[endgroup]
2025-08-20T23:04:33.5830063Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T23:04:33.5837981Z 84M	./BUILD_ARTIFACTS.zstd
2025-08-20T23:04:33.5847958Z total 1.2M
2025-08-20T23:04:33.5848120Z 4.0K CHECKSUM
2025-08-20T23:04:33.5848293Z 4.0K CHECKSUM.sig
2025-08-20T23:04:33.5848457Z 4.0K LICENSE
2025-08-20T23:04:33.5848625Z 4.0K LICENSE.sig
2025-08-20T23:04:33.5848787Z 8.0K SBUILD
2025-08-20T23:04:33.5848936Z 4.0K SBUILD.sig
2025-08-20T23:04:33.5849099Z 4.0K SBUILD_TEMP
2025-08-20T23:04:33.5849273Z 1.2M uncomment.static.log
2025-08-20T23:04:33.5849480Z 4.0K uncomment.static.version
2025-08-20T23:04:33.5849700Z 4.0K uncomment.static.version.sig
2025-08-20T23:04:33.5849917Z 4.0K uncomment.version
2025-08-20T23:04:33.5850106Z 4.0K uncomment.version.sig
2025-08-20T23:04:33.6136258Z Error: "ghcr.io/pkgforge/bincache/uncomment/official/source/uncomment-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/uncomment/official/source/uncomment-srcbuild-"
2025-08-20T23:04:33.6137594Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T23:04:38.6193220Z Error: "ghcr.io/pkgforge/bincache/uncomment/official/source/uncomment-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/uncomment/official/source/uncomment-srcbuild-"
2025-08-20T23:04:38.6197126Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T23:04:38.6201483Z 
2025-08-20T23:04:38.6201850Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/uncomment/official/source/uncomment-srcbuild-
2025-08-20T23:04:38.6202233Z 
2025-08-20T23:04:38.6233454Z Error: "ghcr.io/pkgforge/bincache/uncomment/official/source/uncomment-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/uncomment/official/source/uncomment-srcbuild-"
2025-08-20T23:04:38.6238039Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T23:04:38.6270067Z ##[group]Run ##Presets
2025-08-20T23:04:38.6270888Z [36;1m##Presets[0m
2025-08-20T23:04:38.6271082Z [36;1mset +x ; set +e[0m
2025-08-20T23:04:38.6271274Z [36;1m#-------------#[0m
2025-08-20T23:04:38.6271695Z [36;1m##Debug?[0m
2025-08-20T23:04:38.6271916Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T23:04:38.6272187Z [36;1m  set -x[0m
2025-08-20T23:04:38.6272350Z [36;1mfi[0m
2025-08-20T23:04:38.6272509Z [36;1m#-------------#[0m
2025-08-20T23:04:38.6272751Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T23:04:38.6273067Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T23:04:38.6305609Z shell: /usr/bin/bash -e {0}
2025-08-20T23:04:38.6305820Z env:
2025-08-20T23:04:38.6305980Z   CROSS_COMPILING: NO
2025-08-20T23:04:38.6306177Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T23:04:38.6306392Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T23:04:38.6306592Z   ON_QEMU: NO
2025-08-20T23:04:38.6306795Z   DEBUG: 0
2025-08-20T23:04:38.6306961Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T23:04:38.6307173Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T23:04:38.6307473Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/uncomment/official/source
2025-08-20T23:04:38.6307786Z   KEEP_LOGS: YES
2025-08-20T23:04:38.6307960Z   GITHUB_TEST_BUILD: YES
2025-08-20T23:04:38.6308158Z   PKG_FAMILY_LOCAL: uncomment
2025-08-20T23:04:38.6308369Z   SBUILD_REBUILD: false
2025-08-20T23:04:38.6308885Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/uncomment/static.official.source.yaml
2025-08-20T23:04:38.6309435Z   BUILD_SYS: docker://rust
2025-08-20T23:04:38.6309633Z   BUILD_ON_HOST: FALSE
2025-08-20T23:04:38.6309819Z   BUILD_SYSTEM: DOCKER
2025-08-20T23:04:38.6310002Z   SYSTMP: /tmp
2025-08-20T23:04:38.6310165Z   GHA_MODE: MATRIX
2025-08-20T23:04:38.6310800Z   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-20T23:04:38.6311308Z   INPUT_SBUILD: /tmp/pkgforge/tPl09RawD_build.yaml
2025-08-20T23:04:38.6311621Z   BUILD_DIR: /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml
2025-08-20T23:04:38.6311991Z   SBUILD_OUTDIR: /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR
2025-08-20T23:04:38.6312458Z   SBUILD_TMPDIR: /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T23:04:38.6312820Z   PKG_TYPE: static
2025-08-20T23:04:38.6312995Z   SBUILD_SUCCESSFUL: YES
2025-08-20T23:04:38.6313183Z   PUSH_SUCCESSFUL: NO
2025-08-20T23:04:38.6313371Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T23:04:38.6313749Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/uncomment/official/source/uncomment-srcbuild-
2025-08-20T23:04:38.6314150Z ##[endgroup]
2025-08-20T23:04:38.6439330Z ##[group]Run actions/upload-artifact@v4
2025-08-20T23:04:38.6439637Z with:
2025-08-20T23:04:38.6439813Z   name: Bincache_uncomment_aarch64-Linux
2025-08-20T23:04:38.6440090Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T23:04:38.6440569Z   compression-level: 0
2025-08-20T23:04:38.6440758Z   retention-days: 30
2025-08-20T23:04:38.6440934Z   overwrite: true
2025-08-20T23:04:38.6441110Z   if-no-files-found: warn
2025-08-20T23:04:38.6441329Z   include-hidden-files: false
2025-08-20T23:04:38.6441524Z env:
2025-08-20T23:04:38.6441674Z   CROSS_COMPILING: NO
2025-08-20T23:04:38.6441863Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T23:04:38.6442073Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T23:04:38.6442270Z   ON_QEMU: NO
2025-08-20T23:04:38.6442424Z   DEBUG: 0
2025-08-20T23:04:38.6442580Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T23:04:38.6442794Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T23:04:38.6443091Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/uncomment/official/source
2025-08-20T23:04:38.6443450Z   KEEP_LOGS: YES
2025-08-20T23:04:38.6443627Z   GITHUB_TEST_BUILD: YES
2025-08-20T23:04:38.6443826Z   PKG_FAMILY_LOCAL: uncomment
2025-08-20T23:04:38.6444033Z   SBUILD_REBUILD: false
2025-08-20T23:04:38.6444545Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/uncomment/static.official.source.yaml
2025-08-20T23:04:38.6445093Z   BUILD_SYS: docker://rust
2025-08-20T23:04:38.6445294Z   BUILD_ON_HOST: FALSE
2025-08-20T23:04:38.6445782Z   BUILD_SYSTEM: DOCKER
2025-08-20T23:04:38.6446015Z   SYSTMP: /tmp
2025-08-20T23:04:38.6446178Z   GHA_MODE: MATRIX
2025-08-20T23:04:38.6446581Z   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-20T23:04:38.6447074Z   INPUT_SBUILD: /tmp/pkgforge/tPl09RawD_build.yaml
2025-08-20T23:04:38.6447379Z   BUILD_DIR: /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml
2025-08-20T23:04:38.6447752Z   SBUILD_OUTDIR: /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR
2025-08-20T23:04:38.6448217Z   SBUILD_TMPDIR: /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T23:04:38.6448580Z   PKG_TYPE: static
2025-08-20T23:04:38.6448756Z   SBUILD_SUCCESSFUL: YES
2025-08-20T23:04:38.6448951Z   PUSH_SUCCESSFUL: NO
2025-08-20T23:04:38.6449139Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T23:04:38.6449515Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/uncomment/official/source/uncomment-srcbuild-
2025-08-20T23:04:38.6449932Z   UTC_TIME: 2025_08_20T11_04_38_PM
2025-08-20T23:04:38.6450135Z ##[endgroup]
2025-08-20T23:04:39.3012369Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T23:04:39.3016438Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T23:04:39.3017148Z With the provided path, there will be 2 files uploaded
2025-08-20T23:04:39.6480573Z Artifact name is valid!
2025-08-20T23:04:39.6485278Z Root directory input is valid!
2025-08-20T23:04:39.7574935Z Beginning upload of artifact content to blob storage
2025-08-20T23:04:40.7804630Z Uploaded bytes 8388608
2025-08-20T23:04:40.7896909Z Uploaded bytes 16777216
2025-08-20T23:04:40.8648965Z Uploaded bytes 25165824
2025-08-20T23:04:40.9752282Z Uploaded bytes 33554432
2025-08-20T23:04:41.0765434Z Uploaded bytes 41943040
2025-08-20T23:04:41.0826741Z Uploaded bytes 50331648
2025-08-20T23:04:41.2135864Z Uploaded bytes 58720256
2025-08-20T23:04:41.2755468Z Uploaded bytes 67108864
2025-08-20T23:04:41.2864885Z Uploaded bytes 75497472
2025-08-20T23:04:41.3045626Z Uploaded bytes 83886080
2025-08-20T23:04:41.4869421Z Uploaded bytes 88714732
2025-08-20T23:04:41.5564498Z Finished uploading artifact content to blob storage!
2025-08-20T23:04:41.5577107Z SHA256 digest of uploaded artifact zip is 4ca55e9322de372b986057c769c46525305d3b2c57e95077aba2e58e5e14bd21
2025-08-20T23:04:41.5577553Z Finalizing artifact upload
2025-08-20T23:04:41.6999286Z Artifact Bincache_uncomment_aarch64-Linux.zip successfully finalized. Artifact ID 3813994085
2025-08-20T23:04:41.7000026Z Artifact Bincache_uncomment_aarch64-Linux has been successfully uploaded! Final size is 88714732 bytes. Artifact ID is 3813994085
2025-08-20T23:04:41.7016902Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17110121706/artifacts/3813994085
2025-08-20T23:04:41.7309456Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T23:04:41.7309778Z with:
2025-08-20T23:04:41.7309951Z   subject-name: uncomment--
2025-08-20T23:04:41.7310871Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T23:04:41.7311576Z   show-summary: true
2025-08-20T23:04:41.7311771Z   push-to-registry: false
2025-08-20T23:04:41.7312136Z   github-token: ***
2025-08-20T23:04:41.7312314Z env:
2025-08-20T23:04:41.7312470Z   CROSS_COMPILING: NO
2025-08-20T23:04:41.7312665Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T23:04:41.7312884Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T23:04:41.7313089Z   ON_QEMU: NO
2025-08-20T23:04:41.7313248Z   DEBUG: 0
2025-08-20T23:04:41.7313421Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T23:04:41.7313639Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T23:04:41.7313979Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/uncomment/official/source
2025-08-20T23:04:41.7314302Z   KEEP_LOGS: YES
2025-08-20T23:04:41.7314478Z   GITHUB_TEST_BUILD: YES
2025-08-20T23:04:41.7314681Z   PKG_FAMILY_LOCAL: uncomment
2025-08-20T23:04:41.7315230Z   SBUILD_REBUILD: false
2025-08-20T23:04:41.7315748Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/uncomment/static.official.source.yaml
2025-08-20T23:04:41.7316307Z   BUILD_SYS: docker://rust
2025-08-20T23:04:41.7316512Z   BUILD_ON_HOST: FALSE
2025-08-20T23:04:41.7316700Z   BUILD_SYSTEM: DOCKER
2025-08-20T23:04:41.7316883Z   SYSTMP: /tmp
2025-08-20T23:04:41.7317050Z   GHA_MODE: MATRIX
2025-08-20T23:04:41.7317457Z   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-20T23:04:41.7317949Z   INPUT_SBUILD: /tmp/pkgforge/tPl09RawD_build.yaml
2025-08-20T23:04:41.7318262Z   BUILD_DIR: /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml
2025-08-20T23:04:41.7318637Z   SBUILD_OUTDIR: /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR
2025-08-20T23:04:41.7319106Z   SBUILD_TMPDIR: /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T23:04:41.7319480Z   PKG_TYPE: static
2025-08-20T23:04:41.7319661Z   SBUILD_SUCCESSFUL: YES
2025-08-20T23:04:41.7319860Z   PUSH_SUCCESSFUL: NO
2025-08-20T23:04:41.7320055Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T23:04:41.7320615Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/uncomment/official/source/uncomment-srcbuild-
2025-08-20T23:04:41.7321045Z   UTC_TIME: 2025_08_20T11_04_38_PM
2025-08-20T23:04:41.7321256Z ##[endgroup]
2025-08-20T23:04:41.7399717Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T23:04:41.7400132Z env:
2025-08-20T23:04:41.7400486Z   CROSS_COMPILING: NO
2025-08-20T23:04:41.7400703Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T23:04:41.7400922Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T23:04:41.7401127Z   ON_QEMU: NO
2025-08-20T23:04:41.7401305Z   DEBUG: 0
2025-08-20T23:04:41.7401472Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T23:04:41.7401693Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T23:04:41.7402000Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/uncomment/official/source
2025-08-20T23:04:41.7402322Z   KEEP_LOGS: YES
2025-08-20T23:04:41.7402498Z   GITHUB_TEST_BUILD: YES
2025-08-20T23:04:41.7402702Z   PKG_FAMILY_LOCAL: uncomment
2025-08-20T23:04:41.7402913Z   SBUILD_REBUILD: false
2025-08-20T23:04:41.7403437Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/uncomment/static.official.source.yaml
2025-08-20T23:04:41.7403995Z   BUILD_SYS: docker://rust
2025-08-20T23:04:41.7404199Z   BUILD_ON_HOST: FALSE
2025-08-20T23:04:41.7404385Z   BUILD_SYSTEM: DOCKER
2025-08-20T23:04:41.7404573Z   SYSTMP: /tmp
2025-08-20T23:04:41.7404741Z   GHA_MODE: MATRIX
2025-08-20T23:04:41.7405154Z   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-20T23:04:41.7405932Z   INPUT_SBUILD: /tmp/pkgforge/tPl09RawD_build.yaml
2025-08-20T23:04:41.7406295Z   BUILD_DIR: /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml
2025-08-20T23:04:41.7406682Z   SBUILD_OUTDIR: /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR
2025-08-20T23:04:41.7407154Z   SBUILD_TMPDIR: /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T23:04:41.7407529Z   PKG_TYPE: static
2025-08-20T23:04:41.7407712Z   SBUILD_SUCCESSFUL: YES
2025-08-20T23:04:41.7407909Z   PUSH_SUCCESSFUL: NO
2025-08-20T23:04:41.7408100Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T23:04:41.7408483Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/uncomment/official/source/uncomment-srcbuild-
2025-08-20T23:04:41.7408900Z   UTC_TIME: 2025_08_20T11_04_38_PM
2025-08-20T23:04:41.7409128Z ##[endgroup]
2025-08-20T23:04:42.5102763Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T23:04:42.5103092Z with:
2025-08-20T23:04:42.5103759Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T23:04:42.5104682Z   subject-name: uncomment--
2025-08-20T23:04:42.5104941Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T23:04:42.5107512Z   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/17110121706/attempts/1"}}}
2025-08-20T23:04:42.5110036Z   push-to-registry: false
2025-08-20T23:04:42.5110245Z   show-summary: true
2025-08-20T23:04:42.5110933Z   github-token: ***
2025-08-20T23:04:42.5111115Z env:
2025-08-20T23:04:42.5111276Z   CROSS_COMPILING: NO
2025-08-20T23:04:42.5111473Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T23:04:42.5111694Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T23:04:42.5111901Z   ON_QEMU: NO
2025-08-20T23:04:42.5112062Z   DEBUG: 0
2025-08-20T23:04:42.5112231Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T23:04:42.5112451Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T23:04:42.5112763Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/uncomment/official/source
2025-08-20T23:04:42.5113080Z   KEEP_LOGS: YES
2025-08-20T23:04:42.5113259Z   GITHUB_TEST_BUILD: YES
2025-08-20T23:04:42.5113464Z   PKG_FAMILY_LOCAL: uncomment
2025-08-20T23:04:42.5113729Z   SBUILD_REBUILD: false
2025-08-20T23:04:42.5114257Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/uncomment/static.official.source.yaml
2025-08-20T23:04:42.5114818Z   BUILD_SYS: docker://rust
2025-08-20T23:04:42.5115036Z   BUILD_ON_HOST: FALSE
2025-08-20T23:04:42.5115226Z   BUILD_SYSTEM: DOCKER
2025-08-20T23:04:42.5115414Z   SYSTMP: /tmp
2025-08-20T23:04:42.5115584Z   GHA_MODE: MATRIX
2025-08-20T23:04:42.5115996Z   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-20T23:04:42.5116496Z   INPUT_SBUILD: /tmp/pkgforge/tPl09RawD_build.yaml
2025-08-20T23:04:42.5116810Z   BUILD_DIR: /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml
2025-08-20T23:04:42.5117194Z   SBUILD_OUTDIR: /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR
2025-08-20T23:04:42.5117668Z   SBUILD_TMPDIR: /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T23:04:42.5118045Z   PKG_TYPE: static
2025-08-20T23:04:42.5118230Z   SBUILD_SUCCESSFUL: YES
2025-08-20T23:04:42.5118682Z   PUSH_SUCCESSFUL: NO
2025-08-20T23:04:42.5118892Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T23:04:42.5119278Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/uncomment/official/source/uncomment-srcbuild-
2025-08-20T23:04:42.5119706Z   UTC_TIME: 2025_08_20T11_04_38_PM
2025-08-20T23:04:42.5119921Z ##[endgroup]
2025-08-20T23:04:44.1099277Z Attestation created for 12 subjects
2025-08-20T23:04:44.1103604Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T23:04:44.1104047Z -----BEGIN CERTIFICATE-----
2025-08-20T23:04:44.1104395Z MIIG7zCCBnWgAwIBAgIUejXzb1vRUVbRxOABxugYsEdifNIwCgYIKoZIzj0EAwMw
2025-08-20T23:04:44.1104871Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T23:04:44.1105340Z cm1lZGlhdGUwHhcNMjUwODIwMjMwNDQzWhcNMjUwODIwMjMxNDQzWjAAMFkwEwYH
2025-08-20T23:04:44.1105808Z KoZIzj0CAQYIKoZIzj0DAQcDQgAE5TJiBAUeVmfZ5VuSuntzX8tw2eWDRiM5ecce
2025-08-20T23:04:44.1106292Z lp1f8iWgg4f9TWemqR/phajGTFlsS8iNWJJ4fjGw7d2QFxqheaOCBZQwggWQMA4G
2025-08-20T23:04:44.1106742Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUpUCz
2025-08-20T23:04:44.1107201Z qwBa7Wtv0H1ZEnpt9SnoBK8wHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T23:04:44.1108063Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T23:04:44.1108509Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T23:04:44.1108963Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T23:04:44.1109410Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T23:04:44.1109843Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T23:04:44.1110461Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T23:04:44.1110929Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T23:04:44.1111396Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T23:04:44.1111866Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T23:04:44.1112312Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T23:04:44.1112761Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T23:04:44.1113224Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T23:04:44.1113674Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T23:04:44.1114123Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T23:04:44.1114593Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T23:04:44.1115062Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T23:04:44.1115524Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T23:04:44.1115981Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T23:04:44.1116435Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T23:04:44.1116894Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T23:04:44.1117355Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T23:04:44.1117821Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T23:04:44.1118296Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T23:04:44.1118751Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTEwMTIxNzA2L2F0
2025-08-20T23:04:44.1119213Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYoGCisGAQQB1nkCBAIE
2025-08-20T23:04:44.1119682Z fAR6AHgAdgDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJukAl
2025-08-20T23:04:44.1120145Z AAAEAwBHMEUCIQCbkDRtXfj++4dISNeEVyMEOFzvgeY6Xz9RmEeBxB6xkQIgKVCM
2025-08-20T23:04:44.1120766Z qr297fiD20bp+yl/yNz1tADDIndATuC6BP2V92kwCgYIKoZIzj0EAwMDaAAwZQIx
2025-08-20T23:04:44.1121203Z AITwpavz6TW/lc0r92eoDjVyd1UBL9Ojxk4IkAV9AjywPwaka0I/2wa7OifdqFhu
2025-08-20T23:04:44.1121632Z XAIwamdIgJQjnsQ1GPW/mjg4lowvi/Hy3+epVPmnuWmooAe/JwyHMc5f423PEHgM
2025-08-20T23:04:44.1121974Z M4nb
2025-08-20T23:04:44.1122392Z -----END CERTIFICATE-----
2025-08-20T23:04:44.1122550Z 
2025-08-20T23:04:44.1122948Z ##[endgroup]
2025-08-20T23:04:44.1123359Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T23:04:44.1123746Z https://search.sigstore.dev?logIndex=414606349
2025-08-20T23:04:44.1124085Z [36mAttestation uploaded to repository[39m
2025-08-20T23:04:44.1124402Z https://github.com/pkgforge/bincache/attestations/9876504
2025-08-20T23:04:44.2108735Z ##[group]Run ##Presets
2025-08-20T23:04:44.2109030Z [36;1m##Presets[0m
2025-08-20T23:04:44.2109218Z [36;1mset +x ; set +e[0m
2025-08-20T23:04:44.2109415Z [36;1m#-------------#[0m
2025-08-20T23:04:44.2109604Z [36;1m##Debug?[0m
2025-08-20T23:04:44.2109828Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T23:04:44.2110106Z [36;1m  set -x[0m
2025-08-20T23:04:44.2110556Z [36;1mfi[0m
2025-08-20T23:04:44.2110741Z [36;1m#-------------#[0m
2025-08-20T23:04:44.2111036Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T23:04:44.2111568Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/uncomment/official/source"[0m
2025-08-20T23:04:44.2112246Z [36;1m exit 1[0m
2025-08-20T23:04:44.2112417Z [36;1mfi[0m
2025-08-20T23:04:44.2144058Z shell: /usr/bin/bash -e {0}
2025-08-20T23:04:44.2144279Z env:
2025-08-20T23:04:44.2144446Z   CROSS_COMPILING: NO
2025-08-20T23:04:44.2144693Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T23:04:44.2144924Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T23:04:44.2145132Z   ON_QEMU: NO
2025-08-20T23:04:44.2145294Z   DEBUG: 0
2025-08-20T23:04:44.2145462Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T23:04:44.2145686Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T23:04:44.2145995Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/uncomment/official/source
2025-08-20T23:04:44.2146309Z   KEEP_LOGS: YES
2025-08-20T23:04:44.2146487Z   GITHUB_TEST_BUILD: YES
2025-08-20T23:04:44.2146694Z   PKG_FAMILY_LOCAL: uncomment
2025-08-20T23:04:44.2146908Z   SBUILD_REBUILD: false
2025-08-20T23:04:44.2147433Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/uncomment/static.official.source.yaml
2025-08-20T23:04:44.2148005Z   BUILD_SYS: docker://rust
2025-08-20T23:04:44.2148211Z   BUILD_ON_HOST: FALSE
2025-08-20T23:04:44.2148400Z   BUILD_SYSTEM: DOCKER
2025-08-20T23:04:44.2148586Z   SYSTMP: /tmp
2025-08-20T23:04:44.2148765Z   GHA_MODE: MATRIX
2025-08-20T23:04:44.2149179Z   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-20T23:04:44.2149680Z   INPUT_SBUILD: /tmp/pkgforge/tPl09RawD_build.yaml
2025-08-20T23:04:44.2149991Z   BUILD_DIR: /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml
2025-08-20T23:04:44.2150597Z   SBUILD_OUTDIR: /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR
2025-08-20T23:04:44.2151079Z   SBUILD_TMPDIR: /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T23:04:44.2151455Z   PKG_TYPE: static
2025-08-20T23:04:44.2151640Z   SBUILD_SUCCESSFUL: YES
2025-08-20T23:04:44.2151841Z   PUSH_SUCCESSFUL: NO
2025-08-20T23:04:44.2152033Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T23:04:44.2152427Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/uncomment/official/source/uncomment-srcbuild-
2025-08-20T23:04:44.2152847Z   UTC_TIME: 2025_08_20T11_04_38_PM
2025-08-20T23:04:44.2153063Z ##[endgroup]
2025-08-20T23:04:44.2220218Z ##[group]Run ##Presets
2025-08-20T23:04:44.2220684Z [36;1m##Presets[0m
2025-08-20T23:04:44.2220875Z [36;1mset +x ; set +e[0m
2025-08-20T23:04:44.2221075Z [36;1m#-------------#[0m
2025-08-20T23:04:44.2221265Z [36;1m##Debug?[0m
2025-08-20T23:04:44.2221493Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T23:04:44.2221770Z [36;1m  set -x[0m
2025-08-20T23:04:44.2221942Z [36;1mfi[0m
2025-08-20T23:04:44.2222112Z [36;1m#-------------#[0m
2025-08-20T23:04:44.2222343Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T23:04:44.2222801Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/uncomment/official/source"[0m
2025-08-20T23:04:44.2223221Z [36;1m exit 1[0m
2025-08-20T23:04:44.2223404Z [36;1mfi[0m
2025-08-20T23:04:44.2249316Z shell: /usr/bin/bash -e {0}
2025-08-20T23:04:44.2249541Z env:
2025-08-20T23:04:44.2249705Z   CROSS_COMPILING: NO
2025-08-20T23:04:44.2249944Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T23:04:44.2250226Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T23:04:44.2250680Z   ON_QEMU: NO
2025-08-20T23:04:44.2250844Z   DEBUG: 0
2025-08-20T23:04:44.2251013Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T23:04:44.2251234Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T23:04:44.2251547Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/uncomment/official/source
2025-08-20T23:04:44.2251863Z   KEEP_LOGS: YES
2025-08-20T23:04:44.2252039Z   GITHUB_TEST_BUILD: YES
2025-08-20T23:04:44.2252245Z   PKG_FAMILY_LOCAL: uncomment
2025-08-20T23:04:44.2252456Z   SBUILD_REBUILD: false
2025-08-20T23:04:44.2252975Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/uncomment/static.official.source.yaml
2025-08-20T23:04:44.2253535Z   BUILD_SYS: docker://rust
2025-08-20T23:04:44.2253996Z   BUILD_ON_HOST: FALSE
2025-08-20T23:04:44.2254185Z   BUILD_SYSTEM: DOCKER
2025-08-20T23:04:44.2254370Z   SYSTMP: /tmp
2025-08-20T23:04:44.2254540Z   GHA_MODE: MATRIX
2025-08-20T23:04:44.2254953Z   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-20T23:04:44.2255451Z   INPUT_SBUILD: /tmp/pkgforge/tPl09RawD_build.yaml
2025-08-20T23:04:44.2255760Z   BUILD_DIR: /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml
2025-08-20T23:04:44.2256135Z   SBUILD_OUTDIR: /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR
2025-08-20T23:04:44.2256608Z   SBUILD_TMPDIR: /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T23:04:44.2256976Z   PKG_TYPE: static
2025-08-20T23:04:44.2257157Z   SBUILD_SUCCESSFUL: YES
2025-08-20T23:04:44.2257355Z   PUSH_SUCCESSFUL: NO
2025-08-20T23:04:44.2257549Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T23:04:44.2257930Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/uncomment/official/source/uncomment-srcbuild-
2025-08-20T23:04:44.2258356Z   UTC_TIME: 2025_08_20T11_04_38_PM
2025-08-20T23:04:44.2258569Z ##[endgroup]
2025-08-20T23:04:44.2298344Z 
2025-08-20T23:04:44.2298838Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/uncomment/official/source
2025-08-20T23:04:44.2308920Z ##[error]Process completed with exit code 1.
2025-08-20T23:04:44.2349439Z ##[group]Run ##Presets
2025-08-20T23:04:44.2349700Z [36;1m##Presets[0m
2025-08-20T23:04:44.2349888Z [36;1mset +x ; set +e[0m
2025-08-20T23:04:44.2350088Z [36;1m#-------------#[0m
2025-08-20T23:04:44.2350506Z [36;1m##Debug?[0m
2025-08-20T23:04:44.2350746Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T23:04:44.2351024Z [36;1m  set -x[0m
2025-08-20T23:04:44.2351196Z [36;1mfi[0m
2025-08-20T23:04:44.2351361Z [36;1m#-------------#[0m
2025-08-20T23:04:44.2351685Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T23:04:44.2352077Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T23:04:44.2352359Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T23:04:44.2352609Z [36;1mfi[0m
2025-08-20T23:04:44.2378302Z shell: /usr/bin/bash -e {0}
2025-08-20T23:04:44.2378528Z env:
2025-08-20T23:04:44.2378695Z   CROSS_COMPILING: NO
2025-08-20T23:04:44.2378960Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T23:04:44.2379188Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T23:04:44.2379397Z   ON_QEMU: NO
2025-08-20T23:04:44.2379586Z   DEBUG: 0
2025-08-20T23:04:44.2379756Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T23:04:44.2379979Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T23:04:44.2380561Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/uncomment/official/source
2025-08-20T23:04:44.2380900Z   KEEP_LOGS: YES
2025-08-20T23:04:44.2381081Z   GITHUB_TEST_BUILD: YES
2025-08-20T23:04:44.2381290Z   PKG_FAMILY_LOCAL: uncomment
2025-08-20T23:04:44.2381502Z   SBUILD_REBUILD: false
2025-08-20T23:04:44.2382025Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/uncomment/static.official.source.yaml
2025-08-20T23:04:44.2382602Z   BUILD_SYS: docker://rust
2025-08-20T23:04:44.2382812Z   BUILD_ON_HOST: FALSE
2025-08-20T23:04:44.2383001Z   BUILD_SYSTEM: DOCKER
2025-08-20T23:04:44.2383187Z   SYSTMP: /tmp
2025-08-20T23:04:44.2383359Z   GHA_MODE: MATRIX
2025-08-20T23:04:44.2383778Z   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-20T23:04:44.2384279Z   INPUT_SBUILD: /tmp/pkgforge/tPl09RawD_build.yaml
2025-08-20T23:04:44.2384593Z   BUILD_DIR: /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml
2025-08-20T23:04:44.2384974Z   SBUILD_OUTDIR: /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR
2025-08-20T23:04:44.2385452Z   SBUILD_TMPDIR: /tmp/pkgforge/zyIHypB_tPl09RawD_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T23:04:44.2385820Z   PKG_TYPE: static
2025-08-20T23:04:44.2386004Z   SBUILD_SUCCESSFUL: YES
2025-08-20T23:04:44.2386511Z   PUSH_SUCCESSFUL: NO
2025-08-20T23:04:44.2386705Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T23:04:44.2387092Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/uncomment/official/source/uncomment-srcbuild-
2025-08-20T23:04:44.2387512Z   UTC_TIME: 2025_08_20T11_04_38_PM
2025-08-20T23:04:44.2387723Z ##[endgroup]
2025-08-20T23:04:44.2438818Z EXITED
2025-08-20T23:04:44.2483578Z Cleaning up orphan processes
