﻿2025-08-18T21:59:05.7438929Z Current runner version: '2.327.1'
2025-08-18T21:59:05.7473942Z ##[group]Runner Image Provisioner
2025-08-18T21:59:05.7475365Z Hosted Compute Agent
2025-08-18T21:59:05.7476577Z Version: 20250818.377
2025-08-18T21:59:05.7477235Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-18T21:59:05.7478019Z Build Date: 2025-08-18T14:52:18Z
2025-08-18T21:59:05.7478624Z ##[endgroup]
2025-08-18T21:59:05.7479152Z ##[group]VM Image
2025-08-18T21:59:05.7479772Z - OS: Linux (arm64)
2025-08-18T21:59:05.7480331Z - Source: Partner
2025-08-18T21:59:05.7480875Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-18T21:59:05.7481599Z - Version: 20250728.24.1
2025-08-18T21:59:05.7482623Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-18T21:59:05.7483710Z ##[endgroup]
2025-08-18T21:59:05.7485143Z ##[group]GITHUB_TOKEN Permissions
2025-08-18T21:59:05.7488876Z Attestations: write
2025-08-18T21:59:05.7489617Z Contents: write
2025-08-18T21:59:05.7490469Z Metadata: read
2025-08-18T21:59:05.7491184Z Packages: write
2025-08-18T21:59:05.7491756Z ##[endgroup]
2025-08-18T21:59:05.7496264Z Secret source: Actions
2025-08-18T21:59:05.7497464Z Prepare workflow directory
2025-08-18T21:59:05.7913230Z Prepare all required actions
2025-08-18T21:59:05.7957381Z Getting action download info
2025-08-18T21:59:06.1466784Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-18T21:59:07.0389972Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-18T21:59:07.6024343Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-18T21:59:07.7914486Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-18T21:59:08.2913491Z Getting action download info
2025-08-18T21:59:08.4258653Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-18T21:59:08.8678862Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-18T21:59:09.3529686Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/tailspin/official)
2025-08-18T21:59:09.4149772Z ##[group]Run ##Presets
2025-08-18T21:59:09.4150421Z [36;1m##Presets[0m
2025-08-18T21:59:09.4150703Z [36;1mset +x ; set +e[0m
2025-08-18T21:59:09.4150982Z [36;1m#-------------#[0m
2025-08-18T21:59:09.4151884Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-18T21:59:09.4152311Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-18T21:59:09.4152699Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T21:59:09.4153094Z [36;1m  fi[0m
2025-08-18T21:59:09.4153417Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-18T21:59:09.4153920Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-18T21:59:09.4154326Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T21:59:09.4154659Z [36;1m  fi[0m
2025-08-18T21:59:09.4155024Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-18T21:59:09.4155559Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-18T21:59:09.4156232Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T21:59:09.4156567Z [36;1m  fi[0m
2025-08-18T21:59:09.4156857Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-18T21:59:09.4157319Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-18T21:59:09.4157713Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-18T21:59:09.4158023Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-18T21:59:09.4158444Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-18T21:59:09.4159105Z [36;1m     else[0m
2025-08-18T21:59:09.4159459Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T21:59:09.4159863Z [36;1m     fi[0m
2025-08-18T21:59:09.4160111Z [36;1m  fi[0m
2025-08-18T21:59:09.4160397Z [36;1mfi[0m
2025-08-18T21:59:09.4191367Z shell: /usr/bin/bash -e {0}
2025-08-18T21:59:09.4192138Z env:
2025-08-18T21:59:09.4192866Z   GH_TOKEN: ***
2025-08-18T21:59:09.4193231Z ##[endgroup]
2025-08-18T21:59:09.4433688Z ##[group]Run ##Presets
2025-08-18T21:59:09.4434147Z [36;1m##Presets[0m
2025-08-18T21:59:09.4434769Z [36;1mset +x ; set +e[0m
2025-08-18T21:59:09.4435056Z [36;1m#-------------#[0m
2025-08-18T21:59:09.4435421Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-18T21:59:09.4436234Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-18T21:59:09.4436736Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-18T21:59:09.4437257Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-18T21:59:09.4437713Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-18T21:59:09.4438155Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-18T21:59:09.4438641Z [36;1m  exit 1[0m
2025-08-18T21:59:09.4438859Z [36;1mfi[0m
2025-08-18T21:59:09.4466302Z shell: /usr/bin/bash -e {0}
2025-08-18T21:59:09.4466837Z env:
2025-08-18T21:59:09.4467411Z   RO_GHTOKEN: ***
2025-08-18T21:59:09.4467736Z   RO_GLTOKEN: ***
2025-08-18T21:59:09.4469021Z   MINISIGN_KEY: ***
2025-08-18T21:59:09.4469261Z ##[endgroup]
2025-08-18T21:59:09.4611770Z ##[group]Run ##Presets
2025-08-18T21:59:09.4612338Z [36;1m##Presets[0m
2025-08-18T21:59:09.4612609Z [36;1mset +x ; set +e[0m
2025-08-18T21:59:09.4612913Z [36;1m#-------------#[0m
2025-08-18T21:59:09.4613227Z [36;1m##Host Triplet[0m
2025-08-18T21:59:09.4613588Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-18T21:59:09.4613964Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-18T21:59:09.4614457Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-18T21:59:09.4614824Z [36;1m   export ON_QEMU="YES"[0m
2025-08-18T21:59:09.4615175Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-18T21:59:09.4615560Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-18T21:59:09.4616222Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-18T21:59:09.4616638Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-18T21:59:09.4616939Z [36;1m   fi[0m
2025-08-18T21:59:09.4617394Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-18T21:59:09.4617781Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-18T21:59:09.4618128Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-18T21:59:09.4618572Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-18T21:59:09.4618936Z [36;1m   export ON_QEMU="NO"[0m
2025-08-18T21:59:09.4619196Z [36;1m fi[0m
2025-08-18T21:59:09.4619554Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:59:09.4619976Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:59:09.4620418Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:59:09.4620818Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:59:09.4621168Z [36;1m##Debug[0m
2025-08-18T21:59:09.4621468Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-18T21:59:09.4621774Z [36;1m   export DEBUG="1"[0m
2025-08-18T21:59:09.4622034Z [36;1m else[0m
2025-08-18T21:59:09.4622338Z [36;1m   export DEBUG="0"[0m
2025-08-18T21:59:09.4622608Z [36;1m fi[0m
2025-08-18T21:59:09.4622847Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:59:09.4623202Z [36;1m##Docker Platform[0m
2025-08-18T21:59:09.4623788Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-18T21:59:09.4624206Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-18T21:59:09.4624621Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-18T21:59:09.4625008Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-18T21:59:09.4625448Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-18T21:59:09.4626082Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-18T21:59:09.4626438Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-18T21:59:09.4626897Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-18T21:59:09.4627175Z [36;1m fi[0m
2025-08-18T21:59:09.4627520Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:59:09.4627993Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:59:09.4628361Z [36;1m##GHCRPKG_URL[0m
2025-08-18T21:59:09.4628946Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/tailspin/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-18T21:59:09.4629496Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-18T21:59:09.4629828Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:59:09.4630240Z [36;1m##Logs[0m
2025-08-18T21:59:09.4630660Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-18T21:59:09.4631199Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-18T21:59:09.4631523Z [36;1m else[0m
2025-08-18T21:59:09.4631762Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-18T21:59:09.4632119Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-18T21:59:09.4632418Z [36;1m fi[0m
2025-08-18T21:59:09.4632971Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:59:09.4633485Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:59:09.4633848Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-18T21:59:09.4634242Z [36;1m PKG_FAMILY_LOCAL="$(echo "tailspin" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-18T21:59:09.4634731Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-18T21:59:09.4635071Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:59:09.4635476Z [36;1m##Rebuild[0m
2025-08-18T21:59:09.4635937Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-18T21:59:09.4636253Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-18T21:59:09.4636589Z [36;1m else[0m
2025-08-18T21:59:09.4636834Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-18T21:59:09.4637152Z [36;1m fi[0m
2025-08-18T21:59:09.4637538Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:59:09.4637907Z [36;1m ##SBUILD_URL[0m
2025-08-18T21:59:09.4638479Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-18T21:59:09.4639070Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-18T21:59:09.4639927Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-18T21:59:09.4640728Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-18T21:59:09.4641137Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-18T21:59:09.4641599Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-18T21:59:09.4642127Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-18T21:59:09.4642560Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T21:59:09.4642939Z [36;1m    exit 1[0m
2025-08-18T21:59:09.4643208Z [36;1m   else[0m
2025-08-18T21:59:09.4643461Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-18T21:59:09.4643871Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:59:09.4644283Z [36;1m    #Check for x_exec.host[0m
2025-08-18T21:59:09.4644896Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-18T21:59:09.4645337Z [36;1m      #check if supported[0m
2025-08-18T21:59:09.4645958Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-18T21:59:09.4646597Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-18T21:59:09.4647099Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-18T21:59:09.4647442Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T21:59:09.4647814Z [36;1m         exit 1[0m
2025-08-18T21:59:09.4648063Z [36;1m       fi[0m
2025-08-18T21:59:09.4648311Z [36;1m      #get build system[0m
2025-08-18T21:59:09.4648744Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-18T21:59:09.4649178Z [36;1m       export BUILD_SYS[0m
2025-08-18T21:59:09.4649493Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:59:09.4649928Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-18T21:59:09.4650292Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-18T21:59:09.4650685Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-18T21:59:09.4651089Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-18T21:59:09.4651453Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-18T21:59:09.4651846Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-18T21:59:09.4652172Z [36;1m       fi[0m
2025-08-18T21:59:09.4652624Z [36;1m     fi[0m
2025-08-18T21:59:09.4652967Z [36;1m   fi[0m
2025-08-18T21:59:09.4653207Z [36;1m popd >/dev/null 2>&1[0m
2025-08-18T21:59:09.4679555Z shell: /usr/bin/bash -e {0}
2025-08-18T21:59:09.4679885Z ##[endgroup]
2025-08-18T21:59:10.3534311Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-18T21:59:10.3535021Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-18T21:59:10.3535299Z 
2025-08-18T21:59:10.4676434Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-18T21:59:10.4677198Z 100  5505  100  5505    0     0  47447      0 --:--:-- --:--:-- --:--:-- 47869
2025-08-18T21:59:10.4688744Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T21:59:10.4906033Z ##[group]Run ##Presets
2025-08-18T21:59:10.4906558Z [36;1m##Presets[0m
2025-08-18T21:59:10.4906812Z [36;1mset +x ; set +e[0m
2025-08-18T21:59:10.4907200Z [36;1m#-------------#[0m
2025-08-18T21:59:10.4907423Z [36;1m##Debug?[0m
2025-08-18T21:59:10.4907693Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T21:59:10.4908086Z [36;1m  set -x[0m
2025-08-18T21:59:10.4908308Z [36;1mfi[0m
2025-08-18T21:59:10.4908610Z [36;1m#-------------#[0m
2025-08-18T21:59:10.4908869Z [36;1m##CoreUtils[0m
2025-08-18T21:59:10.4909120Z [36;1msudo apt update -y[0m
2025-08-18T21:59:10.4909552Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-18T21:59:10.4910558Z [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-18T21:59:10.4911598Z [36;1m##tmp[0m
2025-08-18T21:59:10.4911941Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-18T21:59:10.4912288Z [36;1m#GH ENV[0m
2025-08-18T21:59:10.4912611Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:59:10.4912958Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-18T21:59:10.4913333Z [36;1m#-------------#[0m
2025-08-18T21:59:10.4913603Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-18T21:59:10.4914183Z [36;1msudo apt update -y[0m
2025-08-18T21:59:10.4914484Z [36;1msudo apt install dos2unix -y[0m
2025-08-18T21:59:10.4914785Z [36;1m##Setup Minisign[0m
2025-08-18T21:59:10.4915083Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-18T21:59:10.4915943Z [36;1mecho "***[0m
2025-08-18T21:59:10.4917315Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-18T21:59:10.4917637Z [36;1m##User-Agent[0m
2025-08-18T21:59:10.4918535Z [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-18T21:59:10.4919397Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-18T21:59:10.4946919Z shell: /usr/bin/bash -e {0}
2025-08-18T21:59:10.4947242Z env:
2025-08-18T21:59:10.4947489Z   CROSS_COMPILING: NO
2025-08-18T21:59:10.4947889Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T21:59:10.4948213Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T21:59:10.4948543Z   ON_QEMU: NO
2025-08-18T21:59:10.4948784Z   DEBUG: 0
2025-08-18T21:59:10.4949020Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T21:59:10.4949383Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T21:59:10.4949715Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailspin/official
2025-08-18T21:59:10.4950071Z   KEEP_LOGS: YES
2025-08-18T21:59:10.4950366Z   GITHUB_TEST_BUILD: YES
2025-08-18T21:59:10.4950630Z   PKG_FAMILY_LOCAL: tailspin
2025-08-18T21:59:10.4950902Z   SBUILD_REBUILD: false
2025-08-18T21:59:10.4951602Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T21:59:10.4952226Z   BUILD_SYS: docker://rust
2025-08-18T21:59:10.4952535Z   BUILD_ON_HOST: FALSE
2025-08-18T21:59:10.4952808Z   BUILD_SYSTEM: DOCKER
2025-08-18T21:59:10.4953059Z ##[endgroup]
2025-08-18T21:59:10.8729034Z 
2025-08-18T21:59:10.8741227Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-18T21:59:10.8741615Z 
2025-08-18T21:59:11.5887419Z Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-18T21:59:11.6502210Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-18T21:59:12.1032314Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-18T21:59:12.2622098Z Get:4 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-18T21:59:12.2808997Z Get:5 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-18T21:59:12.2858263Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-18T21:59:12.3257606Z Get:7 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-18T21:59:12.3694869Z Get:8 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [47.9 kB]
2025-08-18T21:59:12.4606127Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1384 kB]
2025-08-18T21:59:12.5196754Z Get:10 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9807 B]
2025-08-18T21:59:12.5343131Z Get:11 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.1 kB]
2025-08-18T21:59:12.5447023Z Get:12 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-18T21:59:12.9644650Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [267 kB]
2025-08-18T21:59:13.1797613Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-18T21:59:13.2939746Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1100 kB]
2025-08-18T21:59:13.7257269Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-18T21:59:13.9420382Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-18T21:59:14.1636109Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2263 kB]
2025-08-18T21:59:14.8301128Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [374 kB]
2025-08-18T21:59:15.4711671Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-18T21:59:15.5768823Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-18T21:59:15.6869596Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-18T21:59:15.7929845Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-18T21:59:15.8987782Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-18T21:59:16.0109305Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-18T21:59:16.1171542Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-18T21:59:16.2229522Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-18T21:59:16.3335967Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-18T21:59:16.4411505Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-18T21:59:16.6527428Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-18T21:59:16.7566527Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-18T21:59:16.8612169Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1118 kB]
2025-08-18T21:59:17.6292231Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [185 kB]
2025-08-18T21:59:17.8374189Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-18T21:59:17.9422162Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [854 kB]
2025-08-18T21:59:18.2698330Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [194 kB]
2025-08-18T21:59:18.4786278Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-18T21:59:18.5851576Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2118 kB]
2025-08-18T21:59:19.1122632Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [350 kB]
2025-08-18T21:59:19.3248694Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [212 B]
2025-08-18T21:59:19.5371227Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-18T21:59:19.7486068Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-18T21:59:19.8651196Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [212 B]
2025-08-18T21:59:28.3698202Z Fetched 11.8 MB in 9s (1342 kB/s)
2025-08-18T21:59:29.2505853Z Reading package lists...
2025-08-18T21:59:29.5366917Z Building dependency tree...
2025-08-18T21:59:29.5373659Z Reading state information...
2025-08-18T21:59:29.5812597Z 193 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-18T21:59:29.5911425Z 
2025-08-18T21:59:29.5912469Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-18T21:59:29.5912821Z 
2025-08-18T21:59:29.6045874Z Reading package lists...
2025-08-18T21:59:29.8783998Z Building dependency tree...
2025-08-18T21:59:29.8790951Z Reading state information...
2025-08-18T21:59:30.3313041Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-18T21:59:30.3313684Z bc set to manually installed.
2025-08-18T21:59:30.3314126Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-18T21:59:30.3314656Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-18T21:59:30.3315016Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T21:59:30.3999040Z The following NEW packages will be installed:
2025-08-18T21:59:30.4005372Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-18T21:59:30.4007477Z   moreutils
2025-08-18T21:59:30.4013574Z The following packages will be upgraded:
2025-08-18T21:59:30.4021306Z   jq libjq1
2025-08-18T21:59:30.4271368Z 2 upgraded, 6 newly installed, 0 to remove and 191 not upgraded.
2025-08-18T21:59:30.6360654Z Need to get 936 kB of archives.
2025-08-18T21:59:30.6361410Z After this operation, 3171 kB of additional disk space will be used.
2025-08-18T21:59:30.6362020Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-18T21:59:30.7516097Z 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-18T21:59:30.8310474Z 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-18T21:59:30.9119860Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-18T21:59:30.9533665Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-18T21:59:31.0019614Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-18T21:59:31.0417376Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-18T21:59:31.0858886Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-18T21:59:31.5492194Z Fetched 936 kB in 1s (1337 kB/s)
2025-08-18T21:59:31.6121547Z Selecting previously unselected package fdupes.
2025-08-18T21:59:31.7330395Z (Reading database ... 
2025-08-18T21:59:31.7331404Z (Reading database ... 5%
2025-08-18T21:59:31.7331762Z (Reading database ... 10%
2025-08-18T21:59:31.7332173Z (Reading database ... 15%
2025-08-18T21:59:31.7332463Z (Reading database ... 20%
2025-08-18T21:59:31.7332694Z (Reading database ... 25%
2025-08-18T21:59:31.7333040Z (Reading database ... 30%
2025-08-18T21:59:31.7333283Z (Reading database ... 35%
2025-08-18T21:59:31.7333572Z (Reading database ... 40%
2025-08-18T21:59:31.7333826Z (Reading database ... 45%
2025-08-18T21:59:31.7334067Z (Reading database ... 50%
2025-08-18T21:59:32.0340544Z (Reading database ... 55%
2025-08-18T21:59:32.5880013Z (Reading database ... 60%
2025-08-18T21:59:33.1039212Z (Reading database ... 65%
2025-08-18T21:59:33.5539625Z (Reading database ... 70%
2025-08-18T21:59:33.9939259Z (Reading database ... 75%
2025-08-18T21:59:34.5884904Z (Reading database ... 80%
2025-08-18T21:59:35.1868308Z (Reading database ... 85%
2025-08-18T21:59:35.8601459Z (Reading database ... 90%
2025-08-18T21:59:36.4813138Z (Reading database ... 95%
2025-08-18T21:59:36.4813495Z (Reading database ... 100%
2025-08-18T21:59:36.4814111Z (Reading database ... 189117 files and directories currently installed.)
2025-08-18T21:59:36.4859288Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-18T21:59:36.4984601Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-18T21:59:36.5939370Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-18T21:59:36.6118442Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-18T21:59:36.7262224Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-18T21:59:36.7591335Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-18T21:59:36.8264687Z Selecting previously unselected package libio-pty-perl.
2025-08-18T21:59:36.8446309Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-18T21:59:36.8521853Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-18T21:59:36.9404760Z Selecting previously unselected package libipc-run-perl.
2025-08-18T21:59:36.9568873Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-18T21:59:36.9632063Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-18T21:59:37.0452390Z Selecting previously unselected package libtime-duration-perl.
2025-08-18T21:59:37.0617690Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-18T21:59:37.0699196Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-18T21:59:37.1310720Z Selecting previously unselected package moreutils.
2025-08-18T21:59:37.1498446Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-18T21:59:37.1563846Z Unpacking moreutils (0.69-1) ...
2025-08-18T21:59:37.2787689Z Selecting previously unselected package dos2unix.
2025-08-18T21:59:37.2981544Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-18T21:59:37.3050972Z Unpacking dos2unix (7.5.1-1) ...
2025-08-18T21:59:37.6100837Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-18T21:59:37.6291531Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-18T21:59:37.6473609Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-18T21:59:37.6637513Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-18T21:59:37.6811439Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-18T21:59:37.7010065Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-18T21:59:37.7166249Z Setting up dos2unix (7.5.1-1) ...
2025-08-18T21:59:37.7340031Z Setting up moreutils (0.69-1) ...
2025-08-18T21:59:37.7519492Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:00:02.8778916Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:00:04.5084514Z Reading package lists...
2025-08-18T22:00:04.7770838Z Building dependency tree...
2025-08-18T22:00:04.7778968Z Reading state information...
2025-08-18T22:00:05.1527759Z apt-transport-https is already the newest version (2.8.3).
2025-08-18T22:00:05.1528319Z apt-utils is already the newest version (2.8.3).
2025-08-18T22:00:05.1528650Z apt-utils set to manually installed.
2025-08-18T22:00:05.1529037Z ca-certificates is already the newest version (20240203).
2025-08-18T22:00:05.1529419Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-18T22:00:05.1529844Z dos2unix is already the newest version (7.5.1-1).
2025-08-18T22:00:05.1530236Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T22:00:05.1530586Z moreutils is already the newest version (0.69-1).
2025-08-18T22:00:05.1531000Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-18T22:00:05.1531391Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-18T22:00:05.1531719Z texinfo is already the newest version (7.1-3build2).
2025-08-18T22:00:05.1532645Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-18T22:00:05.1532979Z tmux set to manually installed.
2025-08-18T22:00:05.1533265Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:00:05.1533679Z The following additional packages will be installed:
2025-08-18T22:00:05.1534108Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-18T22:00:05.1535235Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-18T22:00:05.1536781Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-18T22:00:05.1537280Z   uuid-runtime
2025-08-18T22:00:05.1546166Z Suggested packages:
2025-08-18T22:00:05.1546567Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-18T22:00:05.1547022Z   util-linux-extra util-linux-locales
2025-08-18T22:00:05.1547393Z Recommended packages:
2025-08-18T22:00:05.1547625Z   unattended-upgrades
2025-08-18T22:00:05.2189392Z The following NEW packages will be installed:
2025-08-18T22:00:05.2189815Z   rename
2025-08-18T22:00:05.2193923Z The following packages will be upgraded:
2025-08-18T22:00:05.2194641Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-18T22:00:05.2195955Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-18T22:00:05.2202967Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-18T22:00:05.2203558Z   software-properties-common util-linux uuid-runtime
2025-08-18T22:00:05.2476126Z 26 upgraded, 1 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:00:05.4600459Z Need to get 4390 kB of archives.
2025-08-18T22:00:05.4600984Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-18T22:00:05.4601840Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdutils arm64 1:2.39.3-9ubuntu6.3 [98.3 kB]
2025-08-18T22:00:05.6182332Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-18T22:00:05.8133299Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-18T22:00:05.8540855Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-18T22:00:05.8936854Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-18T22:00:05.9331409Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 uuid-runtime arm64 2.39.3-9ubuntu6.3 [32.5 kB]
2025-08-18T22:00:05.9723269Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-18T22:00:06.0129646Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-18T22:00:06.0545244Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-wks-client arm64 2.4.4-2ubuntu17.3 [69.7 kB]
2025-08-18T22:00:06.0940267Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-18T22:00:06.1394942Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-18T22:00:06.1799276Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-18T22:00:06.2231206Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-18T22:00:06.2664431Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-18T22:00:06.3176520Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-18T22:00:06.3584229Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-18T22:00:06.4049264Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-18T22:00:06.4446486Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-18T22:00:06.4861414Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-18T22:00:06.6045812Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-18T22:00:06.6460543Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-18T22:00:06.6858709Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-18T22:00:06.7264623Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-l10n all 2.4.4-2ubuntu17.3 [66.4 kB]
2025-08-18T22:00:06.7659137Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-18T22:00:06.8051329Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-18T22:00:06.8443964Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-18T22:00:06.8836234Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-18T22:00:07.1662856Z Fetched 4390 kB in 2s (2708 kB/s)
2025-08-18T22:00:07.1980887Z (Reading database ... 
2025-08-18T22:00:07.1981241Z (Reading database ... 5%
2025-08-18T22:00:07.1981759Z (Reading database ... 10%
2025-08-18T22:00:07.1982018Z (Reading database ... 15%
2025-08-18T22:00:07.1982298Z (Reading database ... 20%
2025-08-18T22:00:07.1982601Z (Reading database ... 25%
2025-08-18T22:00:07.1982849Z (Reading database ... 30%
2025-08-18T22:00:07.1983129Z (Reading database ... 35%
2025-08-18T22:00:07.1983367Z (Reading database ... 40%
2025-08-18T22:00:07.1983645Z (Reading database ... 45%
2025-08-18T22:00:07.1983936Z (Reading database ... 50%
2025-08-18T22:00:07.2005752Z (Reading database ... 55%
2025-08-18T22:00:07.2106321Z (Reading database ... 60%
2025-08-18T22:00:07.2156204Z (Reading database ... 65%
2025-08-18T22:00:07.2173609Z (Reading database ... 70%
2025-08-18T22:00:07.2198274Z (Reading database ... 75%
2025-08-18T22:00:07.2238921Z (Reading database ... 80%
2025-08-18T22:00:07.2463014Z (Reading database ... 85%
2025-08-18T22:00:07.2487272Z (Reading database ... 90%
2025-08-18T22:00:07.2619305Z (Reading database ... 95%
2025-08-18T22:00:07.2619676Z (Reading database ... 100%
2025-08-18T22:00:07.2620238Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:00:07.2663870Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:00:07.2849449Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-18T22:00:07.4959804Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-18T22:00:07.5906473Z (Reading database ... 
2025-08-18T22:00:07.5906884Z (Reading database ... 5%
2025-08-18T22:00:07.5907388Z (Reading database ... 10%
2025-08-18T22:00:07.5907653Z (Reading database ... 15%
2025-08-18T22:00:07.5907887Z (Reading database ... 20%
2025-08-18T22:00:07.5908220Z (Reading database ... 25%
2025-08-18T22:00:07.5908472Z (Reading database ... 30%
2025-08-18T22:00:07.5908727Z (Reading database ... 35%
2025-08-18T22:00:07.5909033Z (Reading database ... 40%
2025-08-18T22:00:07.5909301Z (Reading database ... 45%
2025-08-18T22:00:07.5909597Z (Reading database ... 50%
2025-08-18T22:00:07.5930599Z (Reading database ... 55%
2025-08-18T22:00:07.6042064Z (Reading database ... 60%
2025-08-18T22:00:07.6096195Z (Reading database ... 65%
2025-08-18T22:00:07.6114053Z (Reading database ... 70%
2025-08-18T22:00:07.6138682Z (Reading database ... 75%
2025-08-18T22:00:07.6181670Z (Reading database ... 80%
2025-08-18T22:00:07.6404605Z (Reading database ... 85%
2025-08-18T22:00:07.6427820Z (Reading database ... 90%
2025-08-18T22:00:07.6556467Z (Reading database ... 95%
2025-08-18T22:00:07.6556801Z (Reading database ... 100%
2025-08-18T22:00:07.6557376Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:00:07.6602960Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:00:07.6849946Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:00:07.8521240Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-18T22:00:08.4981351Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-18T22:00:08.5695988Z (Reading database ... 
2025-08-18T22:00:08.5697133Z (Reading database ... 5%
2025-08-18T22:00:08.5697464Z (Reading database ... 10%
2025-08-18T22:00:08.5697729Z (Reading database ... 15%
2025-08-18T22:00:08.5698023Z (Reading database ... 20%
2025-08-18T22:00:08.5698267Z (Reading database ... 25%
2025-08-18T22:00:08.5698519Z (Reading database ... 30%
2025-08-18T22:00:08.5698839Z (Reading database ... 35%
2025-08-18T22:00:08.5699078Z (Reading database ... 40%
2025-08-18T22:00:08.5699315Z (Reading database ... 45%
2025-08-18T22:00:08.5699608Z (Reading database ... 50%
2025-08-18T22:00:08.5720290Z (Reading database ... 55%
2025-08-18T22:00:08.5822200Z (Reading database ... 60%
2025-08-18T22:00:08.5866786Z (Reading database ... 65%
2025-08-18T22:00:08.5882872Z (Reading database ... 70%
2025-08-18T22:00:08.5904866Z (Reading database ... 75%
2025-08-18T22:00:08.5941292Z (Reading database ... 80%
2025-08-18T22:00:08.6135798Z (Reading database ... 85%
2025-08-18T22:00:08.6157073Z (Reading database ... 90%
2025-08-18T22:00:08.6267358Z (Reading database ... 95%
2025-08-18T22:00:08.6267886Z (Reading database ... 100%
2025-08-18T22:00:08.6268253Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:00:08.6310042Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:00:08.6584770Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:00:08.7593734Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:00:08.7857459Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:00:08.8711441Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-18T22:00:08.9509042Z (Reading database ... 
2025-08-18T22:00:08.9510011Z (Reading database ... 5%
2025-08-18T22:00:08.9510360Z (Reading database ... 10%
2025-08-18T22:00:08.9510821Z (Reading database ... 15%
2025-08-18T22:00:08.9511076Z (Reading database ... 20%
2025-08-18T22:00:08.9511317Z (Reading database ... 25%
2025-08-18T22:00:08.9511659Z (Reading database ... 30%
2025-08-18T22:00:08.9511917Z (Reading database ... 35%
2025-08-18T22:00:08.9512189Z (Reading database ... 40%
2025-08-18T22:00:08.9512441Z (Reading database ... 45%
2025-08-18T22:00:08.9512689Z (Reading database ... 50%
2025-08-18T22:00:08.9532589Z (Reading database ... 55%
2025-08-18T22:00:08.9631841Z (Reading database ... 60%
2025-08-18T22:00:08.9678034Z (Reading database ... 65%
2025-08-18T22:00:08.9694046Z (Reading database ... 70%
2025-08-18T22:00:08.9717702Z (Reading database ... 75%
2025-08-18T22:00:08.9756452Z (Reading database ... 80%
2025-08-18T22:00:08.9952742Z (Reading database ... 85%
2025-08-18T22:00:08.9973553Z (Reading database ... 90%
2025-08-18T22:00:09.0090512Z (Reading database ... 95%
2025-08-18T22:00:09.0090791Z (Reading database ... 100%
2025-08-18T22:00:09.0091136Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:00:09.0134278Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:00:09.0337296Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:00:09.1141875Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-18T22:00:09.2009953Z (Reading database ... 
2025-08-18T22:00:09.2010298Z (Reading database ... 5%
2025-08-18T22:00:09.2010782Z (Reading database ... 10%
2025-08-18T22:00:09.2011082Z (Reading database ... 15%
2025-08-18T22:00:09.2011688Z (Reading database ... 20%
2025-08-18T22:00:09.2012009Z (Reading database ... 25%
2025-08-18T22:00:09.2012912Z (Reading database ... 30%
2025-08-18T22:00:09.2013238Z (Reading database ... 35%
2025-08-18T22:00:09.2013617Z (Reading database ... 40%
2025-08-18T22:00:09.2013844Z (Reading database ... 45%
2025-08-18T22:00:09.2014083Z (Reading database ... 50%
2025-08-18T22:00:09.2034291Z (Reading database ... 55%
2025-08-18T22:00:09.2137934Z (Reading database ... 60%
2025-08-18T22:00:09.2187028Z (Reading database ... 65%
2025-08-18T22:00:09.2203202Z (Reading database ... 70%
2025-08-18T22:00:09.2228472Z (Reading database ... 75%
2025-08-18T22:00:09.2270784Z (Reading database ... 80%
2025-08-18T22:00:09.2482352Z (Reading database ... 85%
2025-08-18T22:00:09.2504329Z (Reading database ... 90%
2025-08-18T22:00:09.2628551Z (Reading database ... 95%
2025-08-18T22:00:09.2628849Z (Reading database ... 100%
2025-08-18T22:00:09.2629317Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:00:09.2672589Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:00:09.2973262Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:00:09.4006442Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:00:09.4234452Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:00:09.5108214Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-18T22:00:09.5912274Z (Reading database ... 
2025-08-18T22:00:09.5912845Z (Reading database ... 5%
2025-08-18T22:00:09.5913099Z (Reading database ... 10%
2025-08-18T22:00:09.5913377Z (Reading database ... 15%
2025-08-18T22:00:09.5913698Z (Reading database ... 20%
2025-08-18T22:00:09.5913939Z (Reading database ... 25%
2025-08-18T22:00:09.5914160Z (Reading database ... 30%
2025-08-18T22:00:09.5914482Z (Reading database ... 35%
2025-08-18T22:00:09.5914721Z (Reading database ... 40%
2025-08-18T22:00:09.5915006Z (Reading database ... 45%
2025-08-18T22:00:09.5915285Z (Reading database ... 50%
2025-08-18T22:00:09.5934424Z (Reading database ... 55%
2025-08-18T22:00:09.6032064Z (Reading database ... 60%
2025-08-18T22:00:09.6077927Z (Reading database ... 65%
2025-08-18T22:00:09.6093621Z (Reading database ... 70%
2025-08-18T22:00:09.6117217Z (Reading database ... 75%
2025-08-18T22:00:09.6158088Z (Reading database ... 80%
2025-08-18T22:00:09.6369723Z (Reading database ... 85%
2025-08-18T22:00:09.6391941Z (Reading database ... 90%
2025-08-18T22:00:09.6522198Z (Reading database ... 95%
2025-08-18T22:00:09.6522764Z (Reading database ... 100%
2025-08-18T22:00:09.6523110Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:00:09.6568918Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:00:09.6805163Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:00:09.8513572Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-18T22:00:09.9341977Z (Reading database ... 
2025-08-18T22:00:09.9342332Z (Reading database ... 5%
2025-08-18T22:00:09.9342828Z (Reading database ... 10%
2025-08-18T22:00:09.9343084Z (Reading database ... 15%
2025-08-18T22:00:09.9343317Z (Reading database ... 20%
2025-08-18T22:00:09.9343642Z (Reading database ... 25%
2025-08-18T22:00:09.9344429Z (Reading database ... 30%
2025-08-18T22:00:09.9344740Z (Reading database ... 35%
2025-08-18T22:00:09.9344979Z (Reading database ... 40%
2025-08-18T22:00:09.9345241Z (Reading database ... 45%
2025-08-18T22:00:09.9345516Z (Reading database ... 50%
2025-08-18T22:00:09.9366767Z (Reading database ... 55%
2025-08-18T22:00:09.9480210Z (Reading database ... 60%
2025-08-18T22:00:09.9534766Z (Reading database ... 65%
2025-08-18T22:00:09.9553446Z (Reading database ... 70%
2025-08-18T22:00:09.9580686Z (Reading database ... 75%
2025-08-18T22:00:09.9626351Z (Reading database ... 80%
2025-08-18T22:00:09.9856375Z (Reading database ... 85%
2025-08-18T22:00:09.9880984Z (Reading database ... 90%
2025-08-18T22:00:10.0020961Z (Reading database ... 95%
2025-08-18T22:00:10.0022719Z (Reading database ... 100%
2025-08-18T22:00:10.0023315Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:00:10.0065574Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:00:10.0286043Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:00:10.1478951Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:00:10.2067310Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:00:10.3231744Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:00:10.3444869Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:00:10.4339402Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:00:10.4533040Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:00:10.5503224Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:00:10.5712492Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:00:10.6714334Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:00:10.6900021Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:00:10.7838034Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:00:10.8037838Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:00:10.9883577Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-18T22:00:11.0109956Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:00:11.1224928Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:00:11.1439685Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:00:11.2379130Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-18T22:00:11.2592676Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:00:11.3588891Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-18T22:00:11.4363902Z (Reading database ... 
2025-08-18T22:00:11.4364256Z (Reading database ... 5%
2025-08-18T22:00:11.4364732Z (Reading database ... 10%
2025-08-18T22:00:11.4364980Z (Reading database ... 15%
2025-08-18T22:00:11.4365250Z (Reading database ... 20%
2025-08-18T22:00:11.4365549Z (Reading database ... 25%
2025-08-18T22:00:11.4366006Z (Reading database ... 30%
2025-08-18T22:00:11.4366290Z (Reading database ... 35%
2025-08-18T22:00:11.4366527Z (Reading database ... 40%
2025-08-18T22:00:11.4366758Z (Reading database ... 45%
2025-08-18T22:00:11.4367050Z (Reading database ... 50%
2025-08-18T22:00:11.4389658Z (Reading database ... 55%
2025-08-18T22:00:11.4494635Z (Reading database ... 60%
2025-08-18T22:00:11.4544129Z (Reading database ... 65%
2025-08-18T22:00:11.4561287Z (Reading database ... 70%
2025-08-18T22:00:11.4587400Z (Reading database ... 75%
2025-08-18T22:00:11.4750620Z (Reading database ... 80%
2025-08-18T22:00:11.4850117Z (Reading database ... 85%
2025-08-18T22:00:11.4880558Z (Reading database ... 90%
2025-08-18T22:00:11.5004238Z (Reading database ... 95%
2025-08-18T22:00:11.5004649Z (Reading database ... 100%
2025-08-18T22:00:11.5005054Z (Reading database ... 189328 files and directories currently installed.)
2025-08-18T22:00:11.5050974Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:00:11.5352791Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:00:11.6553780Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:00:11.6799877Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:00:11.7949700Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:00:11.8161202Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:00:11.9225513Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-18T22:00:11.9462548Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-18T22:00:12.0493458Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-18T22:00:12.0786177Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:00:12.1937909Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-18T22:00:12.3240445Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-18T22:00:12.4390745Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-18T22:00:12.5204650Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-18T22:00:12.5934927Z Selecting previously unselected package rename.
2025-08-18T22:00:12.6118613Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-18T22:00:12.6205587Z Unpacking rename (2.02-1) ...
2025-08-18T22:00:12.6938874Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-18T22:00:12.7158064Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-18T22:00:12.8162107Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-18T22:00:12.8387061Z Setting up rename (2.02-1) ...
2025-08-18T22:00:12.8554659Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-18T22:00:12.8792189Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-18T22:00:12.9003465Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-18T22:00:12.9389741Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-18T22:00:12.9654978Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-18T22:00:12.9944320Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-18T22:00:13.6597984Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-18T22:00:13.6816188Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-18T22:00:13.7080778Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-18T22:00:13.7298593Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-18T22:00:13.7474775Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-18T22:00:14.1093467Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-18T22:00:14.1316557Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-18T22:00:14.1554595Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-18T22:00:14.2738171Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-18T22:00:14.4408537Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-18T22:00:14.5455494Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-18T22:00:14.5881291Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-18T22:00:14.6111621Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-18T22:00:14.6388556Z Setting up software-properties-common (0.99.49.3) ...
2025-08-18T22:00:14.7769917Z Processing triggers for install-info (7.1-3build2) ...
2025-08-18T22:00:15.0774049Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:00:15.1157282Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:00:15.3218657Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-18T22:00:17.1378613Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-18T22:00:17.1433085Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-18T22:00:17.3040946Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-18T22:00:17.3428480Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-18T22:00:17.3904154Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-18T22:00:17.4291343Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-18T22:00:18.4476352Z Reading package lists...
2025-08-18T22:00:18.7245812Z Building dependency tree...
2025-08-18T22:00:18.7252004Z Reading state information...
2025-08-18T22:00:18.7623622Z 165 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-18T22:00:18.7751394Z 
2025-08-18T22:00:18.7752609Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-18T22:00:18.7753040Z 
2025-08-18T22:00:18.9614982Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-18T22:00:18.9695641Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-18T22:00:19.1410128Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-18T22:00:19.2464904Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-18T22:00:19.3520166Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-18T22:00:19.4574011Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-18T22:00:20.4650621Z Reading package lists...
2025-08-18T22:00:20.7515026Z Building dependency tree...
2025-08-18T22:00:20.7524657Z Reading state information...
2025-08-18T22:00:20.7941807Z 165 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-18T22:00:20.8040593Z 
2025-08-18T22:00:20.8041574Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-18T22:00:20.8041934Z 
2025-08-18T22:00:20.8157625Z Reading package lists...
2025-08-18T22:00:21.0895284Z Building dependency tree...
2025-08-18T22:00:21.0904284Z Reading state information...
2025-08-18T22:00:21.4807123Z dos2unix is already the newest version (7.5.1-1).
2025-08-18T22:00:21.5371512Z 0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:00:21.5675618Z mkdir: created directory '/home/runner/.minisign'
2025-08-18T22:00:21.6324592Z ##[group]Run ##Presets
2025-08-18T22:00:21.6325044Z [36;1m##Presets[0m
2025-08-18T22:00:21.6325399Z [36;1mset +x ; set +e[0m
2025-08-18T22:00:21.6325652Z [36;1m#-------------#[0m
2025-08-18T22:00:21.6326104Z [36;1m##Debug?[0m
2025-08-18T22:00:21.6326419Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:00:21.6326754Z [36;1m  set -x[0m
2025-08-18T22:00:21.6326967Z [36;1mfi[0m
2025-08-18T22:00:21.6327212Z [36;1m#-------------#[0m
2025-08-18T22:00:21.6327667Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-18T22:00:21.6328259Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-18T22:00:21.6328734Z [36;1msudo service procps restart[0m
2025-08-18T22:00:21.6329024Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-18T22:00:21.6356727Z shell: /usr/bin/bash -e {0}
2025-08-18T22:00:21.6357055Z env:
2025-08-18T22:00:21.6357592Z   CROSS_COMPILING: NO
2025-08-18T22:00:21.6357855Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:00:21.6358162Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:00:21.6358406Z   ON_QEMU: NO
2025-08-18T22:00:21.6358625Z   DEBUG: 0
2025-08-18T22:00:21.6358868Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:00:21.6359138Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:00:21.6359485Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailspin/official
2025-08-18T22:00:21.6359833Z   KEEP_LOGS: YES
2025-08-18T22:00:21.6360073Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:00:21.6360351Z   PKG_FAMILY_LOCAL: tailspin
2025-08-18T22:00:21.6360616Z   SBUILD_REBUILD: false
2025-08-18T22:00:21.6361176Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T22:00:21.6361803Z   BUILD_SYS: docker://rust
2025-08-18T22:00:21.6362069Z   BUILD_ON_HOST: FALSE
2025-08-18T22:00:21.6362306Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:00:21.6362530Z   SYSTMP: /tmp
2025-08-18T22:00:21.6362741Z   GHA_MODE: MATRIX
2025-08-18T22:00:21.6363201Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-18T22:00:21.6363692Z ##[endgroup]
2025-08-18T22:00:21.6470114Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-18T22:00:21.6534008Z 0
2025-08-18T22:00:21.6839872Z vm.max_map_count = 262144
2025-08-18T22:00:21.6840891Z fs.inotify.max_user_watches = 655360
2025-08-18T22:00:21.6841452Z fs.inotify.max_user_instances = 1280
2025-08-18T22:00:21.6841761Z vm.mmap_rnd_bits = 28
2025-08-18T22:00:21.6936475Z ##[group]Run ##Presets
2025-08-18T22:00:21.6936954Z [36;1m##Presets[0m
2025-08-18T22:00:21.6937281Z [36;1mset +x ; set +e[0m
2025-08-18T22:00:21.6937556Z [36;1m#-------------#[0m
2025-08-18T22:00:21.6937779Z [36;1m##Debug?[0m
2025-08-18T22:00:21.6938084Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:00:21.6938412Z [36;1m  set -x[0m
2025-08-18T22:00:21.6938637Z [36;1mfi[0m
2025-08-18T22:00:21.6938910Z [36;1m#-------------#[0m
2025-08-18T22:00:21.6939132Z [36;1m##Main[0m
2025-08-18T22:00:21.6939393Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-18T22:00:21.6940047Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-18T22:00:21.6940766Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-18T22:00:21.6941220Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-18T22:00:21.6941567Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-18T22:00:21.6941892Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-18T22:00:21.6942202Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-18T22:00:21.6942546Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-18T22:00:21.6942935Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-18T22:00:21.6943273Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-18T22:00:21.6943877Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-18T22:00:21.6944265Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-18T22:00:21.6944656Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-18T22:00:21.6945022Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-18T22:00:21.6945319Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-18T22:00:21.6945627Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-18T22:00:21.6946224Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-18T22:00:21.6946558Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-18T22:00:21.6946889Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-18T22:00:21.6947254Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-18T22:00:21.6947593Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-18T22:00:21.6947942Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-18T22:00:21.6948298Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-18T22:00:21.6948663Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-18T22:00:21.6949031Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-18T22:00:21.6949371Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-18T22:00:21.6949659Z [36;1m     "${POD_ID}" \[0m
2025-08-18T22:00:21.6950070Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-18T22:00:21.6950596Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-18T22:00:21.6951111Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-18T22:00:21.6951606Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-18T22:00:21.6951973Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-18T22:00:21.6952386Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-18T22:00:21.6953060Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-18T22:00:21.6953847Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-18T22:00:21.6954446Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-18T22:00:21.6954745Z [36;1m else[0m
2025-08-18T22:00:21.6955428Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-18T22:00:21.6956057Z [36;1m fi[0m
2025-08-18T22:00:21.6956307Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-18T22:00:21.6956755Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-18T22:00:21.6957209Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:00:21.6957626Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:00:21.6958072Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:00:21.6958522Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:00:21.6958944Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:00:21.6959420Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:00:21.6959866Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-18T22:00:21.6960334Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-18T22:00:21.6960708Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-18T22:00:21.6988520Z shell: /usr/bin/bash -e {0}
2025-08-18T22:00:21.6988849Z env:
2025-08-18T22:00:21.6989111Z   CROSS_COMPILING: NO
2025-08-18T22:00:21.6989362Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:00:21.6989866Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:00:21.6990165Z   ON_QEMU: NO
2025-08-18T22:00:21.6990393Z   DEBUG: 0
2025-08-18T22:00:21.6990602Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:00:21.6990894Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:00:21.6991208Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailspin/official
2025-08-18T22:00:21.6991528Z   KEEP_LOGS: YES
2025-08-18T22:00:21.6991785Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:00:21.6992120Z   PKG_FAMILY_LOCAL: tailspin
2025-08-18T22:00:21.6992406Z   SBUILD_REBUILD: false
2025-08-18T22:00:21.6992995Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T22:00:21.6993585Z   BUILD_SYS: docker://rust
2025-08-18T22:00:21.6993873Z   BUILD_ON_HOST: FALSE
2025-08-18T22:00:21.6994133Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:00:21.6994354Z   SYSTMP: /tmp
2025-08-18T22:00:21.6994608Z   GHA_MODE: MATRIX
2025-08-18T22:00:21.6995051Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-18T22:00:21.6996082Z   GHCR_TOKEN: ***
2025-08-18T22:00:21.6996489Z   GITHUB_TOKEN: ***
2025-08-18T22:00:21.6996776Z   GITLAB_TOKEN: ***
2025-08-18T22:00:21.6998003Z   MINISIGN_KEY: ***
2025-08-18T22:00:21.6998404Z ##[endgroup]
2025-08-18T22:00:21.7749523Z [+] SBUILD Builder Version: 0.2.2
2025-08-18T22:00:21.8646964Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-18T22:00:21.8647527Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-18T22:00:21.8647763Z 
2025-08-18T22:00:21.9193563Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-18T22:00:21.9194015Z 100  5505  100  5505    0     0    97k      0 --:--:-- --:--:-- --:--:--   99k
2025-08-18T22:00:21.9207035Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T22:00:21.9289847Z 
2025-08-18T22:00:21.9290724Z [+] Building [/tmp/tmp.CRuhlpo42a/SBUILD_INPUT] Locally
2025-08-18T22:00:21.9290990Z 
2025-08-18T22:00:21.9303087Z '/tmp/tmp.CRuhlpo42a/SBUILD_INPUT' -> '/tmp/pkgforge/ZkqwCzVOS_build.yaml'
2025-08-18T22:00:22.0201001Z 
2025-08-18T22:00:22.0201754Z [+] Passwordless sudo is Configured
2025-08-18T22:00:22.0995368Z 
2025-08-18T22:00:22.1007238Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-18T22:00:22.1007517Z 
2025-08-18T22:00:22.1445603Z 
2025-08-18T22:00:22.1447922Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-18T22:00:22.1448425Z 
2025-08-18T22:00:22.1448448Z 
2025-08-18T22:00:22.1448737Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-18T22:00:22.1449036Z 
2025-08-18T22:00:22.1496962Z [+] Installing: 7z -> 7z
2025-08-18T22:00:22.3778264Z [+] Installing: actionlint -> actionlint
2025-08-18T22:00:22.6081760Z [+] Installing: anew -> anew
2025-08-18T22:00:22.8230820Z [+] Installing: anew-rs -> anew-rs
2025-08-18T22:00:23.0169878Z [+] Installing: ansi2html -> ansi2html
2025-08-18T22:00:23.1738456Z [+] Installing: ansi2txt -> ansi2txt
2025-08-18T22:00:23.3171792Z [+] Installing: archey -> archey
2025-08-18T22:00:23.5746975Z [+] Installing: aria2 -> aria2c
2025-08-18T22:00:23.8275051Z [+] Installing: askalono -> askalono
2025-08-18T22:00:24.0581153Z [+] Installing: bsdtar -> bsdtar
2025-08-18T22:00:24.6134792Z [+] Installing: b3sum -> b3sum
2025-08-18T22:00:24.8153504Z [+] Installing: bita -> bita
2025-08-18T22:00:25.0635389Z [+] Installing: btop -> btop
2025-08-18T22:00:25.2832136Z [+] Installing: chafa -> chafa
2025-08-18T22:00:25.8361662Z [+] Installing: cloudflared -> cloudflared
2025-08-18T22:00:26.1963195Z [+] Installing: croc -> croc
2025-08-18T22:00:26.4371298Z [+] Installing: csvtk -> csvtk
2025-08-18T22:00:26.7366774Z [+] Installing: cutlines -> cutlines
2025-08-18T22:00:26.9132513Z curl: (22) The requested URL returned error: 404
2025-08-18T22:00:26.9168382Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-18T22:00:26.9169336Z [+] Installing: dbin -> dbin
2025-08-18T22:00:27.4806948Z [+] Installing: dasel -> dasel
2025-08-18T22:00:28.0629914Z [+] Installing: delta -> delta
2025-08-18T22:00:28.2874762Z [+] Installing: ds -> ds
2025-08-18T22:00:28.4731918Z curl: (22) The requested URL returned error: 404
2025-08-18T22:00:28.4768690Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-18T22:00:28.4769324Z [+] Installing: dos2unix -> dos2unix
2025-08-18T22:00:28.9550601Z [+] Installing: duf -> duf
2025-08-18T22:00:29.1764748Z [+] Installing: duplicut -> duplicut
2025-08-18T22:00:29.3661595Z [+] Installing: dust -> dust
2025-08-18T22:00:29.6049228Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-18T22:00:29.8379486Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-18T22:00:30.0868759Z [+] Installing: dysk -> dysk
2025-08-18T22:00:30.3289405Z [+] Installing: eget -> eget
2025-08-18T22:00:30.5656000Z [+] Installing: epoch -> epoch
2025-08-18T22:00:30.7804066Z [+] Installing: faketty -> faketty
2025-08-18T22:00:30.9660219Z [+] Installing: fastfetch -> fastfetch
2025-08-18T22:00:31.1777425Z [+] Installing: freeze -> freeze
2025-08-18T22:00:31.4388774Z [+] Installing: fusermount3 -> fusermount
2025-08-18T22:00:31.6121509Z [+] Installing: gdu -> gdu
2025-08-18T22:00:31.8847581Z [+] Installing: gh -> gh
2025-08-18T22:00:32.2664012Z [+] Installing: gitleaks -> gitleaks
2025-08-18T22:00:32.5291503Z [+] Installing: git-sizer -> git-sizer
2025-08-18T22:00:32.7696829Z [+] Installing: glab -> glab
2025-08-18T22:00:33.1234887Z [+] Installing: glow -> glow
2025-08-18T22:00:33.3875154Z [+] Installing: httpx -> httpx
2025-08-18T22:00:33.7661622Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-18T22:00:34.1374972Z [+] Installing: husarnet -> husarnet
2025-08-18T22:00:34.6601263Z curl: (22) The requested URL returned error: 404
2025-08-18T22:00:34.6636244Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-18T22:00:34.6636625Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-18T22:00:34.8477049Z curl: (22) The requested URL returned error: 404
2025-08-18T22:00:34.8513187Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-18T22:00:34.8513920Z [+] Installing: imgcat -> imgcat
2025-08-18T22:00:35.0710412Z [+] Installing: jc -> jc
2025-08-18T22:00:35.3452269Z [+] Installing: jq -> jq
2025-08-18T22:00:35.5348715Z [+] Installing: logdy -> logdy
2025-08-18T22:00:36.3719750Z [+] Installing: micro -> micro
2025-08-18T22:00:36.6408410Z [+] Installing: miniserve -> miniserve
2025-08-18T22:00:37.1890851Z [+] Installing: minisign -> minisign
2025-08-18T22:00:37.3626847Z [+] Installing: ncdu -> ncdu
2025-08-18T22:00:37.5589996Z [+] Installing: notify -> notify
2025-08-18T22:00:37.8339436Z [+] Installing: ouch -> ouch
2025-08-18T22:00:38.0558097Z [+] Installing: oras -> oras
2025-08-18T22:00:38.3080643Z [+] Installing: pipetty -> pipetty
2025-08-18T22:00:38.4579517Z [+] Installing: pixterm -> pixterm
2025-08-18T22:00:38.6927235Z [+] Installing: qsv -> qsv
2025-08-18T22:00:38.9731256Z [+] Installing: rclone -> rclone
2025-08-18T22:00:39.4396075Z [+] Installing: ripgrep -> rg
2025-08-18T22:00:39.6703816Z [+] Installing: rga -> rga
2025-08-18T22:00:39.8917818Z [+] Installing: rsync -> rsync
2025-08-18T22:00:40.4310866Z [+] Installing: script -> script
2025-08-18T22:00:40.9141656Z [+] Installing: shellcheck -> shellcheck
2025-08-18T22:00:41.3505627Z [+] Installing: soar -> soar
2025-08-18T22:00:41.5908213Z [+] Installing: speedtest-go -> speedtest-go
2025-08-18T22:00:41.8300780Z [+] Installing: sstrip -> sstrip
2025-08-18T22:00:42.2974856Z [+] Installing: strace -> strace
2025-08-18T22:00:42.5201218Z [+] Installing: sttr -> sttr
2025-08-18T22:00:42.7593549Z [+] Installing: tailscale -> tailscale
2025-08-18T22:00:43.0585509Z [+] Installing: tailscaled -> tailscaled
2025-08-18T22:00:43.3975816Z [+] Installing: taplo -> taplo
2025-08-18T22:00:43.6319939Z [+] Installing: tldr -> tldr
2025-08-18T22:00:43.8703465Z [+] Installing: tldr -> tealdeer
2025-08-18T22:00:44.4337332Z [+] Installing: tmux -> tmux
2025-08-18T22:00:44.6424798Z [+] Installing: tok -> tok
2025-08-18T22:00:45.1635504Z [+] Installing: trufflehog -> trufflehog
2025-08-18T22:00:45.4869270Z [+] Installing: trurl -> trurl
2025-08-18T22:00:45.7335331Z [+] Installing: tss -> tss
2025-08-18T22:00:45.9119532Z [+] Installing: ulexec -> ulexec
2025-08-18T22:00:46.1614950Z [+] Installing: unfurl -> unfurl
2025-08-18T22:00:46.7186456Z [+] Installing: upx -> upx
2025-08-18T22:00:46.9158138Z [+] Installing: validtoml -> validtoml
2025-08-18T22:00:47.1371433Z [+] Installing: wget -> wget
2025-08-18T22:00:47.6897413Z [+] Installing: wget2 -> wget2
2025-08-18T22:00:47.9280215Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-18T22:00:48.4786071Z [+] Installing: xq -> xq
2025-08-18T22:00:48.7092912Z [+] Installing: xz -> xz
2025-08-18T22:00:48.8919301Z [+] Installing: unxz -> unxz
2025-08-18T22:00:49.0846958Z [+] Installing: yq -> yq
2025-08-18T22:00:49.3528644Z [+] Installing: yj -> yj
2025-08-18T22:00:49.5702541Z [+] Installing: zapper -> zapper
2025-08-18T22:00:50.0522352Z [+] Installing: zapper-stealth -> zproccer
2025-08-18T22:00:50.5244118Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-18T22:00:50.7094615Z curl: (22) The requested URL returned error: 404
2025-08-18T22:00:50.7131094Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-18T22:00:50.7131545Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-18T22:00:50.9054195Z curl: (22) The requested URL returned error: 404
2025-08-18T22:00:50.9090250Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-18T22:00:50.9090657Z [+] Installing: zerotier-one -> zerotier-one
2025-08-18T22:00:51.0895120Z curl: (22) The requested URL returned error: 404
2025-08-18T22:00:51.0931063Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-18T22:00:51.0931440Z [+] Installing: zstd -> zstd
2025-08-18T22:00:51.2883343Z [+] Creating symlinks...
2025-08-18T22:00:51.2973932Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-18T22:00:51.3069917Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-18T22:00:51.3165137Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-18T22:00:51.3257815Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-18T22:00:51.3354677Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-18T22:00:51.3454896Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-18T22:00:51.3554705Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-18T22:00:51.3673946Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-18T22:00:51.3778945Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-18T22:00:51.3882513Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-18T22:00:51.3984662Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-18T22:00:51.4085075Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-18T22:00:51.4182410Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-18T22:00:51.4279147Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-18T22:00:51.4378237Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-18T22:00:51.4475153Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-18T22:00:51.4573226Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-18T22:00:51.4614051Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-18T22:00:51.4699189Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-18T22:00:51.4798489Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-18T22:00:51.4898804Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-18T22:00:51.4941148Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-18T22:00:51.5030139Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-18T22:00:51.5132510Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-18T22:00:51.5229663Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-18T22:00:51.5324806Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-18T22:00:51.5420309Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-18T22:00:51.5515511Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-18T22:00:51.5611260Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-18T22:00:51.5705069Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-18T22:00:51.5796693Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-18T22:00:51.5891098Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-18T22:00:51.5984921Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-18T22:00:51.6079999Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-18T22:00:51.6173290Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-18T22:00:51.6266837Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-18T22:00:51.6357191Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-18T22:00:51.6451804Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-18T22:00:51.6544015Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-18T22:00:51.6637199Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-18T22:00:51.6731238Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-18T22:00:51.6826765Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-18T22:00:51.6920969Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-18T22:00:51.7014196Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-18T22:00:51.7053165Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-18T22:00:51.7081065Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-18T22:00:51.7163294Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-18T22:00:51.7259588Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-18T22:00:51.7352561Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-18T22:00:51.7442432Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-18T22:00:51.7534411Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-18T22:00:51.7634739Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-18T22:00:51.7727095Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-18T22:00:51.7819744Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-18T22:00:51.7911024Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-18T22:00:51.8010012Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-18T22:00:51.8106187Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-18T22:00:51.8196183Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-18T22:00:51.8284813Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-18T22:00:51.8380262Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-18T22:00:51.8475524Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-18T22:00:51.8565823Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-18T22:00:51.8659583Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-18T22:00:51.8752491Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-18T22:00:51.8846860Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-18T22:00:51.8940384Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-18T22:00:51.9030976Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-18T22:00:51.9120286Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-18T22:00:51.9209717Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-18T22:00:51.9300005Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-18T22:00:51.9391841Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-18T22:00:51.9483433Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-18T22:00:51.9575054Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-18T22:00:51.9665180Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-18T22:00:51.9753896Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-18T22:00:51.9846273Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-18T22:00:51.9934780Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-18T22:00:52.0024923Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-18T22:00:52.0117955Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-18T22:00:52.0211886Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-18T22:00:52.0301576Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-18T22:00:52.0392610Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-18T22:00:52.0481100Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-18T22:00:52.0573528Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-18T22:00:52.0677973Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-18T22:00:52.0772898Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-18T22:00:52.0862603Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-18T22:00:52.0951975Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-18T22:00:52.1042888Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-18T22:00:52.1133067Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-18T22:00:52.1225604Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-18T22:00:52.1318981Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-18T22:00:52.1409768Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-18T22:00:52.1500548Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-18T22:00:52.1589714Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-18T22:00:52.1627318Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-18T22:00:52.1655483Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-18T22:00:52.1681537Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-18T22:00:52.1761413Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-18T22:00:52.1786136Z 
2025-08-18T22:00:52.1786605Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-18T22:00:52.1786972Z 
2025-08-18T22:00:52.1921507Z 
2025-08-18T22:00:52.2009984Z 
2025-08-18T22:00:52.2012963Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-18T22:00:52.2013183Z 
2025-08-18T22:00:52.2013272Z [+] Installation completed!
2025-08-18T22:00:52.2091529Z 
2025-08-18T22:00:52.2092099Z [+] GITHUB_TOKEN is Exported
2025-08-18T22:00:52.4850323Z github.com
2025-08-18T22:00:52.4850970Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-18T22:00:52.4851323Z   - Active account: true
2025-08-18T22:00:52.4851529Z   - Git operations protocol: https
2025-08-18T22:00:52.4851777Z   - Token: ghp_************************************
2025-08-18T22:00:52.4852402Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-18T22:00:52.4853045Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-18T22:00:52.4853377Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-18T22:00:52.6381702Z Limit: 5000, Remaining: 4934, Reset: 2025-08-18 22:30:13 +0000 UTC (29m20s)
2025-08-18T22:00:52.6391160Z 
2025-08-18T22:00:52.6391277Z [+] GHCR_TOKEN is Exported
2025-08-18T22:00:52.6420859Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-18T22:00:52.9251809Z Login Succeeded
2025-08-18T22:00:52.9261551Z 
2025-08-18T22:00:52.9261974Z [+] GITLAB is Exported
2025-08-18T22:00:53.0788487Z [git remote -v]
2025-08-18T22:00:53.3142788Z gitlab.com
2025-08-18T22:00:53.3143417Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-18T22:00:53.3143949Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-18T22:00:53.3144397Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-18T22:00:53.3144776Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-18T22:00:53.3145126Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-18T22:00:53.3145440Z   ✓ Token found: **************************
2025-08-18T22:00:53.3145599Z 
2025-08-18T22:00:53.3146075Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-18T22:00:53.3146553Z [git remote -v]
2025-08-18T22:00:53.3164494Z 2025/08/18 22:00:53 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-18T22:00:53.3165009Z git: exit status 128]
2025-08-18T22:00:53.5871138Z 
2025-08-18T22:00:53.5871156Z 
2025-08-18T22:00:53.5871864Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Monday, 2025-08-18 (10:00:53 PM)
2025-08-18T22:00:53.5872274Z 
2025-08-18T22:00:53.5872278Z 
2025-08-18T22:00:53.5872344Z [+] USER = runner
2025-08-18T22:00:53.5872520Z [+] HOME = /home/runner
2025-08-18T22:00:53.5874703Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/opt/google-cloud-sdk/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-18T22:00:53.5877063Z 
2025-08-18T22:00:53.7178562Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-18T22:00:53.7314963Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-18T22:00:53.8277298Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-18T22:00:53.8663447Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-18T22:00:53.9051981Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-18T22:00:53.9440498Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-18T22:00:54.9336050Z Reading package lists...
2025-08-18T22:00:54.9652379Z Reading package lists...
2025-08-18T22:00:55.2286330Z Building dependency tree...
2025-08-18T22:00:55.2292662Z Reading state information...
2025-08-18T22:00:55.6300681Z apt-transport-https is already the newest version (2.8.3).
2025-08-18T22:00:55.6301057Z apt-utils is already the newest version (2.8.3).
2025-08-18T22:00:55.6301368Z ca-certificates is already the newest version (20240203).
2025-08-18T22:00:55.6301725Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-18T22:00:55.6302041Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-18T22:00:55.6302346Z moreutils is already the newest version (0.69-1).
2025-08-18T22:00:55.6302725Z software-properties-common is already the newest version (0.99.49.3).
2025-08-18T22:00:55.6303113Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-18T22:00:55.6303464Z 0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:00:55.7703641Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-18T22:00:55.7750573Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-18T22:00:55.8669509Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-18T22:00:55.9055478Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-18T22:00:55.9441444Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-18T22:00:55.9828778Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-18T22:00:56.9604547Z Reading package lists...
2025-08-18T22:00:56.9919201Z Reading package lists...
2025-08-18T22:00:57.2520023Z Building dependency tree...
2025-08-18T22:00:57.2527262Z Reading state information...
2025-08-18T22:00:57.6226037Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-18T22:00:57.6226607Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-18T22:00:57.6226974Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-18T22:00:57.6227280Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-18T22:00:57.6227610Z ca-certificates is already the newest version (20240203).
2025-08-18T22:00:57.6227933Z diffutils is already the newest version (1:3.10-1build1).
2025-08-18T22:00:57.6228234Z dos2unix is already the newest version (7.5.1-1).
2025-08-18T22:00:57.6228522Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-18T22:00:57.6229299Z gawk set to manually installed.
2025-08-18T22:00:57.6229586Z git-lfs is already the newest version (3.6.1).
2025-08-18T22:00:57.6230150Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T22:00:57.6230519Z libtool is already the newest version (2.4.7-7build1).
2025-08-18T22:00:57.6230895Z make is already the newest version (4.3-4.1build2).
2025-08-18T22:00:57.6231321Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-18T22:00:57.6231708Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-18T22:00:57.6232080Z texinfo is already the newest version (7.1-3build2).
2025-08-18T22:00:57.6232441Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:00:57.6232793Z The following additional packages will be installed:
2025-08-18T22:00:57.6233271Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-18T22:00:57.6233739Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-18T22:00:57.6234214Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-18T22:00:57.6234693Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-18T22:00:57.6235178Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-18T22:00:57.6235801Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-18T22:00:57.6241729Z Suggested packages:
2025-08-18T22:00:57.6242086Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-18T22:00:57.6242707Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-18T22:00:57.6243201Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-18T22:00:57.6243739Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-18T22:00:57.6244180Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-18T22:00:57.6244591Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-18T22:00:57.6245026Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-18T22:00:57.6507928Z The following NEW packages will be installed:
2025-08-18T22:00:57.6508365Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-18T22:00:57.6509880Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-18T22:00:57.6511823Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-18T22:00:57.6512362Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-18T22:00:57.6513244Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-18T22:00:57.6516909Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-18T22:00:57.6518313Z   poppler-data xfonts-encodings xfonts-utils
2025-08-18T22:00:57.9267059Z 0 upgraded, 36 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:00:57.9267437Z Need to get 27.2 MB of archives.
2025-08-18T22:00:57.9267802Z After this operation, 111 MB of additional disk space will be used.
2025-08-18T22:00:57.9268586Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-18T22:00:58.8158711Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-18T22:00:59.3465900Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-18T22:00:59.5610862Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-18T22:00:59.6670714Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-18T22:00:59.7739497Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-18T22:00:59.9967440Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-18T22:01:00.2144822Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-18T22:01:00.4389628Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-18T22:01:00.5474569Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-18T22:01:01.7167495Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-18T22:01:01.9192184Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-18T22:01:02.5696335Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-18T22:01:02.6776491Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-18T22:01:02.7800886Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-18T22:01:02.8886446Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-18T22:01:02.9905312Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-18T22:01:03.5647312Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 ghostscript arm64 10.02.1~dfsg1-0ubuntu7.7 [43.5 kB]
2025-08-18T22:01:03.6655940Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick-6.q16 arm64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-18T22:01:03.7701811Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick arm64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-18T22:01:03.8707986Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-18T22:01:03.9716029Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre21 arm64 3.5.28-2ubuntu0.24.04.1 [608 kB]
2025-08-18T22:01:04.2858319Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libimath-3-1-29t64 arm64 3.1.9-3.1ubuntu2 [68.2 kB]
2025-08-18T22:01:04.6497774Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-18T22:01:04.9548118Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr-tools arm64 1.2~git20170615.f752187-5.1ubuntu2 [16.0 kB]
2025-08-18T22:01:05.0649096Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenexr-3-1-30 arm64 3.1.5-5.1build3 [939 kB]
2025-08-18T22:01:05.5010690Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwmflite-0.2-7 arm64 0.2.13-1.1build3 [68.6 kB]
2025-08-18T22:01:05.6094145Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmagickcore-6.q16-7-extra arm64 8:6.9.12.98+dfsg1-5.2build2 [67.7 kB]
2025-08-18T22:01:05.7178136Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-18T22:01:05.8299403Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-18T22:01:05.9343936Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-18T22:01:06.0437201Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-18T22:01:06.1535939Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-18T22:01:06.8088940Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-18T22:01:07.4726208Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-18T22:01:07.7962487Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-18T22:01:08.0716369Z Preconfiguring packages ...
2025-08-18T22:01:08.1872836Z Fetched 27.2 MB in 10s (2683 kB/s)
2025-08-18T22:01:08.2305020Z Selecting previously unselected package fonts-droid-fallback.
2025-08-18T22:01:08.2338390Z (Reading database ... 
2025-08-18T22:01:08.2338626Z (Reading database ... 5%
2025-08-18T22:01:08.2338838Z (Reading database ... 10%
2025-08-18T22:01:08.2339040Z (Reading database ... 15%
2025-08-18T22:01:08.2339227Z (Reading database ... 20%
2025-08-18T22:01:08.2339420Z (Reading database ... 25%
2025-08-18T22:01:08.2339615Z (Reading database ... 30%
2025-08-18T22:01:08.2339839Z (Reading database ... 35%
2025-08-18T22:01:08.2340038Z (Reading database ... 40%
2025-08-18T22:01:08.2340234Z (Reading database ... 45%
2025-08-18T22:01:08.2340431Z (Reading database ... 50%
2025-08-18T22:01:08.2363902Z (Reading database ... 55%
2025-08-18T22:01:08.2463776Z (Reading database ... 60%
2025-08-18T22:01:08.2511140Z (Reading database ... 65%
2025-08-18T22:01:08.2528738Z (Reading database ... 70%
2025-08-18T22:01:08.2554984Z (Reading database ... 75%
2025-08-18T22:01:08.2719078Z (Reading database ... 80%
2025-08-18T22:01:08.2814739Z (Reading database ... 85%
2025-08-18T22:01:08.2845525Z (Reading database ... 90%
2025-08-18T22:01:08.2958740Z (Reading database ... 95%
2025-08-18T22:01:08.2958957Z (Reading database ... 100%
2025-08-18T22:01:08.2959246Z (Reading database ... 189350 files and directories currently installed.)
2025-08-18T22:01:08.3002306Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-18T22:01:08.3220515Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-18T22:01:08.4798018Z Selecting previously unselected package poppler-data.
2025-08-18T22:01:08.4965479Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-18T22:01:08.5033384Z Unpacking poppler-data (0.4.12-1) ...
2025-08-18T22:01:08.6245079Z Selecting previously unselected package b3sum.
2025-08-18T22:01:08.6427762Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-18T22:01:08.6490839Z Unpacking b3sum (1.2.0-1) ...
2025-08-18T22:01:08.7071048Z Selecting previously unselected package build-essential.
2025-08-18T22:01:08.7252280Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-18T22:01:08.7313869Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-18T22:01:08.7918445Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-18T22:01:08.8104907Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-18T22:01:08.8228993Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-18T22:01:08.8883719Z Selecting previously unselected package ccache.
2025-08-18T22:01:08.9056414Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-18T22:01:08.9139900Z Unpacking ccache (4.9.1-1) ...
2025-08-18T22:01:08.9828290Z Selecting previously unselected package fonts-noto-mono.
2025-08-18T22:01:08.9996388Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-18T22:01:09.0063306Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-18T22:01:09.0676020Z Selecting previously unselected package xfonts-encodings.
2025-08-18T22:01:09.0852978Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-18T22:01:09.0916078Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-18T22:01:09.1559534Z Selecting previously unselected package xfonts-utils.
2025-08-18T22:01:09.1745574Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-18T22:01:09.1810734Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-18T22:01:09.2667289Z Selecting previously unselected package fonts-urw-base35.
2025-08-18T22:01:09.2847777Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-18T22:01:09.3462004Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-18T22:01:09.4530698Z Selecting previously unselected package libgs-common.
2025-08-18T22:01:09.4689358Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-18T22:01:09.4771100Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:01:09.5314614Z Selecting previously unselected package libgs10-common.
2025-08-18T22:01:09.5480032Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-18T22:01:09.5554257Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:01:09.6444630Z Selecting previously unselected package libidn12:arm64.
2025-08-18T22:01:09.6623866Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-18T22:01:09.6693850Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-18T22:01:09.7311494Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-18T22:01:09.7493483Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-18T22:01:09.7562121Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-18T22:01:09.8195083Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-18T22:01:09.8377229Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-18T22:01:09.8440016Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-18T22:01:09.9191094Z Selecting previously unselected package libpaper1:arm64.
2025-08-18T22:01:09.9352321Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-18T22:01:09.9428579Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-18T22:01:10.0143942Z Selecting previously unselected package libgs10:arm64.
2025-08-18T22:01:10.0307978Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-18T22:01:10.0377045Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:01:10.2192510Z Selecting previously unselected package ghostscript.
2025-08-18T22:01:10.2389501Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-18T22:01:10.2478700Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:01:10.3335506Z Selecting previously unselected package imagemagick-6.q16.
2025-08-18T22:01:10.3511043Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-18T22:01:10.3578228Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T22:01:10.4957380Z Selecting previously unselected package imagemagick.
2025-08-18T22:01:10.5119053Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-18T22:01:10.5186324Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T22:01:10.5739222Z Selecting previously unselected package libdjvulibre-text.
2025-08-18T22:01:10.5896505Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-18T22:01:10.5968610Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-18T22:01:10.6600188Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-18T22:01:10.6752217Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-18T22:01:10.6815519Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-18T22:01:10.7548794Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-18T22:01:10.7741844Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-18T22:01:10.8333488Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-18T22:01:10.8991592Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-18T22:01:10.9164609Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-18T22:01:10.9226000Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-18T22:01:10.9798989Z Selecting previously unselected package libjxr-tools.
2025-08-18T22:01:10.9974997Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-18T22:01:11.0041673Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-18T22:01:11.0637697Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-18T22:01:11.0787928Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-18T22:01:11.0849638Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-18T22:01:11.2072682Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-18T22:01:11.2237633Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-18T22:01:11.2301515Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-18T22:01:11.2983107Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-18T22:01:11.3171704Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-18T22:01:11.3255508Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T22:01:11.3974828Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-18T22:01:11.4153773Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-18T22:01:11.4226083Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-18T22:01:11.4803158Z Selecting previously unselected package libpaper-utils.
2025-08-18T22:01:11.4976644Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-18T22:01:11.5046010Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-18T22:01:11.5670664Z Selecting previously unselected package libtool-bin.
2025-08-18T22:01:11.5844704Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-18T22:01:11.5913053Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-18T22:01:11.6529296Z Selecting previously unselected package lzip.
2025-08-18T22:01:11.6689097Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-18T22:01:11.6752973Z Unpacking lzip (1.24.1-1build1) ...
2025-08-18T22:01:11.7574671Z Selecting previously unselected package netpbm.
2025-08-18T22:01:11.7739096Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-18T22:01:11.7800507Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-18T22:01:11.9952358Z Selecting previously unselected package musl:arm64.
2025-08-18T22:01:12.0143015Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-18T22:01:12.0203993Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-18T22:01:12.0944662Z Selecting previously unselected package musl-dev:arm64.
2025-08-18T22:01:12.1115871Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-18T22:01:12.1183516Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-18T22:01:12.1962309Z Selecting previously unselected package musl-tools.
2025-08-18T22:01:12.2122992Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-18T22:01:12.2199307Z Unpacking musl-tools (1.2.4-2) ...
2025-08-18T22:01:12.2981386Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-18T22:01:12.4472758Z 
2025-08-18T22:01:12.4473355Z Creating config file /etc/papersize with new version
2025-08-18T22:01:12.5404175Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-18T22:01:12.5613589Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-18T22:01:12.5872977Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-18T22:01:12.6069672Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-18T22:01:12.6249889Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:01:12.6439180Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-18T22:01:12.6629188Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-18T22:01:12.6808169Z Setting up poppler-data (0.4.12-1) ...
2025-08-18T22:01:12.7338239Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-18T22:01:12.8019062Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-18T22:01:12.8196868Z Setting up lzip (1.24.1-1build1) ...
2025-08-18T22:01:12.8342444Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-18T22:01:12.8407496Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-18T22:01:12.8484841Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-18T22:01:12.8606327Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-18T22:01:12.8775241Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-18T22:01:12.8950885Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-18T22:01:12.9123084Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-18T22:01:12.9301472Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T22:01:12.9451779Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-18T22:01:12.9522885Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-18T22:01:12.9596332Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-18T22:01:12.9672456Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-18T22:01:12.9757973Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-18T22:01:12.9839152Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-18T22:01:12.9923448Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-18T22:01:13.0003868Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-18T22:01:13.0083800Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-18T22:01:13.0151407Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-18T22:01:13.0233386Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-18T22:01:13.0304175Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-18T22:01:13.0379673Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-18T22:01:13.0453196Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-18T22:01:13.0534640Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-18T22:01:13.0614824Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-18T22:01:13.0688904Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-18T22:01:13.0757952Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-18T22:01:13.0839094Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-18T22:01:13.0917594Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-18T22:01:13.1013819Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-18T22:01:13.1084785Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-18T22:01:13.1205278Z Setting up b3sum (1.2.0-1) ...
2025-08-18T22:01:13.1390444Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-18T22:01:13.1677211Z Setting up build-essential (12.10ubuntu1) ...
2025-08-18T22:01:13.1851508Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-18T22:01:13.2234454Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-18T22:01:13.2417139Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-18T22:01:13.2590651Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-18T22:01:13.2764432Z Setting up ccache (4.9.1-1) ...
2025-08-18T22:01:13.2908937Z Updating symlinks in /usr/lib/ccache ...
2025-08-18T22:01:13.3043710Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-18T22:01:13.3228231Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-18T22:01:13.3455190Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-18T22:01:13.3654188Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-18T22:01:13.3834576Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T22:01:13.4148065Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-18T22:01:13.4333202Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-18T22:01:13.6405790Z Setting up musl-tools (1.2.4-2) ...
2025-08-18T22:01:13.6667244Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:01:13.6903253Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:01:13.7118196Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-18T22:01:13.7338649Z Processing triggers for install-info (7.1-3build2) ...
2025-08-18T22:01:13.8173484Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-18T22:01:14.1555860Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-18T22:01:15.1822952Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:01:15.2152700Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:01:18.1357037Z Reading package lists...
2025-08-18T22:01:18.3896643Z Building dependency tree...
2025-08-18T22:01:18.3904782Z Reading state information...
2025-08-18T22:01:18.8174379Z autoconf is already the newest version (2.71-3).
2025-08-18T22:01:18.8174767Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-18T22:01:18.8175138Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-18T22:01:18.8175466Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-18T22:01:18.8175952Z build-essential is already the newest version (12.10ubuntu1).
2025-08-18T22:01:18.8176314Z ca-certificates is already the newest version (20240203).
2025-08-18T22:01:18.8176625Z flex is already the newest version (2.6.4-8.2build1).
2025-08-18T22:01:18.8176918Z file is already the newest version (1:5.45-3build1).
2025-08-18T22:01:18.8177219Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T22:01:18.8177525Z libtool is already the newest version (2.4.7-7build1).
2025-08-18T22:01:18.8177839Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-18T22:01:18.8178146Z patch is already the newest version (2.7.6-7build3).
2025-08-18T22:01:18.8178877Z patch set to manually installed.
2025-08-18T22:01:18.8179165Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-18T22:01:18.8179486Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-18T22:01:18.8179786Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-18T22:01:18.8180081Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:01:18.8180346Z Suggested packages:
2025-08-18T22:01:18.8180512Z   scons-doc
2025-08-18T22:01:18.8360581Z The following NEW packages will be installed:
2025-08-18T22:01:18.8388140Z   autopoint byacc clang qemu-user-static scons
2025-08-18T22:01:19.4638838Z 0 upgraded, 5 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:01:19.4639191Z Need to get 17.8 MB of archives.
2025-08-18T22:01:19.4639503Z After this operation, 171 MB of additional disk space will be used.
2025-08-18T22:01:19.4640002Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-18T22:01:19.8319613Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-18T22:01:20.0328112Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 qemu-user-static arm64 1:8.2.2+ds-0ubuntu1.9 [16.7 MB]
2025-08-18T22:01:20.6312252Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-18T22:01:20.8886093Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-18T22:01:21.3260709Z Fetched 17.8 MB in 2s (8141 kB/s)
2025-08-18T22:01:21.7459192Z Selecting previously unselected package autopoint.
2025-08-18T22:01:21.7491657Z (Reading database ... 
2025-08-18T22:01:21.7491912Z (Reading database ... 5%
2025-08-18T22:01:21.7492112Z (Reading database ... 10%
2025-08-18T22:01:21.7492316Z (Reading database ... 15%
2025-08-18T22:01:21.7492510Z (Reading database ... 20%
2025-08-18T22:01:21.7492704Z (Reading database ... 25%
2025-08-18T22:01:21.7492925Z (Reading database ... 30%
2025-08-18T22:01:21.7493119Z (Reading database ... 35%
2025-08-18T22:01:21.7493849Z (Reading database ... 40%
2025-08-18T22:01:21.7494049Z (Reading database ... 45%
2025-08-18T22:01:21.7494242Z (Reading database ... 50%
2025-08-18T22:01:21.7515346Z (Reading database ... 55%
2025-08-18T22:01:21.7615130Z (Reading database ... 60%
2025-08-18T22:01:21.7663728Z (Reading database ... 65%
2025-08-18T22:01:21.7679958Z (Reading database ... 70%
2025-08-18T22:01:21.7705335Z (Reading database ... 75%
2025-08-18T22:01:21.7857527Z (Reading database ... 80%
2025-08-18T22:01:21.7951799Z (Reading database ... 85%
2025-08-18T22:01:21.7983898Z (Reading database ... 90%
2025-08-18T22:01:21.8098334Z (Reading database ... 95%
2025-08-18T22:01:21.8098582Z (Reading database ... 100%
2025-08-18T22:01:21.8098874Z (Reading database ... 191843 files and directories currently installed.)
2025-08-18T22:01:21.8142581Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-18T22:01:21.8212139Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-18T22:01:21.8900656Z Selecting previously unselected package clang.
2025-08-18T22:01:21.9087386Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-18T22:01:21.9153032Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-18T22:01:21.9733110Z Selecting previously unselected package qemu-user-static.
2025-08-18T22:01:21.9916053Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-18T22:01:21.9980820Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-18T22:01:22.9543191Z Selecting previously unselected package scons.
2025-08-18T22:01:22.9720324Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-18T22:01:22.9777206Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-18T22:01:23.0648109Z Selecting previously unselected package byacc.
2025-08-18T22:01:23.0824904Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-18T22:01:23.0904123Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-18T22:01:23.1698510Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-18T22:01:23.1896802Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-18T22:01:23.2199756Z Setting up clang (1:18.0-59~exp2) ...
2025-08-18T22:01:23.2750210Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-18T22:01:23.6569217Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-18T22:01:23.6835572Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:01:24.9140294Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-18T22:01:26.3870302Z Reading package lists...
2025-08-18T22:01:26.6416230Z Building dependency tree...
2025-08-18T22:01:26.6425069Z Reading state information...
2025-08-18T22:01:26.9887086Z The following additional packages will be installed:
2025-08-18T22:01:26.9887497Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-18T22:01:26.9887837Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-18T22:01:26.9888301Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-18T22:01:26.9888771Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-18T22:01:26.9889214Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-18T22:01:26.9889637Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-18T22:01:26.9890079Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-18T22:01:26.9891013Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-18T22:01:26.9891907Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-18T22:01:26.9902690Z Suggested packages:
2025-08-18T22:01:26.9902996Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-18T22:01:26.9903387Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-18T22:01:26.9903790Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-18T22:01:26.9904349Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-18T22:01:26.9904732Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-18T22:01:26.9905139Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-18T22:01:26.9905599Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-18T22:01:26.9906302Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-18T22:01:26.9906683Z   libauthen-ntlm-perl wdiff-doc
2025-08-18T22:01:26.9906895Z Recommended packages:
2025-08-18T22:01:26.9907173Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-18T22:01:26.9907599Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-18T22:01:26.9907993Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-18T22:01:26.9908348Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-18T22:01:26.9908667Z   libhttp-daemon-perl libmailtools-perl
2025-08-18T22:01:27.0118265Z The following NEW packages will be installed:
2025-08-18T22:01:27.0119799Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-18T22:01:27.0120216Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-18T22:01:27.0120630Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-18T22:01:27.0121103Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-18T22:01:27.0121568Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-18T22:01:27.0121998Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-18T22:01:27.0122442Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-18T22:01:27.0124159Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-18T22:01:27.0127713Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-18T22:01:27.2128108Z 0 upgraded, 30 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:01:27.2128812Z Need to get 2409 kB of archives.
2025-08-18T22:01:27.2129143Z After this operation, 7427 kB of additional disk space will be used.
2025-08-18T22:01:27.2129654Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-18T22:01:27.2517330Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-18T22:01:27.2987767Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-18T22:01:27.3774594Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-18T22:01:27.4185557Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-18T22:01:27.4620207Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-18T22:01:27.5128400Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-18T22:01:27.5544234Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-18T22:01:27.5971070Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-18T22:01:27.6397683Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-18T22:01:27.6847648Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-18T22:01:27.7285030Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-18T22:01:27.7701869Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-18T22:01:27.8141233Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-18T22:01:27.8600681Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-18T22:01:27.9163267Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-18T22:01:27.9591626Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-18T22:01:28.1525015Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-18T22:01:28.1929983Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-18T22:01:28.2326326Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-18T22:01:28.2718844Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-18T22:01:28.3506585Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-18T22:01:28.3978650Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-18T22:01:28.4373538Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-18T22:01:28.4764880Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-18T22:01:28.5158599Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-18T22:01:28.5548370Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-18T22:01:28.5991976Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-18T22:01:28.6403562Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-18T22:01:28.6800848Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-18T22:01:29.0160511Z Fetched 2409 kB in 2s (1414 kB/s)
2025-08-18T22:01:29.0412853Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-18T22:01:29.0446431Z (Reading database ... 
2025-08-18T22:01:29.0446665Z (Reading database ... 5%
2025-08-18T22:01:29.0446874Z (Reading database ... 10%
2025-08-18T22:01:29.0447075Z (Reading database ... 15%
2025-08-18T22:01:29.0447305Z (Reading database ... 20%
2025-08-18T22:01:29.0447502Z (Reading database ... 25%
2025-08-18T22:01:29.0447696Z (Reading database ... 30%
2025-08-18T22:01:29.0447892Z (Reading database ... 35%
2025-08-18T22:01:29.0448084Z (Reading database ... 40%
2025-08-18T22:01:29.0448283Z (Reading database ... 45%
2025-08-18T22:01:29.0448478Z (Reading database ... 50%
2025-08-18T22:01:29.0469435Z (Reading database ... 55%
2025-08-18T22:01:29.0571800Z (Reading database ... 60%
2025-08-18T22:01:29.0619253Z (Reading database ... 65%
2025-08-18T22:01:29.0635429Z (Reading database ... 70%
2025-08-18T22:01:29.0661492Z (Reading database ... 75%
2025-08-18T22:01:29.0808333Z (Reading database ... 80%
2025-08-18T22:01:29.0894089Z (Reading database ... 85%
2025-08-18T22:01:29.0925227Z (Reading database ... 90%
2025-08-18T22:01:29.1038642Z (Reading database ... 95%
2025-08-18T22:01:29.1038888Z (Reading database ... 100%
2025-08-18T22:01:29.1039187Z (Reading database ... 192291 files and directories currently installed.)
2025-08-18T22:01:29.1081537Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-18T22:01:29.1162208Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-18T22:01:29.1802655Z Selecting previously unselected package libfile-which-perl.
2025-08-18T22:01:29.1965939Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-18T22:01:29.2026523Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-18T22:01:29.2561661Z Selecting previously unselected package libfile-homedir-perl.
2025-08-18T22:01:29.2746158Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-18T22:01:29.2820882Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-18T22:01:29.3440819Z Selecting previously unselected package libfile-touch-perl.
2025-08-18T22:01:29.3628443Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-18T22:01:29.3693286Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-18T22:01:29.4232627Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-18T22:01:29.4419540Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-18T22:01:29.4509150Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-18T22:01:29.5098838Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-18T22:01:29.5292978Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-18T22:01:29.5356711Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-18T22:01:29.5877258Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-18T22:01:29.6050629Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-18T22:01:29.6119007Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-18T22:01:29.6741042Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-18T22:01:29.6907767Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-18T22:01:29.6979282Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-18T22:01:29.7529617Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-18T22:01:29.7687890Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-18T22:01:29.7759194Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-18T22:01:29.8432577Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-18T22:01:29.8617524Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-18T22:01:29.8693161Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-18T22:01:29.9252309Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-18T22:01:29.9428648Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-18T22:01:29.9502100Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-18T22:01:30.0095470Z Selecting previously unselected package libimport-into-perl.
2025-08-18T22:01:30.0270730Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-18T22:01:30.0330644Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-18T22:01:30.0887063Z Selecting previously unselected package librole-tiny-perl.
2025-08-18T22:01:30.1064363Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-18T22:01:30.1124001Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-18T22:01:30.1664632Z Selecting previously unselected package libsub-quote-perl.
2025-08-18T22:01:30.1816823Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-18T22:01:30.1886424Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-18T22:01:30.2452478Z Selecting previously unselected package libmoo-perl.
2025-08-18T22:01:30.2607208Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-18T22:01:30.2674932Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-18T22:01:30.3247717Z Selecting previously unselected package libfile-listing-perl.
2025-08-18T22:01:30.3406031Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-18T22:01:30.3486507Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-18T22:01:30.3993779Z Selecting previously unselected package libhtml-tree-perl.
2025-08-18T22:01:30.4156665Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-18T22:01:30.4221679Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-18T22:01:30.4819479Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-18T22:01:30.5000347Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-18T22:01:30.5089994Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-18T22:01:30.5693075Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-18T22:01:30.5883450Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-18T22:01:30.5963973Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-18T22:01:30.6616658Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-18T22:01:30.6797180Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-18T22:01:30.6870586Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-18T22:01:30.7558598Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-18T22:01:30.7722182Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-18T22:01:30.7788361Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-18T22:01:30.9050806Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-18T22:01:30.9211544Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-18T22:01:30.9281040Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-18T22:01:30.9881838Z Selecting previously unselected package libnet-http-perl.
2025-08-18T22:01:31.0061345Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-18T22:01:31.0130213Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-18T22:01:31.0740958Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-18T22:01:31.0921348Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-18T22:01:31.0990320Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-18T22:01:31.1531192Z Selecting previously unselected package libtry-tiny-perl.
2025-08-18T22:01:31.1717314Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-18T22:01:31.4033581Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-18T22:01:31.4549751Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-18T22:01:31.4716490Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-18T22:01:31.4788597Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-18T22:01:31.5342725Z Selecting previously unselected package libwww-perl.
2025-08-18T22:01:31.5539893Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-18T22:01:31.5604445Z Unpacking libwww-perl (6.76-1) ...
2025-08-18T22:01:31.6203533Z Selecting previously unselected package patchutils.
2025-08-18T22:01:31.6384078Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-18T22:01:31.6450382Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-18T22:01:31.7092469Z Selecting previously unselected package wdiff.
2025-08-18T22:01:31.7262850Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-18T22:01:31.7335471Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-18T22:01:31.8248878Z Selecting previously unselected package devscripts.
2025-08-18T22:01:31.8415033Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-18T22:01:31.8655340Z Unpacking devscripts (2.23.7) ...
2025-08-18T22:01:32.0060437Z Setting up wdiff (1.2.2-6build1) ...
2025-08-18T22:01:32.0316241Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-18T22:01:32.0563831Z Setting up libfile-which-perl (1.27-2) ...
2025-08-18T22:01:32.0802368Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-18T22:01:32.1043445Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-18T22:01:32.1287033Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-18T22:01:32.1555147Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-18T22:01:32.1787837Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-18T22:01:32.2025554Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-18T22:01:32.2302928Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-18T22:01:32.2552824Z Setting up libnet-http-perl (6.23-1) ...
2025-08-18T22:01:32.2800721Z Setting up patchutils (0.4.2-1build3) ...
2025-08-18T22:01:32.3011610Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-18T22:01:32.3249599Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-18T22:01:32.3488064Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-18T22:01:32.3712498Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-18T22:01:32.3937688Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-18T22:01:32.4126511Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-18T22:01:32.4360552Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-18T22:01:32.4552820Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-18T22:01:32.4757603Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-18T22:01:32.4952860Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-18T22:01:32.5147902Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-18T22:01:32.5331299Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-18T22:01:32.5519940Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-18T22:01:32.5701245Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-18T22:01:32.5902552Z Setting up libmoo-perl (2.005005-1) ...
2025-08-18T22:01:32.6136314Z Setting up libwww-perl (6.76-1) ...
2025-08-18T22:01:32.6330845Z Setting up devscripts (2.23.7) ...
2025-08-18T22:01:32.7689311Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-18T22:01:32.7887588Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:01:34.3291730Z Processing triggers for install-info (7.1-3build2) ...
2025-08-18T22:01:35.8430444Z Reading package lists...
2025-08-18T22:01:36.1029018Z Building dependency tree...
2025-08-18T22:01:36.1038938Z Reading state information...
2025-08-18T22:01:36.5201600Z The following additional packages will be installed:
2025-08-18T22:01:36.5209255Z   cmake-data libjsoncpp25 librhash0
2025-08-18T22:01:36.5216554Z Suggested packages:
2025-08-18T22:01:36.5216770Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-18T22:01:36.5407150Z The following NEW packages will be installed:
2025-08-18T22:01:36.5416785Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-18T22:01:36.6832309Z 0 upgraded, 4 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:01:36.6832672Z Need to get 12.7 MB of archives.
2025-08-18T22:01:36.6832985Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-18T22:01:36.6833497Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-18T22:01:36.8266158Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-18T22:01:36.9160679Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-18T22:01:37.1113075Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-18T22:01:37.5146261Z Fetched 12.7 MB in 1s (18.7 MB/s)
2025-08-18T22:01:37.6800969Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-18T22:01:37.6834947Z (Reading database ... 
2025-08-18T22:01:37.6835194Z (Reading database ... 5%
2025-08-18T22:01:37.6835396Z (Reading database ... 10%
2025-08-18T22:01:37.6835588Z (Reading database ... 15%
2025-08-18T22:01:37.6835975Z (Reading database ... 20%
2025-08-18T22:01:37.6836199Z (Reading database ... 25%
2025-08-18T22:01:37.6836392Z (Reading database ... 30%
2025-08-18T22:01:37.6836585Z (Reading database ... 35%
2025-08-18T22:01:37.6837365Z (Reading database ... 40%
2025-08-18T22:01:37.6837912Z (Reading database ... 45%
2025-08-18T22:01:37.6838112Z (Reading database ... 50%
2025-08-18T22:01:37.6858768Z (Reading database ... 55%
2025-08-18T22:01:37.6953710Z (Reading database ... 60%
2025-08-18T22:01:37.7003291Z (Reading database ... 65%
2025-08-18T22:01:37.7019879Z (Reading database ... 70%
2025-08-18T22:01:37.7045917Z (Reading database ... 75%
2025-08-18T22:01:37.7194791Z (Reading database ... 80%
2025-08-18T22:01:37.7281532Z (Reading database ... 85%
2025-08-18T22:01:37.7311323Z (Reading database ... 90%
2025-08-18T22:01:37.7419384Z (Reading database ... 95%
2025-08-18T22:01:37.7419613Z (Reading database ... 100%
2025-08-18T22:01:37.7419904Z (Reading database ... 193226 files and directories currently installed.)
2025-08-18T22:01:37.7462693Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-18T22:01:37.7643415Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-18T22:01:37.8312582Z Selecting previously unselected package librhash0:arm64.
2025-08-18T22:01:37.8470442Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-18T22:01:37.8539313Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-18T22:01:37.9274676Z Selecting previously unselected package cmake-data.
2025-08-18T22:01:37.9435377Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-18T22:01:37.9566679Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-18T22:01:38.9520730Z Selecting previously unselected package cmake.
2025-08-18T22:01:38.9696177Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-18T22:01:38.9756076Z Unpacking cmake (3.28.3-1build7) ...
2025-08-18T22:01:39.2066660Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-18T22:01:39.2252483Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-18T22:01:39.2456765Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-18T22:01:39.2703627Z Setting up cmake (3.28.3-1build7) ...
2025-08-18T22:01:39.2882440Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:01:40.7083960Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:01:42.1866630Z Reading package lists...
2025-08-18T22:01:42.4700839Z Building dependency tree...
2025-08-18T22:01:42.4708163Z Reading state information...
2025-08-18T22:01:42.9994180Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-18T22:01:42.9994575Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-18T22:01:42.9994891Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-18T22:01:42.9995624Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-18T22:01:42.9996137Z b3sum is already the newest version (1.2.0-1).
2025-08-18T22:01:42.9996452Z build-essential is already the newest version (12.10ubuntu1).
2025-08-18T22:01:42.9996798Z ca-certificates is already the newest version (20240203).
2025-08-18T22:01:42.9997099Z ccache is already the newest version (4.9.1-1).
2025-08-18T22:01:42.9997397Z diffutils is already the newest version (1:3.10-1build1).
2025-08-18T22:01:42.9997715Z dos2unix is already the newest version (7.5.1-1).
2025-08-18T22:01:42.9998005Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-18T22:01:42.9998288Z git-lfs is already the newest version (3.6.1).
2025-08-18T22:01:42.9998621Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-18T22:01:42.9998971Z lzip is already the newest version (1.24.1-1build1).
2025-08-18T22:01:42.9999274Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T22:01:42.9999583Z libtool is already the newest version (2.4.7-7build1).
2025-08-18T22:01:42.9999903Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-18T22:01:43.0000205Z make is already the newest version (4.3-4.1build2).
2025-08-18T22:01:43.0000478Z musl is already the newest version (1.2.4-2).
2025-08-18T22:01:43.0000751Z musl-dev is already the newest version (1.2.4-2).
2025-08-18T22:01:43.0001035Z musl-tools is already the newest version (1.2.4-2).
2025-08-18T22:01:43.0001632Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-18T22:01:43.0001971Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-18T22:01:43.0002275Z texinfo is already the newest version (7.1-3build2).
2025-08-18T22:01:43.0002572Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:01:43.0002903Z 0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:01:43.0207721Z Reading package lists...
2025-08-18T22:01:43.2944949Z Building dependency tree...
2025-08-18T22:01:43.2951878Z Reading state information...
2025-08-18T22:01:43.6313751Z autoconf is already the newest version (2.71-3).
2025-08-18T22:01:43.6314150Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-18T22:01:43.6314492Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-18T22:01:43.6314820Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-18T22:01:43.6315167Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-18T22:01:43.6315525Z build-essential is already the newest version (12.10ubuntu1).
2025-08-18T22:01:43.6316072Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-18T22:01:43.6316391Z ca-certificates is already the newest version (20240203).
2025-08-18T22:01:43.6316707Z clang is already the newest version (1:18.0-59~exp2).
2025-08-18T22:01:43.6316995Z flex is already the newest version (2.6.4-8.2build1).
2025-08-18T22:01:43.6317287Z file is already the newest version (1:5.45-3build1).
2025-08-18T22:01:43.6317585Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-18T22:01:43.6317900Z libtool is already the newest version (2.4.7-7build1).
2025-08-18T22:01:43.6318210Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-18T22:01:43.6318548Z patch is already the newest version (2.7.6-7build3).
2025-08-18T22:01:43.6318858Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-18T22:01:43.6319181Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-18T22:01:43.6319548Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-18T22:01:43.6319894Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-18T22:01:43.6320181Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-18T22:01:43.6320480Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-18T22:01:43.6320816Z 0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:01:43.6507110Z Reading package lists...
2025-08-18T22:01:43.9109016Z Building dependency tree...
2025-08-18T22:01:43.9116520Z Reading state information...
2025-08-18T22:01:44.2794493Z devscripts is already the newest version (2.23.7).
2025-08-18T22:01:44.2794890Z 0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:01:44.2994265Z Reading package lists...
2025-08-18T22:01:44.5507104Z Building dependency tree...
2025-08-18T22:01:44.5515229Z Reading state information...
2025-08-18T22:01:44.8998418Z cmake is already the newest version (3.28.3-1build7).
2025-08-18T22:01:44.8998860Z 0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:01:44.9206856Z Reading package lists...
2025-08-18T22:01:45.1792978Z Building dependency tree...
2025-08-18T22:01:45.1801005Z Reading state information...
2025-08-18T22:01:45.5184623Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-18T22:01:45.5185083Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-18T22:01:45.5740947Z 0 upgraded, 0 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:01:45.6247701Z Reading package lists...
2025-08-18T22:01:45.8851747Z Building dependency tree...
2025-08-18T22:01:45.8859616Z Reading state information...
2025-08-18T22:01:46.2459045Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-18T22:01:46.2459449Z g++-aarch64-linux-gnu set to manually installed.
2025-08-18T22:01:46.2459804Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-18T22:01:46.2460531Z The following additional packages will be installed:
2025-08-18T22:01:46.2460862Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-18T22:01:46.2461262Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-18T22:01:46.2461715Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-18T22:01:46.2462097Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-18T22:01:46.2462487Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-18T22:01:46.2462930Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-18T22:01:46.2463329Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-18T22:01:46.2463739Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-18T22:01:46.2464117Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-18T22:01:46.2464511Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-18T22:01:46.2464936Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-18T22:01:46.2465293Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-18T22:01:46.2465978Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-18T22:01:46.2466431Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-18T22:01:46.2467267Z   linux-libc-dev-armhf-cross
2025-08-18T22:01:46.2476413Z Suggested packages:
2025-08-18T22:01:46.2476725Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-18T22:01:46.2477097Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-18T22:01:46.2866644Z The following NEW packages will be installed:
2025-08-18T22:01:46.2867029Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-18T22:01:46.2867439Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-18T22:01:46.2867894Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-18T22:01:46.2868366Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-18T22:01:46.2868749Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-18T22:01:46.2869142Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-18T22:01:46.2869558Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-18T22:01:46.2872205Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-18T22:01:46.2872959Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-18T22:01:46.2873357Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-18T22:01:46.2873767Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-18T22:01:46.2874191Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-18T22:01:46.2874555Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-18T22:01:46.2875643Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-18T22:01:46.2876579Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-18T22:01:46.5231381Z 0 upgraded, 42 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:01:46.5231822Z Need to get 112 MB of archives.
2025-08-18T22:01:46.5232114Z After this operation, 377 MB of additional disk space will be used.
2025-08-18T22:01:46.5232797Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-18T22:01:46.8554094Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 cpp-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [9910 kB]
2025-08-18T22:01:47.7965859Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-18T22:01:47.9026702Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 cpp-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [9911 kB]
2025-08-18T22:01:48.6967787Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 cpp-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [4456 B]
2025-08-18T22:01:48.8025072Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cpp-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [5328 B]
2025-08-18T22:01:48.9087448Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 binutils-arm-linux-gnueabi arm64 2.42-4ubuntu2.5 [3449 kB]
2025-08-18T22:01:49.4390089Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-18T22:01:49.5453159Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-18T22:01:49.6515767Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-18T22:01:49.8677509Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-18T22:01:50.0792831Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-18T22:01:50.5538676Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-18T22:01:50.6647591Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-18T22:01:51.2815090Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-18T22:01:51.5009472Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-18T22:01:51.8268978Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-18T22:01:52.1459819Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-18T22:01:53.5371498Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-18T22:01:53.8554206Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-18T22:01:54.1746352Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-18T22:01:54.6000567Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 g++-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-18T22:01:55.6697673Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 binutils-arm-linux-gnueabihf arm64 2.42-4ubuntu2.5 [3450 kB]
2025-08-18T22:01:56.6602127Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-18T22:01:56.7666524Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-18T22:01:56.8729755Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-18T22:01:57.2036171Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-18T22:01:57.3099741Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-18T22:01:57.4176719Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-18T22:01:57.5238645Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-18T22:01:58.0669600Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-18T22:01:58.3838950Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-18T22:01:58.7096140Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-18T22:01:59.1371734Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-18T22:02:00.5296919Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-18T22:02:00.8488600Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-18T22:02:01.1684313Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-18T22:02:01.5947637Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 g++-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-18T22:02:02.6529097Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 gcc-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-18T22:02:02.7589057Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 g++-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [946 B]
2025-08-18T22:02:02.8649197Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 gcc-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [1232 B]
2025-08-18T22:02:02.9709565Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 g++-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [968 B]
2025-08-18T22:02:03.2766198Z Fetched 112 MB in 17s (6732 kB/s)
2025-08-18T22:02:03.3112548Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-18T22:02:03.3146218Z (Reading database ... 
2025-08-18T22:02:03.3146579Z (Reading database ... 5%
2025-08-18T22:02:03.3147129Z (Reading database ... 10%
2025-08-18T22:02:03.3147377Z (Reading database ... 15%
2025-08-18T22:02:03.3147580Z (Reading database ... 20%
2025-08-18T22:02:03.3147773Z (Reading database ... 25%
2025-08-18T22:02:03.3147970Z (Reading database ... 30%
2025-08-18T22:02:03.3148555Z (Reading database ... 35%
2025-08-18T22:02:03.3148766Z (Reading database ... 40%
2025-08-18T22:02:03.3148965Z (Reading database ... 45%
2025-08-18T22:02:03.3149159Z (Reading database ... 50%
2025-08-18T22:02:03.3170339Z (Reading database ... 55%
2025-08-18T22:02:03.3262718Z (Reading database ... 60%
2025-08-18T22:02:03.3303030Z (Reading database ... 65%
2025-08-18T22:02:03.3317915Z (Reading database ... 70%
2025-08-18T22:02:03.3340920Z (Reading database ... 75%
2025-08-18T22:02:03.3481560Z (Reading database ... 80%
2025-08-18T22:02:03.3569403Z (Reading database ... 85%
2025-08-18T22:02:03.3602124Z (Reading database ... 90%
2025-08-18T22:02:03.3722754Z (Reading database ... 95%
2025-08-18T22:02:03.3722973Z (Reading database ... 100%
2025-08-18T22:02:03.3723265Z (Reading database ... 196635 files and directories currently installed.)
2025-08-18T22:02:03.3766630Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:02:03.3829130Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:02:03.4389218Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-18T22:02:03.4551542Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:02:03.4640558Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:02:03.7196093Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-18T22:02:03.7381126Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:02:03.7476996Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:02:03.8036891Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-18T22:02:03.8225875Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:02:03.8329327Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:02:04.0652523Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-18T22:02:04.0812508Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-18T22:02:04.0878255Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:02:04.1410968Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-18T22:02:04.1589118Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-18T22:02:04.1679348Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:02:04.2195896Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-18T22:02:04.2395331Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-18T22:02:04.2546871Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-18T22:02:04.3706108Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-18T22:02:04.3897293Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:02:04.3992930Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:02:04.4533085Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-18T22:02:04.4726976Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:02:04.4806178Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:02:04.5413593Z Selecting previously unselected package libc6-armel-cross.
2025-08-18T22:02:04.5583985Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-18T22:02:04.5641231Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:02:04.6676617Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-18T22:02:04.6841331Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:02:04.6906437Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:02:04.7490577Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-18T22:02:04.7681872Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:02:04.7742419Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:02:04.8309561Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-18T22:02:04.8509314Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:02:04.8591104Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:02:04.9190012Z Selecting previously unselected package libasan8-armel-cross.
2025-08-18T22:02:04.9383867Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:02:04.9471314Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:02:05.0627404Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-18T22:02:05.0812145Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:02:05.0919613Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:02:05.1705849Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-18T22:02:05.1880196Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:02:05.1949139Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:02:05.2756358Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-18T22:02:05.2934013Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:02:05.2995087Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:02:05.3981109Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-18T22:02:05.4178947Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:02:05.4268881Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:02:05.8763897Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-18T22:02:05.8949217Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-18T22:02:05.9019156Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-18T22:02:06.1253277Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-18T22:02:06.1425026Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-18T22:02:06.1490147Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:02:06.2848076Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-18T22:02:06.3008803Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:02:06.3096341Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:02:06.5363542Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-18T22:02:06.5554166Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:02:06.5658646Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:02:06.8185550Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-18T22:02:06.8353510Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-18T22:02:06.8439196Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-18T22:02:06.9873003Z Selecting previously unselected package gcc-13-cross-base.
2025-08-18T22:02:07.0064685Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:02:07.0150874Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:02:07.0721392Z Selecting previously unselected package gcc-14-cross-base.
2025-08-18T22:02:07.0906334Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:02:07.0974799Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:02:07.1669232Z Selecting previously unselected package libc6-armhf-cross.
2025-08-18T22:02:07.1856946Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-18T22:02:07.1956888Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:02:07.2687148Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-18T22:02:07.2857362Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:02:07.2945001Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:02:07.3533372Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-18T22:02:07.3699029Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:02:07.3764803Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:02:07.4409680Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-18T22:02:07.4604829Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:02:07.4676253Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:02:07.5513453Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-18T22:02:07.5704560Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:02:07.5796192Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:02:07.6878419Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-18T22:02:07.7057217Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:02:07.7136072Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:02:07.7815013Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-18T22:02:07.7977946Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:02:07.8039724Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:02:07.8880237Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-18T22:02:07.9047067Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:02:07.9112487Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:02:07.9910503Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-18T22:02:08.0103204Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:02:08.0199860Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:02:08.4225454Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-18T22:02:08.4399760Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-18T22:02:08.4463208Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-18T22:02:08.6935286Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-18T22:02:08.7128495Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-18T22:02:08.7201629Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:02:08.8580884Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-18T22:02:08.8749151Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-18T22:02:08.8813826Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:02:09.1031552Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-18T22:02:09.1231455Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-18T22:02:09.1335638Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:02:09.3600717Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-18T22:02:09.3767343Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-18T22:02:09.3831167Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:02:09.4340263Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-18T22:02:09.4517852Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-18T22:02:09.4579228Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:02:09.5030606Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-18T22:02:09.5204525Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-18T22:02:09.5283715Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:02:09.5773496Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-18T22:02:09.5946163Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-18T22:02:09.6008613Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:02:09.6826560Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-18T22:02:09.7060390Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:02:09.7245388Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:02:09.7447002Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:02:09.7636806Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:02:09.7838297Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-18T22:02:09.8069336Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:02:09.8265449Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-18T22:02:09.8514581Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:02:09.8698767Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:02:09.8913254Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:02:09.9120051Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:02:09.9325642Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-18T22:02:09.9550943Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:02:09.9760103Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:02:09.9956218Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:02:10.0134655Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:02:10.0311458Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:02:10.0505390Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:02:10.0697468Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:02:10.0927727Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-18T22:02:10.1162313Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:02:10.1352922Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:02:10.1559203Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:02:10.1772667Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:02:10.1961198Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:02:10.2149916Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:02:10.2332130Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:02:10.2537331Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:02:10.2715596Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-18T22:02:10.2885179Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:02:10.3120527Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:02:10.3343403Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:02:10.3527172Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:02:10.3825172Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:02:10.4013929Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:02:10.4211368Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:02:10.4402940Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:02:10.4609418Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-18T22:02:10.4799264Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:02:10.4993594Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-18T22:02:10.5204564Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-18T22:02:10.5405934Z Processing triggers for ccache (4.9.1-1) ...
2025-08-18T22:02:10.5504579Z Updating symlinks in /usr/lib/ccache ...
2025-08-18T22:02:10.5642625Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:02:11.9025979Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:02:13.4199896Z Reading package lists...
2025-08-18T22:02:13.6899046Z Building dependency tree...
2025-08-18T22:02:13.6908217Z Reading state information...
2025-08-18T22:02:14.0731912Z The following additional packages will be installed:
2025-08-18T22:02:14.0732360Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-18T22:02:14.0738112Z   libpcap0.8-dev
2025-08-18T22:02:14.1108263Z The following NEW packages will be installed:
2025-08-18T22:02:14.1108729Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-18T22:02:14.1115862Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-18T22:02:14.1366043Z 0 upgraded, 8 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:02:14.3440557Z Need to get 1640 kB of archives.
2025-08-18T22:02:14.3440928Z After this operation, 7134 kB of additional disk space will be used.
2025-08-18T22:02:14.3441493Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdbus-1-dev arm64 1.14.10-4ubuntu4.1 [200 kB]
2025-08-18T22:02:14.5447613Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-18T22:02:14.5972873Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-3-dev arm64 3.7.0-0.3build1.1 [105 kB]
2025-08-18T22:02:14.6508084Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-route-3-dev arm64 3.7.0-0.3build1.1 [225 kB]
2025-08-18T22:02:14.7213154Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-18T22:02:14.8327288Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-18T22:02:14.8800645Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-18T22:02:14.9190683Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-18T22:02:15.2167190Z Fetched 1640 kB in 1s (2130 kB/s)
2025-08-18T22:02:15.2570334Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-18T22:02:15.2607118Z (Reading database ... 
2025-08-18T22:02:15.2607358Z (Reading database ... 5%
2025-08-18T22:02:15.2607561Z (Reading database ... 10%
2025-08-18T22:02:15.2607764Z (Reading database ... 15%
2025-08-18T22:02:15.2607982Z (Reading database ... 20%
2025-08-18T22:02:15.2608178Z (Reading database ... 25%
2025-08-18T22:02:15.2608373Z (Reading database ... 30%
2025-08-18T22:02:15.2608985Z (Reading database ... 35%
2025-08-18T22:02:15.2609198Z (Reading database ... 40%
2025-08-18T22:02:15.2609392Z (Reading database ... 45%
2025-08-18T22:02:15.2610234Z (Reading database ... 50%
2025-08-18T22:02:15.2632844Z (Reading database ... 55%
2025-08-18T22:02:15.2737560Z (Reading database ... 60%
2025-08-18T22:02:15.2780423Z (Reading database ... 65%
2025-08-18T22:02:15.2799435Z (Reading database ... 70%
2025-08-18T22:02:15.2832095Z (Reading database ... 75%
2025-08-18T22:02:15.2981885Z (Reading database ... 80%
2025-08-18T22:02:15.3077522Z (Reading database ... 85%
2025-08-18T22:02:15.3114126Z (Reading database ... 90%
2025-08-18T22:02:15.3249857Z (Reading database ... 95%
2025-08-18T22:02:15.3250089Z (Reading database ... 100%
2025-08-18T22:02:15.3250383Z (Reading database ... 202071 files and directories currently installed.)
2025-08-18T22:02:15.3294850Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-18T22:02:15.3378674Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-18T22:02:15.4244398Z Selecting previously unselected package libjudydebian1.
2025-08-18T22:02:15.4419422Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-18T22:02:15.4562140Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-18T22:02:15.5150884Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-18T22:02:15.5324420Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-18T22:02:15.5390325Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-18T22:02:15.6142534Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-18T22:02:15.6334867Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-18T22:02:15.6404923Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-18T22:02:15.7215965Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-18T22:02:15.7416333Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-18T22:02:15.7494160Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-18T22:02:15.9124156Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-18T22:02:15.9293727Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-18T22:02:15.9394518Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-18T22:02:16.0139744Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-18T22:02:16.0311632Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-18T22:02:16.0398801Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-18T22:02:16.1123076Z Selecting previously unselected package pcaputils.
2025-08-18T22:02:16.1293390Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-18T22:02:16.1428298Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-18T22:02:16.2330038Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-18T22:02:16.2587559Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-18T22:02:17.2417426Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-18T22:02:17.2642169Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-18T22:02:17.3022064Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-18T22:02:17.5348701Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-18T22:02:17.5578695Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-18T22:02:17.5852745Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:02:17.6195799Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:02:19.2655493Z Processing triggers for sgml-base (1.31) ...
2025-08-18T22:02:19.3164926Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-18T22:02:19.3366219Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-18T22:02:20.9429328Z Reading package lists...
2025-08-18T22:02:21.2181955Z Building dependency tree...
2025-08-18T22:02:21.2190444Z Reading state information...
2025-08-18T22:02:21.2799312Z Reading package lists...
2025-08-18T22:02:21.5629262Z Building dependency tree...
2025-08-18T22:02:21.5637360Z Reading state information...
2025-08-18T22:02:21.9748213Z The following additional packages will be installed:
2025-08-18T22:02:21.9753606Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-18T22:02:21.9762827Z Suggested packages:
2025-08-18T22:02:21.9763169Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-18T22:02:21.9763575Z   librust-libc+rustc-std-workspace-core-dev
2025-08-18T22:02:21.9996266Z The following NEW packages will be installed:
2025-08-18T22:02:21.9998514Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-18T22:02:22.0003879Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-18T22:02:22.3498103Z 0 upgraded, 9 newly installed, 0 to remove and 165 not upgraded.
2025-08-18T22:02:22.3498468Z Need to get 801 kB of archives.
2025-08-18T22:02:22.3498795Z After this operation, 6261 kB of additional disk space will be used.
2025-08-18T22:02:22.3499284Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-18T22:02:22.6157743Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-18T22:02:22.8392387Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-18T22:02:23.2118459Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-18T22:02:23.3284435Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-pkg-config-dev arm64 0.3.27-1 [21.5 kB]
2025-08-18T22:02:23.4370964Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 liblzma-dev arm64 5.6.1+really5.4.5-1ubuntu0.2 [178 kB]
2025-08-18T22:02:23.6530889Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-lzma-sys-dev arm64 0.1.20-1 [10.9 kB]
2025-08-18T22:02:23.7602375Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-18T22:02:23.8734136Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-18T22:02:24.1762842Z Fetched 801 kB in 2s (429 kB/s)
2025-08-18T22:02:24.2194735Z Selecting previously unselected package liblz1:arm64.
2025-08-18T22:02:24.2232163Z (Reading database ... 
2025-08-18T22:02:24.2232465Z (Reading database ... 5%
2025-08-18T22:02:24.2232664Z (Reading database ... 10%
2025-08-18T22:02:24.2232866Z (Reading database ... 15%
2025-08-18T22:02:24.2233063Z (Reading database ... 20%
2025-08-18T22:02:24.2233259Z (Reading database ... 25%
2025-08-18T22:02:24.2233451Z (Reading database ... 30%
2025-08-18T22:02:24.2233646Z (Reading database ... 35%
2025-08-18T22:02:24.2234283Z (Reading database ... 40%
2025-08-18T22:02:24.2234505Z (Reading database ... 45%
2025-08-18T22:02:24.2234707Z (Reading database ... 50%
2025-08-18T22:02:24.2256462Z (Reading database ... 55%
2025-08-18T22:02:24.2373231Z (Reading database ... 60%
2025-08-18T22:02:24.2419826Z (Reading database ... 65%
2025-08-18T22:02:24.2441030Z (Reading database ... 70%
2025-08-18T22:02:24.2475145Z (Reading database ... 75%
2025-08-18T22:02:24.2627201Z (Reading database ... 80%
2025-08-18T22:02:24.2720282Z (Reading database ... 85%
2025-08-18T22:02:24.2755517Z (Reading database ... 90%
2025-08-18T22:02:24.2895152Z (Reading database ... 95%
2025-08-18T22:02:24.2895420Z (Reading database ... 100%
2025-08-18T22:02:24.2895863Z (Reading database ... 202727 files and directories currently installed.)
2025-08-18T22:02:24.2940391Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-18T22:02:24.3092168Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-18T22:02:24.3684123Z Selecting previously unselected package liblz-dev:arm64.
2025-08-18T22:02:24.3883013Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-18T22:02:24.3947703Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-18T22:02:24.4668804Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-18T22:02:24.4858059Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-18T22:02:24.4930073Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-18T22:02:24.5867263Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-18T22:02:24.6043652Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-18T22:02:24.6118699Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-18T22:02:24.6896493Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-18T22:02:24.7070542Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-18T22:02:24.7134495Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-18T22:02:24.7682362Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-18T22:02:24.7849768Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-18T22:02:24.7951722Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-18T22:02:24.8836838Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-18T22:02:24.9034892Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-18T22:02:24.9096293Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-18T22:02:24.9761479Z Selecting previously unselected package lzma.
2025-08-18T22:02:24.9951036Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-18T22:02:25.0050065Z Unpacking lzma (9.22-2.2) ...
2025-08-18T22:02:25.0732537Z Selecting previously unselected package lzma-dev.
2025-08-18T22:02:25.0899222Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-18T22:02:25.0976542Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-18T22:02:25.1990398Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-18T22:02:25.2208190Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-18T22:02:25.2453223Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-18T22:02:25.2640883Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-18T22:02:25.2857715Z Setting up lzma (9.22-2.2) ...
2025-08-18T22:02:25.3019540Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-18T22:02:25.3197049Z Setting up lzma-dev (9.22-2.2) ...
2025-08-18T22:02:25.3481408Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-18T22:02:25.3738299Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-18T22:02:25.3969772Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-18T22:02:25.4200826Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:02:25.4628266Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:02:26.8404731Z Processing triggers for install-info (7.1-3build2) ...
2025-08-18T22:02:28.3787906Z Reading package lists...
2025-08-18T22:02:28.6430316Z Building dependency tree...
2025-08-18T22:02:28.6440874Z Reading state information...
2025-08-18T22:02:29.1013080Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-18T22:02:29.1013524Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-18T22:02:29.1013847Z inetutils-telnet set to manually installed.
2025-08-18T22:02:29.1014145Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-18T22:02:29.1014473Z The following additional packages will be installed:
2025-08-18T22:02:29.1014733Z   tcpd update-inetd
2025-08-18T22:02:29.1229856Z The following packages will be REMOVED:
2025-08-18T22:02:29.1241086Z   iputils-ping rsyslog ubuntu-minimal
2025-08-18T22:02:29.1241410Z The following NEW packages will be installed:
2025-08-18T22:02:29.1241738Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-18T22:02:29.1242132Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-18T22:02:29.1250353Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-18T22:02:29.2234610Z 0 upgraded, 13 newly installed, 3 to remove and 164 not upgraded.
2025-08-18T22:02:29.2235376Z Need to get 691 kB of archives.
2025-08-18T22:02:29.2235644Z After this operation, 987 kB disk space will be freed.
2025-08-18T22:02:29.2236323Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-18T22:02:29.3526448Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-18T22:02:29.4003059Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-18T22:02:29.4481266Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-18T22:02:29.5043406Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-18T22:02:29.5773347Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-18T22:02:29.6373526Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-18T22:02:29.6931233Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-18T22:02:29.7437975Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-18T22:02:29.7921780Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-18T22:02:29.8469796Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-18T22:02:29.9072283Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-18T22:02:29.9619237Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-18T22:02:30.2258422Z Preconfiguring packages ...
2025-08-18T22:02:30.3828883Z Fetched 691 kB in 1s (826 kB/s)
2025-08-18T22:02:30.4069946Z (Reading database ... 
2025-08-18T22:02:30.4070196Z (Reading database ... 5%
2025-08-18T22:02:30.4070397Z (Reading database ... 10%
2025-08-18T22:02:30.4070594Z (Reading database ... 15%
2025-08-18T22:02:30.4070786Z (Reading database ... 20%
2025-08-18T22:02:30.4070980Z (Reading database ... 25%
2025-08-18T22:02:30.4071170Z (Reading database ... 30%
2025-08-18T22:02:30.4071361Z (Reading database ... 35%
2025-08-18T22:02:30.4071577Z (Reading database ... 40%
2025-08-18T22:02:30.4071768Z (Reading database ... 45%
2025-08-18T22:02:30.4071965Z (Reading database ... 50%
2025-08-18T22:02:30.4093019Z (Reading database ... 55%
2025-08-18T22:02:30.4195773Z (Reading database ... 60%
2025-08-18T22:02:30.4244298Z (Reading database ... 65%
2025-08-18T22:02:30.4265744Z (Reading database ... 70%
2025-08-18T22:02:30.4300620Z (Reading database ... 75%
2025-08-18T22:02:30.4454670Z (Reading database ... 80%
2025-08-18T22:02:30.4553066Z (Reading database ... 85%
2025-08-18T22:02:30.4596364Z (Reading database ... 90%
2025-08-18T22:02:30.4735849Z (Reading database ... 95%
2025-08-18T22:02:30.4736111Z (Reading database ... 100%
2025-08-18T22:02:30.4736403Z (Reading database ... 203219 files and directories currently installed.)
2025-08-18T22:02:30.4783600Z Removing ubuntu-minimal (1.539.2) ...
2025-08-18T22:02:30.5554864Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-18T22:02:30.6568639Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-18T22:02:31.0443552Z Selecting previously unselected package inetutils-syslogd.
2025-08-18T22:02:31.0480517Z (Reading database ... 
2025-08-18T22:02:31.0480746Z (Reading database ... 5%
2025-08-18T22:02:31.0480947Z (Reading database ... 10%
2025-08-18T22:02:31.0481147Z (Reading database ... 15%
2025-08-18T22:02:31.0481342Z (Reading database ... 20%
2025-08-18T22:02:31.0481536Z (Reading database ... 25%
2025-08-18T22:02:31.0481730Z (Reading database ... 30%
2025-08-18T22:02:31.0482675Z (Reading database ... 35%
2025-08-18T22:02:31.0482919Z (Reading database ... 40%
2025-08-18T22:02:31.0483515Z (Reading database ... 45%
2025-08-18T22:02:31.0483731Z (Reading database ... 50%
2025-08-18T22:02:31.0505576Z (Reading database ... 55%
2025-08-18T22:02:31.0613228Z (Reading database ... 60%
2025-08-18T22:02:31.0663525Z (Reading database ... 65%
2025-08-18T22:02:31.0685045Z (Reading database ... 70%
2025-08-18T22:02:31.0720199Z (Reading database ... 75%
2025-08-18T22:02:31.0870639Z (Reading database ... 80%
2025-08-18T22:02:31.0963589Z (Reading database ... 85%
2025-08-18T22:02:31.1006759Z (Reading database ... 90%
2025-08-18T22:02:31.1137324Z (Reading database ... 95%
2025-08-18T22:02:31.1137561Z (Reading database ... 100%
2025-08-18T22:02:31.1137860Z (Reading database ... 203147 files and directories currently installed.)
2025-08-18T22:02:31.1182941Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:02:31.1322235Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-18T22:02:31.1923113Z Selecting previously unselected package tcpd.
2025-08-18T22:02:31.2111650Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-18T22:02:31.2208267Z Unpacking tcpd (7.6.q-33) ...
2025-08-18T22:02:31.2932031Z Selecting previously unselected package update-inetd.
2025-08-18T22:02:31.3104244Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-18T22:02:31.3180664Z Unpacking update-inetd (4.53) ...
2025-08-18T22:02:31.3988602Z Selecting previously unselected package inetutils-inetd.
2025-08-18T22:02:31.4164396Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:02:31.4273945Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-18T22:02:31.4984727Z Selecting previously unselected package inetutils-ftp.
2025-08-18T22:02:31.5163197Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:02:31.5221964Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-18T22:02:31.6028895Z Selecting previously unselected package inetutils-ftpd.
2025-08-18T22:02:31.6221243Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:02:31.6288370Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-18T22:02:31.7026885Z Selecting previously unselected package inetutils-ping.
2025-08-18T22:02:31.7214606Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:02:31.7280279Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-18T22:02:31.7988111Z Selecting previously unselected package inetutils-talk.
2025-08-18T22:02:31.8154936Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:02:31.8312691Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-18T22:02:31.9055084Z Selecting previously unselected package inetutils-talkd.
2025-08-18T22:02:31.9230817Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:02:31.9299524Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-18T22:02:32.0036227Z Selecting previously unselected package inetutils-telnetd.
2025-08-18T22:02:32.0214754Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:02:32.0295965Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-18T22:02:32.1043951Z Selecting previously unselected package inetutils-tools.
2025-08-18T22:02:32.1240683Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:02:32.1320890Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-18T22:02:32.2091140Z Selecting previously unselected package netcat-traditional.
2025-08-18T22:02:32.2281120Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-18T22:02:32.2348372Z Unpacking netcat-traditional (1.10-48) ...
2025-08-18T22:02:32.3129287Z Selecting previously unselected package inetutils-traceroute.
2025-08-18T22:02:32.3294863Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-18T22:02:32.3394632Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-18T22:02:32.4247212Z Setting up netcat-traditional (1.10-48) ...
2025-08-18T22:02:32.4572979Z Setting up update-inetd (4.53) ...
2025-08-18T22:02:32.5640844Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-18T22:02:32.5802547Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-18T22:02:32.5949471Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-18T22:02:32.9366017Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-18T22:02:32.9366498Z 
2025-08-18T22:02:32.9376281Z Removed "/etc/systemd/system/syslog.service".
2025-08-18T22:02:32.9376475Z 
2025-08-18T22:02:32.9376893Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-18T22:02:32.9377250Z 
2025-08-18T22:02:32.9377748Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-18T22:02:32.9378231Z 
2025-08-18T22:02:33.1739661Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-18T22:02:33.2028431Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-18T22:02:33.2176041Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-18T22:02:33.2319115Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-18T22:02:33.2538285Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-18T22:02:33.2724548Z Setting up tcpd (7.6.q-33) ...
2025-08-18T22:02:33.2898910Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-18T22:02:33.6265895Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-18T22:02:33.6266315Z 
2025-08-18T22:02:33.6266856Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-18T22:02:33.6267344Z 
2025-08-18T22:02:33.8726311Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-18T22:02:33.9946888Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-18T22:02:34.1001775Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-18T22:02:34.1728732Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:02:37.5503484Z Reading package lists...
2025-08-18T22:02:37.8146717Z Building dependency tree...
2025-08-18T22:02:37.8157140Z Reading state information...
2025-08-18T22:02:38.2691287Z The following packages will be REMOVED:
2025-08-18T22:02:38.2702402Z   inetutils-ping
2025-08-18T22:02:38.2704205Z The following NEW packages will be installed:
2025-08-18T22:02:38.2712953Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-18T22:02:38.2718619Z The following packages will be upgraded:
2025-08-18T22:02:38.2726009Z   iputils-tracepath
2025-08-18T22:02:38.4786624Z 1 upgraded, 3 newly installed, 1 to remove and 163 not upgraded.
2025-08-18T22:02:38.4786976Z Need to get 84.5 kB of archives.
2025-08-18T22:02:38.4787261Z After this operation, 163 kB of additional disk space will be used.
2025-08-18T22:02:38.4787865Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-18T22:02:38.5944544Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-18T22:02:38.6380249Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-18T22:02:38.6829431Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-18T22:02:39.0280132Z Fetched 84.5 kB in 0s (209 kB/s)
2025-08-18T22:02:39.0514785Z (Reading database ... 
2025-08-18T22:02:39.0515076Z (Reading database ... 5%
2025-08-18T22:02:39.0515278Z (Reading database ... 10%
2025-08-18T22:02:39.0515477Z (Reading database ... 15%
2025-08-18T22:02:39.0515814Z (Reading database ... 20%
2025-08-18T22:02:39.0516027Z (Reading database ... 25%
2025-08-18T22:02:39.0516223Z (Reading database ... 30%
2025-08-18T22:02:39.0516767Z (Reading database ... 35%
2025-08-18T22:02:39.0516983Z (Reading database ... 40%
2025-08-18T22:02:39.0517178Z (Reading database ... 45%
2025-08-18T22:02:39.0517372Z (Reading database ... 50%
2025-08-18T22:02:39.0539295Z (Reading database ... 55%
2025-08-18T22:02:39.0643130Z (Reading database ... 60%
2025-08-18T22:02:39.0686075Z (Reading database ... 65%
2025-08-18T22:02:39.0705869Z (Reading database ... 70%
2025-08-18T22:02:39.0738931Z (Reading database ... 75%
2025-08-18T22:02:39.0886449Z (Reading database ... 80%
2025-08-18T22:02:39.0982069Z (Reading database ... 85%
2025-08-18T22:02:39.1027567Z (Reading database ... 90%
2025-08-18T22:02:39.1152375Z (Reading database ... 95%
2025-08-18T22:02:39.1152593Z (Reading database ... 100%
2025-08-18T22:02:39.1197380Z (Reading database ... 203308 files and directories currently installed.)
2025-08-18T22:02:39.1197752Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-18T22:02:39.2365110Z Selecting previously unselected package iputils-ping.
2025-08-18T22:02:39.2401170Z (Reading database ... 
2025-08-18T22:02:39.2401403Z (Reading database ... 5%
2025-08-18T22:02:39.2401603Z (Reading database ... 10%
2025-08-18T22:02:39.2401800Z (Reading database ... 15%
2025-08-18T22:02:39.2401996Z (Reading database ... 20%
2025-08-18T22:02:39.2402190Z (Reading database ... 25%
2025-08-18T22:02:39.2402382Z (Reading database ... 30%
2025-08-18T22:02:39.2403262Z (Reading database ... 35%
2025-08-18T22:02:39.2403815Z (Reading database ... 40%
2025-08-18T22:02:39.2404019Z (Reading database ... 45%
2025-08-18T22:02:39.2404211Z (Reading database ... 50%
2025-08-18T22:02:39.2425599Z (Reading database ... 55%
2025-08-18T22:02:39.2525301Z (Reading database ... 60%
2025-08-18T22:02:39.2567185Z (Reading database ... 65%
2025-08-18T22:02:39.2586112Z (Reading database ... 70%
2025-08-18T22:02:39.2617675Z (Reading database ... 75%
2025-08-18T22:02:39.2759610Z (Reading database ... 80%
2025-08-18T22:02:39.2845089Z (Reading database ... 85%
2025-08-18T22:02:39.2884020Z (Reading database ... 90%
2025-08-18T22:02:39.3001514Z (Reading database ... 95%
2025-08-18T22:02:39.3001762Z (Reading database ... 100%
2025-08-18T22:02:39.3002050Z (Reading database ... 203299 files and directories currently installed.)
2025-08-18T22:02:39.3044300Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-18T22:02:39.3118196Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-18T22:02:39.3943810Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-18T22:02:39.4189059Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-18T22:02:39.4919317Z Selecting previously unselected package iputils-arping.
2025-08-18T22:02:39.5093881Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-18T22:02:39.5162188Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-18T22:02:39.5822258Z Selecting previously unselected package iputils-clockdiff.
2025-08-18T22:02:39.6012429Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-18T22:02:39.6089943Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-18T22:02:39.6915470Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-18T22:02:39.7351374Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-18T22:02:39.7671142Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-18T22:02:39.7994265Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-18T22:02:39.8199307Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:02:42.7728103Z Reading package lists...
2025-08-18T22:02:43.0255336Z Building dependency tree...
2025-08-18T22:02:43.0264929Z Reading state information...
2025-08-18T22:02:43.3477708Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-18T22:02:43.3821893Z The following packages will be upgraded:
2025-08-18T22:02:43.3822386Z   python3-pip python3-pip-whl
2025-08-18T22:02:43.4041740Z 2 upgraded, 0 newly installed, 0 to remove and 161 not upgraded.
2025-08-18T22:02:43.6794361Z Need to get 3020 kB of archives.
2025-08-18T22:02:43.6794752Z After this operation, 1024 B of additional disk space will be used.
2025-08-18T22:02:43.6795342Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-18T22:02:44.5196681Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip-whl all 24.0+dfsg-1ubuntu1.2 [1703 kB]
2025-08-18T22:02:45.2304152Z Fetched 3020 kB in 2s (1976 kB/s)
2025-08-18T22:02:45.2699173Z (Reading database ... 
2025-08-18T22:02:45.2699455Z (Reading database ... 5%
2025-08-18T22:02:45.2699662Z (Reading database ... 10%
2025-08-18T22:02:45.2699858Z (Reading database ... 15%
2025-08-18T22:02:45.2700056Z (Reading database ... 20%
2025-08-18T22:02:45.2700253Z (Reading database ... 25%
2025-08-18T22:02:45.2700445Z (Reading database ... 30%
2025-08-18T22:02:45.2700637Z (Reading database ... 35%
2025-08-18T22:02:45.2700861Z (Reading database ... 40%
2025-08-18T22:02:45.2701161Z (Reading database ... 45%
2025-08-18T22:02:45.2701358Z (Reading database ... 50%
2025-08-18T22:02:45.2722449Z (Reading database ... 55%
2025-08-18T22:02:45.2822318Z (Reading database ... 60%
2025-08-18T22:02:45.2863225Z (Reading database ... 65%
2025-08-18T22:02:45.2882395Z (Reading database ... 70%
2025-08-18T22:02:45.2914557Z (Reading database ... 75%
2025-08-18T22:02:45.3059834Z (Reading database ... 80%
2025-08-18T22:02:45.3147427Z (Reading database ... 85%
2025-08-18T22:02:45.3193059Z (Reading database ... 90%
2025-08-18T22:02:45.3318562Z (Reading database ... 95%
2025-08-18T22:02:45.3318785Z (Reading database ... 100%
2025-08-18T22:02:45.3319077Z (Reading database ... 203318 files and directories currently installed.)
2025-08-18T22:02:45.3362498Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-18T22:02:45.5167878Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-18T22:02:45.6871069Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-18T22:02:45.7060050Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-18T22:02:45.8244365Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-18T22:02:45.8469967Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-18T22:02:46.7923987Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:02:49.8499125Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-18T22:02:50.1527914Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:02:51.1431947Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-18T22:02:51.2901928Z Collecting pip
2025-08-18T22:02:51.3638315Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-18T22:02:51.3984569Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-18T22:02:51.4995090Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 17.9 MB/s eta 0:00:00
2025-08-18T22:02:51.7845541Z Installing collected packages: pip
2025-08-18T22:02:52.4637692Z Successfully installed pip-25.2
2025-08-18T22:02:52.6714152Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-18T22:02:52.7210349Z Reading package lists...
2025-08-18T22:02:52.9789712Z Building dependency tree...
2025-08-18T22:02:52.9797717Z Reading state information...
2025-08-18T22:02:53.3162159Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-18T22:02:53.3162521Z pciutils set to manually installed.
2025-08-18T22:02:53.3162804Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-18T22:02:53.3163132Z python3-distro is already the newest version (1.9.0-1).
2025-08-18T22:02:53.3163433Z python3-distro set to manually installed.
2025-08-18T22:02:53.3163746Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-18T22:02:53.3165057Z python3-netifaces set to manually installed.
2025-08-18T22:02:53.3165913Z The following additional packages will be installed:
2025-08-18T22:02:53.3166218Z   libsysfs2
2025-08-18T22:02:53.3172815Z Suggested packages:
2025-08-18T22:02:53.3173013Z   fancontrol read-edid i2c-tools
2025-08-18T22:02:53.3484295Z The following NEW packages will be installed:
2025-08-18T22:02:53.3486635Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-18T22:02:53.3708594Z 0 upgraded, 4 newly installed, 0 to remove and 161 not upgraded.
2025-08-18T22:02:53.6109863Z Need to get 133 kB of archives.
2025-08-18T22:02:53.6110327Z After this operation, 695 kB of additional disk space will be used.
2025-08-18T22:02:53.6110906Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-18T22:02:53.8327715Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-18T22:02:53.9671364Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-18T22:02:54.2504282Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-18T22:02:54.5677594Z Fetched 133 kB in 1s (152 kB/s)
2025-08-18T22:02:54.6118742Z Selecting previously unselected package libsysfs2:arm64.
2025-08-18T22:02:54.6154865Z (Reading database ... 
2025-08-18T22:02:54.6155385Z (Reading database ... 5%
2025-08-18T22:02:54.6155582Z (Reading database ... 10%
2025-08-18T22:02:54.6156241Z (Reading database ... 15%
2025-08-18T22:02:54.6156437Z (Reading database ... 20%
2025-08-18T22:02:54.6156631Z (Reading database ... 25%
2025-08-18T22:02:54.6156823Z (Reading database ... 30%
2025-08-18T22:02:54.6157008Z (Reading database ... 35%
2025-08-18T22:02:54.6157199Z (Reading database ... 40%
2025-08-18T22:02:54.6157390Z (Reading database ... 45%
2025-08-18T22:02:54.6157581Z (Reading database ... 50%
2025-08-18T22:02:54.6179732Z (Reading database ... 55%
2025-08-18T22:02:54.6286332Z (Reading database ... 60%
2025-08-18T22:02:54.6331212Z (Reading database ... 65%
2025-08-18T22:02:54.6352066Z (Reading database ... 70%
2025-08-18T22:02:54.6386520Z (Reading database ... 75%
2025-08-18T22:02:54.6540203Z (Reading database ... 80%
2025-08-18T22:02:54.6632397Z (Reading database ... 85%
2025-08-18T22:02:54.6679160Z (Reading database ... 90%
2025-08-18T22:02:54.6811043Z (Reading database ... 95%
2025-08-18T22:02:54.6811263Z (Reading database ... 100%
2025-08-18T22:02:54.6811556Z (Reading database ... 203318 files and directories currently installed.)
2025-08-18T22:02:54.6859800Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-18T22:02:54.7010099Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-18T22:02:54.7736728Z Selecting previously unselected package sysfsutils.
2025-08-18T22:02:54.7924091Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-18T22:02:54.8030257Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-18T22:02:54.8892896Z Selecting previously unselected package lm-sensors.
2025-08-18T22:02:54.9071103Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-18T22:02:54.9290373Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-18T22:02:54.9926653Z Selecting previously unselected package virt-what.
2025-08-18T22:02:55.0105295Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-18T22:02:55.0174037Z Unpacking virt-what (1.25-2) ...
2025-08-18T22:02:55.1140150Z Setting up virt-what (1.25-2) ...
2025-08-18T22:02:55.1356078Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-18T22:02:55.1570276Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-18T22:02:55.4731909Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-18T22:02:55.4732292Z 
2025-08-18T22:02:55.4732778Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-18T22:02:55.4733215Z 
2025-08-18T22:02:55.7141127Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-18T22:02:56.0339633Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-18T22:02:56.0340138Z 
2025-08-18T22:02:56.0465569Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:02:57.6593554Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:02:59.1345405Z Reading package lists...
2025-08-18T22:02:59.3794797Z Building dependency tree...
2025-08-18T22:02:59.3802896Z Reading state information...
2025-08-18T22:02:59.7141339Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-18T22:02:59.7141704Z The following additional packages will be installed:
2025-08-18T22:02:59.7145809Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-18T22:02:59.7146215Z   xorg-sgml-doctools
2025-08-18T22:02:59.7154396Z Suggested packages:
2025-08-18T22:02:59.7154610Z   libxcb-doc
2025-08-18T22:02:59.7337477Z The following NEW packages will be installed:
2025-08-18T22:02:59.7339985Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-18T22:02:59.7343005Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-18T22:02:59.7343362Z   xcb xorg-sgml-doctools
2025-08-18T22:02:59.8319652Z 0 upgraded, 11 newly installed, 0 to remove and 161 not upgraded.
2025-08-18T22:02:59.8320004Z Need to get 816 kB of archives.
2025-08-18T22:02:59.8320310Z After this operation, 3266 kB of additional disk space will be used.
2025-08-18T22:02:59.8321244Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-18T22:02:59.8707784Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-18T22:02:59.9122065Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-18T22:03:00.1370295Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-18T22:03:00.1757602Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-18T22:03:00.2150529Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-18T22:03:00.2571785Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-18T22:03:00.2962907Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-18T22:03:00.3351948Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-18T22:03:00.3743852Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-18T22:03:00.4131023Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-18T22:03:00.6968720Z Fetched 816 kB in 1s (1221 kB/s)
2025-08-18T22:03:00.7299611Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-18T22:03:00.7334800Z (Reading database ... 
2025-08-18T22:03:00.7335022Z (Reading database ... 5%
2025-08-18T22:03:00.7335229Z (Reading database ... 10%
2025-08-18T22:03:00.7335436Z (Reading database ... 15%
2025-08-18T22:03:00.7335633Z (Reading database ... 20%
2025-08-18T22:03:00.7335935Z (Reading database ... 25%
2025-08-18T22:03:00.7336131Z (Reading database ... 30%
2025-08-18T22:03:00.7336322Z (Reading database ... 35%
2025-08-18T22:03:00.7336538Z (Reading database ... 40%
2025-08-18T22:03:00.7336729Z (Reading database ... 45%
2025-08-18T22:03:00.7336920Z (Reading database ... 50%
2025-08-18T22:03:00.7359683Z (Reading database ... 55%
2025-08-18T22:03:00.7455541Z (Reading database ... 60%
2025-08-18T22:03:00.7494285Z (Reading database ... 65%
2025-08-18T22:03:00.7512281Z (Reading database ... 70%
2025-08-18T22:03:00.7541217Z (Reading database ... 75%
2025-08-18T22:03:00.7712374Z (Reading database ... 80%
2025-08-18T22:03:00.7754591Z (Reading database ... 85%
2025-08-18T22:03:00.7794357Z (Reading database ... 90%
2025-08-18T22:03:00.7909839Z (Reading database ... 95%
2025-08-18T22:03:00.7910089Z (Reading database ... 100%
2025-08-18T22:03:00.7910382Z (Reading database ... 203371 files and directories currently installed.)
2025-08-18T22:03:00.7953214Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-18T22:03:00.8477873Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-18T22:03:00.9004911Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-18T22:03:00.9189717Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-18T22:03:00.9292001Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-18T22:03:01.0804850Z Selecting previously unselected package x11proto-dev.
2025-08-18T22:03:01.0974116Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-18T22:03:01.1066459Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-18T22:03:01.1825454Z Selecting previously unselected package libxau-dev:arm64.
2025-08-18T22:03:01.2004210Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-18T22:03:01.2074026Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-18T22:03:01.2776304Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-18T22:03:01.2975492Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-18T22:03:01.3064957Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-18T22:03:01.3692982Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-18T22:03:01.3880647Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-18T22:03:01.3967415Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:03:01.4592686Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-18T22:03:01.4775081Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-18T22:03:01.4842477Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:03:01.5588749Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-18T22:03:01.5762571Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-18T22:03:01.5926869Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:03:01.6608529Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-18T22:03:01.6773296Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-18T22:03:01.6840920Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:03:01.7560082Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-18T22:03:01.7757283Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-18T22:03:01.7852602Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:03:01.8613577Z Selecting previously unselected package xcb.
2025-08-18T22:03:01.8813982Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-18T22:03:01.8894324Z Unpacking xcb (2.4-8build2) ...
2025-08-18T22:03:01.9791752Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:03:02.0225155Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-18T22:03:02.0522976Z Setting up xcb (2.4-8build2) ...
2025-08-18T22:03:02.0879292Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-18T22:03:02.1141634Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-18T22:03:02.1475621Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-18T22:03:03.6686816Z Processing triggers for sgml-base (1.31) ...
2025-08-18T22:03:03.6953601Z Setting up x11proto-dev (2023.2-1) ...
2025-08-18T22:03:03.7166487Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-18T22:03:03.7424403Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-18T22:03:03.7624146Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:03:03.7834304Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:03:03.8042887Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:03:03.8234345Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-18T22:03:05.5944835Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:03:06.2578732Z Collecting build
2025-08-18T22:03:06.3295139Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-18T22:03:06.4653122Z Collecting cffi
2025-08-18T22:03:06.4831367Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-18T22:03:06.5360538Z Collecting scons
2025-08-18T22:03:06.5527393Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-18T22:03:06.5966566Z Collecting scuba
2025-08-18T22:03:06.6133090Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-18T22:03:06.6908086Z Collecting pytest
2025-08-18T22:03:06.7078991Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-18T22:03:06.7538401Z Collecting packaging>=19.1 (from build)
2025-08-18T22:03:06.7711331Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-18T22:03:06.8119869Z Collecting pyproject_hooks (from build)
2025-08-18T22:03:06.8281319Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-18T22:03:06.8686791Z Collecting pycparser (from cffi)
2025-08-18T22:03:06.8843044Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-18T22:03:06.9424680Z Collecting PyYAML (from scuba)
2025-08-18T22:03:06.9589936Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-18T22:03:07.0046884Z Collecting iniconfig>=1 (from pytest)
2025-08-18T22:03:07.0208143Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-18T22:03:07.0663196Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-18T22:03:07.0819160Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-18T22:03:07.1383556Z Collecting pygments>=2.7.2 (from pytest)
2025-08-18T22:03:07.1539822Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:03:07.1833993Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-18T22:03:07.2179831Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-18T22:03:07.2936538Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-18T22:03:07.3583990Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 63.7 MB/s  0:00:00
2025-08-18T22:03:07.3781331Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-18T22:03:07.4112291Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-18T22:03:07.4433549Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-18T22:03:07.4757102Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-18T22:03:07.5023354Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-18T22:03:07.5350200Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-18T22:03:07.5606362Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 41.7 MB/s  0:00:00
2025-08-18T22:03:07.5875361Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-18T22:03:07.6171132Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-18T22:03:07.6477586Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-18T22:03:07.6730537Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 20.8 MB/s  0:00:00
2025-08-18T22:03:07.7696986Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-18T22:03:09.4232370Z 
2025-08-18T22:03:09.4247485Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-18T22:03:09.7270032Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:03:10.3840990Z Collecting ansi2txt
2025-08-18T22:03:10.4559400Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-18T22:03:10.5058857Z Collecting pipx
2025-08-18T22:03:10.5261303Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-18T22:03:10.5844858Z Collecting scons
2025-08-18T22:03:10.5856734Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-18T22:03:10.6176127Z Collecting py2static
2025-08-18T22:03:10.6355017Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-18T22:03:10.6896510Z Collecting typer
2025-08-18T22:03:10.7062427Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-18T22:03:10.7609140Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-18T22:03:10.7765591Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-18T22:03:10.8815378Z Collecting packaging>=20 (from pipx)
2025-08-18T22:03:10.8825373Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-18T22:03:10.9174527Z Collecting platformdirs>=2.1 (from pipx)
2025-08-18T22:03:10.9328853Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-18T22:03:10.9746036Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-18T22:03:10.9926839Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-18T22:03:11.1294888Z Collecting pyinstaller (from py2static)
2025-08-18T22:03:11.1475029Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-18T22:03:11.1986861Z Collecting staticx (from py2static)
2025-08-18T22:03:11.2152415Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-18T22:03:11.2694199Z   Preparing metadata (setup.py): started
2025-08-18T22:03:11.8352604Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-18T22:03:11.8804763Z Collecting click>=8.0.0 (from typer)
2025-08-18T22:03:11.8962576Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:03:11.9506379Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-18T22:03:11.9664082Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-18T22:03:12.0093165Z Collecting shellingham>=1.3.0 (from typer)
2025-08-18T22:03:12.0249380Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-18T22:03:12.0913004Z Collecting rich>=10.11.0 (from typer)
2025-08-18T22:03:12.1083439Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-18T22:03:12.1563112Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-18T22:03:12.1722240Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-18T22:03:12.2222793Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-18T22:03:12.2233852Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:03:12.2522085Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-18T22:03:12.2676674Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-18T22:03:12.4118424Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-18T22:03:12.4277461Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-18T22:03:12.4771977Z Collecting altgraph (from pyinstaller->py2static)
2025-08-18T22:03:12.4928583Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-18T22:03:12.5394223Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-18T22:03:12.5550821Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-18T22:03:12.5991219Z Collecting pyelftools (from staticx->py2static)
2025-08-18T22:03:12.6149594Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-18T22:03:12.6446422Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-18T22:03:12.6771436Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-18T22:03:12.6946852Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-18T22:03:12.7147688Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-18T22:03:12.7399840Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-18T22:03:12.7667351Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-18T22:03:12.7924972Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-18T22:03:12.8124391Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-18T22:03:12.8280249Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-18T22:03:12.8588237Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-18T22:03:12.8890549Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-18T22:03:12.9055255Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-18T22:03:12.9343580Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-18T22:03:12.9601263Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-18T22:03:12.9867054Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-18T22:03:13.0151324Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-18T22:03:13.0479135Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-18T22:03:13.0811094Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 16.2 MB/s  0:00:00
2025-08-18T22:03:13.0980108Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-18T22:03:13.1306558Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-18T22:03:13.1622216Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 31.9 MB/s  0:00:00
2025-08-18T22:03:13.1782015Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-18T22:03:13.2063709Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-18T22:03:13.2534972Z Building wheels for collected packages: staticx
2025-08-18T22:03:13.2542252Z   Building wheel for staticx (setup.py): started
2025-08-18T22:03:26.1856632Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-18T22:03:26.1866343Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790703 sha256=a42f973173112334ea44c81658b1ae8d2f74b3c3b748a6a1606ef72ebb0ce28c
2025-08-18T22:03:26.1867248Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-18T22:03:26.1883643Z Successfully built staticx
2025-08-18T22:03:26.2827683Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-18T22:03:27.0945244Z   Attempting uninstall: scons
2025-08-18T22:03:27.1018113Z     Found existing installation: SCons 4.9.1
2025-08-18T22:03:27.1310456Z     Uninstalling SCons-4.9.1:
2025-08-18T22:03:27.1373380Z       Successfully uninstalled SCons-4.9.1
2025-08-18T22:03:27.6366743Z   Attempting uninstall: pygments
2025-08-18T22:03:27.6449835Z     Found existing installation: Pygments 2.19.2
2025-08-18T22:03:27.6614317Z     Uninstalling Pygments-2.19.2:
2025-08-18T22:03:27.6639794Z       Successfully uninstalled Pygments-2.19.2
2025-08-18T22:03:28.2763102Z   Attempting uninstall: packaging
2025-08-18T22:03:28.2836316Z     Found existing installation: packaging 25.0
2025-08-18T22:03:28.2855738Z     Uninstalling packaging-25.0:
2025-08-18T22:03:28.2861837Z       Successfully uninstalled packaging-25.0
2025-08-18T22:03:29.2194386Z 
2025-08-18T22:03:29.2219305Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-18T22:03:29.5384766Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:03:30.1966236Z Collecting build
2025-08-18T22:03:30.1978884Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-18T22:03:30.2794414Z Collecting cffi
2025-08-18T22:03:30.2807538Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-18T22:03:30.3061317Z Collecting scons
2025-08-18T22:03:30.3072527Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-18T22:03:30.3350688Z Collecting scuba
2025-08-18T22:03:30.3361969Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-18T22:03:30.3902562Z Collecting pytest
2025-08-18T22:03:30.3914486Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-18T22:03:30.4220499Z Collecting packaging>=19.1 (from build)
2025-08-18T22:03:30.4231575Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-18T22:03:30.4463755Z Collecting pyproject_hooks (from build)
2025-08-18T22:03:30.4475044Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-18T22:03:30.4727480Z Collecting pycparser (from cffi)
2025-08-18T22:03:30.4739479Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-18T22:03:30.5133920Z Collecting PyYAML (from scuba)
2025-08-18T22:03:30.5150219Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-18T22:03:30.5403844Z Collecting iniconfig>=1 (from pytest)
2025-08-18T22:03:30.5415351Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-18T22:03:30.5705401Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-18T22:03:30.5717305Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-18T22:03:30.6026039Z Collecting pygments>=2.7.2 (from pytest)
2025-08-18T22:03:30.6037877Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:03:30.6091132Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-18T22:03:30.6101125Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-18T22:03:30.6113146Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-18T22:03:30.6148145Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-18T22:03:30.6158848Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-18T22:03:30.6169598Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-18T22:03:30.6178465Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-18T22:03:30.6187004Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-18T22:03:30.6195598Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-18T22:03:30.6212157Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-18T22:03:30.6221596Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-18T22:03:30.6230380Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-18T22:03:30.7300393Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-18T22:03:30.7302426Z   Attempting uninstall: scons
2025-08-18T22:03:30.7379047Z     Found existing installation: SCons 4.9.1
2025-08-18T22:03:30.7670915Z     Uninstalling SCons-4.9.1:
2025-08-18T22:03:30.7734965Z       Successfully uninstalled SCons-4.9.1
2025-08-18T22:03:31.2728683Z   Attempting uninstall: PyYAML
2025-08-18T22:03:31.2798266Z     Found existing installation: PyYAML 6.0.2
2025-08-18T22:03:31.2829970Z     Uninstalling PyYAML-6.0.2:
2025-08-18T22:03:31.2837198Z       Successfully uninstalled PyYAML-6.0.2
2025-08-18T22:03:31.3400340Z   Attempting uninstall: pyproject_hooks
2025-08-18T22:03:31.3470737Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-18T22:03:31.3484845Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-18T22:03:31.3490473Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-18T22:03:31.3671169Z   Attempting uninstall: pygments
2025-08-18T22:03:31.3740133Z     Found existing installation: Pygments 2.19.2
2025-08-18T22:03:31.3898116Z     Uninstalling Pygments-2.19.2:
2025-08-18T22:03:31.3922346Z       Successfully uninstalled Pygments-2.19.2
2025-08-18T22:03:31.9842075Z   Attempting uninstall: pycparser
2025-08-18T22:03:31.9913114Z     Found existing installation: pycparser 2.22
2025-08-18T22:03:31.9933265Z     Uninstalling pycparser-2.22:
2025-08-18T22:03:31.9939609Z       Successfully uninstalled pycparser-2.22
2025-08-18T22:03:32.1153633Z   Attempting uninstall: pluggy
2025-08-18T22:03:32.1224207Z     Found existing installation: pluggy 1.6.0
2025-08-18T22:03:32.1240443Z     Uninstalling pluggy-1.6.0:
2025-08-18T22:03:32.1245870Z       Successfully uninstalled pluggy-1.6.0
2025-08-18T22:03:32.1467929Z   Attempting uninstall: packaging
2025-08-18T22:03:32.1541616Z     Found existing installation: packaging 25.0
2025-08-18T22:03:32.1561618Z     Uninstalling packaging-25.0:
2025-08-18T22:03:32.1567664Z       Successfully uninstalled packaging-25.0
2025-08-18T22:03:32.2000514Z   Attempting uninstall: iniconfig
2025-08-18T22:03:32.2075761Z     Found existing installation: iniconfig 2.1.0
2025-08-18T22:03:32.2090573Z     Uninstalling iniconfig-2.1.0:
2025-08-18T22:03:32.2095929Z       Successfully uninstalled iniconfig-2.1.0
2025-08-18T22:03:32.2275335Z   Attempting uninstall: scuba
2025-08-18T22:03:32.2345878Z     Found existing installation: scuba 2.14.1
2025-08-18T22:03:32.2364313Z     Uninstalling scuba-2.14.1:
2025-08-18T22:03:32.2372019Z       Successfully uninstalled scuba-2.14.1
2025-08-18T22:03:32.2608768Z   Attempting uninstall: pytest
2025-08-18T22:03:32.2685029Z     Found existing installation: pytest 8.4.1
2025-08-18T22:03:32.2736727Z     Uninstalling pytest-8.4.1:
2025-08-18T22:03:32.2943490Z       Successfully uninstalled pytest-8.4.1
2025-08-18T22:03:32.5059135Z   Attempting uninstall: cffi
2025-08-18T22:03:32.5129686Z     Found existing installation: cffi 1.17.1
2025-08-18T22:03:32.5150860Z     Uninstalling cffi-1.17.1:
2025-08-18T22:03:32.5343855Z       Successfully uninstalled cffi-1.17.1
2025-08-18T22:03:32.6058716Z   Attempting uninstall: build
2025-08-18T22:03:32.6133203Z     Found existing installation: build 1.3.0
2025-08-18T22:03:32.6152938Z     Uninstalling build-1.3.0:
2025-08-18T22:03:32.6161420Z       Successfully uninstalled build-1.3.0
2025-08-18T22:03:32.6418568Z 
2025-08-18T22:03:32.6442073Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-18T22:03:32.9512287Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:03:33.1437129Z Collecting ansi2txt
2025-08-18T22:03:33.1448435Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-18T22:03:33.1803521Z Collecting pipx
2025-08-18T22:03:33.1814427Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-18T22:03:33.2089111Z Collecting scons
2025-08-18T22:03:33.2101443Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-18T22:03:33.2375998Z Collecting py2static
2025-08-18T22:03:33.2386681Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-18T22:03:33.2675911Z Collecting typer
2025-08-18T22:03:33.2687491Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-18T22:03:33.3064826Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-18T22:03:33.3075042Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-18T22:03:33.3370783Z Collecting packaging>=20 (from pipx)
2025-08-18T22:03:33.3381728Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-18T22:03:33.3677424Z Collecting platformdirs>=2.1 (from pipx)
2025-08-18T22:03:33.3689007Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-18T22:03:33.3951630Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-18T22:03:33.3962560Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-18T22:03:33.4434833Z Collecting pyinstaller (from py2static)
2025-08-18T22:03:33.4447462Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-18T22:03:33.4727520Z Collecting staticx (from py2static)
2025-08-18T22:03:33.4738550Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-18T22:03:33.4876997Z   Preparing metadata (setup.py): started
2025-08-18T22:03:33.6930419Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-18T22:03:33.7228493Z Collecting click>=8.0.0 (from typer)
2025-08-18T22:03:33.7239394Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:03:33.7544097Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-18T22:03:33.7555537Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-18T22:03:33.7937278Z Collecting shellingham>=1.3.0 (from typer)
2025-08-18T22:03:33.7948520Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-18T22:03:33.8399803Z Collecting rich>=10.11.0 (from typer)
2025-08-18T22:03:33.8411503Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-18T22:03:33.8773718Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-18T22:03:33.8786287Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-18T22:03:33.9127070Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-18T22:03:33.9138638Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-18T22:03:33.9388105Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-18T22:03:33.9398767Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-18T22:03:34.0396916Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-18T22:03:34.0407362Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-18T22:03:34.3313883Z Collecting altgraph (from pyinstaller->py2static)
2025-08-18T22:03:34.3324558Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-18T22:03:34.3648321Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-18T22:03:34.3659007Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-18T22:03:34.3967613Z Collecting pyelftools (from staticx->py2static)
2025-08-18T22:03:34.3978778Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-18T22:03:34.4012042Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-18T22:03:34.4021822Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-18T22:03:34.4031073Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-18T22:03:34.4062596Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-18T22:03:34.4071589Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-18T22:03:34.4080852Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-18T22:03:34.4090055Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-18T22:03:34.4099414Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-18T22:03:34.4108388Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-18T22:03:34.4117321Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-18T22:03:34.4128056Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-18T22:03:34.4144585Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-18T22:03:34.4153752Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-18T22:03:34.4162478Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-18T22:03:34.4171251Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-18T22:03:34.4180153Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-18T22:03:34.4188914Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-18T22:03:34.4201627Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-18T22:03:34.4212589Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-18T22:03:34.4228083Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-18T22:03:34.4236909Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-18T22:03:34.4570678Z Building wheels for collected packages: staticx
2025-08-18T22:03:34.4577556Z   Building wheel for staticx (setup.py): started
2025-08-18T22:03:37.0366635Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-18T22:03:37.0379675Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790767 sha256=698bf0012437f6491b7229fc5eecf0abfbe9374d81890d976005b35a3234af3a
2025-08-18T22:03:37.0380566Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-18T22:03:37.0399309Z Successfully built staticx
2025-08-18T22:03:37.1373923Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-18T22:03:37.1376837Z   Attempting uninstall: pyelftools
2025-08-18T22:03:37.1444951Z     Found existing installation: pyelftools 0.32
2025-08-18T22:03:37.1483801Z     Uninstalling pyelftools-0.32:
2025-08-18T22:03:37.1496588Z       Successfully uninstalled pyelftools-0.32
2025-08-18T22:03:37.2628519Z   Attempting uninstall: altgraph
2025-08-18T22:03:37.2702021Z     Found existing installation: altgraph 0.17.4
2025-08-18T22:03:37.2718976Z     Uninstalling altgraph-0.17.4:
2025-08-18T22:03:37.2724255Z       Successfully uninstalled altgraph-0.17.4
2025-08-18T22:03:37.2933920Z   Attempting uninstall: typing-extensions
2025-08-18T22:03:37.3006500Z     Found existing installation: typing_extensions 4.14.1
2025-08-18T22:03:37.3019415Z     Uninstalling typing_extensions-4.14.1:
2025-08-18T22:03:37.3213096Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-18T22:03:37.3524339Z   Attempting uninstall: staticx
2025-08-18T22:03:37.3597742Z     Found existing installation: staticx 0.14.1
2025-08-18T22:03:37.3619139Z     Uninstalling staticx-0.14.1:
2025-08-18T22:03:37.3627814Z       Successfully uninstalled staticx-0.14.1
2025-08-18T22:03:37.3941241Z   Attempting uninstall: shellingham
2025-08-18T22:03:37.4016763Z     Found existing installation: shellingham 1.5.4
2025-08-18T22:03:37.4033170Z     Uninstalling shellingham-1.5.4:
2025-08-18T22:03:37.4038861Z       Successfully uninstalled shellingham-1.5.4
2025-08-18T22:03:37.4276406Z   Attempting uninstall: setuptools
2025-08-18T22:03:37.4349020Z     Found existing installation: setuptools 80.9.0
2025-08-18T22:03:37.4556444Z     Uninstalling setuptools-80.9.0:
2025-08-18T22:03:37.4785621Z       Successfully uninstalled setuptools-80.9.0
2025-08-18T22:03:38.0879244Z   Attempting uninstall: scons
2025-08-18T22:03:38.0955110Z     Found existing installation: SCons 4.9.1
2025-08-18T22:03:38.1266360Z     Uninstalling SCons-4.9.1:
2025-08-18T22:03:38.1328384Z       Successfully uninstalled SCons-4.9.1
2025-08-18T22:03:38.6401708Z   Attempting uninstall: pygments
2025-08-18T22:03:38.6482840Z     Found existing installation: Pygments 2.19.2
2025-08-18T22:03:38.6643747Z     Uninstalling Pygments-2.19.2:
2025-08-18T22:03:38.6666950Z       Successfully uninstalled Pygments-2.19.2
2025-08-18T22:03:39.2627526Z   Attempting uninstall: platformdirs
2025-08-18T22:03:39.2708040Z     Found existing installation: platformdirs 4.3.8
2025-08-18T22:03:39.2724925Z     Uninstalling platformdirs-4.3.8:
2025-08-18T22:03:39.2730534Z       Successfully uninstalled platformdirs-4.3.8
2025-08-18T22:03:39.2983859Z   Attempting uninstall: packaging
2025-08-18T22:03:39.3057652Z     Found existing installation: packaging 25.0
2025-08-18T22:03:39.3077799Z     Uninstalling packaging-25.0:
2025-08-18T22:03:39.3083546Z       Successfully uninstalled packaging-25.0
2025-08-18T22:03:39.3533747Z   Attempting uninstall: mdurl
2025-08-18T22:03:39.3603621Z     Found existing installation: mdurl 0.1.2
2025-08-18T22:03:39.3618870Z     Uninstalling mdurl-0.1.2:
2025-08-18T22:03:39.3624085Z       Successfully uninstalled mdurl-0.1.2
2025-08-18T22:03:39.3774345Z   Attempting uninstall: click
2025-08-18T22:03:39.3846586Z     Found existing installation: click 8.2.1
2025-08-18T22:03:39.3865856Z     Uninstalling click-8.2.1:
2025-08-18T22:03:39.3871633Z       Successfully uninstalled click-8.2.1
2025-08-18T22:03:39.4512709Z   Attempting uninstall: argcomplete
2025-08-18T22:03:39.4588094Z     Found existing installation: argcomplete 3.6.2
2025-08-18T22:03:39.4611635Z     Uninstalling argcomplete-3.6.2:
2025-08-18T22:03:39.4620672Z       Successfully uninstalled argcomplete-3.6.2
2025-08-18T22:03:39.4920411Z   Attempting uninstall: ansi2txt
2025-08-18T22:03:39.4997261Z     Found existing installation: ansi2txt 0.2.0
2025-08-18T22:03:39.5010837Z     Uninstalling ansi2txt-0.2.0:
2025-08-18T22:03:39.5205847Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-18T22:03:39.5342260Z   Attempting uninstall: userpath
2025-08-18T22:03:39.5415952Z     Found existing installation: userpath 1.9.2
2025-08-18T22:03:39.5432535Z     Uninstalling userpath-1.9.2:
2025-08-18T22:03:39.5439937Z       Successfully uninstalled userpath-1.9.2
2025-08-18T22:03:39.5605829Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-18T22:03:39.5682408Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-18T22:03:39.5986814Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-18T22:03:39.6026979Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-18T22:03:39.7999103Z   Attempting uninstall: markdown-it-py
2025-08-18T22:03:39.8073164Z     Found existing installation: markdown-it-py 4.0.0
2025-08-18T22:03:39.8130991Z     Uninstalling markdown-it-py-4.0.0:
2025-08-18T22:03:39.8142505Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-18T22:03:39.8798418Z   Attempting uninstall: rich
2025-08-18T22:03:39.8874459Z     Found existing installation: rich 14.1.0
2025-08-18T22:03:39.8921504Z     Uninstalling rich-14.1.0:
2025-08-18T22:03:39.8930699Z       Successfully uninstalled rich-14.1.0
2025-08-18T22:03:40.0495550Z   Attempting uninstall: pyinstaller
2025-08-18T22:03:40.0570595Z     Found existing installation: pyinstaller 6.15.0
2025-08-18T22:03:40.0822088Z     Uninstalling pyinstaller-6.15.0:
2025-08-18T22:03:40.0862124Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-18T22:03:40.3573325Z   Attempting uninstall: pipx
2025-08-18T22:03:40.3656045Z     Found existing installation: pipx 1.7.1
2025-08-18T22:03:40.3685779Z     Uninstalling pipx-1.7.1:
2025-08-18T22:03:40.3707471Z       Successfully uninstalled pipx-1.7.1
2025-08-18T22:03:40.4264117Z   Attempting uninstall: typer
2025-08-18T22:03:40.4340461Z     Found existing installation: typer 0.16.1
2025-08-18T22:03:40.4363729Z     Uninstalling typer-0.16.1:
2025-08-18T22:03:40.4372171Z       Successfully uninstalled typer-0.16.1
2025-08-18T22:03:40.4777986Z   Attempting uninstall: py2static
2025-08-18T22:03:40.4848335Z     Found existing installation: py2static 0.0.1
2025-08-18T22:03:40.4865525Z     Uninstalling py2static-0.0.1:
2025-08-18T22:03:40.4874315Z       Successfully uninstalled py2static-0.0.1
2025-08-18T22:03:40.5024945Z 
2025-08-18T22:03:40.5049785Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-18T22:03:40.8302921Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:03:40.9356224Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-18T22:03:40.9360577Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-wf1ax2tr
2025-08-18T22:03:40.9380423Z 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-wf1ax2tr
2025-08-18T22:03:42.6128546Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-18T22:03:42.6167041Z   Installing build dependencies: started
2025-08-18T22:03:43.3118694Z   Installing build dependencies: finished with status 'done'
2025-08-18T22:03:43.3128709Z   Getting requirements to build wheel: started
2025-08-18T22:03:43.5902347Z   Getting requirements to build wheel: finished with status 'done'
2025-08-18T22:03:43.5912725Z   Preparing metadata (pyproject.toml): started
2025-08-18T22:03:43.7707062Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-18T22:03:43.9480763Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-18T22:03:43.9492837Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-18T22:03:43.9797893Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-18T22:03:43.9809259Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-18T22:03:44.0094809Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-18T22:03:44.0106310Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-18T22:03:44.0412519Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-18T22:03:44.0424198Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-18T22:03:44.0465480Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-18T22:03:44.0475292Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-18T22:03:44.0487655Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-18T22:03:44.0503296Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-18T22:03:44.0617906Z Building wheels for collected packages: pyinstaller
2025-08-18T22:03:44.0625917Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-18T22:03:47.0196072Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-18T22:03:47.0216868Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=c4bfd629b225a95709a7076b42c6e2c98055e2f1cc714e8153db925815f16d71
2025-08-18T22:03:47.0217844Z   Stored in directory: /tmp/pip-ephem-wheel-cache-zwuqjzpn/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-18T22:03:47.0256743Z Successfully built pyinstaller
2025-08-18T22:03:47.1033137Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-18T22:03:47.1036953Z   Attempting uninstall: altgraph
2025-08-18T22:03:47.1108166Z     Found existing installation: altgraph 0.17.4
2025-08-18T22:03:47.1124690Z     Uninstalling altgraph-0.17.4:
2025-08-18T22:03:47.1130470Z       Successfully uninstalled altgraph-0.17.4
2025-08-18T22:03:47.1386839Z   Attempting uninstall: setuptools
2025-08-18T22:03:47.1457491Z     Found existing installation: setuptools 80.9.0
2025-08-18T22:03:47.1662299Z     Uninstalling setuptools-80.9.0:
2025-08-18T22:03:47.1890757Z       Successfully uninstalled setuptools-80.9.0
2025-08-18T22:03:47.7910897Z   Attempting uninstall: packaging
2025-08-18T22:03:47.7988220Z     Found existing installation: packaging 25.0
2025-08-18T22:03:47.8019305Z     Uninstalling packaging-25.0:
2025-08-18T22:03:47.8025235Z       Successfully uninstalled packaging-25.0
2025-08-18T22:03:47.8526080Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-18T22:03:47.8601412Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-18T22:03:47.8905305Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-18T22:03:47.8946637Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-18T22:03:48.0907317Z   Attempting uninstall: pyinstaller
2025-08-18T22:03:48.0982040Z     Found existing installation: pyinstaller 6.15.0
2025-08-18T22:03:48.1248276Z     Uninstalling pyinstaller-6.15.0:
2025-08-18T22:03:48.1288286Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-18T22:03:48.4067914Z 
2025-08-18T22:03:48.4092165Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-18T22:03:48.6511955Z 6.15.0
2025-08-18T22:03:50.5135449Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-18T22:03:50.5144528Z Warning: the "docker" command appears to already exist on this system.
2025-08-18T22:03:50.5144931Z 
2025-08-18T22:03:50.5145144Z If you already have Docker installed, this script can cause trouble, which is
2025-08-18T22:03:50.5145647Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-18T22:03:50.5146187Z installation.
2025-08-18T22:03:50.5146325Z 
2025-08-18T22:03:50.5146522Z If you installed the current Docker package using this script and are using it
2025-08-18T22:03:50.5147027Z again to update Docker, you can ignore this message, but be aware that the
2025-08-18T22:03:50.5147555Z script resets any custom changes in the deb and rpm repo configuration
2025-08-18T22:03:50.5147958Z files to match the parameters passed to the script.
2025-08-18T22:03:50.5148175Z 
2025-08-18T22:03:50.5148320Z You may press Ctrl+C now to abort this script.
2025-08-18T22:03:50.5307653Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-18T22:03:52.3514451Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-18T22:03:53.0414316Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-18T22:03:53.0431197Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-18T22:03:53.1559995Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-18T22:03:53.1574331Z + sh -c 'echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-18T22:03:53.1581806Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-18T22:03:54.5238723Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-18T22:04:05.8326626Z + sh -c 'docker version'
2025-08-18T22:04:05.8467790Z Client: Docker Engine - Community
2025-08-18T22:04:05.8468307Z  Version:           28.3.3
2025-08-18T22:04:05.8468571Z  API version:       1.51
2025-08-18T22:04:05.8468842Z  Go version:        go1.24.5
2025-08-18T22:04:05.8469123Z  Git commit:        980b856
2025-08-18T22:04:05.8469390Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-18T22:04:05.8469662Z  OS/Arch:           linux/arm64
2025-08-18T22:04:05.8469934Z  Context:           default
2025-08-18T22:04:05.8470089Z 
2025-08-18T22:04:05.8470185Z Server: Docker Engine - Community
2025-08-18T22:04:05.8470420Z  Engine:
2025-08-18T22:04:05.8470671Z   Version:          28.3.3
2025-08-18T22:04:05.8470932Z   API version:      1.51 (minimum version 1.24)
2025-08-18T22:04:05.8471253Z   Go version:       go1.24.5
2025-08-18T22:04:05.8471501Z   Git commit:       bea959c
2025-08-18T22:04:05.8471744Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-18T22:04:05.8472081Z   OS/Arch:          linux/arm64
2025-08-18T22:04:05.8472333Z   Experimental:     false
2025-08-18T22:04:05.8472552Z  containerd:
2025-08-18T22:04:05.8472793Z   Version:          1.7.27
2025-08-18T22:04:05.8473073Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-18T22:04:05.8473360Z  runc:
2025-08-18T22:04:05.8473610Z   Version:          1.2.5
2025-08-18T22:04:05.8473856Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-18T22:04:05.8474125Z  docker-init:
2025-08-18T22:04:05.8474342Z   Version:          0.19.0
2025-08-18T22:04:05.8474581Z   GitCommit:        de40ad0
2025-08-18T22:04:05.8483938Z 
2025-08-18T22:04:05.8484199Z ================================================================================
2025-08-18T22:04:05.8484452Z 
2025-08-18T22:04:05.8485002Z To run Docker as a non-privileged user, consider setting up the
2025-08-18T22:04:05.8485491Z Docker daemon in rootless mode for your user:
2025-08-18T22:04:05.8485876Z 
2025-08-18T22:04:05.8486000Z     dockerd-rootless-setuptool.sh install
2025-08-18T22:04:05.8486207Z 
2025-08-18T22:04:05.8486411Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-18T22:04:05.8486773Z 
2025-08-18T22:04:05.8486777Z 
2025-08-18T22:04:05.8486973Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-18T22:04:05.8487441Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-18T22:04:05.8487699Z 
2025-08-18T22:04:05.8487877Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-18T22:04:05.8488366Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-18T22:04:05.8488818Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-18T22:04:05.8489122Z 
2025-08-18T22:04:05.8489261Z ================================================================================
2025-08-18T22:04:05.8489473Z 
2025-08-18T22:04:16.8520654Z ● docker.service - Docker Application Container Engine
2025-08-18T22:04:16.8521372Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-18T22:04:16.8521861Z      Active: active (running) since Mon 2025-08-18 22:04:06 UTC; 10s ago
2025-08-18T22:04:16.8522694Z TriggeredBy: ● docker.socket
2025-08-18T22:04:16.8523003Z        Docs: https://docs.docker.com
2025-08-18T22:04:16.8523317Z    Main PID: 20744 (dockerd)
2025-08-18T22:04:16.8523599Z       Tasks: 10
2025-08-18T22:04:16.8523830Z      Memory: 21.9M (peak: 24.5M)
2025-08-18T22:04:16.8524067Z         CPU: 271ms
2025-08-18T22:04:16.8524367Z      CGroup: /system.slice/docker.service
2025-08-18T22:04:16.8527260Z              └─20744 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-18T22:04:16.8527633Z 
2025-08-18T22:04:16.8528107Z Aug 18 22:04:06 runnervmdbl46 dockerd[20744]: time="2025-08-18T22:04:06.221774332Z" level=info msg="Loading containers: start."
2025-08-18T22:04:16.8529258Z Aug 18 22:04:06 runnervmdbl46 dockerd[20744]: time="2025-08-18T22:04:06.752597232Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count aa0a5884a4f3deb1974491123831969d759b8bb3d75839de27e0aa7e3dd25c33], retrying...."
2025-08-18T22:04:16.8530400Z Aug 18 22:04:06 runnervmdbl46 dockerd[20744]: time="2025-08-18T22:04:06.791063946Z" level=info msg="Loading containers: done."
2025-08-18T22:04:16.8531565Z Aug 18 22:04:06 runnervmdbl46 dockerd[20744]: time="2025-08-18T22:04:06.813595745Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-18T22:04:16.8532895Z Aug 18 22:04:06 runnervmdbl46 dockerd[20744]: time="2025-08-18T22:04:06.813695908Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-18T22:04:16.8533771Z Aug 18 22:04:06 runnervmdbl46 dockerd[20744]: time="2025-08-18T22:04:06.813727077Z" level=info msg="Initializing buildkit"
2025-08-18T22:04:16.8534506Z Aug 18 22:04:06 runnervmdbl46 dockerd[20744]: time="2025-08-18T22:04:06.831163171Z" level=info msg="Completed buildkit initialization"
2025-08-18T22:04:16.8535236Z Aug 18 22:04:06 runnervmdbl46 dockerd[20744]: time="2025-08-18T22:04:06.835551919Z" level=info msg="Daemon has completed initialization"
2025-08-18T22:04:16.8536254Z Aug 18 22:04:06 runnervmdbl46 dockerd[20744]: time="2025-08-18T22:04:06.835652882Z" level=info msg="API listen on /run/docker.sock"
2025-08-18T22:04:16.8536971Z Aug 18 22:04:06 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-18T22:04:16.8620679Z ● docker.service - Docker Application Container Engine
2025-08-18T22:04:16.8621702Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-18T22:04:16.8622196Z      Active: active (running) since Mon 2025-08-18 22:04:06 UTC; 10s ago
2025-08-18T22:04:16.8622708Z TriggeredBy: ● docker.socket
2025-08-18T22:04:16.8623067Z        Docs: https://docs.docker.com
2025-08-18T22:04:16.8623348Z    Main PID: 20744 (dockerd)
2025-08-18T22:04:16.8623634Z       Tasks: 10
2025-08-18T22:04:16.8623855Z      Memory: 21.9M (peak: 24.5M)
2025-08-18T22:04:16.8624094Z         CPU: 271ms
2025-08-18T22:04:16.8624429Z      CGroup: /system.slice/docker.service
2025-08-18T22:04:16.8624999Z              └─20744 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-18T22:04:16.8625294Z 
2025-08-18T22:04:16.8625651Z Aug 18 22:04:06 runnervmdbl46 dockerd[20744]: time="2025-08-18T22:04:06.221774332Z" level=info msg="Loading containers: start."
2025-08-18T22:04:16.8627088Z Aug 18 22:04:06 runnervmdbl46 dockerd[20744]: time="2025-08-18T22:04:06.752597232Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count aa0a5884a4f3deb1974491123831969d759b8bb3d75839de27e0aa7e3dd25c33], retrying...."
2025-08-18T22:04:16.8628238Z Aug 18 22:04:06 runnervmdbl46 dockerd[20744]: time="2025-08-18T22:04:06.791063946Z" level=info msg="Loading containers: done."
2025-08-18T22:04:16.8629432Z Aug 18 22:04:06 runnervmdbl46 dockerd[20744]: time="2025-08-18T22:04:06.813595745Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-18T22:04:16.8630951Z Aug 18 22:04:06 runnervmdbl46 dockerd[20744]: time="2025-08-18T22:04:06.813695908Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-18T22:04:16.8631825Z Aug 18 22:04:06 runnervmdbl46 dockerd[20744]: time="2025-08-18T22:04:06.813727077Z" level=info msg="Initializing buildkit"
2025-08-18T22:04:16.8632591Z Aug 18 22:04:06 runnervmdbl46 dockerd[20744]: time="2025-08-18T22:04:06.831163171Z" level=info msg="Completed buildkit initialization"
2025-08-18T22:04:16.8633329Z Aug 18 22:04:06 runnervmdbl46 dockerd[20744]: time="2025-08-18T22:04:06.835551919Z" level=info msg="Daemon has completed initialization"
2025-08-18T22:04:16.8634123Z Aug 18 22:04:06 runnervmdbl46 dockerd[20744]: time="2025-08-18T22:04:06.835652882Z" level=info msg="API listen on /run/docker.sock"
2025-08-18T22:04:16.8634794Z Aug 18 22:04:06 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-18T22:04:16.8805557Z ● docker.service - Docker Application Container Engine
2025-08-18T22:04:16.8806599Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-18T22:04:16.8807091Z      Active: active (running) since Mon 2025-08-18 22:04:06 UTC; 10s ago
2025-08-18T22:04:16.8807608Z TriggeredBy: ● docker.socket
2025-08-18T22:04:16.8807906Z        Docs: https://docs.docker.com
2025-08-18T22:04:16.8808214Z    Main PID: 20744 (dockerd)
2025-08-18T22:04:16.8808542Z       Tasks: 10
2025-08-18T22:04:16.8808762Z      Memory: 21.9M (peak: 24.5M)
2025-08-18T22:04:16.8809039Z         CPU: 271ms
2025-08-18T22:04:16.8809295Z      CGroup: /system.slice/docker.service
2025-08-18T22:04:16.8810381Z              └─20744 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-18T22:04:16.8812237Z 
2025-08-18T22:04:16.8812749Z Aug 18 22:04:06 runnervmdbl46 dockerd[20744]: time="2025-08-18T22:04:06.221774332Z" level=info msg="Loading containers: start."
2025-08-18T22:04:16.8813982Z Aug 18 22:04:06 runnervmdbl46 dockerd[20744]: time="2025-08-18T22:04:06.752597232Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count aa0a5884a4f3deb1974491123831969d759b8bb3d75839de27e0aa7e3dd25c33], retrying...."
2025-08-18T22:04:16.8815281Z Aug 18 22:04:06 runnervmdbl46 dockerd[20744]: time="2025-08-18T22:04:06.791063946Z" level=info msg="Loading containers: done."
2025-08-18T22:04:16.8816914Z Aug 18 22:04:06 runnervmdbl46 dockerd[20744]: time="2025-08-18T22:04:06.813595745Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-18T22:04:16.8818322Z Aug 18 22:04:06 runnervmdbl46 dockerd[20744]: time="2025-08-18T22:04:06.813695908Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-18T22:04:16.8819225Z Aug 18 22:04:06 runnervmdbl46 dockerd[20744]: time="2025-08-18T22:04:06.813727077Z" level=info msg="Initializing buildkit"
2025-08-18T22:04:16.8819957Z Aug 18 22:04:06 runnervmdbl46 dockerd[20744]: time="2025-08-18T22:04:06.831163171Z" level=info msg="Completed buildkit initialization"
2025-08-18T22:04:16.8820727Z Aug 18 22:04:06 runnervmdbl46 dockerd[20744]: time="2025-08-18T22:04:06.835551919Z" level=info msg="Daemon has completed initialization"
2025-08-18T22:04:16.8821461Z Aug 18 22:04:06 runnervmdbl46 dockerd[20744]: time="2025-08-18T22:04:06.835652882Z" level=info msg="API listen on /run/docker.sock"
2025-08-18T22:04:16.8822113Z Aug 18 22:04:06 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-18T22:04:16.8908072Z Docker version 28.3.3, build 980b856
2025-08-18T22:04:16.9072282Z Unable to find image 'hello-world:latest' locally
2025-08-18T22:04:17.5191739Z latest: Pulling from library/hello-world
2025-08-18T22:04:17.6954470Z 198f93fd5094: Pulling fs layer
2025-08-18T22:04:17.9655982Z 198f93fd5094: Verifying Checksum
2025-08-18T22:04:17.9656624Z 198f93fd5094: Download complete
2025-08-18T22:04:18.0075966Z 198f93fd5094: Pull complete
2025-08-18T22:04:18.0687671Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-18T22:04:18.0764214Z Status: Downloaded newer image for hello-world:latest
2025-08-18T22:04:18.8983493Z 
2025-08-18T22:04:18.8984107Z Hello from Docker!
2025-08-18T22:04:18.8984550Z This message shows that your installation appears to be working correctly.
2025-08-18T22:04:18.8984835Z 
2025-08-18T22:04:18.8985134Z To generate this message, Docker took the following steps:
2025-08-18T22:04:18.8985505Z  1. The Docker client contacted the Docker daemon.
2025-08-18T22:04:18.8986094Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-18T22:04:18.8986542Z     (arm64v8)
2025-08-18T22:04:18.8986848Z  3. The Docker daemon created a new container from that image which runs the
2025-08-18T22:04:18.8987308Z     executable that produces the output you are currently reading.
2025-08-18T22:04:18.8987807Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-18T22:04:18.8988169Z     to your terminal.
2025-08-18T22:04:18.8988297Z 
2025-08-18T22:04:18.8988542Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-18T22:04:18.8988899Z  $ docker run -it ubuntu bash
2025-08-18T22:04:18.8989070Z 
2025-08-18T22:04:18.8989237Z Share images, automate workflows, and more with a free Docker ID:
2025-08-18T22:04:18.8989632Z  https://hub.docker.com/
2025-08-18T22:04:18.8989803Z 
2025-08-18T22:04:18.8989898Z For more examples and ideas, visit:
2025-08-18T22:04:18.8990229Z  https://docs.docker.com/get-started/
2025-08-18T22:04:18.8990448Z 
2025-08-18T22:04:19.0405441Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-18T22:04:19.0406280Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-18T22:04:19.0406910Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-18T22:04:19.0407395Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-18T22:04:19.0407923Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-18T22:04:19.0408362Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-18T22:04:19.0408891Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-18T22:04:19.0409307Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-18T22:04:19.0410060Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-18T22:04:19.0410494Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-18T22:04:19.0410878Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-18T22:04:19.0411333Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-18T22:04:19.0411776Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-18T22:04:19.0412246Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-18T22:04:19.0412773Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-18T22:04:19.0413226Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-18T22:04:19.0413670Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-18T22:04:19.0414120Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-18T22:04:19.0414560Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-18T22:04:19.0416046Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-18T22:04:19.0416560Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-18T22:04:19.0417042Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-18T22:04:19.0417523Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-18T22:04:19.0418216Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-18T22:04:19.0482814Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-18T22:04:19.0483425Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-18T22:04:19.0483869Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-18T22:04:19.0484292Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-18T22:04:19.0484723Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-18T22:04:19.0485138Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-18T22:04:19.0485556Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-18T22:04:19.0486327Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-18T22:04:19.0486772Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-18T22:04:19.0487194Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-18T22:04:19.0487633Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-18T22:04:19.0488057Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-18T22:04:19.0488459Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-18T22:04:19.0488872Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-18T22:04:19.0489264Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-18T22:04:19.0489670Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-18T22:04:19.0490095Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-18T22:04:19.0490514Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-18T22:04:19.0490921Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-18T22:04:19.0491316Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-18T22:04:19.0491768Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-18T22:04:19.0492237Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-18T22:04:19.0492707Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-18T22:04:19.0493632Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-18T22:04:19.0494096Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-18T22:04:19.0494516Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-18T22:04:19.0494935Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-18T22:04:19.0495347Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-18T22:04:19.0495982Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-18T22:04:19.0496399Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-18T22:04:19.0496766Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-18T22:04:19.0497122Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-18T22:04:19.0497489Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-18T22:04:19.0497889Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-18T22:04:19.0498290Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-18T22:04:19.0498668Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-18T22:04:19.0499070Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-18T22:04:19.0499708Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-18T22:04:19.0500130Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-18T22:04:19.0500538Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-18T22:04:19.0500958Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-18T22:04:19.0501384Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-18T22:04:19.0501792Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-18T22:04:19.0502188Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-18T22:04:19.0502623Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-18T22:04:19.0503118Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-18T22:04:19.0503616Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-18T22:04:19.0504079Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-18T22:04:19.0504499Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-18T22:04:19.0504885Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-18T22:04:19.0505275Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-18T22:04:19.0505802Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-18T22:04:19.0506217Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-18T22:04:19.0506677Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-18T22:04:19.0507175Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-18T22:04:19.0507677Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-18T22:04:19.0508168Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-18T22:04:19.0508606Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-18T22:04:19.0509005Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-18T22:04:19.0509390Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-18T22:04:19.0509794Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-18T22:04:19.0510406Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-18T22:04:19.0510807Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-18T22:04:19.0511230Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-18T22:04:19.0511650Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-18T22:04:19.0512030Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-18T22:04:19.0512407Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-18T22:04:19.0512810Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-18T22:04:19.0513215Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-18T22:04:19.0513588Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-18T22:04:19.0513956Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-18T22:04:19.0514350Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-18T22:04:19.0514736Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-18T22:04:19.0515088Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-18T22:04:19.0515463Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-18T22:04:19.0516116Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-18T22:04:19.0516680Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-18T22:04:19.0517053Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-18T22:04:19.0517416Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-18T22:04:19.0517786Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-18T22:04:19.0518173Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-18T22:04:19.0518577Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-18T22:04:19.0518971Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-18T22:04:19.0519353Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-18T22:04:19.0519735Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-18T22:04:19.0520130Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-18T22:04:19.0520538Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-18T22:04:19.0520905Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-18T22:04:19.0521256Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-18T22:04:19.0521602Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-18T22:04:19.0521957Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-18T22:04:19.0522317Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-18T22:04:19.0522672Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-18T22:04:19.0523042Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-18T22:04:19.0523438Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-18T22:04:19.0523868Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-18T22:04:19.0524305Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-18T22:04:19.0524707Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-18T22:04:19.0525092Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-18T22:04:19.0525482Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-18T22:04:19.0526014Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-18T22:04:19.0526418Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-18T22:04:19.0527019Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-18T22:04:19.0527425Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-18T22:04:19.0527818Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-18T22:04:19.0528227Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-18T22:04:19.0528669Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-18T22:04:19.0529096Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-18T22:04:19.0529483Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-18T22:04:19.0529877Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-18T22:04:19.0530286Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-18T22:04:19.0530696Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-18T22:04:19.0531100Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-18T22:04:19.0531494Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-18T22:04:19.0531893Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-18T22:04:19.0532431Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-18T22:04:19.0532972Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-18T22:04:19.0533330Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-18T22:04:19.0533693Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-18T22:04:19.0534084Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-18T22:04:19.0534474Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-18T22:04:19.0534875Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-18T22:04:19.0535267Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-18T22:04:19.0535640Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-18T22:04:19.0536174Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-18T22:04:19.0536561Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-18T22:04:19.0536954Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-18T22:04:19.0537376Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-18T22:04:19.0537819Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-18T22:04:19.0538214Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-18T22:04:19.0538586Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-18T22:04:19.0538975Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-18T22:04:19.0539401Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-18T22:04:19.0539816Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-18T22:04:19.0540167Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-18T22:04:19.0540508Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-18T22:04:19.0540928Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-18T22:04:19.0541359Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-18T22:04:19.0541765Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-18T22:04:19.0542145Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-18T22:04:19.0542523Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-18T22:04:19.0542907Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-18T22:04:19.0543542Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-18T22:04:19.0544022Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-18T22:04:19.0544435Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-18T22:04:19.0544798Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-18T22:04:19.0545161Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-18T22:04:19.0545603Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-18T22:04:19.0546806Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-18T22:04:19.0547256Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-18T22:04:19.0547631Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-18T22:04:19.0548100Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-18T22:04:19.0548636Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-18T22:04:19.0549137Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-18T22:04:19.0549572Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-18T22:04:19.0549933Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-18T22:04:19.0550520Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-18T22:04:19.0550928Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-18T22:04:19.0551344Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-18T22:04:19.0551744Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-18T22:04:19.0552117Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-18T22:04:19.0552492Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-18T22:04:19.0552891Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-18T22:04:19.0553289Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-18T22:04:19.0553684Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-18T22:04:19.0554113Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-18T22:04:19.0554506Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-18T22:04:19.0554897Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-18T22:04:19.0555317Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-18T22:04:19.0555891Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-18T22:04:19.0556321Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-18T22:04:19.0556714Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-18T22:04:19.0557087Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-18T22:04:19.0557459Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-18T22:04:19.0557834Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-18T22:04:19.0558239Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-18T22:04:19.0558653Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-18T22:04:19.0559124Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-18T22:04:19.0559574Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-18T22:04:19.0560017Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-18T22:04:19.0560612Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-18T22:04:19.0561014Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-18T22:04:19.0561389Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-18T22:04:19.0561754Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-18T22:04:19.0562138Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-18T22:04:19.0562521Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-18T22:04:19.0562965Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-18T22:04:19.0563435Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-18T22:04:19.0563888Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-18T22:04:19.0564404Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-18T22:04:19.0564921Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-18T22:04:19.0565423Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-18T22:04:19.0566058Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-18T22:04:19.0566427Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-18T22:04:19.0566948Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-18T22:04:19.0567328Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-18T22:04:19.0567709Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-18T22:04:19.0568077Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-18T22:04:19.0568456Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-18T22:04:19.0568836Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-18T22:04:19.0569225Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-18T22:04:19.0569601Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-18T22:04:19.0569975Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-18T22:04:19.0570372Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-18T22:04:19.0570793Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-18T22:04:19.0571220Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-18T22:04:19.0571655Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-18T22:04:19.0572074Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-18T22:04:19.0572487Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-18T22:04:19.0572885Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-18T22:04:19.0573302Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-18T22:04:19.0573723Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-18T22:04:19.0574114Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-18T22:04:19.0574474Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-18T22:04:19.0574988Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:04:19.0575508Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-18T22:04:19.0576031Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-18T22:04:19.0576504Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-18T22:04:19.0576882Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-18T22:04:19.0577497Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-18T22:04:19.0577954Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-18T22:04:19.0578379Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-18T22:04:19.0578809Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-18T22:04:19.0579211Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-18T22:04:19.0579624Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-18T22:04:19.0580045Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-18T22:04:19.0580454Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-18T22:04:19.0580846Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-18T22:04:19.0581271Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-18T22:04:19.0581766Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-18T22:04:19.0582309Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-18T22:04:19.0582760Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-18T22:04:19.0583170Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-18T22:04:19.0583734Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-18T22:04:19.0584207Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-18T22:04:19.0584691Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-18T22:04:19.0585100Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-18T22:04:19.0585534Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-18T22:04:19.0586143Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-18T22:04:19.0586552Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-18T22:04:19.0586916Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-18T22:04:19.0587268Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-18T22:04:19.0587642Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-18T22:04:19.0588030Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-18T22:04:19.0588397Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-18T22:04:19.0588753Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-18T22:04:19.0589125Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-18T22:04:19.0589483Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-18T22:04:19.0589838Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-18T22:04:19.0590213Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-18T22:04:19.0590572Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-18T22:04:19.0590947Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-18T22:04:19.0591329Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-18T22:04:19.0591691Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-18T22:04:19.0592054Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-18T22:04:19.0592415Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-18T22:04:19.0592782Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-18T22:04:19.0593156Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-18T22:04:19.0593523Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-18T22:04:19.0594093Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-18T22:04:19.0594490Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-18T22:04:19.0594914Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-18T22:04:19.0595350Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-18T22:04:19.0595894Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-18T22:04:19.0596271Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-18T22:04:19.0596650Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-18T22:04:19.0597073Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-18T22:04:19.0597475Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-18T22:04:19.0597839Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-18T22:04:19.0598212Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-18T22:04:19.0598570Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-18T22:04:19.0598913Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-18T22:04:19.0599258Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-18T22:04:19.0599612Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-18T22:04:19.0600152Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-18T22:04:19.0600513Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-18T22:04:19.0600857Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-18T22:04:19.0601191Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-18T22:04:19.0601568Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-18T22:04:19.0601974Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-18T22:04:19.0602374Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-18T22:04:19.0602773Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-18T22:04:19.0603165Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-18T22:04:19.0603582Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-18T22:04:19.0604090Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-18T22:04:19.0604701Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-18T22:04:19.0605325Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-18T22:04:19.0605999Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-18T22:04:19.0606476Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-18T22:04:19.0606931Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-18T22:04:19.0607449Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-18T22:04:19.0608066Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-18T22:04:19.0608631Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-18T22:04:19.0609130Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-18T22:04:19.0609576Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-18T22:04:19.0609944Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-18T22:04:19.0610313Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-18T22:04:19.0610890Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-18T22:04:19.0611309Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-18T22:04:19.0611698Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-18T22:04:19.0612086Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-18T22:04:19.0612471Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-18T22:04:19.0612863Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-18T22:04:19.0613249Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-18T22:04:19.0613626Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-18T22:04:19.0614001Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-18T22:04:19.0614375Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-18T22:04:19.0614770Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-18T22:04:19.0615165Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-18T22:04:19.0615574Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-18T22:04:19.0616169Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-18T22:04:19.0616540Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-18T22:04:19.0617161Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-18T22:04:19.0617575Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-18T22:04:19.0617983Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-18T22:04:19.0618425Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-18T22:04:19.0618854Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-18T22:04:19.0619227Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-18T22:04:19.0619592Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-18T22:04:19.0619978Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-18T22:04:19.0620347Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-18T22:04:19.0620735Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-18T22:04:19.0621132Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-18T22:04:19.0621512Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-18T22:04:19.0621891Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-18T22:04:19.0622254Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-18T22:04:19.0622620Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-18T22:04:19.0623173Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:04:19.0623890Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:04:19.0624575Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:04:19.0625241Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:04:19.0625958Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-18T22:04:19.0626360Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-18T22:04:19.0626768Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-18T22:04:19.0627171Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-18T22:04:19.0627542Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-18T22:04:19.0628119Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-18T22:04:19.0628503Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-18T22:04:19.0628881Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-18T22:04:19.0629258Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-18T22:04:19.0629630Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-18T22:04:19.0630011Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-18T22:04:19.0630399Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-18T22:04:19.0630801Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-18T22:04:19.0631222Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-18T22:04:19.0631618Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-18T22:04:19.0632009Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-18T22:04:19.0632386Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-18T22:04:19.0632768Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-18T22:04:19.0633170Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-18T22:04:19.0633568Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-18T22:04:19.0634129Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-18T22:04:19.0634523Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-18T22:04:19.0634944Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-18T22:04:19.0635371Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-18T22:04:19.0635916Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-18T22:04:19.0636371Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-18T22:04:19.0636828Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-18T22:04:19.0637235Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-18T22:04:19.0637608Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-18T22:04:19.0637994Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-18T22:04:19.0638386Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-18T22:04:19.0638795Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-18T22:04:19.0639197Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-18T22:04:19.0639575Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-18T22:04:19.0639969Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-18T22:04:19.0640436Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-18T22:04:19.0640905Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-18T22:04:19.0641302Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-18T22:04:19.0641707Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-18T22:04:19.0642163Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-18T22:04:19.0642607Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-18T22:04:19.0643082Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-18T22:04:19.0643573Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-18T22:04:19.0644017Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-18T22:04:19.0644985Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-18T22:04:19.0645415Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-18T22:04:19.0645998Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-18T22:04:19.0646428Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-18T22:04:19.0646816Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-18T22:04:19.0647189Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-18T22:04:19.0647600Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-18T22:04:19.0648002Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-18T22:04:19.0648402Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-18T22:04:19.0648827Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-18T22:04:19.0649221Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-18T22:04:19.0649599Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-18T22:04:19.0649968Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-18T22:04:19.0650323Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-18T22:04:19.0650886Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-18T22:04:19.0651302Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-18T22:04:19.0651695Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-18T22:04:19.0652141Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-18T22:04:19.0652589Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-18T22:04:19.0652994Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-18T22:04:19.0653435Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-18T22:04:19.0653857Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-18T22:04:19.0654263Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-18T22:04:19.0654668Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-18T22:04:19.0655033Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-18T22:04:19.0655395Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-18T22:04:19.0655938Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-18T22:04:19.0656352Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-18T22:04:19.0656734Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-18T22:04:19.0657094Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-18T22:04:19.0657448Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-18T22:04:19.0657796Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-18T22:04:19.0658285Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-18T22:04:19.0658791Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-18T22:04:19.0659178Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-18T22:04:19.0659558Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-18T22:04:19.0659996Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-18T22:04:19.0660407Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-18T22:04:19.0660816Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-18T22:04:19.0661474Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-18T22:04:19.0661909Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-18T22:04:19.0662322Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-18T22:04:19.0662696Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-18T22:04:19.0663061Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-18T22:04:19.0663428Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-18T22:04:19.0663806Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-18T22:04:19.0664229Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-18T22:04:19.0664657Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-18T22:04:19.0665055Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-18T22:04:19.0665475Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-18T22:04:19.0666070Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-18T22:04:19.0666472Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-18T22:04:19.0666843Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-18T22:04:19.0667194Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-18T22:04:19.0667708Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-18T22:04:19.0668079Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-18T22:04:19.0668454Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-18T22:04:19.0668828Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-18T22:04:19.0669227Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-18T22:04:19.0669644Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-18T22:04:19.0670105Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-18T22:04:19.0670540Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-18T22:04:19.0670912Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-18T22:04:19.0671299Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-18T22:04:19.0671688Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-18T22:04:19.0672072Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-18T22:04:19.0672450Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-18T22:04:19.0672826Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-18T22:04:19.0673268Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-18T22:04:19.0673762Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-18T22:04:19.0674183Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-18T22:04:19.0674560Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-18T22:04:19.0674933Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-18T22:04:19.0675337Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-18T22:04:19.0675897Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-18T22:04:19.0676292Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-18T22:04:19.0676690Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-18T22:04:19.0677066Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-18T22:04:19.0677414Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-18T22:04:19.0677981Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-18T22:04:19.0678404Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-18T22:04:19.0678826Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-18T22:04:19.0679204Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-18T22:04:19.0679588Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-18T22:04:19.0680037Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-18T22:04:19.0680476Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-18T22:04:19.0680901Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-18T22:04:19.0681296Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-18T22:04:19.0681813Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:04:19.0682325Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-18T22:04:19.0682717Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-18T22:04:19.0683126Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-18T22:04:19.0683551Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-18T22:04:19.0684223Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-18T22:04:19.0684805Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-18T22:04:19.0685413Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-18T22:04:19.0686295Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-18T22:04:19.0686955Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-18T22:04:19.0687583Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-18T22:04:19.0688209Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-18T22:04:19.0688794Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-18T22:04:19.0689283Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-18T22:04:19.0689725Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-18T22:04:19.0690162Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-18T22:04:19.0690589Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-18T22:04:19.0691069Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-18T22:04:19.0691502Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-18T22:04:19.0691881Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-18T22:04:19.0692252Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-18T22:04:19.0692633Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-18T22:04:19.0693022Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-18T22:04:19.0693430Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-18T22:04:19.0693840Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-18T22:04:19.0694204Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-18T22:04:19.0694588Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-18T22:04:19.0695237Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-18T22:04:19.0695907Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-18T22:04:19.0696412Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-18T22:04:19.0696902Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-18T22:04:19.0697353Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-18T22:04:19.0697777Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-18T22:04:19.0698187Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-18T22:04:19.0698604Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-18T22:04:19.0699033Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-18T22:04:19.0699463Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-18T22:04:19.0699858Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-18T22:04:19.0700242Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-18T22:04:19.0700616Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-18T22:04:19.0700994Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-18T22:04:19.0701429Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-18T22:04:19.0702021Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-18T22:04:19.0702425Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-18T22:04:19.0702836Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-18T22:04:19.0703264Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-18T22:04:19.0703724Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-18T22:04:19.0704172Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-18T22:04:19.0704611Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-18T22:04:19.0705003Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-18T22:04:19.0705375Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-18T22:04:19.0705934Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-18T22:04:19.0706325Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-18T22:04:19.0706698Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-18T22:04:19.0707126Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-18T22:04:19.0707526Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-18T22:04:19.0707958Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-18T22:04:19.0708430Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-18T22:04:19.0708888Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-18T22:04:19.0709283Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-18T22:04:19.0709634Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-18T22:04:19.0710011Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-18T22:04:19.0710405Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-18T22:04:19.0710791Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-18T22:04:19.0711180Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-18T22:04:19.0711607Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-18T22:04:19.0712266Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-18T22:04:19.0712708Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-18T22:04:19.0713093Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-18T22:04:19.0713490Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-18T22:04:19.0714029Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:04:19.0714613Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-18T22:04:19.0715064Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-18T22:04:19.0715507Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-18T22:04:19.0716074Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-18T22:04:19.0716487Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-18T22:04:19.0716879Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-18T22:04:19.0717267Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-18T22:04:19.0717666Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-18T22:04:19.0718067Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-18T22:04:19.0718620Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-18T22:04:19.0719011Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-18T22:04:19.0719413Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-18T22:04:19.0719788Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-18T22:04:19.0720196Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-18T22:04:19.0720664Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-18T22:04:19.0721088Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-18T22:04:19.0721464Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-18T22:04:19.0721841Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-18T22:04:19.0722235Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-18T22:04:19.0722612Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-18T22:04:19.0722983Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-18T22:04:19.0723412Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-18T22:04:19.0723860Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-18T22:04:19.0724269Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-18T22:04:19.0724667Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-18T22:04:19.0725064Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-18T22:04:19.0725448Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-18T22:04:19.0726055Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-18T22:04:19.0726456Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-18T22:04:19.0726855Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-18T22:04:19.0727296Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-18T22:04:19.0727744Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-18T22:04:19.0728168Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-18T22:04:19.0728743Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-18T22:04:19.0729179Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-18T22:04:19.0729607Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-18T22:04:19.0729995Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-18T22:04:19.0730350Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-18T22:04:19.0730703Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-18T22:04:19.0731064Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-18T22:04:19.0731437Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-18T22:04:19.0731785Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-18T22:04:19.0732158Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-18T22:04:19.0732553Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-18T22:04:19.0732937Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-18T22:04:19.0733293Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-18T22:04:19.0733642Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-18T22:04:19.0734018Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-18T22:04:19.0734416Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-18T22:04:19.0734936Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-18T22:04:19.0735299Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-18T22:04:19.0735792Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-18T22:04:19.0736189Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-18T22:04:19.0736573Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-18T22:04:19.0736928Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-18T22:04:19.0737303Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-18T22:04:19.0737694Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-18T22:04:19.0738072Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-18T22:04:19.0738446Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-18T22:04:19.0738825Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-18T22:04:19.0739207Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-18T22:04:19.0739604Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-18T22:04:19.0740031Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-18T22:04:19.0740430Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-18T22:04:19.0740792Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-18T22:04:19.0741140Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-18T22:04:19.0741481Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-18T22:04:19.0741900Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-18T22:04:19.0742403Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-18T22:04:19.0742913Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-18T22:04:19.0743391Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-18T22:04:19.0743896Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-18T22:04:19.0744336Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-18T22:04:19.0744982Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-18T22:04:19.0745404Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-18T22:04:19.0745923Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-18T22:04:19.0746310Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-18T22:04:19.0746698Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-18T22:04:19.0747087Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-18T22:04:19.0747464Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-18T22:04:19.0747855Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-18T22:04:19.0748298Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-18T22:04:19.0748724Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-18T22:04:19.0749103Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-18T22:04:19.0749502Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-18T22:04:19.0749925Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-18T22:04:19.0750305Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-18T22:04:19.0750653Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-18T22:04:19.0751215Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-18T22:04:19.0751665Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-18T22:04:19.0752127Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-18T22:04:19.0752539Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-18T22:04:19.0752957Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-18T22:04:19.0753394Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-18T22:04:19.0753829Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-18T22:04:19.1068835Z [+] Installing Go for linux-arm64...
2025-08-18T22:04:19.5690262Z [!] Found existing Go installation at: /usr/bin/go
2025-08-18T22:04:19.5690593Z [!] GOROOT: /usr/lib/go-1.22
2025-08-18T22:04:19.5690819Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-18T22:04:19.5700571Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-18T22:04:19.5700960Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-18T22:04:19.5701314Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-18T22:04:19.5771555Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-18T22:04:19.5772030Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-18T22:04:19.5772505Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-18T22:04:19.5772958Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-18T22:04:19.5773390Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-18T22:04:19.5773834Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-18T22:04:19.5774313Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-18T22:04:19.5774777Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-18T22:04:19.5775211Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-18T22:04:19.5775643Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-18T22:04:19.5776265Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-18T22:04:19.5777062Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-18T22:04:19.5777519Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-18T22:04:19.5777968Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-18T22:04:19.5778412Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-18T22:04:19.5778862Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-18T22:04:19.5779329Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-18T22:04:19.5779787Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-18T22:04:19.5780235Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-18T22:04:19.5780648Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-18T22:04:19.5780994Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-18T22:04:19.5781321Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-18T22:04:19.5781650Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-18T22:04:19.5781986Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-18T22:04:19.5782320Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-18T22:04:19.5810280Z go version go1.22.2 linux/arm64
2025-08-18T22:04:19.6119948Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-18T22:04:19.6120672Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-18T22:04:19.6121028Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-18T22:04:19.6121393Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-18T22:04:19.6121764Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-18T22:04:19.6122120Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-18T22:04:19.6122493Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-18T22:04:19.6123029Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-18T22:04:19.6123373Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-18T22:04:19.6123698Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-18T22:04:19.6124049Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-18T22:04:19.6124429Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-18T22:04:19.6124815Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-18T22:04:19.6125218Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-18T22:04:19.6125610Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-18T22:04:19.6126161Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-18T22:04:19.6126566Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-18T22:04:19.6126933Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-18T22:04:19.6127305Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-18T22:04:19.6127760Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-18T22:04:19.6128202Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-18T22:04:19.6128589Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-18T22:04:19.6129008Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-18T22:04:19.6129396Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-18T22:04:19.6129742Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-18T22:04:19.6130126Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-18T22:04:19.6130561Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-18T22:04:19.6131239Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-18T22:04:19.6131653Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-18T22:04:19.6132062Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-18T22:04:19.6132479Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-18T22:04:19.6132903Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-18T22:04:19.6133328Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-18T22:04:19.6133747Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-18T22:04:19.6134185Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-18T22:04:19.6134609Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-18T22:04:19.6135014Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-18T22:04:19.6135420Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-18T22:04:19.6135944Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-18T22:04:19.6136353Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-18T22:04:19.6136775Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-18T22:04:19.6137362Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-18T22:04:19.6137767Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-18T22:04:19.6138163Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-18T22:04:19.6138612Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-18T22:04:19.6139089Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-18T22:04:19.6139564Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-18T22:04:19.6140054Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-18T22:04:19.6140498Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-18T22:04:19.6140913Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-18T22:04:19.6141335Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-18T22:04:19.6141743Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-18T22:04:19.6142153Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-18T22:04:19.6142553Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-18T22:04:19.6142925Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-18T22:04:19.6143281Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-18T22:04:19.6143654Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-18T22:04:19.6144047Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-18T22:04:19.6144452Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-18T22:04:19.6144832Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-18T22:04:19.6145246Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-18T22:04:19.6145943Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-18T22:04:19.6146416Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-18T22:04:19.6146828Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-18T22:04:19.6147246Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-18T22:04:19.6147899Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-18T22:04:19.6148318Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-18T22:04:19.6148719Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-18T22:04:19.6149155Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-18T22:04:19.6149652Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-18T22:04:19.6150155Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-18T22:04:19.6150613Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-18T22:04:19.6151031Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-18T22:04:19.6151414Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-18T22:04:19.6151806Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-18T22:04:19.6152208Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-18T22:04:19.6152605Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-18T22:04:19.6153058Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-18T22:04:19.6153556Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-18T22:04:19.6154341Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-18T22:04:19.6154839Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-18T22:04:19.6155276Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-18T22:04:19.6155811Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-18T22:04:19.6156220Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-18T22:04:19.6156631Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-18T22:04:19.6157027Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-18T22:04:19.6157413Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-18T22:04:19.6157830Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-18T22:04:19.6158251Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-18T22:04:19.6158636Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-18T22:04:19.6159002Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-18T22:04:19.6159408Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-18T22:04:19.6159812Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-18T22:04:19.6160187Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-18T22:04:19.6160557Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-18T22:04:19.6160949Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-18T22:04:19.6161331Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-18T22:04:19.6161680Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-18T22:04:19.6162056Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-18T22:04:19.6162470Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-18T22:04:19.6162853Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-18T22:04:19.6163220Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-18T22:04:19.6163583Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-18T22:04:19.6163957Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-18T22:04:19.6164566Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-18T22:04:19.6164996Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-18T22:04:19.6165388Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-18T22:04:19.6165918Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-18T22:04:19.6166308Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-18T22:04:19.6166711Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-18T22:04:19.6167110Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-18T22:04:19.6167510Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-18T22:04:19.6167863Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-18T22:04:19.6168210Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-18T22:04:19.6168564Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-18T22:04:19.6168929Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-18T22:04:19.6169277Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-18T22:04:19.6169650Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-18T22:04:19.6170045Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-18T22:04:19.6170476Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-18T22:04:19.6171101Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-18T22:04:19.6171503Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-18T22:04:19.6171890Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-18T22:04:19.6172281Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-18T22:04:19.6172668Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-18T22:04:19.6173074Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-18T22:04:19.6173484Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-18T22:04:19.6173863Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-18T22:04:19.6174256Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-18T22:04:19.6174666Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-18T22:04:19.6175106Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-18T22:04:19.6175536Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-18T22:04:19.6176167Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-18T22:04:19.6176575Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-18T22:04:19.6176986Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-18T22:04:19.6177401Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-18T22:04:19.6177806Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-18T22:04:19.6178200Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-18T22:04:19.6178597Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-18T22:04:19.6179009Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-18T22:04:19.6179388Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-18T22:04:19.6179745Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-18T22:04:19.6180109Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-18T22:04:19.6180504Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-18T22:04:19.6180900Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-18T22:04:19.6181514Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-18T22:04:19.6181929Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-18T22:04:19.6182301Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-18T22:04:19.6182675Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-18T22:04:19.6183060Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-18T22:04:19.6183442Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-18T22:04:19.6183864Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-18T22:04:19.6184308Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-18T22:04:19.6184705Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-18T22:04:19.6185078Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-18T22:04:19.6185470Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-18T22:04:19.6186115Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-18T22:04:19.6186541Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-18T22:04:19.6186898Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-18T22:04:19.6187241Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-18T22:04:19.6187840Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-18T22:04:19.6188271Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-18T22:04:19.6188678Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-18T22:04:19.6189063Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-18T22:04:19.6189446Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-18T22:04:19.6189828Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-18T22:04:19.6190248Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-18T22:04:19.6190708Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-18T22:04:19.6191123Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-18T22:04:19.6191494Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-18T22:04:19.6191850Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-18T22:04:19.6192295Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-18T22:04:19.6192797Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-18T22:04:19.6193259Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-18T22:04:19.6193641Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-18T22:04:19.6194100Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-18T22:04:19.6194635Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-18T22:04:19.6195138Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-18T22:04:19.6195579Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-18T22:04:19.6196117Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-18T22:04:19.6196501Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-18T22:04:19.6196908Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-18T22:04:19.6197324Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-18T22:04:19.6197729Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-18T22:04:19.6198318Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-18T22:04:19.6198713Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-18T22:04:19.6199112Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-18T22:04:19.6199513Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-18T22:04:19.6199910Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-18T22:04:19.6200309Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-18T22:04:19.6200701Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-18T22:04:19.6201093Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-18T22:04:19.6201509Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-18T22:04:19.6201957Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-18T22:04:19.6202389Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-18T22:04:19.6202781Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-18T22:04:19.6203153Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-18T22:04:19.6203527Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-18T22:04:19.6203902Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-18T22:04:19.6204444Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-18T22:04:19.6204865Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-18T22:04:19.6205332Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-18T22:04:19.6205912Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-18T22:04:19.6206335Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-18T22:04:19.6206725Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-18T22:04:19.6207107Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-18T22:04:19.6207485Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-18T22:04:19.6207855Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-18T22:04:19.6208247Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-18T22:04:19.6208624Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-18T22:04:19.6209065Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-18T22:04:19.6209535Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-18T22:04:19.6209994Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-18T22:04:19.6210515Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-18T22:04:19.6211028Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-18T22:04:19.6211527Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-18T22:04:19.6211965Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-18T22:04:19.6212332Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-18T22:04:19.6212694Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-18T22:04:19.6213070Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-18T22:04:19.6213449Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-18T22:04:19.6213816Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-18T22:04:19.6214196Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-18T22:04:19.6214801Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-18T22:04:19.6215214Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-18T22:04:19.6215589Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-18T22:04:19.6216166Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-18T22:04:19.6216567Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-18T22:04:19.6216966Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-18T22:04:19.6217379Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-18T22:04:19.6217808Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-18T22:04:19.6218230Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-18T22:04:19.6218643Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-18T22:04:19.6219050Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-18T22:04:19.6219460Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-18T22:04:19.6219879Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-18T22:04:19.6220265Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-18T22:04:19.6220820Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-18T22:04:19.6221330Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:04:19.6221847Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-18T22:04:19.6222217Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-18T22:04:19.6222589Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-18T22:04:19.6222959Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-18T22:04:19.6223354Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-18T22:04:19.6223789Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-18T22:04:19.6224211Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-18T22:04:19.6224637Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-18T22:04:19.6225042Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-18T22:04:19.6225441Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-18T22:04:19.6225998Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-18T22:04:19.6226413Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-18T22:04:19.6226798Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-18T22:04:19.6227230Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-18T22:04:19.6227718Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-18T22:04:19.6228212Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-18T22:04:19.6228660Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-18T22:04:19.6229075Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-18T22:04:19.6229477Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-18T22:04:19.6229953Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-18T22:04:19.6230439Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-18T22:04:19.6230847Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-18T22:04:19.6231492Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-18T22:04:19.6231963Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-18T22:04:19.6232369Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-18T22:04:19.6232730Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-18T22:04:19.6233083Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-18T22:04:19.6233456Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-18T22:04:19.6233843Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-18T22:04:19.6234209Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-18T22:04:19.6234559Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-18T22:04:19.6234927Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-18T22:04:19.6235287Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-18T22:04:19.6235646Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-18T22:04:19.6236200Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-18T22:04:19.6236560Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-18T22:04:19.6236933Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-18T22:04:19.6237318Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-18T22:04:19.6237855Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-18T22:04:19.6238217Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-18T22:04:19.6238574Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-18T22:04:19.6238939Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-18T22:04:19.6239313Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-18T22:04:19.6239685Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-18T22:04:19.6240046Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-18T22:04:19.6240420Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-18T22:04:19.6240839Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-18T22:04:19.6241275Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-18T22:04:19.6241687Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-18T22:04:19.6242051Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-18T22:04:19.6242431Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-18T22:04:19.6242856Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-18T22:04:19.6243251Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-18T22:04:19.6243614Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-18T22:04:19.6243981Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-18T22:04:19.6244338Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-18T22:04:19.6244682Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-18T22:04:19.6245031Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-18T22:04:19.6245389Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-18T22:04:19.6245916Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-18T22:04:19.6246294Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-18T22:04:19.6246639Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-18T22:04:19.6246974Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-18T22:04:19.6247353Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-18T22:04:19.6247985Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-18T22:04:19.6248402Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-18T22:04:19.6248800Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-18T22:04:19.6249194Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-18T22:04:19.6249611Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-18T22:04:19.6250118Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-18T22:04:19.6250731Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-18T22:04:19.6251355Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-18T22:04:19.6251902Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-18T22:04:19.6252525Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-18T22:04:19.6252982Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-18T22:04:19.6253504Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-18T22:04:19.6254123Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-18T22:04:19.6254824Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-18T22:04:19.6255319Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-18T22:04:19.6255900Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-18T22:04:19.6256276Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-18T22:04:19.6256654Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-18T22:04:19.6257029Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-18T22:04:19.6257410Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-18T22:04:19.6257801Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-18T22:04:19.6258186Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-18T22:04:19.6258577Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-18T22:04:19.6258964Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-18T22:04:19.6259350Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-18T22:04:19.6259729Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-18T22:04:19.6260111Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-18T22:04:19.6260484Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-18T22:04:19.6260882Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-18T22:04:19.6261280Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-18T22:04:19.6261693Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-18T22:04:19.6262106Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-18T22:04:19.6262474Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-18T22:04:19.6262867Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-18T22:04:19.6263277Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-18T22:04:19.6263692Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-18T22:04:19.6264134Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-18T22:04:19.6264775Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-18T22:04:19.6265163Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-18T22:04:19.6265531Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-18T22:04:19.6266073Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-18T22:04:19.6266453Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-18T22:04:19.6266863Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-18T22:04:19.6267257Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-18T22:04:19.6267677Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-18T22:04:19.6268063Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-18T22:04:19.6268424Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-18T22:04:19.6268788Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-18T22:04:19.6269341Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:04:19.6270057Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:04:19.6270742Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:04:19.6271635Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:04:19.6272164Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-18T22:04:19.6272549Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-18T22:04:19.6272957Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-18T22:04:19.6273355Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-18T22:04:19.6273736Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-18T22:04:19.6274112Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-18T22:04:19.6274483Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-18T22:04:19.6274858Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-18T22:04:19.6275242Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-18T22:04:19.6275617Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-18T22:04:19.6276164Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-18T22:04:19.6276558Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-18T22:04:19.6276960Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-18T22:04:19.6277357Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-18T22:04:19.6277764Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-18T22:04:19.6278153Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-18T22:04:19.6278535Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-18T22:04:19.6278924Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-18T22:04:19.6279326Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-18T22:04:19.6279726Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-18T22:04:19.6280125Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-18T22:04:19.6280515Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-18T22:04:19.6280939Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-18T22:04:19.6281367Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-18T22:04:19.6281986Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-18T22:04:19.6282444Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-18T22:04:19.6282902Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-18T22:04:19.6283306Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-18T22:04:19.6283680Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-18T22:04:19.6284063Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-18T22:04:19.6284459Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-18T22:04:19.6284868Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-18T22:04:19.6285272Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-18T22:04:19.6285774Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-18T22:04:19.6286192Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-18T22:04:19.6286662Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-18T22:04:19.6287131Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-18T22:04:19.6287528Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-18T22:04:19.6288165Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-18T22:04:19.6288618Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-18T22:04:19.6289064Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-18T22:04:19.6289538Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-18T22:04:19.6290023Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-18T22:04:19.6290472Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-18T22:04:19.6290909Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-18T22:04:19.6291304Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-18T22:04:19.6291694Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-18T22:04:19.6292114Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-18T22:04:19.6292498Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-18T22:04:19.6292873Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-18T22:04:19.6293282Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-18T22:04:19.6293680Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-18T22:04:19.6294087Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-18T22:04:19.6294507Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-18T22:04:19.6294899Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-18T22:04:19.6295275Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-18T22:04:19.6295644Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-18T22:04:19.6296256Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-18T22:04:19.6296650Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-18T22:04:19.6297072Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-18T22:04:19.6297466Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-18T22:04:19.6297911Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-18T22:04:19.6298636Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-18T22:04:19.6299119Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-18T22:04:19.6299565Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-18T22:04:19.6299993Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-18T22:04:19.6300397Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-18T22:04:19.6300810Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-18T22:04:19.6301165Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-18T22:04:19.6301527Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-18T22:04:19.6301920Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-18T22:04:19.6302316Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-18T22:04:19.6302699Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-18T22:04:19.6303057Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-18T22:04:19.6303407Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-18T22:04:19.6303753Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-18T22:04:19.6304240Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-18T22:04:19.6304885Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-18T22:04:19.6305270Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-18T22:04:19.6305787Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-18T22:04:19.6306201Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-18T22:04:19.6306610Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-18T22:04:19.6307023Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-18T22:04:19.6307428Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-18T22:04:19.6307841Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-18T22:04:19.6308251Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-18T22:04:19.6308621Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-18T22:04:19.6308991Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-18T22:04:19.6309349Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-18T22:04:19.6309725Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-18T22:04:19.6310145Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-18T22:04:19.6310578Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-18T22:04:19.6310981Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-18T22:04:19.6311407Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-18T22:04:19.6311849Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-18T22:04:19.6312246Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-18T22:04:19.6312614Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-18T22:04:19.6312970Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-18T22:04:19.6313318Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-18T22:04:19.6313689Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-18T22:04:19.6314065Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-18T22:04:19.6314441Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-18T22:04:19.6315083Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-18T22:04:19.6315534Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-18T22:04:19.6316136Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-18T22:04:19.6316576Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-18T22:04:19.6316950Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-18T22:04:19.6317346Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-18T22:04:19.6317734Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-18T22:04:19.6318123Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-18T22:04:19.6318507Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-18T22:04:19.6318882Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-18T22:04:19.6319326Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-18T22:04:19.6319820Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-18T22:04:19.6320244Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-18T22:04:19.6320621Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-18T22:04:19.6320998Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-18T22:04:19.6321582Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-18T22:04:19.6321976Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-18T22:04:19.6322351Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-18T22:04:19.6322749Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-18T22:04:19.6323130Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-18T22:04:19.6323488Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-18T22:04:19.6323845Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-18T22:04:19.6324243Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-18T22:04:19.6324666Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-18T22:04:19.6325041Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-18T22:04:19.6325432Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-18T22:04:19.6326066Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-18T22:04:19.6326514Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-18T22:04:19.6326943Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-18T22:04:19.6327339Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-18T22:04:19.6327858Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:04:19.6328364Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-18T22:04:19.6328755Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-18T22:04:19.6329166Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-18T22:04:19.6329598Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-18T22:04:19.6330116Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-18T22:04:19.6330698Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-18T22:04:19.6331308Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-18T22:04:19.6332188Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-18T22:04:19.6332888Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-18T22:04:19.6333514Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-18T22:04:19.6334137Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-18T22:04:19.6334727Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-18T22:04:19.6335209Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-18T22:04:19.6335652Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-18T22:04:19.6336209Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-18T22:04:19.6336640Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-18T22:04:19.6337115Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-18T22:04:19.6337551Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-18T22:04:19.6337931Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-18T22:04:19.6338297Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-18T22:04:19.6338849Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-18T22:04:19.6339232Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-18T22:04:19.6339639Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-18T22:04:19.6340053Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-18T22:04:19.6340417Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-18T22:04:19.6340811Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-18T22:04:19.6341271Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-18T22:04:19.6341764Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-18T22:04:19.6342253Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-18T22:04:19.6342739Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-18T22:04:19.6343221Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-18T22:04:19.6343637Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-18T22:04:19.6344053Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-18T22:04:19.6344466Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-18T22:04:19.6344897Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-18T22:04:19.6345323Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-18T22:04:19.6345848Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-18T22:04:19.6346244Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-18T22:04:19.6346625Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-18T22:04:19.6347004Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-18T22:04:19.6347445Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-18T22:04:19.6347886Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-18T22:04:19.6348287Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-18T22:04:19.6348700Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-18T22:04:19.6349350Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-18T22:04:19.6349821Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-18T22:04:19.6350266Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-18T22:04:19.6350701Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-18T22:04:19.6351096Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-18T22:04:19.6351476Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-18T22:04:19.6351862Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-18T22:04:19.6352233Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-18T22:04:19.6352605Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-18T22:04:19.6353010Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-18T22:04:19.6353413Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-18T22:04:19.6353845Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-18T22:04:19.6354316Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-18T22:04:19.6354775Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-18T22:04:19.6355170Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-18T22:04:19.6355797Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-18T22:04:19.6356173Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-18T22:04:19.6356567Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-18T22:04:19.6356950Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-18T22:04:19.6357339Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-18T22:04:19.6357773Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-18T22:04:19.6358219Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-18T22:04:19.6358639Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-18T22:04:19.6359027Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-18T22:04:19.6359429Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-18T22:04:19.6359979Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:04:19.6360557Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-18T22:04:19.6361010Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-18T22:04:19.6361456Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-18T22:04:19.6361885Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-18T22:04:19.6362289Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-18T22:04:19.6362683Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-18T22:04:19.6363072Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-18T22:04:19.6363471Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-18T22:04:19.6363879Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-18T22:04:19.6364264Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-18T22:04:19.6364657Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-18T22:04:19.6365060Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-18T22:04:19.6365435Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-18T22:04:19.6366222Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-18T22:04:19.6366708Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-18T22:04:19.6367134Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-18T22:04:19.6367546Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-18T22:04:19.6367929Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-18T22:04:19.6368317Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-18T22:04:19.6368697Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-18T22:04:19.6369068Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-18T22:04:19.6369499Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-18T22:04:19.6369943Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-18T22:04:19.6370349Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-18T22:04:19.6370747Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-18T22:04:19.6371143Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-18T22:04:19.6371531Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-18T22:04:19.6372077Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-18T22:04:19.6372470Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-18T22:04:19.6372872Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-18T22:04:19.6373316Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-18T22:04:19.6373764Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-18T22:04:19.6374190Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-18T22:04:19.6374592Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-18T22:04:19.6374993Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-18T22:04:19.6375422Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-18T22:04:19.6376055Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-18T22:04:19.6376429Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-18T22:04:19.6376776Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-18T22:04:19.6377144Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-18T22:04:19.6377518Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-18T22:04:19.6377875Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-18T22:04:19.6378249Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-18T22:04:19.6378647Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-18T22:04:19.6379036Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-18T22:04:19.6379395Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-18T22:04:19.6379751Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-18T22:04:19.6380131Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-18T22:04:19.6380534Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-18T22:04:19.6380910Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-18T22:04:19.6381272Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-18T22:04:19.6381637Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-18T22:04:19.6382020Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-18T22:04:19.6382671Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-18T22:04:19.6383041Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-18T22:04:19.6383416Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-18T22:04:19.6383806Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-18T22:04:19.6384191Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-18T22:04:19.6384576Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-18T22:04:19.6384953Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-18T22:04:19.6385337Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-18T22:04:19.6385972Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-18T22:04:19.6386444Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-18T22:04:19.6386852Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-18T22:04:19.6387206Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-18T22:04:19.6387551Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-18T22:04:19.6387892Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-18T22:04:19.6388311Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-18T22:04:19.6389028Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-18T22:04:19.6389500Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-18T22:04:19.6389976Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-18T22:04:19.6390479Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-18T22:04:19.6390918Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-18T22:04:19.6391301Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-18T22:04:19.6391690Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-18T22:04:19.6392079Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-18T22:04:19.6392464Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-18T22:04:19.6392853Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-18T22:04:19.6393240Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-18T22:04:19.6393616Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-18T22:04:19.6394010Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-18T22:04:19.6394453Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-18T22:04:19.6394887Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-18T22:04:19.6395262Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-18T22:04:19.6395802Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-18T22:04:19.6396244Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-18T22:04:19.6396632Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-18T22:04:19.6396988Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-18T22:04:19.6397378Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-18T22:04:19.6397827Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-18T22:04:19.6398289Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-18T22:04:19.6398703Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-18T22:04:19.6399355Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-18T22:04:19.6399806Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-18T22:04:19.6400238Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-18T22:04:19.8466515Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:04:20.0459946Z Collecting meson
2025-08-18T22:04:20.1291921Z   Downloading meson-1.8.3-py3-none-any.whl.metadata (1.8 kB)
2025-08-18T22:04:20.1928636Z Collecting ninja
2025-08-18T22:04:20.2090973Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-18T22:04:20.2387092Z Downloading meson-1.8.3-py3-none-any.whl (1.0 MB)
2025-08-18T22:04:20.3243644Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 17.2 MB/s  0:00:00
2025-08-18T22:04:20.3419760Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-18T22:04:20.4365509Z Installing collected packages: ninja, meson
2025-08-18T22:04:21.1673948Z 
2025-08-18T22:04:21.1698599Z Successfully installed meson-1.8.3 ninja-1.13.0
2025-08-18T22:04:21.4547937Z Defaulting to user installation because normal site-packages is not writeable
2025-08-18T22:04:21.5491218Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.3)
2025-08-18T22:04:21.6793408Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-18T22:04:22.0843322Z 1.8.3
2025-08-18T22:04:22.1201432Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-18T22:04:22.1496230Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-18T22:04:22.1496628Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-18T22:04:22.1496996Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-18T22:04:22.1497370Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-18T22:04:22.1497778Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-18T22:04:22.1498146Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-18T22:04:22.1498509Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-18T22:04:22.1498870Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-18T22:04:22.1499214Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-18T22:04:22.1499558Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-18T22:04:22.1499910Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-18T22:04:22.1500294Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-18T22:04:22.1500679Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-18T22:04:22.1501084Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-18T22:04:22.1501475Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-18T22:04:22.1501881Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-18T22:04:22.1502283Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-18T22:04:22.1502645Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-18T22:04:22.1503023Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-18T22:04:22.1503485Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-18T22:04:22.1503943Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-18T22:04:22.1504338Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-18T22:04:22.1504760Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-18T22:04:22.1505154Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-18T22:04:22.1505501Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-18T22:04:22.1506529Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-18T22:04:22.1506987Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-18T22:04:22.1507407Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-18T22:04:22.1507815Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-18T22:04:22.1508233Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-18T22:04:22.1508651Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-18T22:04:22.1509075Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-18T22:04:22.1509509Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-18T22:04:22.1509928Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-18T22:04:22.1510370Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-18T22:04:22.1510789Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-18T22:04:22.1511189Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-18T22:04:22.1511594Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-18T22:04:22.1511986Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-18T22:04:22.1512589Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-18T22:04:22.1513016Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-18T22:04:22.1513434Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-18T22:04:22.1513835Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-18T22:04:22.1514230Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-18T22:04:22.1514688Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-18T22:04:22.1515161Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-18T22:04:22.1515630Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-18T22:04:22.1516280Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-18T22:04:22.1516734Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-18T22:04:22.1517150Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-18T22:04:22.1517566Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-18T22:04:22.1517974Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-18T22:04:22.1518388Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-18T22:04:22.1518791Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-18T22:04:22.1519162Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-18T22:04:22.1519671Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-18T22:04:22.1520043Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-18T22:04:22.1520433Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-18T22:04:22.1520848Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-18T22:04:22.1521230Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-18T22:04:22.1521639Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-18T22:04:22.1522082Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-18T22:04:22.1522508Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-18T22:04:22.1523130Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-18T22:04:22.1523571Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-18T22:04:22.1524002Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-18T22:04:22.1524404Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-18T22:04:22.1524799Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-18T22:04:22.1525241Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-18T22:04:22.1525867Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-18T22:04:22.1526386Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-18T22:04:22.1526851Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-18T22:04:22.1527271Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-18T22:04:22.1527664Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-18T22:04:22.1528056Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-18T22:04:22.1528454Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-18T22:04:22.1528851Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-18T22:04:22.1529570Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-18T22:04:22.1530079Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-18T22:04:22.1530581Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-18T22:04:22.1531075Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-18T22:04:22.1531514Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-18T22:04:22.1531917Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-18T22:04:22.1532358Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-18T22:04:22.1532766Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-18T22:04:22.1533166Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-18T22:04:22.1533553Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-18T22:04:22.1533980Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-18T22:04:22.1534408Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-18T22:04:22.1534789Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-18T22:04:22.1535159Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-18T22:04:22.1535563Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-18T22:04:22.1536108Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-18T22:04:22.1536494Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-18T22:04:22.1536864Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-18T22:04:22.1537257Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-18T22:04:22.1537647Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-18T22:04:22.1538002Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-18T22:04:22.1538381Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-18T22:04:22.1538794Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-18T22:04:22.1539176Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-18T22:04:22.1539538Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-18T22:04:22.1540113Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-18T22:04:22.1540505Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-18T22:04:22.1540895Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-18T22:04:22.1541293Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-18T22:04:22.1541686Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-18T22:04:22.1542073Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-18T22:04:22.1542455Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-18T22:04:22.1542850Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-18T22:04:22.1543249Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-18T22:04:22.1543618Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-18T22:04:22.1543975Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-18T22:04:22.1544325Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-18T22:04:22.1544680Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-18T22:04:22.1545042Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-18T22:04:22.1545391Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-18T22:04:22.1546054Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-18T22:04:22.1546455Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-18T22:04:22.1546879Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-18T22:04:22.1547310Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-18T22:04:22.1547711Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-18T22:04:22.1548102Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-18T22:04:22.1548496Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-18T22:04:22.1548885Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-18T22:04:22.1549286Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-18T22:04:22.1549697Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-18T22:04:22.1550085Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-18T22:04:22.1550478Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-18T22:04:22.1550890Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-18T22:04:22.1551329Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-18T22:04:22.1551757Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-18T22:04:22.1552151Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-18T22:04:22.1552567Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-18T22:04:22.1552980Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-18T22:04:22.1553392Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-18T22:04:22.1553797Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-18T22:04:22.1554197Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-18T22:04:22.1554597Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-18T22:04:22.1555005Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-18T22:04:22.1555383Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-18T22:04:22.1555853Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-18T22:04:22.1556458Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-18T22:04:22.1556869Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-18T22:04:22.1557266Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-18T22:04:22.1557665Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-18T22:04:22.1558053Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-18T22:04:22.1558428Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-18T22:04:22.1558804Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-18T22:04:22.1559189Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-18T22:04:22.1559581Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-18T22:04:22.1560003Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-18T22:04:22.1560453Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-18T22:04:22.1560855Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-18T22:04:22.1561226Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-18T22:04:22.1561619Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-18T22:04:22.1562040Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-18T22:04:22.1562605Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-18T22:04:22.1562984Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-18T22:04:22.1563324Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-18T22:04:22.1563739Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-18T22:04:22.1564170Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-18T22:04:22.1564583Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-18T22:04:22.1564963Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-18T22:04:22.1565345Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-18T22:04:22.1565868Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-18T22:04:22.1566301Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-18T22:04:22.1566772Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-18T22:04:22.1567185Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-18T22:04:22.1567553Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-18T22:04:22.1567913Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-18T22:04:22.1568355Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-18T22:04:22.1568861Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-18T22:04:22.1569302Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-18T22:04:22.1569675Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-18T22:04:22.1570137Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-18T22:04:22.1570674Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-18T22:04:22.1571182Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-18T22:04:22.1571619Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-18T22:04:22.1571981Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-18T22:04:22.1572358Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-18T22:04:22.1572765Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-18T22:04:22.1573395Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-18T22:04:22.1573820Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-18T22:04:22.1574191Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-18T22:04:22.1574569Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-18T22:04:22.1574965Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-18T22:04:22.1575370Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-18T22:04:22.1575882Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-18T22:04:22.1576287Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-18T22:04:22.1576682Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-18T22:04:22.1577075Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-18T22:04:22.1577498Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-18T22:04:22.1577945Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-18T22:04:22.1578367Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-18T22:04:22.1578756Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-18T22:04:22.1579292Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-18T22:04:22.1579667Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-18T22:04:22.1580042Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-18T22:04:22.1580432Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-18T22:04:22.1580847Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-18T22:04:22.1581315Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-18T22:04:22.1581767Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-18T22:04:22.1582172Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-18T22:04:22.1582561Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-18T22:04:22.1582942Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-18T22:04:22.1583320Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-18T22:04:22.1583689Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-18T22:04:22.1584076Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-18T22:04:22.1584463Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-18T22:04:22.1584905Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-18T22:04:22.1585379Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-18T22:04:22.1585974Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-18T22:04:22.1586499Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-18T22:04:22.1587012Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-18T22:04:22.1587515Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-18T22:04:22.1587959Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-18T22:04:22.1588320Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-18T22:04:22.1588686Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-18T22:04:22.1589062Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-18T22:04:22.1589440Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-18T22:04:22.1590014Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-18T22:04:22.1590415Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-18T22:04:22.1590797Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-18T22:04:22.1591182Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-18T22:04:22.1591560Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-18T22:04:22.1591941Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-18T22:04:22.1592335Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-18T22:04:22.1592727Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-18T22:04:22.1593145Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-18T22:04:22.1593581Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-18T22:04:22.1594002Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-18T22:04:22.1594415Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-18T22:04:22.1594817Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-18T22:04:22.1595228Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-18T22:04:22.1595929Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-18T22:04:22.1596330Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-18T22:04:22.1596694Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-18T22:04:22.1597201Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:04:22.1597718Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-18T22:04:22.1598097Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-18T22:04:22.1598472Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-18T22:04:22.1598836Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-18T22:04:22.1599227Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-18T22:04:22.1599661Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-18T22:04:22.1600092Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-18T22:04:22.1600528Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-18T22:04:22.1600928Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-18T22:04:22.1601331Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-18T22:04:22.1601750Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-18T22:04:22.1602167Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-18T22:04:22.1602556Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-18T22:04:22.1602989Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-18T22:04:22.1603482Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-18T22:04:22.1603988Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-18T22:04:22.1604439Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-18T22:04:22.1604850Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-18T22:04:22.1605257Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-18T22:04:22.1605865Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-18T22:04:22.1606581Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-18T22:04:22.1607012Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-18T22:04:22.1607449Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-18T22:04:22.1607907Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-18T22:04:22.1608311Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-18T22:04:22.1608678Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-18T22:04:22.1609028Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-18T22:04:22.1609398Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-18T22:04:22.1609781Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-18T22:04:22.1610146Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-18T22:04:22.1610501Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-18T22:04:22.1610866Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-18T22:04:22.1611229Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-18T22:04:22.1611585Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-18T22:04:22.1611954Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-18T22:04:22.1612306Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-18T22:04:22.1612878Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-18T22:04:22.1613268Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-18T22:04:22.1613629Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-18T22:04:22.1613991Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-18T22:04:22.1614350Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-18T22:04:22.1614719Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-18T22:04:22.1615093Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-18T22:04:22.1615459Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-18T22:04:22.1615981Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-18T22:04:22.1616355Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-18T22:04:22.1616779Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-18T22:04:22.1617212Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-18T22:04:22.1617621Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-18T22:04:22.1617984Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-18T22:04:22.1618367Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-18T22:04:22.1618796Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-18T22:04:22.1619199Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-18T22:04:22.1619561Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-18T22:04:22.1619929Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-18T22:04:22.1620290Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-18T22:04:22.1620637Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-18T22:04:22.1620982Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-18T22:04:22.1621337Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-18T22:04:22.1621710Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-18T22:04:22.1622071Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-18T22:04:22.1622421Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-18T22:04:22.1623000Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-18T22:04:22.1623398Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-18T22:04:22.1623804Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-18T22:04:22.1624204Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-18T22:04:22.1624603Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-18T22:04:22.1625002Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-18T22:04:22.1625417Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-18T22:04:22.1626052Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-18T22:04:22.1626669Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-18T22:04:22.1627323Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-18T22:04:22.1627869Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-18T22:04:22.1628345Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-18T22:04:22.1628804Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-18T22:04:22.1629481Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-18T22:04:22.1630101Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-18T22:04:22.1630666Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-18T22:04:22.1631166Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-18T22:04:22.1631613Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-18T22:04:22.1631983Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-18T22:04:22.1632388Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-18T22:04:22.1632761Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-18T22:04:22.1633141Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-18T22:04:22.1633533Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-18T22:04:22.1633924Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-18T22:04:22.1634312Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-18T22:04:22.1634695Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-18T22:04:22.1635083Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-18T22:04:22.1635464Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-18T22:04:22.1636045Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-18T22:04:22.1636427Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-18T22:04:22.1636843Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-18T22:04:22.1637236Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-18T22:04:22.1637654Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-18T22:04:22.1638066Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-18T22:04:22.1638435Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-18T22:04:22.1638827Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-18T22:04:22.1639239Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-18T22:04:22.1639857Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-18T22:04:22.1640311Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-18T22:04:22.1640739Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-18T22:04:22.1641110Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-18T22:04:22.1641479Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-18T22:04:22.1641864Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-18T22:04:22.1642233Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-18T22:04:22.1642622Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-18T22:04:22.1643012Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-18T22:04:22.1643394Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-18T22:04:22.1643779Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-18T22:04:22.1644146Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-18T22:04:22.1644514Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-18T22:04:22.1645062Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:04:22.1645913Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:04:22.1646753Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:04:22.1647425Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:04:22.1647954Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-18T22:04:22.1648345Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-18T22:04:22.1648754Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-18T22:04:22.1649160Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-18T22:04:22.1649536Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-18T22:04:22.1649909Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-18T22:04:22.1650284Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-18T22:04:22.1650660Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-18T22:04:22.1651037Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-18T22:04:22.1651412Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-18T22:04:22.1651788Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-18T22:04:22.1652175Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-18T22:04:22.1652584Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-18T22:04:22.1652983Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-18T22:04:22.1653376Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-18T22:04:22.1653762Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-18T22:04:22.1654139Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-18T22:04:22.1654534Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-18T22:04:22.1654940Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-18T22:04:22.1655335Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-18T22:04:22.1655852Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-18T22:04:22.1656252Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-18T22:04:22.1656887Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-18T22:04:22.1657340Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-18T22:04:22.1657742Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-18T22:04:22.1658181Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-18T22:04:22.1658643Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-18T22:04:22.1659049Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-18T22:04:22.1659421Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-18T22:04:22.1659801Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-18T22:04:22.1660196Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-18T22:04:22.1660610Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-18T22:04:22.1661014Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-18T22:04:22.1661395Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-18T22:04:22.1661787Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-18T22:04:22.1662254Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-18T22:04:22.1662842Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-18T22:04:22.1663242Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-18T22:04:22.1663651Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-18T22:04:22.1664101Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-18T22:04:22.1664546Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-18T22:04:22.1665022Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-18T22:04:22.1665511Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-18T22:04:22.1666183Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-18T22:04:22.1666627Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-18T22:04:22.1667028Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-18T22:04:22.1667418Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-18T22:04:22.1667835Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-18T22:04:22.1668220Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-18T22:04:22.1668595Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-18T22:04:22.1669009Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-18T22:04:22.1669411Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-18T22:04:22.1669818Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-18T22:04:22.1670239Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-18T22:04:22.1670633Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-18T22:04:22.1671012Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-18T22:04:22.1671377Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-18T22:04:22.1671732Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-18T22:04:22.1672117Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-18T22:04:22.1672537Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-18T22:04:22.1673123Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-18T22:04:22.1673594Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-18T22:04:22.1674047Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-18T22:04:22.1674452Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-18T22:04:22.1674888Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-18T22:04:22.1675313Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-18T22:04:22.1675865Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-18T22:04:22.1676291Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-18T22:04:22.1676647Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-18T22:04:22.1677010Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-18T22:04:22.1677408Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-18T22:04:22.1677805Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-18T22:04:22.1678187Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-18T22:04:22.1678543Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-18T22:04:22.1678891Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-18T22:04:22.1679366Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-18T22:04:22.1679852Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-18T22:04:22.1680356Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-18T22:04:22.1680742Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-18T22:04:22.1681131Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-18T22:04:22.1681536Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-18T22:04:22.1681946Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-18T22:04:22.1682355Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-18T22:04:22.1682757Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-18T22:04:22.1683172Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-18T22:04:22.1683590Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-18T22:04:22.1683964Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-18T22:04:22.1684329Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-18T22:04:22.1684689Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-18T22:04:22.1685069Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-18T22:04:22.1685496Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-18T22:04:22.1686088Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-18T22:04:22.1686492Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-18T22:04:22.1686910Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-18T22:04:22.1687350Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-18T22:04:22.1687754Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-18T22:04:22.1688122Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-18T22:04:22.1688466Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-18T22:04:22.1688812Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-18T22:04:22.1689176Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-18T22:04:22.1689734Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-18T22:04:22.1690130Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-18T22:04:22.1690526Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-18T22:04:22.1690940Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-18T22:04:22.1691397Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-18T22:04:22.1691836Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-18T22:04:22.1692209Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-18T22:04:22.1692597Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-18T22:04:22.1692981Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-18T22:04:22.1693367Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-18T22:04:22.1693750Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-18T22:04:22.1694124Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-18T22:04:22.1694566Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-18T22:04:22.1695056Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-18T22:04:22.1695477Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-18T22:04:22.1696143Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-18T22:04:22.1696524Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-18T22:04:22.1696928Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-18T22:04:22.1697314Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-18T22:04:22.1697684Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-18T22:04:22.1698085Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-18T22:04:22.1698463Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-18T22:04:22.1698811Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-18T22:04:22.1699164Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-18T22:04:22.1699566Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-18T22:04:22.1699993Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-18T22:04:22.1700373Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-18T22:04:22.1700758Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-18T22:04:22.1701201Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-18T22:04:22.1701647Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-18T22:04:22.1702083Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-18T22:04:22.1702478Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-18T22:04:22.1702989Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:04:22.1703497Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-18T22:04:22.1703894Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-18T22:04:22.1704305Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-18T22:04:22.1704735Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-18T22:04:22.1705260Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-18T22:04:22.1705967Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-18T22:04:22.1706781Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-18T22:04:22.1707449Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-18T22:04:22.1708098Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-18T22:04:22.1708730Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-18T22:04:22.1709359Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-18T22:04:22.1709940Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-18T22:04:22.1710423Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-18T22:04:22.1710869Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-18T22:04:22.1711308Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-18T22:04:22.1711736Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-18T22:04:22.1712233Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-18T22:04:22.1712664Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-18T22:04:22.1713167Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-18T22:04:22.1713536Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-18T22:04:22.1713914Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-18T22:04:22.1714294Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-18T22:04:22.1714702Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-18T22:04:22.1715120Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-18T22:04:22.1715484Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-18T22:04:22.1716009Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-18T22:04:22.1716472Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-18T22:04:22.1716957Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-18T22:04:22.1717454Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-18T22:04:22.1717941Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-18T22:04:22.1718390Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-18T22:04:22.1718802Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-18T22:04:22.1719214Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-18T22:04:22.1719632Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-18T22:04:22.1720064Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-18T22:04:22.1720490Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-18T22:04:22.1720880Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-18T22:04:22.1721267Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-18T22:04:22.1721647Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-18T22:04:22.1722025Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-18T22:04:22.1722462Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-18T22:04:22.1722902Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-18T22:04:22.1723469Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-18T22:04:22.1723916Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-18T22:04:22.1724345Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-18T22:04:22.1724794Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-18T22:04:22.1725237Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-18T22:04:22.1725791Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-18T22:04:22.1726200Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-18T22:04:22.1726576Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-18T22:04:22.1726960Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-18T22:04:22.1727329Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-18T22:04:22.1727701Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-18T22:04:22.1728101Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-18T22:04:22.1728500Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-18T22:04:22.1728926Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-18T22:04:22.1729396Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-18T22:04:22.1730020Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-18T22:04:22.1730416Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-18T22:04:22.1730766Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-18T22:04:22.1731139Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-18T22:04:22.1731532Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-18T22:04:22.1731923Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-18T22:04:22.1732353Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-18T22:04:22.1732781Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-18T22:04:22.1733231Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-18T22:04:22.1733646Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-18T22:04:22.1734036Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-18T22:04:22.1734433Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-18T22:04:22.1734974Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:04:22.1735552Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-18T22:04:22.1736146Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-18T22:04:22.1736596Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-18T22:04:22.1737023Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-18T22:04:22.1737421Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-18T22:04:22.1737810Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-18T22:04:22.1738202Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-18T22:04:22.1738601Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-18T22:04:22.1739001Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-18T22:04:22.1739379Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-18T22:04:22.1739768Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-18T22:04:22.1740371Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-18T22:04:22.1740767Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-18T22:04:22.1741175Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-18T22:04:22.1741639Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-18T22:04:22.1742069Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-18T22:04:22.1742446Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-18T22:04:22.1742818Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-18T22:04:22.1743206Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-18T22:04:22.1743581Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-18T22:04:22.1743950Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-18T22:04:22.1744384Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-18T22:04:22.1744834Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-18T22:04:22.1745238Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-18T22:04:22.1745636Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-18T22:04:22.1747406Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-18T22:04:22.1747793Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-18T22:04:22.1748167Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-18T22:04:22.1748557Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-18T22:04:22.1748956Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-18T22:04:22.1749408Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-18T22:04:22.1749858Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-18T22:04:22.1750280Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-18T22:04:22.1750683Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-18T22:04:22.1751092Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-18T22:04:22.1751523Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-18T22:04:22.1751910Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-18T22:04:22.1752265Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-18T22:04:22.1752611Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-18T22:04:22.1752977Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-18T22:04:22.1753356Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-18T22:04:22.1753713Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-18T22:04:22.1754086Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-18T22:04:22.1754483Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-18T22:04:22.1754868Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-18T22:04:22.1755227Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-18T22:04:22.1755580Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-18T22:04:22.1756159Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-18T22:04:22.1756563Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-18T22:04:22.1756942Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-18T22:04:22.1757308Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-18T22:04:22.1757853Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-18T22:04:22.1758254Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-18T22:04:22.1758632Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-18T22:04:22.1758983Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-18T22:04:22.1759356Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-18T22:04:22.1759756Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-18T22:04:22.1760136Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-18T22:04:22.1760510Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-18T22:04:22.1760885Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-18T22:04:22.1761266Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-18T22:04:22.1761676Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-18T22:04:22.1762100Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-18T22:04:22.1762502Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-18T22:04:22.1762855Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-18T22:04:22.1763197Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-18T22:04:22.1763734Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-18T22:04:22.1764156Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-18T22:04:22.1764657Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-18T22:04:22.1765128Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-18T22:04:22.1765608Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-18T22:04:22.1766277Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-18T22:04:22.1766720Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-18T22:04:22.1767100Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-18T22:04:22.1767489Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-18T22:04:22.1767882Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-18T22:04:22.1768271Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-18T22:04:22.1768658Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-18T22:04:22.1769044Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-18T22:04:22.1769417Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-18T22:04:22.1769815Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-18T22:04:22.1770259Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-18T22:04:22.1770687Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-18T22:04:22.1771061Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-18T22:04:22.1771457Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-18T22:04:22.1771884Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-18T22:04:22.1772262Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-18T22:04:22.1772611Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-18T22:04:22.1772996Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-18T22:04:22.1773449Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-18T22:04:22.1774090Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-18T22:04:22.1774519Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-18T22:04:22.1774939Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-18T22:04:22.1775368Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-18T22:04:22.1775935Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-18T22:04:22.2878140Z info: downloading installer
2025-08-18T22:04:22.5928248Z warn: It looks like you have an existing rustup settings file at:
2025-08-18T22:04:22.5928620Z warn: /home/runner/.rustup/settings.toml
2025-08-18T22:04:22.5928978Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-18T22:04:22.5929392Z warn: instead of the one inferred from the default host triple.
2025-08-18T22:04:22.6138665Z info: profile set to 'default'
2025-08-18T22:04:22.6138986Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-18T22:04:22.6139347Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-18T22:04:22.6702290Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-18T22:04:22.8620219Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-18T22:04:22.8962956Z info: downloading component 'clippy'
2025-08-18T22:04:23.0480710Z info: downloading component 'rustfmt'
2025-08-18T22:04:23.1809774Z info: downloading component 'cargo'
2025-08-18T22:04:23.3924384Z info: downloading component 'rust-std'
2025-08-18T22:04:23.8456967Z info: downloading component 'rustc'
2025-08-18T22:04:24.7844090Z info: removing previous version of component 'clippy'
2025-08-18T22:04:24.8009180Z info: removing previous version of component 'rustfmt'
2025-08-18T22:04:24.8085138Z info: removing previous version of component 'cargo'
2025-08-18T22:04:24.8315839Z info: removing previous version of component 'rust-std'
2025-08-18T22:04:24.8443273Z info: removing previous version of component 'rustc'
2025-08-18T22:04:24.8700565Z info: installing component 'clippy'
2025-08-18T22:04:25.1390986Z info: installing component 'rustfmt'
2025-08-18T22:04:25.3389319Z info: installing component 'cargo'
2025-08-18T22:04:25.9445395Z info: installing component 'rust-std'
2025-08-18T22:04:27.2691783Z info: installing component 'rustc'
2025-08-18T22:04:30.1291990Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-18T22:04:30.1292322Z 
2025-08-18T22:04:30.1361478Z   stable-aarch64-unknown-linux-gnu updated - rustc 1.89.0 (29483883e 2025-08-04) (from rustc 1.87.0 (17067e9ac 2025-05-09))
2025-08-18T22:04:30.1361898Z 
2025-08-18T22:04:30.1361902Z 
2025-08-18T22:04:30.1361988Z Rust is installed now. Great!
2025-08-18T22:04:30.1362133Z 
2025-08-18T22:04:30.1362307Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-18T22:04:30.1362704Z environment variable. This has not been done automatically.
2025-08-18T22:04:30.1362929Z 
2025-08-18T22:04:30.1363058Z To configure your current shell, you need to source
2025-08-18T22:04:30.1363347Z the corresponding env file under $HOME/.cargo.
2025-08-18T22:04:30.1363530Z 
2025-08-18T22:04:30.1363699Z This is usually done by running one of the following (note the leading DOT):
2025-08-18T22:04:30.1364085Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-18T22:04:30.1364382Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-18T22:04:30.1364671Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-18T22:04:30.1543900Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-18T22:04:30.1869143Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-18T22:04:30.1869431Z 
2025-08-18T22:04:30.1941146Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-18T22:04:30.1941676Z 
2025-08-18T22:04:30.2352581Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-18T22:04:30.2731921Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-18T22:04:30.3026589Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-18T22:04:30.3026961Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-18T22:04:30.3027317Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-18T22:04:30.3027692Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-18T22:04:30.3028080Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-18T22:04:30.3028497Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-18T22:04:30.3028860Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-18T22:04:30.3029224Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-18T22:04:30.3029567Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-18T22:04:30.3029895Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-18T22:04:30.3030268Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-18T22:04:30.3030653Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-18T22:04:30.3031041Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-18T22:04:30.3031446Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-18T22:04:30.3031841Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-18T22:04:30.3032648Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-18T22:04:30.3033048Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-18T22:04:30.3033409Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-18T22:04:30.3033786Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-18T22:04:30.3034246Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-18T22:04:30.3034702Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-18T22:04:30.3035092Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-18T22:04:30.3035512Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-18T22:04:30.3036523Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-18T22:04:30.3036882Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-18T22:04:30.3037281Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-18T22:04:30.3037716Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-18T22:04:30.3038136Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-18T22:04:30.3038540Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-18T22:04:30.3038959Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-18T22:04:30.3039390Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-18T22:04:30.3039815Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-18T22:04:30.3040246Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-18T22:04:30.3040667Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-18T22:04:30.3041113Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-18T22:04:30.3041549Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-18T22:04:30.3041959Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-18T22:04:30.3042376Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-18T22:04:30.3042770Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-18T22:04:30.3043175Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-18T22:04:30.3043937Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-18T22:04:30.3044390Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-18T22:04:30.3044796Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-18T22:04:30.3045187Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-18T22:04:30.3045645Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-18T22:04:30.3046314Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-18T22:04:30.3046784Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-18T22:04:30.3047275Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-18T22:04:30.3047721Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-18T22:04:30.3048143Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-18T22:04:30.3048564Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-18T22:04:30.3048977Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-18T22:04:30.3049394Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-18T22:04:30.3049794Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-18T22:04:30.3050347Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-18T22:04:30.3050869Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-18T22:04:30.3051241Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-18T22:04:30.3051635Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-18T22:04:30.3052042Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-18T22:04:30.3052425Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-18T22:04:30.3052835Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-18T22:04:30.3053273Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-18T22:04:30.3053696Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-18T22:04:30.3054107Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-18T22:04:30.3054537Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-18T22:04:30.3054969Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-18T22:04:30.3055371Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-18T22:04:30.3055942Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-18T22:04:30.3056395Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-18T22:04:30.3056905Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-18T22:04:30.3057409Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-18T22:04:30.3057868Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-18T22:04:30.3058282Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-18T22:04:30.3058672Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-18T22:04:30.3059062Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-18T22:04:30.3059465Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-18T22:04:30.3059862Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-18T22:04:30.3060322Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-18T22:04:30.3061167Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-18T22:04:30.3061706Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-18T22:04:30.3062199Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-18T22:04:30.3062644Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-18T22:04:30.3063041Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-18T22:04:30.3063439Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-18T22:04:30.3063848Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-18T22:04:30.3064252Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-18T22:04:30.3064636Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-18T22:04:30.3065060Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-18T22:04:30.3065488Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-18T22:04:30.3066036Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-18T22:04:30.3066409Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-18T22:04:30.3066815Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-18T22:04:30.3067377Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-18T22:04:30.3067752Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-18T22:04:30.3068123Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-18T22:04:30.3068515Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-18T22:04:30.3068905Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-18T22:04:30.3069255Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-18T22:04:30.3069637Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-18T22:04:30.3070047Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-18T22:04:30.3070438Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-18T22:04:30.3070800Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-18T22:04:30.3071161Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-18T22:04:30.3071542Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-18T22:04:30.3071926Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-18T22:04:30.3072329Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-18T22:04:30.3072725Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-18T22:04:30.3073109Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-18T22:04:30.3073498Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-18T22:04:30.3073896Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-18T22:04:30.3074297Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-18T22:04:30.3074665Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-18T22:04:30.3075020Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-18T22:04:30.3075371Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-18T22:04:30.3075900Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-18T22:04:30.3076278Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-18T22:04:30.3076630Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-18T22:04:30.3077002Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-18T22:04:30.3077661Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-18T22:04:30.3078117Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-18T22:04:30.3078555Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-18T22:04:30.3078957Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-18T22:04:30.3079346Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-18T22:04:30.3079738Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-18T22:04:30.3080123Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-18T22:04:30.3080525Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-18T22:04:30.3080928Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-18T22:04:30.3081309Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-18T22:04:30.3081706Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-18T22:04:30.3082119Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-18T22:04:30.3082555Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-18T22:04:30.3082981Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-18T22:04:30.3083368Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-18T22:04:30.3083928Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-18T22:04:30.3084339Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-18T22:04:30.3084746Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-18T22:04:30.3085148Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-18T22:04:30.3085543Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-18T22:04:30.3086117Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-18T22:04:30.3086527Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-18T22:04:30.3086906Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-18T22:04:30.3087260Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-18T22:04:30.3087626Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-18T22:04:30.3088027Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-18T22:04:30.3088422Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-18T22:04:30.3088860Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-18T22:04:30.3089252Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-18T22:04:30.3089621Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-18T22:04:30.3089999Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-18T22:04:30.3090378Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-18T22:04:30.3090766Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-18T22:04:30.3091188Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-18T22:04:30.3091630Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-18T22:04:30.3092036Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-18T22:04:30.3092409Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-18T22:04:30.3092798Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-18T22:04:30.3093217Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-18T22:04:30.3093635Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-18T22:04:30.3094227Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-18T22:04:30.3094593Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-18T22:04:30.3095012Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-18T22:04:30.3095445Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-18T22:04:30.3095970Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-18T22:04:30.3096362Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-18T22:04:30.3096738Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-18T22:04:30.3097120Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-18T22:04:30.3097543Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-18T22:04:30.3098009Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-18T22:04:30.3098424Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-18T22:04:30.3098791Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-18T22:04:30.3099153Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-18T22:04:30.3099595Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-18T22:04:30.3100100Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-18T22:04:30.3100714Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-18T22:04:30.3101091Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-18T22:04:30.3101552Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-18T22:04:30.3102085Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-18T22:04:30.3102595Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-18T22:04:30.3103039Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-18T22:04:30.3103395Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-18T22:04:30.3103772Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-18T22:04:30.3104177Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-18T22:04:30.3104600Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-18T22:04:30.3105003Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-18T22:04:30.3105379Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-18T22:04:30.3105895Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-18T22:04:30.3106307Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-18T22:04:30.3106714Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-18T22:04:30.3107112Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-18T22:04:30.3107510Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-18T22:04:30.3107904Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-18T22:04:30.3108295Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-18T22:04:30.3108719Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-18T22:04:30.3109166Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-18T22:04:30.3109594Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-18T22:04:30.3109981Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-18T22:04:30.3110352Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-18T22:04:30.3110922Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-18T22:04:30.3111315Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-18T22:04:30.3111703Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-18T22:04:30.3112122Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-18T22:04:30.3112590Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-18T22:04:30.3113043Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-18T22:04:30.3113452Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-18T22:04:30.3113845Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-18T22:04:30.3114232Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-18T22:04:30.3114609Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-18T22:04:30.3114982Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-18T22:04:30.3115369Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-18T22:04:30.3115889Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-18T22:04:30.3116343Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-18T22:04:30.3116814Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-18T22:04:30.3117437Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-18T22:04:30.3117955Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-18T22:04:30.3118469Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-18T22:04:30.3118973Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-18T22:04:30.3119420Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-18T22:04:30.3119784Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-18T22:04:30.3120147Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-18T22:04:30.3120523Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-18T22:04:30.3120901Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-18T22:04:30.3121269Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-18T22:04:30.3121657Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-18T22:04:30.3122036Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-18T22:04:30.3122419Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-18T22:04:30.3122797Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-18T22:04:30.3123174Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-18T22:04:30.3123571Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-18T22:04:30.3123962Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-18T22:04:30.3124380Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-18T22:04:30.3124817Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-18T22:04:30.3125248Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-18T22:04:30.3125788Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-18T22:04:30.3126219Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-18T22:04:30.3126628Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-18T22:04:30.3127050Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-18T22:04:30.3127621Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-18T22:04:30.3128003Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-18T22:04:30.3128515Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:04:30.3129036Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-18T22:04:30.3129405Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-18T22:04:30.3129783Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-18T22:04:30.3130144Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-18T22:04:30.3130546Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-18T22:04:30.3130988Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-18T22:04:30.3131418Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-18T22:04:30.3131856Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-18T22:04:30.3132266Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-18T22:04:30.3132668Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-18T22:04:30.3133097Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-18T22:04:30.3133668Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-18T22:04:30.3134066Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-18T22:04:30.3134492Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-18T22:04:30.3134980Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-18T22:04:30.3135476Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-18T22:04:30.3136147Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-18T22:04:30.3136563Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-18T22:04:30.3136967Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-18T22:04:30.3137443Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-18T22:04:30.3137929Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-18T22:04:30.3138346Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-18T22:04:30.3138778Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-18T22:04:30.3139229Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-18T22:04:30.3139637Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-18T22:04:30.3139997Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-18T22:04:30.3140352Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-18T22:04:30.3140723Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-18T22:04:30.3141110Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-18T22:04:30.3141475Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-18T22:04:30.3141829Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-18T22:04:30.3142206Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-18T22:04:30.3142570Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-18T22:04:30.3142927Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-18T22:04:30.3143303Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-18T22:04:30.3143659Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-18T22:04:30.3144227Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-18T22:04:30.3144636Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-18T22:04:30.3144996Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-18T22:04:30.3145354Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-18T22:04:30.3145842Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-18T22:04:30.3146216Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-18T22:04:30.3146597Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-18T22:04:30.3146959Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-18T22:04:30.3147320Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-18T22:04:30.3147696Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-18T22:04:30.3148117Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-18T22:04:30.3148551Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-18T22:04:30.3148956Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-18T22:04:30.3149325Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-18T22:04:30.3149708Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-18T22:04:30.3150155Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-18T22:04:30.3150745Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-18T22:04:30.3151106Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-18T22:04:30.3151469Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-18T22:04:30.3151825Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-18T22:04:30.3152170Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-18T22:04:30.3152519Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-18T22:04:30.3152871Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-18T22:04:30.3153241Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-18T22:04:30.3153597Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-18T22:04:30.3153945Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-18T22:04:30.3154278Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-18T22:04:30.3154651Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-18T22:04:30.3155057Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-18T22:04:30.3155455Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-18T22:04:30.3155994Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-18T22:04:30.3156400Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-18T22:04:30.3156819Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-18T22:04:30.3157322Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-18T22:04:30.3157936Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-18T22:04:30.3158559Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-18T22:04:30.3159107Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-18T22:04:30.3159583Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-18T22:04:30.3160035Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-18T22:04:30.3160553Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-18T22:04:30.3161367Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-18T22:04:30.3161957Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-18T22:04:30.3162452Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-18T22:04:30.3162897Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-18T22:04:30.3163271Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-18T22:04:30.3163643Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-18T22:04:30.3164014Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-18T22:04:30.3164392Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-18T22:04:30.3164778Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-18T22:04:30.3165167Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-18T22:04:30.3165549Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-18T22:04:30.3166077Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-18T22:04:30.3166471Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-18T22:04:30.3166847Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-18T22:04:30.3167391Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-18T22:04:30.3167765Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-18T22:04:30.3168158Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-18T22:04:30.3168553Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-18T22:04:30.3168963Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-18T22:04:30.3169382Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-18T22:04:30.3169747Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-18T22:04:30.3170140Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-18T22:04:30.3170548Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-18T22:04:30.3170957Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-18T22:04:30.3171394Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-18T22:04:30.3171820Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-18T22:04:30.3172185Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-18T22:04:30.3172551Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-18T22:04:30.3172936Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-18T22:04:30.3173311Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-18T22:04:30.3173701Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-18T22:04:30.3174092Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-18T22:04:30.3174479Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-18T22:04:30.3174859Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-18T22:04:30.3175225Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-18T22:04:30.3175594Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-18T22:04:30.3176308Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:04:30.3177025Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:04:30.3177905Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:04:30.3178593Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:04:30.3179121Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-18T22:04:30.3179503Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-18T22:04:30.3179909Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-18T22:04:30.3180309Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-18T22:04:30.3180682Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-18T22:04:30.3181054Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-18T22:04:30.3181417Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-18T22:04:30.3181799Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-18T22:04:30.3182173Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-18T22:04:30.3182549Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-18T22:04:30.3182922Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-18T22:04:30.3183307Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-18T22:04:30.3183851Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-18T22:04:30.3184246Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-18T22:04:30.3184649Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-18T22:04:30.3185036Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-18T22:04:30.3185414Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-18T22:04:30.3185929Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-18T22:04:30.3186343Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-18T22:04:30.3186742Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-18T22:04:30.3187140Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-18T22:04:30.3187533Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-18T22:04:30.3187963Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-18T22:04:30.3188395Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-18T22:04:30.3188837Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-18T22:04:30.3189275Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-18T22:04:30.3189728Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-18T22:04:30.3190143Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-18T22:04:30.3190514Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-18T22:04:30.3190894Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-18T22:04:30.3191292Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-18T22:04:30.3191701Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-18T22:04:30.3192110Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-18T22:04:30.3192485Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-18T22:04:30.3192877Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-18T22:04:30.3193344Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-18T22:04:30.3193817Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-18T22:04:30.3194479Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-18T22:04:30.3194906Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-18T22:04:30.3195358Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-18T22:04:30.3195928Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-18T22:04:30.3196424Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-18T22:04:30.3196909Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-18T22:04:30.3197351Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-18T22:04:30.3197792Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-18T22:04:30.3198189Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-18T22:04:30.3198583Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-18T22:04:30.3199001Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-18T22:04:30.3199383Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-18T22:04:30.3199755Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-18T22:04:30.3200161Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-18T22:04:30.3200726Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-18T22:04:30.3201128Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-18T22:04:30.3201547Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-18T22:04:30.3201939Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-18T22:04:30.3202311Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-18T22:04:30.3202685Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-18T22:04:30.3203037Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-18T22:04:30.3203425Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-18T22:04:30.3203842Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-18T22:04:30.3204235Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-18T22:04:30.3204685Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-18T22:04:30.3205138Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-18T22:04:30.3205536Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-18T22:04:30.3206131Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-18T22:04:30.3206554Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-18T22:04:30.3206972Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-18T22:04:30.3207378Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-18T22:04:30.3207734Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-18T22:04:30.3208097Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-18T22:04:30.3208490Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-18T22:04:30.3208890Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-18T22:04:30.3209268Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-18T22:04:30.3209627Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-18T22:04:30.3209976Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-18T22:04:30.3210320Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-18T22:04:30.3211011Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-18T22:04:30.3211535Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-18T22:04:30.3211921Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-18T22:04:30.3212302Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-18T22:04:30.3212697Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-18T22:04:30.3213112Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-18T22:04:30.3213518Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-18T22:04:30.3213920Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-18T22:04:30.3214332Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-18T22:04:30.3214745Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-18T22:04:30.3215123Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-18T22:04:30.3215487Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-18T22:04:30.3216004Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-18T22:04:30.3216380Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-18T22:04:30.3216800Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-18T22:04:30.3217388Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-18T22:04:30.3217786Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-18T22:04:30.3218206Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-18T22:04:30.3218648Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-18T22:04:30.3219047Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-18T22:04:30.3219414Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-18T22:04:30.3219760Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-18T22:04:30.3220110Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-18T22:04:30.3220477Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-18T22:04:30.3220857Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-18T22:04:30.3221237Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-18T22:04:30.3221637Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-18T22:04:30.3222055Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-18T22:04:30.3222516Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-18T22:04:30.3222953Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-18T22:04:30.3223332Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-18T22:04:30.3223719Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-18T22:04:30.3224159Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-18T22:04:30.3224553Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-18T22:04:30.3224939Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-18T22:04:30.3225320Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-18T22:04:30.3225925Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-18T22:04:30.3226436Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-18T22:04:30.3226860Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-18T22:04:30.3227238Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-18T22:04:30.3227830Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-18T22:04:30.3228244Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-18T22:04:30.3228633Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-18T22:04:30.3229005Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-18T22:04:30.3229407Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-18T22:04:30.3229788Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-18T22:04:30.3230134Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-18T22:04:30.3230489Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-18T22:04:30.3230886Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-18T22:04:30.3231310Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-18T22:04:30.3231693Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-18T22:04:30.3232077Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-18T22:04:30.3232518Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-18T22:04:30.3232961Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-18T22:04:30.3233526Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-18T22:04:30.3233920Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-18T22:04:30.3234433Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:04:30.3234942Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-18T22:04:30.3235334Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-18T22:04:30.3235904Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-18T22:04:30.3236341Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-18T22:04:30.3236860Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-18T22:04:30.3237438Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-18T22:04:30.3238052Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-18T22:04:30.3238702Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-18T22:04:30.3239347Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-18T22:04:30.3239977Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-18T22:04:30.3240605Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-18T22:04:30.3241186Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-18T22:04:30.3241667Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-18T22:04:30.3242111Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-18T22:04:30.3242550Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-18T22:04:30.3242977Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-18T22:04:30.3243455Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-18T22:04:30.3243890Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-18T22:04:30.3244272Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-18T22:04:30.3244819Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-18T22:04:30.3245221Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-18T22:04:30.3245603Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-18T22:04:30.3246136Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-18T22:04:30.3246551Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-18T22:04:30.3246922Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-18T22:04:30.3247309Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-18T22:04:30.3247769Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-18T22:04:30.3248259Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-18T22:04:30.3248749Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-18T22:04:30.3249240Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-18T22:04:30.3249695Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-18T22:04:30.3250115Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-18T22:04:30.3250529Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-18T22:04:30.3251092Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-18T22:04:30.3251522Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-18T22:04:30.3251949Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-18T22:04:30.3252338Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-18T22:04:30.3252721Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-18T22:04:30.3253099Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-18T22:04:30.3253474Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-18T22:04:30.3253908Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-18T22:04:30.3254350Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-18T22:04:30.3254752Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-18T22:04:30.3255168Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-18T22:04:30.3255597Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-18T22:04:30.3256176Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-18T22:04:30.3256624Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-18T22:04:30.3257060Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-18T22:04:30.3257462Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-18T22:04:30.3257832Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-18T22:04:30.3258221Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-18T22:04:30.3258587Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-18T22:04:30.3258957Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-18T22:04:30.3259360Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-18T22:04:30.3259760Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-18T22:04:30.3260187Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-18T22:04:30.3260660Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-18T22:04:30.3261321Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-18T22:04:30.3261741Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-18T22:04:30.3262094Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-18T22:04:30.3262467Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-18T22:04:30.3262861Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-18T22:04:30.3263252Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-18T22:04:30.3263641Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-18T22:04:30.3264070Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-18T22:04:30.3264518Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-18T22:04:30.3264932Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-18T22:04:30.3265321Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-18T22:04:30.3265858Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-18T22:04:30.3266407Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-18T22:04:30.3266990Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-18T22:04:30.3267443Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-18T22:04:30.3268050Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-18T22:04:30.3268474Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-18T22:04:30.3268876Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-18T22:04:30.3269265Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-18T22:04:30.3269651Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-18T22:04:30.3270052Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-18T22:04:30.3270454Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-18T22:04:30.3270834Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-18T22:04:30.3271222Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-18T22:04:30.3271630Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-18T22:04:30.3272005Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-18T22:04:30.3272414Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-18T22:04:30.3272876Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-18T22:04:30.3273300Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-18T22:04:30.3273682Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-18T22:04:30.3274062Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-18T22:04:30.3274451Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-18T22:04:30.3274825Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-18T22:04:30.3275194Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-18T22:04:30.3275628Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-18T22:04:30.3276240Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-18T22:04:30.3276653Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-18T22:04:30.3277049Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-18T22:04:30.3277453Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-18T22:04:30.3278032Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-18T22:04:30.3278428Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-18T22:04:30.3278812Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-18T22:04:30.3279214Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-18T22:04:30.3279656Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-18T22:04:30.3280111Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-18T22:04:30.3280533Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-18T22:04:30.3280935Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-18T22:04:30.3281339Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-18T22:04:30.3281773Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-18T22:04:30.3282168Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-18T22:04:30.3282526Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-18T22:04:30.3282871Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-18T22:04:30.3283235Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-18T22:04:30.3283607Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-18T22:04:30.3284144Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-18T22:04:30.3284517Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-18T22:04:30.3284911Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-18T22:04:30.3285293Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-18T22:04:30.3285649Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-18T22:04:30.3286193Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-18T22:04:30.3286578Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-18T22:04:30.3286975Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-18T22:04:30.3287352Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-18T22:04:30.3287714Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-18T22:04:30.3288083Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-18T22:04:30.3288465Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-18T22:04:30.3288880Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-18T22:04:30.3289230Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-18T22:04:30.3289602Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-18T22:04:30.3289994Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-18T22:04:30.3290378Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-18T22:04:30.3290754Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-18T22:04:30.3291128Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-18T22:04:30.3291510Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-18T22:04:30.3291913Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-18T22:04:30.3292340Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-18T22:04:30.3292738Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-18T22:04:30.3293096Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-18T22:04:30.3293443Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-18T22:04:30.3293785Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-18T22:04:30.3294443Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-18T22:04:30.3294970Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-18T22:04:30.3295440Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-18T22:04:30.3296056Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-18T22:04:30.3296570Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-18T22:04:30.3297007Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-18T22:04:30.3297390Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-18T22:04:30.3297781Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-18T22:04:30.3298171Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-18T22:04:30.3298562Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-18T22:04:30.3298953Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-18T22:04:30.3318608Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-18T22:04:30.3319169Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-18T22:04:30.3319577Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-18T22:04:30.3320385Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-18T22:04:30.3320827Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-18T22:04:30.3321206Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-18T22:04:30.3321607Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-18T22:04:30.3322033Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-18T22:04:30.3322420Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-18T22:04:30.3322772Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-18T22:04:30.3323163Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-18T22:04:30.3323616Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-18T22:04:30.3324077Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-18T22:04:30.3324501Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-18T22:04:30.3324921Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-18T22:04:30.3325351Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-18T22:04:30.3326001Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-18T22:04:30.3326339Z 
2025-08-18T22:04:30.3326344Z 
2025-08-18T22:04:30.3326726Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Monday, 2025-08-18 (10:04:30 PM)
2025-08-18T22:04:30.3327073Z 
2025-08-18T22:04:30.3327076Z 
2025-08-18T22:04:30.3327080Z 
2025-08-18T22:04:30.3327151Z [+] Continue : YES
2025-08-18T22:04:30.3327252Z 
2025-08-18T22:04:30.3327484Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-18T22:04:30.4051184Z 
2025-08-18T22:04:30.4051924Z ==> [+] Started Building at :: Monday, 2025-08-18 (10:04:30 PM) UTC
2025-08-18T22:04:30.4052199Z 
2025-08-18T22:04:30.4066508Z 
2025-08-18T22:04:30.4066805Z [+] Total RECIPES :: 1
2025-08-18T22:04:30.4066952Z 
2025-08-18T22:04:30.4148268Z 
2025-08-18T22:04:30.4149070Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml (1/1)
2025-08-18T22:04:30.4149602Z 
2025-08-18T22:04:30.5420067Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T22:04:30.5429385Z mode of '/tmp/pkgforge/ZkqwCzVOS_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-18T22:04:30.5474718Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/tailspin/official [Provided]
2025-08-18T22:04:30.5475123Z [+] Setting '.pkg_family' --> tailspin [Provided]
2025-08-18T22:04:30.5487551Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-18T22:04:30.5491659Z [00:00:00.000]➜  [+] HOST: Linux runnervmdbl46 6.11.0-1015-azure #15~24.04.1-Ubuntu SMP Thu May  1 03:01:44 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
2025-08-18T22:04:30.5519001Z [00:00:00.003]➜  
2025-08-18T22:04:30.5519473Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/ZkqwCzVOS_build.yaml
2025-08-18T22:04:30.5519888Z [00:00:00.003]➜  
2025-08-18T22:04:30.5559025Z [00:00:00.007]➜  
2025-08-18T22:04:30.5559478Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/ZkqwCzVOS_build.yaml
2025-08-18T22:04:30.5559909Z [00:00:00.007]➜  
2025-08-18T22:04:30.5639417Z [00:00:00.015]➜  
2025-08-18T22:04:30.5640476Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/tailspin/static.official.source.yaml) --> /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR [Monday, 2025-08-18 (10:04:30 PM) UTC]
2025-08-18T22:04:30.5641285Z [00:00:00.015]➜  
2025-08-18T22:04:30.5641472Z [00:00:00.015]➜  
2025-08-18T22:04:30.5642094Z [00:00:00.015]➜  
2025-08-18T22:04:30.5642374Z [00:00:00.015]➜  ###################################################################
2025-08-18T22:04:30.5648956Z [00:00:00.016]➜  #!/SBUILD ver @v1.0.0
2025-08-18T22:04:30.5650088Z [00:00:00.016]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T22:04:30.5650704Z [00:00:00.016]➜  _disabled: false
2025-08-18T22:04:30.5650959Z [00:00:00.016]➜  
2025-08-18T22:04:30.5651173Z [00:00:00.016]➜  pkg: "tailspin"
2025-08-18T22:04:30.5651504Z [00:00:00.016]➜  pkg_id: "github.com.bensadeh.tailspin"
2025-08-18T22:04:30.5651850Z [00:00:00.016]➜  pkg_type: "static"
2025-08-18T22:04:30.5652095Z [00:00:00.016]➜  category:
2025-08-18T22:04:30.5654524Z [00:00:00.016]➜    - "ConsoleOnly"
2025-08-18T22:04:30.5654982Z [00:00:00.016]➜    - "Utility"
2025-08-18T22:04:30.5655475Z [00:00:00.016]➜  description: "A log file highlighter and a drop-in replacement for tail -f"
2025-08-18T22:04:30.5656092Z [00:00:00.016]➜  distro_pkg:
2025-08-18T22:04:30.5656323Z [00:00:00.016]➜    alpine:
2025-08-18T22:04:30.5656554Z [00:00:00.016]➜      - "tailspin"
2025-08-18T22:04:30.5656825Z [00:00:00.016]➜    archlinux:
2025-08-18T22:04:30.5657060Z [00:00:00.016]➜      extra:
2025-08-18T22:04:30.5657294Z [00:00:00.016]➜        - "tailspin"
2025-08-18T22:04:30.5657557Z [00:00:00.016]➜    debian:
2025-08-18T22:04:30.5657785Z [00:00:00.016]➜      - "tailspin"
2025-08-18T22:04:30.5658019Z [00:00:00.016]➜    nixpkgs:
2025-08-18T22:04:30.5658293Z [00:00:00.016]➜      - "tailspin"
2025-08-18T22:04:30.5658593Z [00:00:00.016]➜  homepage:
2025-08-18T22:04:30.5658895Z [00:00:00.016]➜    - "https://github.com/bensadeh/tailspin"
2025-08-18T22:04:30.5659219Z [00:00:00.016]➜  license:
2025-08-18T22:04:30.5659459Z [00:00:00.016]➜    - "MIT"  
2025-08-18T22:04:30.5659734Z [00:00:00.016]➜  maintainer:
2025-08-18T22:04:30.5660050Z [00:00:00.016]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-18T22:04:30.5660386Z [00:00:00.016]➜  note:
2025-08-18T22:04:30.5660686Z [00:00:00.016]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-18T22:04:30.5661225Z [00:00:00.016]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/bensadeh/tailspin"  
2025-08-18T22:04:30.5661715Z [00:00:00.016]➜  provides:
2025-08-18T22:04:30.5661943Z [00:00:00.016]➜    - "tspin"
2025-08-18T22:04:30.5662196Z [00:00:00.016]➜    - "tailspin"
2025-08-18T22:04:30.5662433Z [00:00:00.016]➜  repology:
2025-08-18T22:04:30.5662662Z [00:00:00.016]➜    - "tailspin"
2025-08-18T22:04:30.5663224Z [00:00:00.016]➜  src_url:
2025-08-18T22:04:30.5663604Z [00:00:00.016]➜    - "https://github.com/bensadeh/tailspin"
2025-08-18T22:04:30.5663940Z [00:00:00.016]➜  tag:
2025-08-18T22:04:30.5664153Z [00:00:00.016]➜    - "log"
2025-08-18T22:04:30.5664418Z [00:00:00.016]➜    - "logfile"
2025-08-18T22:04:30.5664656Z [00:00:00.016]➜    - "tail"
2025-08-18T22:04:30.5664876Z [00:00:00.016]➜  x_exec:
2025-08-18T22:04:30.5665119Z [00:00:00.016]➜    bsys: "docker://rust"
2025-08-18T22:04:30.5665386Z [00:00:00.016]➜    host:
2025-08-18T22:04:30.5665616Z [00:00:00.016]➜      - "aarch64-Linux"
2025-08-18T22:04:30.5666121Z [00:00:00.016]➜      - "x86_64-Linux"
2025-08-18T22:04:30.5666377Z [00:00:00.016]➜    shell: "bash"
2025-08-18T22:04:30.5666612Z [00:00:00.016]➜    pkgver: |
2025-08-18T22:04:30.5666888Z [00:00:00.016]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-18T22:04:30.5667610Z [00:00:00.016]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/bensadeh/tailspin" "./TEMPREPO" &>/dev/null && \
2025-08-18T22:04:30.5668459Z [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-18T22:04:30.5669094Z [00:00:00.016]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-18T22:04:30.5669467Z [00:00:00.016]➜    run: |
2025-08-18T22:04:30.5669684Z [00:00:00.016]➜      #Build
2025-08-18T22:04:30.5670572Z [00:00:00.016]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-18T22:04:30.5671296Z [00:00:00.016]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-18T22:04:30.5671911Z [00:00:00.016]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-18T22:04:30.5672410Z [00:00:00.016]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-18T22:04:30.5672830Z [00:00:00.016]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-18T22:04:30.5673176Z [00:00:00.016]➜        bash -l -c '
2025-08-18T22:04:30.5673420Z [00:00:00.016]➜        #Setup ENV
2025-08-18T22:04:30.5673781Z [00:00:00.016]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-18T22:04:30.5674227Z [00:00:00.016]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-18T22:04:30.5674659Z [00:00:00.016]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-18T22:04:30.5675279Z [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-18T22:04:30.5676177Z [00:00:00.016]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-18T22:04:30.5676518Z [00:00:00.016]➜             export RUST_TARGET
2025-08-18T22:04:30.5676781Z [00:00:00.016]➜           else
2025-08-18T22:04:30.5677041Z [00:00:00.016]➜             rustc -Vv ; exit 1
2025-08-18T22:04:30.5677303Z [00:00:00.016]➜           fi
2025-08-18T22:04:30.5677523Z [00:00:00.016]➜         else
2025-08-18T22:04:30.5677840Z [00:00:00.016]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-18T22:04:30.5678208Z [00:00:00.016]➜           rustup target add "${RUST_TARGET}"
2025-08-18T22:04:30.5678485Z [00:00:00.016]➜         fi
2025-08-18T22:04:30.5678725Z [00:00:00.016]➜         RUST_FLAGS=()
2025-08-18T22:04:30.5679041Z [00:00:00.016]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-18T22:04:30.5679432Z [00:00:00.016]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-18T22:04:30.5679837Z [00:00:00.016]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-18T22:04:30.5680231Z [00:00:00.016]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-18T22:04:30.5680524Z [00:00:00.016]➜         fi
2025-08-18T22:04:30.5681026Z [00:00:00.016]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-18T22:04:30.5681442Z [00:00:00.016]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-18T22:04:30.5681761Z [00:00:00.016]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-18T22:04:30.5682076Z [00:00:00.016]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-18T22:04:30.5682420Z [00:00:00.016]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-18T22:04:30.5682743Z [00:00:00.016]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-18T22:04:30.5683074Z [00:00:00.016]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-18T22:04:30.5683442Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-18T22:04:30.5683815Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-18T22:04:30.5684166Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-18T22:04:30.5684554Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-18T22:04:30.5684913Z [00:00:00.016]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-18T22:04:30.5685273Z [00:00:00.016]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-18T22:04:30.5685557Z [00:00:00.016]➜        #Build
2025-08-18T22:04:30.5686286Z [00:00:00.016]➜         git clone --filter "blob:none" --quiet "https://github.com/bensadeh/tailspin" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-18T22:04:30.5686818Z [00:00:00.016]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-18T22:04:30.5687412Z [00:00:00.016]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-18T22:04:30.5688042Z [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-18T22:04:30.5688628Z [00:00:00.016]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-18T22:04:30.5689158Z [00:00:00.016]➜         cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-18T22:04:30.5689734Z [00:00:00.016]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-18T22:04:30.5690094Z [00:00:00.016]➜        #Copy
2025-08-18T22:04:30.5691037Z [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-18T22:04:30.5692309Z [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-18T22:04:30.5692949Z [00:00:00.016]➜         cp -fv "/build-bins/tspin" "/build-bins/tailspin"
2025-08-18T22:04:30.5693261Z [00:00:00.016]➜        #Strip 
2025-08-18T22:04:30.5693755Z [00:00:00.016]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-18T22:04:30.5694442Z [00:00:00.016]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-18T22:04:30.5695124Z [00:00:00.016]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-18T22:04:30.5695818Z [00:00:00.016]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-18T22:04:30.5696436Z [00:00:00.016]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-18T22:04:30.5696863Z [00:00:00.016]➜         popd &>/dev/null
2025-08-18T22:04:30.5697123Z [00:00:00.016]➜        '
2025-08-18T22:04:30.5697346Z [00:00:00.016]➜      #Copy & Meta
2025-08-18T22:04:30.5697701Z [00:00:00.016]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-18T22:04:30.5698243Z [00:00:00.016]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-18T22:04:30.5699505Z [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-18T22:04:30.5700331Z [00:00:00.016]➜  
2025-08-18T22:04:30.5700520Z [00:00:00.016]➜  
2025-08-18T22:04:30.5700787Z [00:00:00.016]➜  ###################################################################
2025-08-18T22:04:30.5701074Z [00:00:00.016]➜  
2025-08-18T22:04:30.5701255Z [00:00:00.016]➜  
2025-08-18T22:04:30.5701438Z [00:00:00.016]➜  
2025-08-18T22:04:30.5701939Z [00:00:00.017]➜  '/tmp/pkgforge/ZkqwCzVOS_build.yaml' -> '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-18T22:04:31.9692097Z [00:00:01.420]➜  '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/tailspin.static.version' -> '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/tailspin.version'
2025-08-18T22:04:31.9742078Z [00:00:01.425]➜  [+] Version: HEAD-b012c56-250818T091402 ('.x_exec.pkgver') [/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/tailspin.static.version]
2025-08-18T22:04:31.9930957Z [00:00:01.444]➜  [+] Progs: tailspin tspin
2025-08-18T22:04:32.5078967Z [00:00:01.959]➜  
2025-08-18T22:04:32.5079382Z [00:00:01.959]➜  [-] Missing packages. Found: 
2025-08-18T22:04:32.5079708Z [00:00:01.959]➜  [+] Expected: tailspin tspin
2025-08-18T22:04:32.5080003Z [00:00:01.959]➜  [+] Continuing with build...
2025-08-18T22:04:32.5080665Z [00:00:01.959]➜  
2025-08-18T22:04:32.8391155Z [00:00:02.290]➜  
2025-08-18T22:04:32.8391442Z [00:00:02.290]➜  
2025-08-18T22:04:32.8469935Z [00:00:02.298]➜  + mkdir -pv /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-18T22:04:32.8488965Z [00:00:02.299]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=tailspin -e PKG_ID=github.com.bensadeh.tailspin -e PKG_TYPE=static -e PKG_VER=HEAD-b012c56-250818T091402 -e PKGVER=HEAD-b012c56-250818T091402 -e SBUILD_PKG=tailspin.static -e SBUILD_PKGVER=HEAD-b012c56-250818T091402 --volume /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-18T22:04:32.8491206Z [00:00:02.299]➜    #Setup ENV
2025-08-18T22:04:32.8491603Z [00:00:02.299]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-18T22:04:32.8492069Z [00:00:02.299]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-18T22:04:32.8492474Z [00:00:02.299]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-18T22:04:32.8493082Z [00:00:02.299]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-18T22:04:32.8493623Z [00:00:02.299]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-18T22:04:32.8493942Z [00:00:02.299]➜         export RUST_TARGET
2025-08-18T22:04:32.8494205Z [00:00:02.299]➜       else
2025-08-18T22:04:32.8494440Z [00:00:02.299]➜         rustc -Vv ; exit 1
2025-08-18T22:04:32.8494690Z [00:00:02.300]➜       fi
2025-08-18T22:04:32.8494901Z [00:00:02.300]➜     else
2025-08-18T22:04:32.8495227Z [00:00:02.300]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-18T22:04:32.8495596Z [00:00:02.300]➜       rustup target add "${RUST_TARGET}"
2025-08-18T22:04:32.8496078Z [00:00:02.300]➜     fi
2025-08-18T22:04:32.8496314Z [00:00:02.300]➜     RUST_FLAGS=()
2025-08-18T22:04:32.8496627Z [00:00:02.300]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-18T22:04:32.8497015Z [00:00:02.300]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-18T22:04:32.8497420Z [00:00:02.300]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-18T22:04:32.8497841Z [00:00:02.300]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-18T22:04:32.8498128Z [00:00:02.300]➜     fi
2025-08-18T22:04:32.8498387Z [00:00:02.300]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-18T22:04:32.8499083Z [00:00:02.300]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-18T22:04:32.8499487Z [00:00:02.300]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-18T22:04:32.8499789Z [00:00:02.300]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-18T22:04:32.8500110Z [00:00:02.300]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-18T22:04:32.8500428Z [00:00:02.300]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-18T22:04:32.8500754Z [00:00:02.300]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-18T22:04:32.8501107Z [00:00:02.300]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-18T22:04:32.8501476Z [00:00:02.300]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-18T22:04:32.8501819Z [00:00:02.300]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-18T22:04:32.8502149Z [00:00:02.300]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-18T22:04:32.8502499Z [00:00:02.300]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-18T22:04:32.8502859Z [00:00:02.300]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-18T22:04:32.8503133Z [00:00:02.300]➜    #Build
2025-08-18T22:04:32.8503662Z [00:00:02.300]➜     git clone --filter "blob:none" --quiet "https://github.com/bensadeh/tailspin" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-18T22:04:32.8504182Z [00:00:02.300]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-18T22:04:32.8504507Z [00:00:02.300]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-18T22:04:32.8505124Z [00:00:02.300]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-18T22:04:32.8506213Z [00:00:02.300]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-18T22:04:32.8506734Z [00:00:02.300]➜     cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-18T22:04:32.8507296Z [00:00:02.300]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-18T22:04:32.8507658Z [00:00:02.300]➜    #Copy
2025-08-18T22:04:32.8508621Z [00:00:02.300]➜     find "./target/${RUST_TARGET}/release" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-18T22:04:32.8509853Z [00:00:02.300]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-18T22:04:32.8510494Z [00:00:02.300]➜     cp -fv "/build-bins/tspin" "/build-bins/tailspin"
2025-08-18T22:04:32.8510792Z [00:00:02.300]➜    #Strip 
2025-08-18T22:04:32.8511265Z [00:00:02.300]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-18T22:04:32.8511939Z [00:00:02.300]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-18T22:04:32.8512621Z [00:00:02.300]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-18T22:04:32.8513206Z [00:00:02.300]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-18T22:04:32.8513751Z [00:00:02.300]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-18T22:04:32.8514160Z [00:00:02.300]➜     popd &>/dev/null
2025-08-18T22:04:32.8514400Z [00:00:02.300]➜    '
2025-08-18T22:04:33.3736486Z [00:00:02.824]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-18T22:04:33.5246534Z [00:00:02.975]➜  b2e6f696af52: Pulling fs layer
2025-08-18T22:04:33.5246907Z [00:00:02.975]➜  d4a1d5d7b706: Pulling fs layer
2025-08-18T22:04:33.5247212Z [00:00:02.975]➜  528f6872ed5d: Pulling fs layer
2025-08-18T22:04:33.5247512Z [00:00:02.975]➜  c0ae0f48cd04: Pulling fs layer
2025-08-18T22:04:33.5247813Z [00:00:02.975]➜  1be6e3faca7e: Pulling fs layer
2025-08-18T22:04:33.5248492Z [00:00:02.975]➜  1289f0770c38: Pulling fs layer
2025-08-18T22:04:33.5248837Z [00:00:02.975]➜  c0ae0f48cd04: Waiting
2025-08-18T22:04:33.5249102Z [00:00:02.975]➜  1be6e3faca7e: Waiting
2025-08-18T22:04:33.5249358Z [00:00:02.975]➜  1289f0770c38: Waiting
2025-08-18T22:04:33.6890337Z [00:00:03.140]➜  528f6872ed5d: Verifying Checksum
2025-08-18T22:04:33.6890762Z [00:00:03.140]➜  528f6872ed5d: Download complete
2025-08-18T22:04:33.7721821Z [00:00:03.223]➜  b2e6f696af52: Verifying Checksum
2025-08-18T22:04:33.7725426Z [00:00:03.223]➜  b2e6f696af52: Download complete
2025-08-18T22:04:33.7826061Z [00:00:03.233]➜  d4a1d5d7b706: Verifying Checksum
2025-08-18T22:04:33.8681401Z [00:00:03.319]➜  b2e6f696af52: Pull complete
2025-08-18T22:04:33.9270450Z [00:00:03.378]➜  1289f0770c38: Verifying Checksum
2025-08-18T22:04:33.9270846Z [00:00:03.378]➜  1289f0770c38: Download complete
2025-08-18T22:04:34.2185789Z [00:00:03.669]➜  1be6e3faca7e: Verifying Checksum
2025-08-18T22:04:34.2187498Z [00:00:03.669]➜  1be6e3faca7e: Download complete
2025-08-18T22:04:41.2829923Z [00:00:10.734]➜  c0ae0f48cd04: Verifying Checksum
2025-08-18T22:04:41.2830364Z [00:00:10.734]➜  c0ae0f48cd04: Download complete
2025-08-18T22:04:44.5772006Z [00:00:14.028]➜  d4a1d5d7b706: Pull complete
2025-08-18T22:04:50.8779141Z [00:00:20.329]➜  528f6872ed5d: Pull complete
2025-08-18T22:06:13.3459547Z [00:01:42.797]➜  c0ae0f48cd04: Pull complete
2025-08-18T22:06:21.2291565Z [00:01:50.680]➜  1be6e3faca7e: Pull complete
2025-08-18T22:06:21.2878625Z [00:01:50.739]➜  1289f0770c38: Pull complete
2025-08-18T22:06:21.3119389Z [00:01:50.763]➜  Digest: sha256:63840bcb220a08a2cec04f73baf13d38d0b6e55d564a31f426615f1d2b358e58
2025-08-18T22:06:21.3214460Z [00:01:50.772]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-18T22:06:21.6205972Z [00:01:51.071]➜  + mkdir -p /build-bins
2025-08-18T22:06:21.6226240Z [00:01:51.073]➜  ++ mktemp -d
2025-08-18T22:06:21.6250207Z [00:01:51.076]➜  + pushd /tmp/tmp.vTUD5ZknJe
2025-08-18T22:06:21.6251320Z [00:01:51.076]➜  + [[ -s /root/.cargo/env ]]
2025-08-18T22:06:21.6251656Z [00:01:51.076]➜  + source /root/.cargo/env
2025-08-18T22:06:21.6251936Z [00:01:51.076]➜  ++ case ":${PATH}:" in
2025-08-18T22:06:21.6259086Z [00:01:51.077]➜  ++ uname -m
2025-08-18T22:06:21.6259496Z [00:01:51.077]➜  ++ tr -d '[:space:]'
2025-08-18T22:06:21.6276165Z [00:01:51.078]➜  + [[ aarch64 == riscv64 ]]
2025-08-18T22:06:21.6277761Z [00:01:51.079]➜  ++ uname -m
2025-08-18T22:06:21.6293981Z [00:01:51.080]➜  + export RUST_TARGET=aarch64-unknown-linux-musl
2025-08-18T22:06:21.6294454Z [00:01:51.080]➜  + RUST_TARGET=aarch64-unknown-linux-musl
2025-08-18T22:06:21.6294861Z [00:01:51.080]➜  + rustup target add aarch64-unknown-linux-musl
2025-08-18T22:06:21.7990101Z [00:01:51.250]➜  info: component 'rust-std' for target 'aarch64-unknown-linux-musl' is up to date
2025-08-18T22:06:21.8011175Z [00:01:51.252]➜  + RUST_FLAGS=()
2025-08-18T22:06:21.8011603Z [00:01:51.252]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-18T22:06:21.8012419Z [00:01:51.252]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-18T22:06:21.8014231Z [00:01:51.252]➜  + echo aarch64-unknown-linux-musl
2025-08-18T22:06:21.8014622Z [00:01:51.252]➜  + grep -Eqiv 'alpine|gnu'
2025-08-18T22:06:21.8026859Z [00:01:51.253]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-18T22:06:21.8027269Z [00:01:51.253]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-18T22:06:21.8027604Z [00:01:51.253]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-18T22:06:21.8027949Z [00:01:51.254]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-18T22:06:21.8028247Z [00:01:51.254]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-18T22:06:21.8028562Z [00:01:51.254]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-18T22:06:21.8028875Z [00:01:51.254]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-18T22:06:21.8029183Z [00:01:51.254]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-18T22:06:21.8029532Z [00:01:51.254]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-18T22:06:21.8033480Z [00:01:51.254]➜  ++ which mold
2025-08-18T22:06:21.8058976Z [00:01:51.257]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-18T22:06:21.8059372Z [00:01:51.257]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-18T22:06:21.8059714Z [00:01:51.257]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-18T22:06:21.8060072Z [00:01:51.257]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-18T22:06:21.8064298Z [00:01:51.257]➜  + export 'RUSTFLAGS=-C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none'
2025-08-18T22:06:21.8067337Z [00:01:51.257]➜  + RUSTFLAGS='-C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none'
2025-08-18T22:06:21.8068698Z [00:01:51.257]➜  + git clone --filter blob:none --quiet https://github.com/bensadeh/tailspin ./TEMPREPO
2025-08-18T22:06:22.6033307Z [00:01:52.054]➜  + cd ./TEMPREPO/
2025-08-18T22:06:22.6033758Z [00:01:52.054]➜  + echo -e '\n[+] Target: aarch64-unknown-linux-musl'
2025-08-18T22:06:22.6035269Z [00:01:52.054]➜  + echo -e '[+] Flags: -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none\n'
2025-08-18T22:06:22.6036634Z [00:01:52.054]➜  
2025-08-18T22:06:22.6036898Z [00:01:52.054]➜  [+] Target: aarch64-unknown-linux-musl
2025-08-18T22:06:22.6038266Z [00:01:52.054]➜  [+] Flags: -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none
2025-08-18T22:06:22.6039372Z [00:01:52.054]➜  
2025-08-18T22:06:22.6039704Z [00:01:52.054]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-18T22:06:22.6043932Z [00:01:52.055]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-18T22:06:22.6044465Z [00:01:52.055]➜  + rm -rvf ./.cargo rust-toolchain.toml
2025-08-18T22:06:22.6059564Z [00:01:52.057]➜  removed 'rust-toolchain.toml'
2025-08-18T22:06:22.6064364Z [00:01:52.057]➜  ++ nproc
2025-08-18T22:06:22.6081000Z [00:01:52.059]➜  + cargo build --target aarch64-unknown-linux-musl --release --jobs=5 --keep-going --verbose
2025-08-18T22:06:22.7438688Z [00:01:52.195]➜      Updating crates.io index
2025-08-18T22:06:23.5631904Z [00:01:53.014]➜   Downloading crates ...
2025-08-18T22:06:23.8666928Z [00:01:53.317]➜    Downloaded anstyle-parse v0.2.6
2025-08-18T22:06:23.8797073Z [00:01:53.330]➜    Downloaded async-trait v0.1.89
2025-08-18T22:06:23.8892115Z [00:01:53.340]➜    Downloaded adler2 v2.0.0
2025-08-18T22:06:23.8907798Z [00:01:53.342]➜    Downloaded addr2line v0.24.2
2025-08-18T22:06:23.8931589Z [00:01:53.344]➜    Downloaded cfg_aliases v0.2.1
2025-08-18T22:06:23.8945534Z [00:01:53.345]➜    Downloaded anstyle-query v1.1.2
2025-08-18T22:06:23.8961671Z [00:01:53.347]➜    Downloaded toml_writer v1.0.2
2025-08-18T22:06:23.8978976Z [00:01:53.349]➜    Downloaded anstyle v1.0.10
2025-08-18T22:06:23.8998568Z [00:01:53.351]➜    Downloaded ctrlc v3.4.7
2025-08-18T22:06:23.9022957Z [00:01:53.353]➜    Downloaded errno v0.3.12
2025-08-18T22:06:23.9040193Z [00:01:53.355]➜    Downloaded crossbeam-deque v0.8.6
2025-08-18T22:06:23.9056734Z [00:01:53.356]➜    Downloaded dirs v6.0.0
2025-08-18T22:06:23.9070292Z [00:01:53.358]➜    Downloaded bitflags v1.3.2
2025-08-18T22:06:23.9101454Z [00:01:53.361]➜    Downloaded toml_parser v1.0.2
2025-08-18T22:06:23.9127630Z [00:01:53.364]➜    Downloaded anstream v0.6.18
2025-08-18T22:06:23.9155083Z [00:01:53.366]➜    Downloaded thiserror-impl v2.0.15
2025-08-18T22:06:23.9169067Z [00:01:53.368]➜    Downloaded equivalent v1.0.2
2025-08-18T22:06:23.9179676Z [00:01:53.369]➜    Downloaded backtrace-ext v0.2.1
2025-08-18T22:06:23.9191434Z [00:01:53.370]➜    Downloaded autocfg v1.4.0
2025-08-18T22:06:23.9222028Z [00:01:53.373]➜    Downloaded unicode-linebreak v0.1.5
2025-08-18T22:06:23.9293846Z [00:01:53.380]➜    Downloaded winsplit v0.1.0
2025-08-18T22:06:23.9305853Z [00:01:53.381]➜    Downloaded utf8parse v0.2.2
2025-08-18T22:06:23.9363001Z [00:01:53.387]➜    Downloaded walkdir v2.5.0
2025-08-18T22:06:23.9384623Z [00:01:53.389]➜    Downloaded unicode-ident v1.0.18
2025-08-18T22:06:23.9411870Z [00:01:53.392]➜    Downloaded toml_datetime v0.7.0
2025-08-18T22:06:23.9428133Z [00:01:53.394]➜    Downloaded uuid v1.18.0
2025-08-18T22:06:23.9457078Z [00:01:53.396]➜    Downloaded tokio-macros v2.5.0
2025-08-18T22:06:23.9514543Z [00:01:53.402]➜    Downloaded crossbeam-utils v0.8.21
2025-08-18T22:06:23.9543370Z [00:01:53.405]➜    Downloaded clap v4.5.45
2025-08-18T22:06:23.9610238Z [00:01:53.412]➜    Downloaded unicode-width v0.2.0
2025-08-18T22:06:23.9669395Z [00:01:53.418]➜    Downloaded is_terminal_polyfill v1.70.1
2025-08-18T22:06:23.9681075Z [00:01:53.419]➜    Downloaded unicode-width v0.1.14
2025-08-18T22:06:23.9737717Z [00:01:53.425]➜    Downloaded winnow v0.7.10
2025-08-18T22:06:23.9819944Z [00:01:53.433]➜    Downloaded parking_lot v0.12.4
2025-08-18T22:06:23.9843987Z [00:01:53.435]➜    Downloaded fastrand v2.3.0
2025-08-18T22:06:23.9861279Z [00:01:53.437]➜    Downloaded notify v5.2.0
2025-08-18T22:06:23.9882244Z [00:01:53.439]➜    Downloaded filetime v0.2.25
2025-08-18T22:06:23.9899466Z [00:01:53.441]➜    Downloaded is_ci v1.2.0
2025-08-18T22:06:23.9910316Z [00:01:53.442]➜    Downloaded nu-ansi-term v0.50.1
2025-08-18T22:06:23.9931261Z [00:01:53.444]➜    Downloaded dirs-sys v0.5.0
2025-08-18T22:06:23.9941957Z [00:01:53.445]➜    Downloaded crossbeam-epoch v0.9.18
2025-08-18T22:06:23.9969481Z [00:01:53.448]➜    Downloaded crossbeam-channel v0.5.15
2025-08-18T22:06:24.0009144Z [00:01:53.452]➜    Downloaded serde_derive v1.0.219
2025-08-18T22:06:24.0033700Z [00:01:53.454]➜    Downloaded clap_lex v0.7.4
2025-08-18T22:06:24.0047889Z [00:01:53.456]➜    Downloaded rustc-demangle v0.1.24
2025-08-18T22:06:24.0064035Z [00:01:53.457]➜    Downloaded proc-macro2 v1.0.95
2025-08-18T22:06:24.0086397Z [00:01:53.459]➜    Downloaded log v0.4.27
2025-08-18T22:06:24.0111181Z [00:01:53.462]➜    Downloaded memchr v2.7.5
2025-08-18T22:06:24.0158215Z [00:01:53.467]➜    Downloaded tempfile v3.20.0
2025-08-18T22:06:24.0189362Z [00:01:53.470]➜    Downloaded thiserror v2.0.15
2025-08-18T22:06:24.0241546Z [00:01:53.475]➜    Downloaded terminal_size v0.4.2
2025-08-18T22:06:24.0255129Z [00:01:53.476]➜    Downloaded same-file v1.0.6
2025-08-18T22:06:24.0267469Z [00:01:53.478]➜    Downloaded toml v0.9.5
2025-08-18T22:06:24.0310038Z [00:01:53.482]➜    Downloaded itoa v1.0.15
2025-08-18T22:06:24.0325949Z [00:01:53.483]➜    Downloaded supports-unicode v3.0.0
2025-08-18T22:06:24.0335843Z [00:01:53.484]➜    Downloaded miette-derive v7.6.0
2025-08-18T22:06:24.0350869Z [00:01:53.486]➜    Downloaded miniz_oxide v0.8.8
2025-08-18T22:06:24.0375625Z [00:01:53.488]➜    Downloaded bytes v1.10.1
2025-08-18T22:06:24.0411980Z [00:01:53.492]➜    Downloaded supports-hyperlinks v3.1.0
2025-08-18T22:06:24.0420739Z [00:01:53.493]➜    Downloaded serde_spanned v1.0.0
2025-08-18T22:06:24.0431991Z [00:01:53.494]➜    Downloaded pin-utils v0.1.0
2025-08-18T22:06:24.0446780Z [00:01:53.495]➜    Downloaded slab v0.4.9
2025-08-18T22:06:24.0463250Z [00:01:53.497]➜    Downloaded either v1.15.0
2025-08-18T22:06:24.0477315Z [00:01:53.499]➜    Downloaded shellexpand v3.1.1
2025-08-18T22:06:24.0495041Z [00:01:53.500]➜    Downloaded signal-hook-registry v1.4.5
2025-08-18T22:06:24.0506614Z [00:01:53.501]➜    Downloaded supports-color v3.0.2
2025-08-18T22:06:24.0518490Z [00:01:53.503]➜    Downloaded quote v1.0.40
2025-08-18T22:06:24.0538768Z [00:01:53.505]➜    Downloaded pin-project-lite v0.2.16
2025-08-18T22:06:24.0584466Z [00:01:53.509]➜    Downloaded rayon-core v1.13.0
2025-08-18T22:06:24.0620842Z [00:01:53.513]➜    Downloaded shell-words v1.1.0
2025-08-18T22:06:24.0629942Z [00:01:53.514]➜    Downloaded ryu v1.0.20
2025-08-18T22:06:24.0660104Z [00:01:53.517]➜    Downloaded clap_complete v4.5.57
2025-08-18T22:06:24.0685784Z [00:01:53.519]➜    Downloaded smallvec v1.15.0
2025-08-18T22:06:24.0703743Z [00:01:53.521]➜    Downloaded linemux v0.3.0
2025-08-18T22:06:24.0724063Z [00:01:53.523]➜    Downloaded parking_lot_core v0.9.11
2025-08-18T22:06:24.0743762Z [00:01:53.525]➜    Downloaded clap_derive v4.5.45
2025-08-18T22:06:24.0764979Z [00:01:53.527]➜    Downloaded textwrap v0.16.2
2025-08-18T22:06:24.0790282Z [00:01:53.530]➜    Downloaded serde v1.0.219
2025-08-18T22:06:24.0821940Z [00:01:53.533]➜    Downloaded serde_json v1.0.142
2025-08-18T22:06:24.0881927Z [00:01:53.539]➜    Downloaded mio v1.0.4
2025-08-18T22:06:24.0932398Z [00:01:53.544]➜    Downloaded indexmap v2.9.0
2025-08-18T22:06:24.0967853Z [00:01:53.548]➜    Downloaded rayon v1.11.0
2025-08-18T22:06:24.1040338Z [00:01:53.555]➜    Downloaded miette v7.6.0
2025-08-18T22:06:24.1081733Z [00:01:53.559]➜    Downloaded gimli v0.31.1
2025-08-18T22:06:24.1147454Z [00:01:53.566]➜    Downloaded hashbrown v0.15.3
2025-08-18T22:06:24.1192056Z [00:01:53.570]➜    Downloaded clap_builder v4.5.44
2025-08-18T22:06:24.1247106Z [00:01:53.576]➜    Downloaded futures-util v0.3.31
2025-08-18T22:06:24.1337641Z [00:01:53.585]➜    Downloaded regex v1.11.1
2025-08-18T22:06:24.1436094Z [00:01:53.594]➜    Downloaded nix v0.30.1
2025-08-18T22:06:24.1532030Z [00:01:53.604]➜    Downloaded mio v0.8.11
2025-08-18T22:06:24.1576941Z [00:01:53.608]➜    Downloaded syn v2.0.101
2025-08-18T22:06:24.1664684Z [00:01:53.617]➜    Downloaded regex-syntax v0.8.5
2025-08-18T22:06:24.1731092Z [00:01:53.624]➜    Downloaded object v0.36.7
2025-08-18T22:06:24.1820074Z [00:01:53.633]➜    Downloaded socket2 v0.6.0
2025-08-18T22:06:24.1840141Z [00:01:53.635]➜    Downloaded owo-colors v4.2.1
2025-08-18T22:06:24.1865077Z [00:01:53.637]➜    Downloaded futures-task v0.3.31
2025-08-18T22:06:24.1876937Z [00:01:53.638]➜    Downloaded cfg-if v1.0.0
2025-08-18T22:06:24.1888166Z [00:01:53.640]➜    Downloaded scopeguard v1.2.0
2025-08-18T22:06:24.1899198Z [00:01:53.641]➜    Downloaded rustix v1.0.7
2025-08-18T22:06:24.2084639Z [00:01:53.659]➜    Downloaded once_cell v1.21.3
2025-08-18T22:06:24.2105453Z [00:01:53.661]➜    Downloaded futures-core v0.3.31
2025-08-18T22:06:24.2118059Z [00:01:53.663]➜    Downloaded strsim v0.11.1
2025-08-18T22:06:24.2129255Z [00:01:53.664]➜    Downloaded lock_api v0.4.13
2025-08-18T22:06:24.2141690Z [00:01:53.665]➜    Downloaded libc v0.2.172
2025-08-18T22:06:24.2347939Z [00:01:53.686]➜    Downloaded inotify-sys v0.1.5
2025-08-18T22:06:24.2356774Z [00:01:53.686]➜    Downloaded heck v0.5.0
2025-08-18T22:06:24.2366275Z [00:01:53.687]➜    Downloaded getrandom v0.3.3
2025-08-18T22:06:24.2393620Z [00:01:53.690]➜    Downloaded option-ext v0.2.0
2025-08-18T22:06:24.2402696Z [00:01:53.691]➜    Downloaded regex-automata v0.4.9
2025-08-18T22:06:24.2530985Z [00:01:53.704]➜    Downloaded inotify v0.9.6
2025-08-18T22:06:24.2546602Z [00:01:53.705]➜    Downloaded colorchoice v1.0.3
2025-08-18T22:06:24.2556077Z [00:01:53.706]➜    Downloaded bitflags v2.9.1
2025-08-18T22:06:24.2587149Z [00:01:53.709]➜    Downloaded backtrace v0.3.75
2025-08-18T22:06:24.2627548Z [00:01:53.714]➜    Downloaded aho-corasick v1.1.3
2025-08-18T22:06:24.2674860Z [00:01:53.718]➜    Downloaded tokio v1.47.1
2025-08-18T22:06:24.2986389Z [00:01:53.749]➜    Downloaded linux-raw-sys v0.9.4
2025-08-18T22:06:24.3964876Z [00:01:53.847]➜     Compiling libc v0.2.172
2025-08-18T22:06:24.3968327Z [00:01:53.847]➜     Compiling proc-macro2 v1.0.95
2025-08-18T22:06:24.3968751Z [00:01:53.848]➜     Compiling unicode-ident v1.0.18
2025-08-18T22:06:24.3969065Z [00:01:53.848]➜     Compiling cfg-if v1.0.0
2025-08-18T22:06:24.3969357Z [00:01:53.848]➜     Compiling autocfg v1.4.0
2025-08-18T22:06:24.3986477Z [00:01:53.849]➜       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.172/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=cbf0050d23ebaf35 -C extra-filename=-f031ae2a6b34abde --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/libc-f031ae2a6b34abde -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:06:24.3992532Z [00:01:53.849]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=46f38bf73e7242e3 -C extra-filename=-088b0e1b523234bf --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:06:24.3997637Z [00:01:53.849]➜       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.vTUD5ZknJe/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:06:24.4028653Z [00:01:53.853]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name cfg_if --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=509f8198fcdbfe62 -C extra-filename=-5335dbb64cbcc9f5 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:24.4060058Z [00:01:53.853]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name autocfg --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=bcfd2952adb2ac3c -C extra-filename=-0ba5d927b1e035c5 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:06:24.4778164Z [00:01:53.928]➜     Compiling bitflags v2.9.1
2025-08-18T22:06:24.4813718Z [00:01:53.930]➜       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.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:24.5238599Z [00:01:53.974]➜     Compiling crossbeam-utils v0.8.21
2025-08-18T22:06:24.5245418Z [00:01:53.975]➜       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.vTUD5ZknJe/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6 -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:06:24.7544431Z [00:01:54.205]➜       Running `/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build-script-build`
2025-08-18T22:06:24.7901594Z [00:01:54.241]➜       Running `/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/libc-f031ae2a6b34abde/build-script-build`
2025-08-18T22:06:24.8212090Z [00:01:54.271]➜       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.172/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=5527a58e49b558ab -C extra-filename=-b66fa394134f7643 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/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(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(linux_time_bits64)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx","cygwin"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos","nto71_iosock","nto80"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
2025-08-18T22:06:24.8333584Z [00:01:54.284]➜       Running `/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build-script-build`
2025-08-18T22:06:24.8388193Z [00:01:54.289]➜     Compiling memchr v2.7.5
2025-08-18T22:06:24.8401770Z [00:01:54.290]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name memchr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="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=2c2fd11967d86e90 -C extra-filename=-4febb07ae6b182e6 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:24.8872139Z [00:01:54.337]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name proc_macro2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=c467658c343b0198 -C extra-filename=-670e3a35fc46366c --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta --cap-lints allow --cfg wrap_proc_macro --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
2025-08-18T22:06:24.9089682Z [00:01:54.359]➜     Compiling rustix v1.0.7
2025-08-18T22:06:24.9100105Z [00:01:54.360]➜       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.7/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=6cca87e0b3c7f8a1 -C extra-filename=-ad8c510df5e9263a --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/rustix-ad8c510df5e9263a -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:06:24.9470825Z [00:01:54.397]➜       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.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
2025-08-18T22:06:25.3962653Z [00:01:54.847]➜       Running `/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/rustix-ad8c510df5e9263a/build-script-build`
2025-08-18T22:06:25.4725626Z [00:01:54.923]➜     Compiling linux-raw-sys v0.9.4
2025-08-18T22:06:25.4759615Z [00:01:54.926]➜       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.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:25.8940684Z [00:01:55.345]➜     Compiling quote v1.0.40
2025-08-18T22:06:25.8953510Z [00:01:55.346]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name quote --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=f3ce43684b9dcf72 -C extra-filename=-58ae1db5b5e0fa55 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta --cap-lints allow`
2025-08-18T22:06:25.9729738Z [00:01:55.423]➜     Compiling serde v1.0.219
2025-08-18T22:06:25.9736034Z [00:01:55.423]➜       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.vTUD5ZknJe/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4 -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:06:26.0541625Z [00:01:55.505]➜     Compiling lock_api v0.4.13
2025-08-18T22:06:26.0545245Z [00:01:55.505]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.13/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=ba8a18d3f9304eb1 -C extra-filename=-4c8b62cda67a1605 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/lock_api-4c8b62cda67a1605 -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libautocfg-0ba5d927b1e035c5.rlib --cap-lints allow`
2025-08-18T22:06:26.2544589Z [00:01:55.705]➜     Compiling syn v2.0.101
2025-08-18T22:06:26.2550244Z [00:01:55.705]➜       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.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="visit-mut"' --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=3030637323190608 -C extra-filename=-b3ff36265f0ffed0 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta --extern quote=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rmeta --extern unicode_ident=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta --cap-lints allow`
2025-08-18T22:06:26.2937515Z [00:01:55.744]➜       Running `/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build-script-build`
2025-08-18T22:06:26.3347444Z [00:01:55.785]➜     Compiling utf8parse v0.2.2
2025-08-18T22:06:26.3357704Z [00:01:55.785]➜       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.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:26.4208125Z [00:01:55.871]➜     Compiling parking_lot_core v0.9.11
2025-08-18T22:06:26.4243928Z [00:01:55.875]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.11/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=02c535b543b60536 -C extra-filename=-f5c0b92260e92ead --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:06:26.4656041Z [00:01:55.915]➜       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.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=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(error_in_core)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(wasip2)' --check-cfg 'cfg(target_arch, values("xtensa"))' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="std"' --cfg 'feature="termios"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all-apis", "alloc", "compiler_builtins", "core", "default", "event", "fs", "io_uring", "libc", "libc_errno", "linux_4_11", "linux_5_1", "linux_5_11", "linux_latest", "mm", "mount", "net", "param", "pipe", "process", "pty", "rand", "runtime", "rustc-dep-of-std", "rustc-std-workspace-alloc", "shm", "std", "stdio", "system", "termios", "thread", "time", "try_close", "use-explicitly-provided-auxv", "use-libc", "use-libc-auxv"))' -C metadata=35d21f96105c750c -C extra-filename=-99ece2b70f471799 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rmeta --extern linux_raw_sys=/tmp/tmp.vTUD5ZknJe/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-18T22:06:26.4792516Z [00:01:55.930]➜     Compiling object v0.36.7
2025-08-18T22:06:26.4800078Z [00:01:55.930]➜       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/object-0.36.7/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="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=fd2f8641bda4512b -C extra-filename=-cec2e4d6a0ae3d09 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/object-cec2e4d6a0ae3d09 -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:06:26.7006829Z [00:01:56.151]➜       Running `/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead/build-script-build`
2025-08-18T22:06:26.7079104Z [00:01:56.158]➜     Compiling anstyle-parse v0.2.6
2025-08-18T22:06:26.7108263Z [00:01:56.160]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstyle_parse --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-parse-0.2.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=3c659ba999432b9c -C extra-filename=-d9f762c54654b497 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern utf8parse=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:26.8208499Z [00:01:56.271]➜       Running `/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/object-cec2e4d6a0ae3d09/build-script-build`
2025-08-18T22:06:26.8529470Z [00:01:56.304]➜       Running `/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/lock_api-4c8b62cda67a1605/build-script-build`
2025-08-18T22:06:26.9117803Z [00:01:56.362]➜     Compiling slab v0.4.9
2025-08-18T22:06:26.9128207Z [00:01:56.363]➜       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/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=cb9c72c72651c469 -C extra-filename=-633351352e28f91c --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/slab-633351352e28f91c -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libautocfg-0ba5d927b1e035c5.rlib --cap-lints allow`
2025-08-18T22:06:27.0683840Z [00:01:56.519]➜     Compiling is_terminal_polyfill v1.70.1
2025-08-18T22:06:27.0704476Z [00:01:56.520]➜       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.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:27.1380497Z [00:01:56.588]➜     Compiling gimli v0.31.1
2025-08-18T22:06:27.1385472Z [00:01:56.589]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gimli --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gimli-0.31.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="read"' --cfg 'feature="read-core"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=55aabaa95ed31dfe -C extra-filename=-07ace2715015577c --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:27.1628735Z [00:01:56.613]➜     Compiling anstyle v1.0.10
2025-08-18T22:06:27.1651418Z [00:01:56.614]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstyle --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ace0b2c7f20e529f -C extra-filename=-74b0f744cbb31470 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:27.6462966Z [00:01:57.097]➜     Compiling anstyle-query v1.1.2
2025-08-18T22:06:27.6487460Z [00:01:57.098]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstyle_query --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstyle-query-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=873e16a806854108 -C extra-filename=-d3912d4c466823d0 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:27.7703175Z [00:01:57.221]➜     Compiling cfg_aliases v0.2.1
2025-08-18T22:06:27.7735183Z [00:01:57.224]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name cfg_aliases --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg_aliases-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no '--deny=clippy::str_to_string' -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0f02ce20ba249030 -C extra-filename=-1b48fbda41281916 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:06:27.8474533Z [00:01:57.298]➜     Compiling scopeguard v1.2.0
2025-08-18T22:06:27.8489129Z [00:01:57.299]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name scopeguard --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/scopeguard-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=6e419987c9ddb473 -C extra-filename=-a12f67ff0386bfba --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:27.9159681Z [00:01:57.366]➜     Compiling getrandom v0.3.3
2025-08-18T22:06:27.9167639Z [00:01:57.367]➜       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.vTUD5ZknJe/TEMPREPO/target/release/build/getrandom-f817fb91df723e79 -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:06:28.1472323Z [00:01:57.598]➜     Compiling adler2 v2.0.0
2025-08-18T22:06:28.1479520Z [00:01:57.598]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name adler2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/adler2-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("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=4ee807022a23982b -C extra-filename=-8ca6a70d9951681d --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:28.2938299Z [00:01:57.744]➜     Compiling smallvec v1.15.0
2025-08-18T22:06:28.2953406Z [00:01:57.746]➜       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.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "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=5f17a9569d9140ba -C extra-filename=-ee1ae9aa6b56c5e1 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:28.3075119Z [00:01:57.758]➜     Compiling colorchoice v1.0.3
2025-08-18T22:06:28.3103754Z [00:01:57.760]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name colorchoice --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/colorchoice-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ad561afae0839777 -C extra-filename=-6013ebb501c1abed --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:28.4279133Z [00:01:57.878]➜     Compiling anstream v0.6.18
2025-08-18T22:06:28.4339265Z [00:01:57.883]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anstream --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anstream-0.6.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=9a7f0218b242990f -C extra-filename=-920aadcb768c81d9 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern anstyle=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-74b0f744cbb31470.rmeta --extern anstyle_parse=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-d9f762c54654b497.rmeta --extern anstyle_query=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-d3912d4c466823d0.rmeta --extern colorchoice=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-6013ebb501c1abed.rmeta --extern is_terminal_polyfill=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rmeta --extern utf8parse=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:28.6419161Z [00:01:58.092]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name parking_lot_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot_core-0.9.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=748c8b130b08b610 -C extra-filename=-6c4e56dc5bd1bcd9 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta --extern libc=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --extern smallvec=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-ee1ae9aa6b56c5e1.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(tsan_enabled)'`
2025-08-18T22:06:29.1347705Z [00:01:58.585]➜       Running `/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/getrandom-f817fb91df723e79/build-script-build`
2025-08-18T22:06:29.1381163Z [00:01:58.589]➜     Compiling miniz_oxide v0.8.8
2025-08-18T22:06:29.1391242Z [00:01:58.589]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name miniz_oxide --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miniz_oxide-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(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "compiler_builtins", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=a604929c7b71bef2 -C extra-filename=-28a0922b6df31748 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern adler2=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libadler2-8ca6a70d9951681d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:29.1444342Z [00:01:58.595]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name lock_api --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lock_api-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=4e6d6c80775b333f -C extra-filename=-d1ab585f98c91019 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern scopeguard=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscopeguard-a12f67ff0386bfba.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg has_const_fn_trait_bound --check-cfg 'cfg(has_const_fn_trait_bound)'`
2025-08-18T22:06:29.5037254Z [00:01:58.954]➜     Compiling nix v0.30.1
2025-08-18T22:06:29.5057044Z [00:01:58.956]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="fs"' --cfg 'feature="process"' --cfg 'feature="signal"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=001e8d26f2c5d36f -C extra-filename=-3be94be6b8d87864 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/nix-3be94be6b8d87864 -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern cfg_aliases=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rlib --cap-lints allow`
2025-08-18T22:06:29.8060982Z [00:01:59.257]➜     Compiling inotify-sys v0.1.5
2025-08-18T22:06:29.8071575Z [00:01:59.257]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name inotify_sys --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inotify-sys-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ac9bd2f141c9ce16 -C extra-filename=-a954a9ffaf627f4f --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:29.9219567Z [00:01:59.373]➜       Running `/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/slab-633351352e28f91c/build-script-build`
2025-08-18T22:06:30.0249230Z [00:01:59.475]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name object --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object-0.36.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 --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=2ade21acd84db742 -C extra-filename=-48672e96d0276f5c --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.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 core_error --check-cfg 'cfg(core_error)'`
2025-08-18T22:06:30.1166009Z [00:01:59.567]➜     Compiling crossbeam-epoch v0.9.18
2025-08-18T22:06:30.1180599Z [00:01:59.568]➜       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.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.vTUD5ZknJe/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-18T22:06:30.8547964Z [00:02:00.305]➜     Compiling terminal_size v0.4.2
2025-08-18T22:06:30.8558454Z [00:02:00.306]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name terminal_size --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/terminal_size-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=88735e8637e852ad -C extra-filename=-51ee5b4430d2b3d5 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern rustix=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-99ece2b70f471799.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:31.0272737Z [00:02:00.478]➜     Compiling addr2line v0.24.2
2025-08-18T22:06:31.0279455Z [00:02:00.478]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name addr2line --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/addr2line-0.24.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("all", "alloc", "bin", "cargo-all", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "loader", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std"))' -C metadata=11a6c55ed74b3832 -C extra-filename=-a9b933af87fcc59e --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern gimli=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgimli-07ace2715015577c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:31.5591873Z [00:02:01.010]➜     Compiling strsim v0.11.1
2025-08-18T22:06:31.5599053Z [00:02:01.010]➜       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.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:31.6168778Z [00:02:01.068]➜     Compiling option-ext v0.2.0
2025-08-18T22:06:31.6208168Z [00:02:01.071]➜       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.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:31.6687908Z [00:02:01.119]➜     Compiling clap_lex v0.7.4
2025-08-18T22:06:31.6703678Z [00:02:01.120]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap_lex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_lex-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=18b63f4bbcdf0d24 -C extra-filename=-f497dbc862f38eff --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:31.7628374Z [00:02:01.214]➜     Compiling pin-project-lite v0.2.16
2025-08-18T22:06:31.7641113Z [00:02:01.214]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name pin_project_lite --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=edc51519ea11ea7b -C extra-filename=-7f1b0160d6667c1c --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:31.8466772Z [00:02:01.297]➜     Compiling bitflags v1.3.2
2025-08-18T22:06:31.8480439Z [00:02:01.298]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name bitflags --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitflags-1.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=b1cf427e3a5096f0 -C extra-filename=-056469cb054f3137 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:31.9090058Z [00:02:01.360]➜     Compiling same-file v1.0.6
2025-08-18T22:06:31.9103017Z [00:02:01.361]➜       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.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:32.0507067Z [00:02:01.501]➜     Compiling heck v0.5.0
2025-08-18T22:06:32.0518196Z [00:02:01.502]➜       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.vTUD5ZknJe/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:06:32.1108142Z [00:02:01.561]➜     Compiling owo-colors v4.2.1
2025-08-18T22:06:32.1117375Z [00:02:01.562]➜       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/owo-colors-4.2.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=428ff969f74820a9 -C extra-filename=-4b6111a0ae13645c --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/owo-colors-4b6111a0ae13645c -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:06:32.2838856Z [00:02:01.734]➜     Compiling rustc-demangle v0.1.24
2025-08-18T22:06:32.2848980Z [00:02:01.735]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rustc_demangle --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rustc-demangle-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=b474bc45c1fec1ea -C extra-filename=-30e51053e886f483 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:32.4088805Z [00:02:01.859]➜     Compiling rayon-core v1.13.0
2025-08-18T22:06:32.4097173Z [00:02:01.860]➜       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.vTUD5ZknJe/TEMPREPO/target/release/build/rayon-core-251b4e20b8ec6038 -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:06:32.4558702Z [00:02:01.906]➜     Compiling log v0.4.27
2025-08-18T22:06:32.4568183Z [00:02:01.907]➜       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.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:32.5688171Z [00:02:02.019]➜       Running `/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/rayon-core-251b4e20b8ec6038/build-script-build`
2025-08-18T22:06:32.5753264Z [00:02:02.026]➜       Running `/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/owo-colors-4b6111a0ae13645c/build-script-build`
2025-08-18T22:06:32.5990618Z [00:02:02.050]➜     Compiling walkdir v2.5.0
2025-08-18T22:06:32.6008026Z [00:02:02.050]➜       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.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern same_file=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:32.8362954Z [00:02:02.287]➜     Compiling mio v0.8.11
2025-08-18T22:06:32.8386592Z [00:02:02.288]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name mio --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-0.8.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=126189f2a65467a9 -C extra-filename=-803cdf45485001f9 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --extern log=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:33.3663557Z [00:02:02.817]➜     Compiling clap_builder v4.5.44
2025-08-18T22:06:33.3717774Z [00:02:02.819]➜       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="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --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=23907f1dee6081b0 -C extra-filename=-90b846c245ac5540 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern anstream=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-920aadcb768c81d9.rmeta --extern anstyle=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-74b0f744cbb31470.rmeta --extern clap_lex=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-f497dbc862f38eff.rmeta --extern strsim=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rmeta --extern terminal_size=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-51ee5b4430d2b3d5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:33.4183607Z [00:02:02.869]➜     Compiling inotify v0.9.6
2025-08-18T22:06:33.4192481Z [00:02:02.869]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name inotify --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/inotify-0.9.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("default", "futures-core", "stream", "tokio"))' -C metadata=2a890ec6324a7c09 -C extra-filename=-7ccfdbc3f2d54f97 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-056469cb054f3137.rmeta --extern inotify_sys=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libinotify_sys-a954a9ffaf627f4f.rmeta --extern libc=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:33.4587994Z [00:02:02.909]➜     Compiling dirs-sys v0.5.0
2025-08-18T22:06:33.4597429Z [00:02:02.910]➜       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=0ed5807500b10dc0 -C extra-filename=-24a6bb3e4262e405 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --extern option_ext=/tmp/tmp.vTUD5ZknJe/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-18T22:06:33.9607918Z [00:02:03.411]➜     Compiling crossbeam-deque v0.8.6
2025-08-18T22:06:33.9617173Z [00:02:03.412]➜       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.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern crossbeam_epoch=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-179e3c81e30bec0d.rmeta --extern crossbeam_utils=/tmp/tmp.vTUD5ZknJe/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-18T22:06:33.9899244Z [00:02:03.440]➜       Running `/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/nix-3be94be6b8d87864/build-script-build`
2025-08-18T22:06:33.9963209Z [00:02:03.446]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name slab --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=ca31e3a4e9dba46f -C extra-filename=-f052e07284ae880a --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:34.0263074Z [00:02:03.477]➜     Compiling serde_derive v1.0.219
2025-08-18T22:06:34.0296605Z [00:02:03.480]➜       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=504df0fc560bf077 -C extra-filename=-d63fd22505bb3efe --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libsyn-b3ff36265f0ffed0.rlib --extern proc_macro --cap-lints allow`
2025-08-18T22:06:34.1967443Z [00:02:03.647]➜     Compiling tokio-macros v2.5.0
2025-08-18T22:06:34.1980201Z [00:02:03.648]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tokio_macros --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-macros-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0bb381a613d1f9c -C extra-filename=-17227122133130a0 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libsyn-b3ff36265f0ffed0.rlib --extern proc_macro --cap-lints allow`
2025-08-18T22:06:34.2099103Z [00:02:03.657]➜     Compiling clap_derive v4.5.45
2025-08-18T22:06:34.2115492Z [00:02:03.658]➜       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=19d239723a5f5d7a -C extra-filename=-c821232487662b32 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib --extern proc_macro2=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libsyn-b3ff36265f0ffed0.rlib --extern proc_macro --cap-lints allow`
2025-08-18T22:06:35.3687640Z [00:02:04.819]➜     Compiling parking_lot v0.12.4
2025-08-18T22:06:35.3697080Z [00:02:04.820]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name parking_lot --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/parking_lot-0.12.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=bc9efa85bf3141c2 -C extra-filename=-20c16fb775c3f45a --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern lock_api=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-d1ab585f98c91019.rmeta --extern parking_lot_core=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-6c4e56dc5bd1bcd9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:36.4080801Z [00:02:05.858]➜       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=82c75817b603fbd8 -C extra-filename=-48917e4de1786f89 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta --extern libc=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:36.6230874Z [00:02:06.074]➜     Compiling backtrace v0.3.75
2025-08-18T22:06:36.6239847Z [00:02:06.074]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name backtrace --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-0.3.75/src/lib.rs --error-format=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=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "ruzstd", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=0f2b523960acec65 -C extra-filename=-0139644a6e93166d --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern addr2line=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaddr2line-a9b933af87fcc59e.rmeta --extern cfg_if=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta --extern libc=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --extern miniz_oxide=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminiz_oxide-28a0922b6df31748.rmeta --extern object=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libobject-48672e96d0276f5c.rmeta --extern rustc_demangle=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustc_demangle-30e51053e886f483.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:37.4202030Z [00:02:06.871]➜     Compiling socket2 v0.6.0
2025-08-18T22:06:37.4225887Z [00:02:06.873]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name socket2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/socket2-0.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="all"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("all"))' -C metadata=fde913351dc10566 -C extra-filename=-946c54a872c4e112 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:37.4421170Z [00:02:06.891]➜     Compiling mio v1.0.4
2025-08-18T22:06:37.4429433Z [00:02:06.893]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name mio --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/mio-1.0.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=cae0cbc1c2e133dc -C extra-filename=-fcc827561d9f21de --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:38.4562934Z [00:02:07.907]➜     Compiling filetime v0.2.25
2025-08-18T22:06:38.4587898Z [00:02:07.909]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name filetime --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/filetime-0.2.25/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=41239a11cdfb0d4b -C extra-filename=-47523feba85da1f2 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta --extern libc=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:38.5430429Z [00:02:07.994]➜     Compiling signal-hook-registry v1.4.5
2025-08-18T22:06:38.5466736Z [00:02:07.997]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name signal_hook_registry --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/signal-hook-registry-1.4.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=510989f57ecf578f -C extra-filename=-f23f4a45bddc78cb --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:38.7449593Z [00:02:08.196]➜     Compiling crossbeam-channel v0.5.15
2025-08-18T22:06:38.7460749Z [00:02:08.196]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name crossbeam_channel --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crossbeam-channel-0.5.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs '--allow=clippy::lint_groups_priority' '--allow=clippy::declare_interior_mutable_const' --check-cfg 'cfg(crossbeam_loom)' --check-cfg 'cfg(crossbeam_sanitize)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=45776ce452527ef6 -C extra-filename=-6276dc29b2a01bae --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.vTUD5ZknJe/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-18T22:06:39.2226788Z [00:02:08.673]➜     Compiling aho-corasick v1.1.3
2025-08-18T22:06:39.2267804Z [00:02:08.677]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name aho_corasick --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=5233ef113c927931 -C extra-filename=-d51e56ae5d8e5a48 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:39.3888197Z [00:02:08.839]➜       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=ed5fac22476b895a -C extra-filename=-38317eb9d1fcb121 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern serde_derive=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libserde_derive-d63fd22505bb3efe.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-18T22:06:39.6259581Z [00:02:09.076]➜     Compiling thiserror v2.0.15
2025-08-18T22:06:39.6262592Z [00:02:09.076]➜       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.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fac7f1fdcce69553 -C extra-filename=-00b3a1460d7327ab --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/thiserror-00b3a1460d7327ab -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:06:39.9750213Z [00:02:09.426]➜     Compiling regex-syntax v0.8.5
2025-08-18T22:06:39.9757958Z [00:02:09.426]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex_syntax --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=625f5dbe7c42c498 -C extra-filename=-8375770a0aabfdd3 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:41.2604004Z [00:02:10.711]➜     Compiling bytes v1.10.1
2025-08-18T22:06:41.2609553Z [00:02:10.711]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name bytes --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytes-1.10.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(loom)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "extra-platforms", "serde", "std"))' -C metadata=3283bb93882dba2f -C extra-filename=-aad76a29fa546711 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:42.7530128Z [00:02:12.204]➜     Compiling pin-utils v0.1.0
2025-08-18T22:06:42.7538733Z [00:02:12.204]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name pin_utils --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pin-utils-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e0aada7988b58cc7 -C extra-filename=-862e04ea43454f7b --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:42.7856460Z [00:02:12.236]➜     Compiling unicode-linebreak v0.1.5
2025-08-18T22:06:42.7864605Z [00:02:12.236]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name unicode_linebreak --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-linebreak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eb17cfd0d71e9eaa -C extra-filename=-b0f10fd22da72f3b --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:42.8814320Z [00:02:12.332]➜     Compiling futures-core v0.3.31
2025-08-18T22:06:42.8828402Z [00:02:12.333]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name futures_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=0bbc2e23c89d5f76 -C extra-filename=-d71be664c677fb94 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:43.0470493Z [00:02:12.498]➜     Compiling serde_json v1.0.142
2025-08-18T22:06:43.0483746Z [00:02:12.499]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/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.vTUD5ZknJe/TEMPREPO/target/release/build/serde_json-114ff997f6490ac1 -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-18T22:06:43.0759889Z [00:02:12.526]➜     Compiling unicode-width v0.2.0
2025-08-18T22:06:43.0764842Z [00:02:12.527]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name unicode_width --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=69745e8fc4513b16 -C extra-filename=-7ded428ff597e470 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:43.2736074Z [00:02:12.724]➜     Compiling futures-task v0.3.31
2025-08-18T22:06:43.2751015Z [00:02:12.725]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name futures_task --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=2b7ddfa57c526d29 -C extra-filename=-76ff4ecc6a593659 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:43.3551790Z [00:02:12.806]➜     Compiling hashbrown v0.15.3
2025-08-18T22:06:43.3568193Z [00:02:12.807]➜       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.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("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=507d72f673cb1b56 -C extra-filename=-d0e4d709e87469dc --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:43.4779659Z [00:02:12.928]➜     Compiling equivalent v1.0.2
2025-08-18T22:06:43.4784932Z [00:02:12.929]➜       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.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:43.5555941Z [00:02:13.006]➜     Compiling is_ci v1.2.0
2025-08-18T22:06:43.5567433Z [00:02:13.007]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name is_ci --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is_ci-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=33a743bca989a733 -C extra-filename=-84d1f0f8659d8ab3 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:43.7405081Z [00:02:13.191]➜     Compiling winnow v0.7.10
2025-08-18T22:06:43.7428458Z [00:02:13.192]➜       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.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--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=4875ed56325cee59 -C extra-filename=-1b4b23d9f45758ad --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:43.8012875Z [00:02:13.252]➜     Compiling supports-color v3.0.2
2025-08-18T22:06:43.8029155Z [00:02:13.253]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name supports_color --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-color-3.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=1424cb110e292048 -C extra-filename=-7672bb2ff130ac92 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern is_ci=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_ci-84d1f0f8659d8ab3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:44.0978869Z [00:02:13.549]➜     Compiling futures-util v0.3.31
2025-08-18T22:06:44.0989408Z [00:02:13.549]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name futures_util --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=990fbfc8bdd8b4b6 -C extra-filename=-8bc51d9523b1ae62 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern futures_core=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-d71be664c677fb94.rmeta --extern futures_task=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_task-76ff4ecc6a593659.rmeta --extern pin_project_lite=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rmeta --extern pin_utils=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_utils-862e04ea43454f7b.rmeta --extern slab=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libslab-f052e07284ae880a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:44.3559533Z [00:02:13.806]➜     Compiling indexmap v2.9.0
2025-08-18T22:06:44.3574756Z [00:02:13.807]➜       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.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto '--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=8eef0c8e0abac7b0 -C extra-filename=-2ce806cf90a6ae1c --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern equivalent=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rmeta --extern hashbrown=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-d0e4d709e87469dc.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:44.4303839Z [00:02:13.881]➜     Compiling serde_spanned v1.0.0
2025-08-18T22:06:44.4350006Z [00:02:13.882]➜       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=9bd6397c4f7aea1f -C extra-filename=-8f3c34865c17860c --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-38317eb9d1fcb121.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:44.6778349Z [00:02:14.128]➜     Compiling toml_datetime v0.7.0
2025-08-18T22:06:44.6816524Z [00:02:14.131]➜       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=c9a9b7b7cc8709ad -C extra-filename=-4da2042b304974e0 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-38317eb9d1fcb121.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:45.4655284Z [00:02:14.916]➜     Compiling textwrap v0.16.2
2025-08-18T22:06:45.4666093Z [00:02:14.916]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name textwrap --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.16.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=41f967080f826c70 -C extra-filename=-795662e4b0b524ce --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern unicode_linebreak=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_linebreak-b0f10fd22da72f3b.rmeta --extern unicode_width=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-7ded428ff597e470.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:45.5570683Z [00:02:15.008]➜       Running `/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/serde_json-114ff997f6490ac1/build-script-build`
2025-08-18T22:06:45.5626962Z [00:02:15.013]➜     Compiling regex-automata v0.4.9
2025-08-18T22:06:45.5662416Z [00:02:15.014]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex_automata --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-automata-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="dfa-onepass"' --cfg 'feature="hybrid"' --cfg 'feature="meta"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --cfg 'feature="unicode-word-boundary"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "dfa", "dfa-build", "dfa-onepass", "dfa-search", "hybrid", "internal-instrument", "internal-instrument-pikevm", "logging", "meta", "nfa", "nfa-backtrack", "nfa-pikevm", "nfa-thompson", "perf", "perf-inline", "perf-literal", "perf-literal-multisubstring", "perf-literal-substring", "std", "syntax", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unicode-word-boundary"))' -C metadata=ce968a2801e4a40a -C extra-filename=-7535406ec995ad84 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-d51e56ae5d8e5a48.rmeta --extern memchr=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rmeta --extern regex_syntax=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:46.2598226Z [00:02:15.710]➜     Compiling tokio v1.47.1
2025-08-18T22:06:46.2611913Z [00:02:15.711]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tokio --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.47.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(loom)' --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(tokio_allow_from_blocking_fd)' --check-cfg 'cfg(tokio_internal_mt_counters)' --check-cfg 'cfg(tokio_no_parking_lot)' --check-cfg 'cfg(tokio_no_tuning_tests)' --check-cfg 'cfg(tokio_taskdump)' --check-cfg 'cfg(tokio_unstable)' --check-cfg 'cfg(tokio_uring)' --check-cfg 'cfg(target_os, values("cygwin"))' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="full"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="parking_lot"' --cfg 'feature="process"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=e7df4676eff21c4d -C extra-filename=-83ea048224435e11 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern bytes=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-aad76a29fa546711.rmeta --extern libc=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --extern mio=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-fcc827561d9f21de.rmeta --extern parking_lot=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-20c16fb775c3f45a.rmeta --extern pin_project_lite=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rmeta --extern signal_hook_registry=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-f23f4a45bddc78cb.rmeta --extern socket2=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-946c54a872c4e112.rmeta --extern tokio_macros=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libtokio_macros-17227122133130a0.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:46.6603138Z [00:02:16.111]➜     Compiling toml_parser v1.0.2
2025-08-18T22:06:46.6627936Z [00:02:16.112]➜       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=6f13b3ac16df830c -C extra-filename=-fb32f1eef8b108e9 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern winnow=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-1b4b23d9f45758ad.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:46.8720602Z [00:02:16.323]➜       Running `/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/thiserror-00b3a1460d7327ab/build-script-build`
2025-08-18T22:06:47.0486149Z [00:02:16.499]➜     Compiling notify v5.2.0
2025-08-18T22:06:47.0500770Z [00:02:16.500]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name notify --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/notify-5.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="crossbeam-channel"' --cfg 'feature="kqueue"' --cfg 'feature="macos_kqueue"' --cfg 'feature="mio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("crossbeam-channel", "default", "fsevent-sys", "kqueue", "macos_fsevent", "macos_kqueue", "manual_tests", "mio", "serde", "timing_tests"))' -C metadata=eab786a64296c405 -C extra-filename=-720b25bdf1c6edf4 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-056469cb054f3137.rmeta --extern crossbeam_channel=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_channel-6276dc29b2a01bae.rmeta --extern filetime=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfiletime-47523feba85da1f2.rmeta --extern inotify=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libinotify-7ccfdbc3f2d54f97.rmeta --extern libc=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --extern mio=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-803cdf45485001f9.rmeta --extern walkdir=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:47.9435622Z [00:02:17.394]➜     Compiling backtrace-ext v0.2.1
2025-08-18T22:06:47.9452389Z [00:02:17.395]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name backtrace_ext --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/backtrace-ext-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=e725f4b7ec95f1bc -C extra-filename=-664a8db0fa091362 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern backtrace=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbacktrace-0139644a6e93166d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:48.1160331Z [00:02:17.566]➜     Compiling clap v4.5.45
2025-08-18T22:06:48.1184706Z [00:02:17.567]➜       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="env"' --cfg 'feature="error-context"' --cfg 'feature="help"' --cfg 'feature="std"' --cfg 'feature="suggestions"' --cfg 'feature="usage"' --cfg 'feature="wrap_help"' --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=0b94a5bbbba1bc29 -C extra-filename=-cc51d51fa7dd90a9 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern clap_builder=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-90b846c245ac5540.rmeta --extern clap_derive=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libclap_derive-c821232487662b32.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:48.1792741Z [00:02:17.629]➜       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.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern crossbeam_deque=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-eb77c69ac2d7beae.rmeta --extern crossbeam_utils=/tmp/tmp.vTUD5ZknJe/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-18T22:06:48.7038313Z [00:02:18.154]➜     Compiling thiserror-impl v2.0.15
2025-08-18T22:06:48.7050749Z [00:02:18.155]➜       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.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e73b64e8829e95f4 -C extra-filename=-5f510d75d3500bf0 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libsyn-b3ff36265f0ffed0.rlib --extern proc_macro --cap-lints allow`
2025-08-18T22:06:50.0878638Z [00:02:19.539]➜     Compiling miette-derive v7.6.0
2025-08-18T22:06:50.0894085Z [00:02:19.540]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name miette_derive --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-derive-7.6.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=badcb27ce0879599 -C extra-filename=-a611f33862563561 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libsyn-b3ff36265f0ffed0.rlib --extern proc_macro --cap-lints allow`
2025-08-18T22:06:50.8080784Z [00:02:20.258]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name nix --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nix-0.30.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="fs"' --cfg 'feature="process"' --cfg 'feature="signal"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("acct", "aio", "default", "dir", "env", "event", "fanotify", "feature", "fs", "hostname", "inotify", "ioctl", "kmod", "memoffset", "mman", "mount", "mqueue", "net", "personality", "pin-utils", "poll", "process", "pthread", "ptrace", "quota", "reboot", "resource", "sched", "signal", "socket", "syslog", "term", "time", "ucontext", "uio", "user", "zerocopy"))' -C metadata=f6e3f885a01c54e6 -C extra-filename=-999986d6dd6c0d2a --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rmeta --extern cfg_if=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta --extern libc=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg linux --cfg linux_android --check-cfg 'cfg(android)' --check-cfg 'cfg(dragonfly)' --check-cfg 'cfg(ios)' --check-cfg 'cfg(freebsd)' --check-cfg 'cfg(illumos)' --check-cfg 'cfg(linux)' --check-cfg 'cfg(macos)' --check-cfg 'cfg(netbsd)' --check-cfg 'cfg(openbsd)' --check-cfg 'cfg(solaris)' --check-cfg 'cfg(watchos)' --check-cfg 'cfg(tvos)' --check-cfg 'cfg(visionos)' --check-cfg 'cfg(apple_targets)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(bsd_without_apple)' --check-cfg 'cfg(linux_android)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(fbsd14)' --check-cfg 'cfg(qemu)' --check-cfg 'cfg(target_os, values("cygwin"))'`
2025-08-18T22:06:51.1111185Z [00:02:20.562]➜     Compiling dirs v6.0.0
2025-08-18T22:06:51.1128292Z [00:02:20.563]➜       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=d81cb469ff672d8b -C extra-filename=-f34817f0ec04fc06 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern dirs_sys=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs_sys-24a6bb3e4262e405.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:51.2146459Z [00:02:20.665]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name owo_colors --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owo-colors-4.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("alloc", "supports-color", "supports-colors"))' -C metadata=5343b0d2d4d76269 -C extra-filename=-03e2c44ce9566fbb --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/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 const_mut_refs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(const_mut_refs)'`
2025-08-18T22:06:52.1974120Z [00:02:21.648]➜     Compiling itoa v1.0.15
2025-08-18T22:06:52.1981797Z [00:02:21.649]➜       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.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:52.4400987Z [00:02:21.891]➜     Compiling supports-hyperlinks v3.1.0
2025-08-18T22:06:52.4406269Z [00:02:21.891]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name supports_hyperlinks --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-hyperlinks-3.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=d2b8a6c923d41835 -C extra-filename=-1d26c121a917cf55 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:52.7189245Z [00:02:22.169]➜     Compiling once_cell v1.21.3
2025-08-18T22:06:52.7194382Z [00:02:22.169]➜       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="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=25434f0d9ba814a0 -C extra-filename=-92d0a1f4aa4523c9 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:52.8895891Z [00:02:22.340]➜     Compiling either v1.15.0
2025-08-18T22:06:52.8906803Z [00:02:22.341]➜       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.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:53.0653018Z [00:02:22.516]➜     Compiling ryu v1.0.20
2025-08-18T22:06:53.0688041Z [00:02:22.518]➜       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.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:53.2013023Z [00:02:22.652]➜     Compiling supports-unicode v3.0.0
2025-08-18T22:06:53.2033986Z [00:02:22.652]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name supports_unicode --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/supports-unicode-3.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=4de74c74de623cd0 -C extra-filename=-a0459e417b6d0a5b --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:53.3611785Z [00:02:22.812]➜     Compiling unicode-width v0.1.14
2025-08-18T22:06:53.3617927Z [00:02:22.812]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name unicode_width --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/unicode-width-0.1.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="cjk"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=34992fcb917c0a26 -C extra-filename=-ae29605e8bb5f11f --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:53.3713298Z [00:02:22.822]➜     Compiling fastrand v2.3.0
2025-08-18T22:06:53.3722990Z [00:02:22.822]➜       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.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:53.6388702Z [00:02:23.089]➜     Compiling toml_writer v1.0.2
2025-08-18T22:06:53.6420955Z [00:02:23.090]➜       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.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:53.7374126Z [00:02:23.188]➜     Compiling tempfile v3.20.0
2025-08-18T22:06:53.7387582Z [00:02:23.189]➜       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=e47380faf1642dc0 -C extra-filename=-2f5c3a74a89eb7c3 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern fastrand=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfastrand-a6fffb5a5e5cdb20.rmeta --extern getrandom=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-48917e4de1786f89.rmeta --extern once_cell=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-92d0a1f4aa4523c9.rmeta --extern rustix=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-99ece2b70f471799.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:54.0002104Z [00:02:23.451]➜     Compiling toml v0.9.5
2025-08-18T22:06:54.0042546Z [00:02:23.453]➜       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=aa2fed718165cc97 -C extra-filename=-a7763c452bc290b2 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern serde=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-38317eb9d1fcb121.rmeta --extern serde_spanned=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_spanned-8f3c34865c17860c.rmeta --extern toml_datetime=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_datetime-4da2042b304974e0.rmeta --extern toml_parser=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_parser-fb32f1eef8b108e9.rmeta --extern toml_writer=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_writer-852893660fb8a3b6.rmeta --extern winnow=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-1b4b23d9f45758ad.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:54.6396390Z [00:02:24.090]➜     Compiling linemux v0.3.0
2025-08-18T22:06:54.6410142Z [00:02:24.091]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name linemux --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/linemux-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "tokio"))' -C metadata=637b948ffe014618 -C extra-filename=-79b90cced4de38f2 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern futures_util=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_util-8bc51d9523b1ae62.rmeta --extern notify=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnotify-720b25bdf1c6edf4.rmeta --extern pin_project_lite=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rmeta --extern tokio=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-83ea048224435e11.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:54.9820984Z [00:02:24.433]➜     Compiling miette v7.6.0
2025-08-18T22:06:54.9843898Z [00:02:24.433]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name miette --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/miette-7.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="fancy"' --cfg 'feature="fancy-base"' --cfg 'feature="fancy-no-backtrace"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "fancy", "fancy-base", "fancy-no-backtrace", "fancy-no-syscall", "no-format-args-capture", "serde", "syntect-highlighter"))' -C metadata=1dba0a18b7bb8327 -C extra-filename=-afbb4e46bdf3ee7a --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern backtrace=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbacktrace-0139644a6e93166d.rmeta --extern backtrace_ext=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbacktrace_ext-664a8db0fa091362.rmeta --extern cfg_if=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta --extern miette_derive=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libmiette_derive-a611f33862563561.so --extern owo_colors=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libowo_colors-03e2c44ce9566fbb.rmeta --extern supports_color=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsupports_color-7672bb2ff130ac92.rmeta --extern supports_hyperlinks=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsupports_hyperlinks-1d26c121a917cf55.rmeta --extern supports_unicode=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsupports_unicode-a0459e417b6d0a5b.rmeta --extern terminal_size=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-51ee5b4430d2b3d5.rmeta --extern textwrap=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtextwrap-795662e4b0b524ce.rmeta --extern unicode_width=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-ae29605e8bb5f11f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:56.1801710Z [00:02:25.631]➜     Compiling ctrlc v3.4.7
2025-08-18T22:06:56.1807579Z [00:02:25.631]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ctrlc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ctrlc-3.4.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("termination"))' -C metadata=b883e3a10ae882d0 -C extra-filename=-4e54493d1b4d7b43 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern nix=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-999986d6dd6c0d2a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:56.4258653Z [00:02:25.875]➜       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=2260d5e7ff7980a6 -C extra-filename=-69cf29ae2cfcd7ad --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern indexmap=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-2ce806cf90a6ae1c.rmeta --extern itoa=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rmeta --extern memchr=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rmeta --extern ryu=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-694316d3806572f1.rmeta --extern serde=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-38317eb9d1fcb121.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-18T22:06:57.0869162Z [00:02:26.538]➜     Compiling rayon v1.11.0
2025-08-18T22:06:57.0900052Z [00:02:26.540]➜       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.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern either=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-b0c900f499444793.rmeta --extern rayon_core=/tmp/tmp.vTUD5ZknJe/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-18T22:06:58.4432589Z [00:02:27.894]➜     Compiling shellexpand v3.1.1
2025-08-18T22:06:58.4445271Z [00:02:27.895]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name shellexpand --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shellexpand-3.1.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="base-0"' --cfg 'feature="default"' --cfg 'feature="dirs"' --cfg 'feature="tilde"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("base-0", "bstr", "default", "dirs", "full", "full-msrv-1-31", "full-msrv-1-51", "os_str_bytes", "path", "tilde"))' -C metadata=d0198258a9fbc407 -C extra-filename=-6689e531db8a1c41 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern dirs=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs-f34817f0ec04fc06.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:58.7707609Z [00:02:28.218]➜       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.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=544b37923b0dc9df -C extra-filename=-5674e45b86a1293a --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libthiserror_impl-5f510d75d3500bf0.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
2025-08-18T22:06:58.8519200Z [00:02:28.302]➜     Compiling regex v1.11.1
2025-08-18T22:06:58.8536702Z [00:02:28.303]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-1.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="perf"' --cfg 'feature="perf-backtrack"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-onepass"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "pattern", "perf", "perf-backtrack", "perf-cache", "perf-dfa", "perf-dfa-full", "perf-inline", "perf-literal", "perf-onepass", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment", "unstable", "use_std"))' -C metadata=0bc17b80fc7975d2 -C extra-filename=-1518979f6a066caa --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-d51e56ae5d8e5a48.rmeta --extern memchr=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rmeta --extern regex_automata=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-7535406ec995ad84.rmeta --extern regex_syntax=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:58.9415269Z [00:02:28.392]➜     Compiling clap_complete v4.5.57
2025-08-18T22:06:58.9468604Z [00:02:28.394]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap_complete --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap_complete-4.5.57/src/lib.rs --error-format=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="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("debug", "default", "unstable-doc", "unstable-dynamic", "unstable-shell-tests"))' -C metadata=4c01580a6ddf1625 -C extra-filename=-d9267fe351edaa67 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern clap=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-cc51d51fa7dd90a9.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:06:59.7627649Z [00:02:29.213]➜     Compiling uuid v1.18.0
2025-08-18T22:06:59.7658708Z [00:02:29.216]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name uuid --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/uuid-1.18.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=unexpected_cfgs --check-cfg 'cfg(uuid_unstable)' --cfg 'feature="default"' --cfg 'feature="rng"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "rng-getrandom", "rng-rand", "serde", "sha1", "slog", "std", "uuid-rng-internal-lib", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=ac4c63184193aec6 -C extra-filename=-d1a39a496f9c036d --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern getrandom=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-48917e4de1786f89.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:07:00.3703355Z [00:02:29.821]➜     Compiling async-trait v0.1.89
2025-08-18T22:07:00.3708676Z [00:02:29.821]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name async_trait --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/async-trait-0.1.89/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=ad89f3099f237647 -C extra-filename=-12c32150e64d66e2 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib --extern quote=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib --extern syn=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libsyn-b3ff36265f0ffed0.rlib --extern proc_macro --cap-lints allow`
2025-08-18T22:07:00.5320232Z [00:02:29.982]➜     Compiling winsplit v0.1.0
2025-08-18T22:07:00.5324885Z [00:02:29.982]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name winsplit --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/winsplit-0.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=82348882b88c9aee -C extra-filename=-2ab9e3b02e87b331 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:07:00.7486772Z [00:02:30.199]➜     Compiling nu-ansi-term v0.50.1
2025-08-18T22:07:00.7494251Z [00:02:30.200]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name nu_ansi_term --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nu-ansi-term-0.50.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("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=aba4a2d489ea772d -C extra-filename=-6e25cf4aadb38c5b --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:07:01.1829681Z [00:02:30.634]➜     Compiling shell-words v1.1.0
2025-08-18T22:07:01.1835398Z [00:02:30.634]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name shell_words --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=604bb3df4ded76ba -C extra-filename=-04357d8eadfbdc82 --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:07:01.9773064Z [00:02:31.428]➜     Compiling tailspin v5.5.0 (/tmp/tmp.vTUD5ZknJe/TEMPREPO)
2025-08-18T22:07:01.9790399Z [00:02:31.428]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tailspin --edition=2024 src/lib.rs --error-format=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=85ef142b5864fa33 -C extra-filename=-d4df01be528a485c --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern async_trait=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libasync_trait-12c32150e64d66e2.so --extern clap=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-cc51d51fa7dd90a9.rmeta --extern clap_complete=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_complete-d9267fe351edaa67.rmeta --extern ctrlc=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libctrlc-4e54493d1b4d7b43.rmeta --extern linemux=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinemux-79b90cced4de38f2.rmeta --extern memchr=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rmeta --extern miette=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmiette-afbb4e46bdf3ee7a.rmeta --extern nu_ansi_term=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-6e25cf4aadb38c5b.rmeta --extern rayon=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon-81f1f557fd8769bf.rmeta --extern regex=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-1518979f6a066caa.rmeta --extern serde=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-38317eb9d1fcb121.rmeta --extern serde_json=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_json-69cf29ae2cfcd7ad.rmeta --extern shell_words=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshell_words-04357d8eadfbdc82.rmeta --extern shellexpand=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshellexpand-6689e531db8a1c41.rmeta --extern tempfile=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtempfile-2f5c3a74a89eb7c3.rmeta --extern thiserror=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-5674e45b86a1293a.rmeta --extern tokio=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-83ea048224435e11.rmeta --extern toml=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml-a7763c452bc290b2.rmeta --extern uuid=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuuid-d1a39a496f9c036d.rmeta --extern winsplit=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinsplit-2ab9e3b02e87b331.rmeta -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:07:05.0743331Z [00:02:34.523]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tspin --edition=2024 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=9d87dfd02e0b14c7 -C extra-filename=-66a7f84727e4900b --out-dir /tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps --extern async_trait=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libasync_trait-12c32150e64d66e2.so --extern clap=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-cc51d51fa7dd90a9.rlib --extern clap_complete=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_complete-d9267fe351edaa67.rlib --extern ctrlc=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libctrlc-4e54493d1b4d7b43.rlib --extern linemux=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinemux-79b90cced4de38f2.rlib --extern memchr=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rlib --extern miette=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmiette-afbb4e46bdf3ee7a.rlib --extern nu_ansi_term=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-6e25cf4aadb38c5b.rlib --extern rayon=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon-81f1f557fd8769bf.rlib --extern regex=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-1518979f6a066caa.rlib --extern serde=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-38317eb9d1fcb121.rlib --extern serde_json=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_json-69cf29ae2cfcd7ad.rlib --extern shell_words=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshell_words-04357d8eadfbdc82.rlib --extern shellexpand=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshellexpand-6689e531db8a1c41.rlib --extern tailspin=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtailspin-d4df01be528a485c.rlib --extern tempfile=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtempfile-2f5c3a74a89eb7c3.rlib --extern thiserror=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-5674e45b86a1293a.rlib --extern tokio=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-83ea048224435e11.rlib --extern toml=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml-a7763c452bc290b2.rlib --extern uuid=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuuid-d1a39a496f9c036d.rlib --extern winsplit=/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinsplit-2ab9e3b02e87b331.rlib -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-18T22:07:50.6790897Z [00:03:20.130]➜      Finished `release` profile [optimized] target(s) in 1m 28s
2025-08-18T22:07:50.7425613Z [00:03:20.193]➜  + find -L ./target/aarch64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-18T22:07:50.7433073Z [00:03:20.194]➜  ./target/aarch64-unknown-linux-musl/release/tspin
2025-08-18T22:07:50.7433551Z [00:03:20.194]➜  ./target/aarch64-unknown-linux-musl/release/libtailspin.d
2025-08-18T22:07:50.7434417Z [00:03:20.194]➜  ./target/aarch64-unknown-linux-musl/release/.cargo-lock
2025-08-18T22:07:50.7434940Z [00:03:20.194]➜  ./target/aarch64-unknown-linux-musl/release/libtailspin.rlib
2025-08-18T22:07:50.7435380Z [00:03:20.194]➜  ./target/aarch64-unknown-linux-musl/release/tspin.d
2025-08-18T22:07:50.7441210Z [00:03:20.195]➜  + find ./target/aarch64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-18T22:07:50.7446608Z [00:03:20.195]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-18T22:07:50.7447255Z [00:03:20.195]➜  + cut -d: -f1
2025-08-18T22:07:50.7448935Z [00:03:20.196]➜  + xargs realpath --no-symlinks
2025-08-18T22:07:50.7449692Z [00:03:20.196]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-18T22:07:50.7856052Z [00:03:20.236]➜  sending incremental file list
2025-08-18T22:07:50.7867656Z [00:03:20.238]➜  tspin
2025-08-18T22:07:50.8303117Z [00:03:20.281]➜  
2025-08-18T22:07:50.8303534Z [00:03:20.281]➜  sent 2.81M bytes  received 35 bytes  5.61M bytes/sec
2025-08-18T22:07:50.8303943Z [00:03:20.281]➜  total size is 2.80M  speedup is 1.00
2025-08-18T22:07:50.9443480Z [00:03:20.395]➜  '/tmp/tmp.vTUD5ZknJe/TEMPREPO/LICENCE' -> '/build-bins/LICENSE'
2025-08-18T22:07:50.9585576Z [00:03:20.409]➜  + cp -fv /build-bins/tspin /build-bins/tailspin
2025-08-18T22:07:50.9598541Z [00:03:20.411]➜  '/build-bins/tspin' -> '/build-bins/tailspin'
2025-08-18T22:07:50.9616727Z [00:03:20.412]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-18T22:07:50.9758947Z [00:03:20.427]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-18T22:07:50.9762104Z [00:03:20.427]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-18T22:07:51.0063755Z [00:03:20.457]➜  copy from `/build-bins/tailspin' [elf64-littleaarch64] to `/build-bins/stnjJAne' [elf64-littleaarch64]
2025-08-18T22:07:51.0463146Z [00:03:20.497]➜  copy from `/build-bins/tspin' [elf64-littleaarch64] to `/build-bins/stcdLHKi' [elf64-littleaarch64]
2025-08-18T22:07:51.0930415Z [00:03:20.544]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-18T22:07:51.0959610Z [00:03:20.547]➜  
2025-08-18T22:07:51.0973548Z [00:03:20.548]➜  /build-bins/tailspin
2025-08-18T22:07:51.0985064Z [00:03:20.549]➜  There are 27 section headers, starting at offset 0x2ac570:
2025-08-18T22:07:51.0985576Z [00:03:20.549]➜  
2025-08-18T22:07:51.0986124Z [00:03:20.549]➜  Section Headers:
2025-08-18T22:07:51.0986556Z [00:03:20.549]➜    [Nr] Name              Type             Address           Offset
2025-08-18T22:07:51.0986975Z [00:03:20.549]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-18T22:07:51.0989439Z [00:03:20.549]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-18T22:07:51.0989878Z [00:03:20.549]➜         0000000000000000  0000000000000000           0     0     0
2025-08-18T22:07:51.0990334Z [00:03:20.549]➜    [ 1] .eh_frame         PROGBITS         0000000000200238  00000238
2025-08-18T22:07:51.0990755Z [00:03:20.549]➜         000000000004e58c  0000000000000000   A       0     0     8
2025-08-18T22:07:51.0991181Z [00:03:20.549]➜    [ 2] .eh_frame_hdr     PROGBITS         000000000024e7c4  0004e7c4
2025-08-18T22:07:51.0991605Z [00:03:20.549]➜         0000000000016ec4  0000000000000000   A       0     0     4
2025-08-18T22:07:51.0992039Z [00:03:20.549]➜    [ 3] .gcc_except_table PROGBITS         0000000000265688  00065688
2025-08-18T22:07:51.0992486Z [00:03:20.549]➜         000000000001cbf8  0000000000000000   A       0     0     4
2025-08-18T22:07:51.0992903Z [00:03:20.549]➜    [ 4] .rodata           PROGBITS         0000000000282280  00082280
2025-08-18T22:07:51.0993320Z [00:03:20.549]➜         0000000000062784  0000000000000000   A       0     0     128
2025-08-18T22:07:51.0993751Z [00:03:20.549]➜    [ 5] .rodata.cst16     PROGBITS         00000000002e4a10  000e4a10
2025-08-18T22:07:51.0994528Z [00:03:20.549]➜         0000000000001b00  0000000000000010  AM       0     0     16
2025-08-18T22:07:51.0995028Z [00:03:20.549]➜    [ 6] .rodata.cst32     PROGBITS         00000000002e6510  000e6510
2025-08-18T22:07:51.0995456Z [00:03:20.549]➜         00000000000006e0  0000000000000020  AM       0     0     16
2025-08-18T22:07:51.0996276Z [00:03:20.549]➜    [ 7] .rodata.cst4      PROGBITS         00000000002e6bf0  000e6bf0
2025-08-18T22:07:51.0996715Z [00:03:20.549]➜         0000000000002970  0000000000000004  AM       0     0     4
2025-08-18T22:07:51.0997154Z [00:03:20.549]➜    [ 8] .rodata.cst8      PROGBITS         00000000002e9560  000e9560
2025-08-18T22:07:51.0997578Z [00:03:20.549]➜         00000000000008c8  0000000000000008  AM       0     0     8
2025-08-18T22:07:51.0998005Z [00:03:20.549]➜    [ 9] .rodata.str1.1    PROGBITS         00000000002e9e28  000e9e28
2025-08-18T22:07:51.0998430Z [00:03:20.549]➜         0000000000007819  0000000000000001 AMS       0     0     1
2025-08-18T22:07:51.0998862Z [00:03:20.549]➜    [10] .rodata.str1.4    PROGBITS         00000000002f1644  000f1644
2025-08-18T22:07:51.0999284Z [00:03:20.549]➜         00000000000008c8  0000000000000001 AMS       0     0     4
2025-08-18T22:07:51.0999711Z [00:03:20.549]➜    [11] .rodata.str1.8    PROGBITS         00000000002f1f10  000f1f10
2025-08-18T22:07:51.1000137Z [00:03:20.549]➜         00000000000022e8  0000000000000001 AMS       0     0     8
2025-08-18T22:07:51.1000550Z [00:03:20.549]➜    [12] .fini             PROGBITS         00000000003041f8  000f41f8
2025-08-18T22:07:51.1001248Z [00:03:20.549]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-18T22:07:51.1001657Z [00:03:20.549]➜    [13] .init             PROGBITS         0000000000304208  000f4208
2025-08-18T22:07:51.1002061Z [00:03:20.549]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-18T22:07:51.1002465Z [00:03:20.549]➜    [14] .text             PROGBITS         0000000000304220  000f4220
2025-08-18T22:07:51.1002883Z [00:03:20.549]➜         0000000000180b20  0000000000000000  AX       0     0     32
2025-08-18T22:07:51.1003301Z [00:03:20.550]➜    [15] .tdata            PROGBITS         0000000000494d40  00274d40
2025-08-18T22:07:51.1003712Z [00:03:20.550]➜         0000000000000070  0000000000000000 WAT       0     0     8
2025-08-18T22:07:51.1004116Z [00:03:20.550]➜    [16] .tbss             NOBITS           0000000000494db0  00274db0
2025-08-18T22:07:51.1004524Z [00:03:20.550]➜         00000000000000ec  0000000000000000 WAT       0     0     8
2025-08-18T22:07:51.1004953Z [00:03:20.550]➜    [17] .data.rel.ro      PROGBITS         0000000000494db0  00274db0
2025-08-18T22:07:51.1005376Z [00:03:20.550]➜         0000000000036ae8  0000000000000000  WA       0     0     8
2025-08-18T22:07:51.1006129Z [00:03:20.550]➜    [18] .fini_array       FINI_ARRAY       00000000004cb898  002ab898
2025-08-18T22:07:51.1006617Z [00:03:20.550]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-18T22:07:51.1007234Z [00:03:20.550]➜    [19] .got.plt          PROGBITS         00000000004cb8a0  002ab8a0
2025-08-18T22:07:51.1007733Z [00:03:20.550]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-18T22:07:51.1008156Z [00:03:20.550]➜    [20] .init_array       INIT_ARRAY       00000000004cb8b8  002ab8b8
2025-08-18T22:07:51.1008577Z [00:03:20.550]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-18T22:07:51.1008983Z [00:03:20.550]➜    [21] .got              PROGBITS         00000000004cb8c0  002ab8c0
2025-08-18T22:07:51.1009403Z [00:03:20.550]➜         0000000000000098  0000000000000000  WA       0     0     8
2025-08-18T22:07:51.1009833Z [00:03:20.550]➜    [22] .relro_padding    NOBITS           00000000004cb958  002ab958
2025-08-18T22:07:51.1010264Z [00:03:20.550]➜         00000000000046a8  0000000000000000  WA       0     0     1
2025-08-18T22:07:51.1010674Z [00:03:20.550]➜    [23] .data             PROGBITS         00000000004db958  002ab958
2025-08-18T22:07:51.1011093Z [00:03:20.550]➜         0000000000000b00  0000000000000000  WA       0     0     8
2025-08-18T22:07:51.1011494Z [00:03:20.550]➜    [24] .bss              NOBITS           00000000004dc480  002ac458
2025-08-18T22:07:51.1011907Z [00:03:20.550]➜         0000000000003a4c  0000000000000000  WA       0     0     128
2025-08-18T22:07:51.1012330Z [00:03:20.550]➜    [25] .common           NOBITS           00000000004dfed0  002ac458
2025-08-18T22:07:51.1012749Z [00:03:20.550]➜         000000000000008c  0000000000000000  WA       0     0     8
2025-08-18T22:07:51.1013426Z [00:03:20.550]➜    [26] .shstrtab         STRTAB           0000000000000000  002ac458
2025-08-18T22:07:51.1013842Z [00:03:20.550]➜         0000000000000114  0000000000000000           0     0     1
2025-08-18T22:07:51.1014167Z [00:03:20.550]➜  Key to Flags:
2025-08-18T22:07:51.1014515Z [00:03:20.550]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-18T22:07:51.1014979Z [00:03:20.550]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-18T22:07:51.1015433Z [00:03:20.550]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-18T22:07:51.1016134Z [00:03:20.550]➜    D (mbind), p (processor specific)
2025-08-18T22:07:51.1016439Z [00:03:20.551]➜  
2025-08-18T22:07:51.1020097Z [00:03:20.553]➜  /build-bins/tspin
2025-08-18T22:07:51.1030188Z [00:03:20.554]➜  There are 27 section headers, starting at offset 0x2ac570:
2025-08-18T22:07:51.1031318Z [00:03:20.554]➜  
2025-08-18T22:07:51.1031591Z [00:03:20.554]➜  Section Headers:
2025-08-18T22:07:51.1031944Z [00:03:20.554]➜    [Nr] Name              Type             Address           Offset
2025-08-18T22:07:51.1032355Z [00:03:20.554]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-18T22:07:51.1032752Z [00:03:20.554]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-18T22:07:51.1033147Z [00:03:20.554]➜         0000000000000000  0000000000000000           0     0     0
2025-08-18T22:07:51.1033578Z [00:03:20.554]➜    [ 1] .eh_frame         PROGBITS         0000000000200238  00000238
2025-08-18T22:07:51.1034004Z [00:03:20.554]➜         000000000004e58c  0000000000000000   A       0     0     8
2025-08-18T22:07:51.1034428Z [00:03:20.554]➜    [ 2] .eh_frame_hdr     PROGBITS         000000000024e7c4  0004e7c4
2025-08-18T22:07:51.1034855Z [00:03:20.554]➜         0000000000016ec4  0000000000000000   A       0     0     4
2025-08-18T22:07:51.1035299Z [00:03:20.554]➜    [ 3] .gcc_except_table PROGBITS         0000000000265688  00065688
2025-08-18T22:07:51.1035929Z [00:03:20.554]➜         000000000001cbf8  0000000000000000   A       0     0     4
2025-08-18T22:07:51.1036405Z [00:03:20.554]➜    [ 4] .rodata           PROGBITS         0000000000282280  00082280
2025-08-18T22:07:51.1036825Z [00:03:20.554]➜         0000000000062784  0000000000000000   A       0     0     128
2025-08-18T22:07:51.1037259Z [00:03:20.554]➜    [ 5] .rodata.cst16     PROGBITS         00000000002e4a10  000e4a10
2025-08-18T22:07:51.1037991Z [00:03:20.554]➜         0000000000001b00  0000000000000010  AM       0     0     16
2025-08-18T22:07:51.1038508Z [00:03:20.554]➜    [ 6] .rodata.cst32     PROGBITS         00000000002e6510  000e6510
2025-08-18T22:07:51.1038946Z [00:03:20.554]➜         00000000000006e0  0000000000000020  AM       0     0     16
2025-08-18T22:07:51.1039376Z [00:03:20.554]➜    [ 7] .rodata.cst4      PROGBITS         00000000002e6bf0  000e6bf0
2025-08-18T22:07:51.1039802Z [00:03:20.554]➜         0000000000002970  0000000000000004  AM       0     0     4
2025-08-18T22:07:51.1040240Z [00:03:20.554]➜    [ 8] .rodata.cst8      PROGBITS         00000000002e9560  000e9560
2025-08-18T22:07:51.1040666Z [00:03:20.554]➜         00000000000008c8  0000000000000008  AM       0     0     8
2025-08-18T22:07:51.1041092Z [00:03:20.554]➜    [ 9] .rodata.str1.1    PROGBITS         00000000002e9e28  000e9e28
2025-08-18T22:07:51.1041521Z [00:03:20.554]➜         0000000000007819  0000000000000001 AMS       0     0     1
2025-08-18T22:07:51.1041995Z [00:03:20.554]➜    [10] .rodata.str1.4    PROGBITS         00000000002f1644  000f1644
2025-08-18T22:07:51.1042428Z [00:03:20.554]➜         00000000000008c8  0000000000000001 AMS       0     0     4
2025-08-18T22:07:51.1042861Z [00:03:20.554]➜    [11] .rodata.str1.8    PROGBITS         00000000002f1f10  000f1f10
2025-08-18T22:07:51.1043291Z [00:03:20.554]➜         00000000000022e8  0000000000000001 AMS       0     0     8
2025-08-18T22:07:51.1043704Z [00:03:20.554]➜    [12] .fini             PROGBITS         00000000003041f8  000f41f8
2025-08-18T22:07:51.1044369Z [00:03:20.554]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-18T22:07:51.1044776Z [00:03:20.554]➜    [13] .init             PROGBITS         0000000000304208  000f4208
2025-08-18T22:07:51.1045185Z [00:03:20.554]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-18T22:07:51.1045596Z [00:03:20.554]➜    [14] .text             PROGBITS         0000000000304220  000f4220
2025-08-18T22:07:51.1046315Z [00:03:20.554]➜         0000000000180b20  0000000000000000  AX       0     0     32
2025-08-18T22:07:51.1046736Z [00:03:20.554]➜    [15] .tdata            PROGBITS         0000000000494d40  00274d40
2025-08-18T22:07:51.1047151Z [00:03:20.554]➜         0000000000000070  0000000000000000 WAT       0     0     8
2025-08-18T22:07:51.1047561Z [00:03:20.554]➜    [16] .tbss             NOBITS           0000000000494db0  00274db0
2025-08-18T22:07:51.1047970Z [00:03:20.554]➜         00000000000000ec  0000000000000000 WAT       0     0     8
2025-08-18T22:07:51.1048401Z [00:03:20.554]➜    [17] .data.rel.ro      PROGBITS         0000000000494db0  00274db0
2025-08-18T22:07:51.1048826Z [00:03:20.554]➜         0000000000036ae8  0000000000000000  WA       0     0     8
2025-08-18T22:07:51.1049252Z [00:03:20.554]➜    [18] .fini_array       FINI_ARRAY       00000000004cb898  002ab898
2025-08-18T22:07:51.1049674Z [00:03:20.554]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-18T22:07:51.1050093Z [00:03:20.554]➜    [19] .got.plt          PROGBITS         00000000004cb8a0  002ab8a0
2025-08-18T22:07:51.1050512Z [00:03:20.554]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-18T22:07:51.1050935Z [00:03:20.554]➜    [20] .init_array       INIT_ARRAY       00000000004cb8b8  002ab8b8
2025-08-18T22:07:51.1051355Z [00:03:20.554]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-18T22:07:51.1051759Z [00:03:20.554]➜    [21] .got              PROGBITS         00000000004cb8c0  002ab8c0
2025-08-18T22:07:51.1052173Z [00:03:20.554]➜         0000000000000098  0000000000000000  WA       0     0     8
2025-08-18T22:07:51.1052598Z [00:03:20.554]➜    [22] .relro_padding    NOBITS           00000000004cb958  002ab958
2025-08-18T22:07:51.1053031Z [00:03:20.554]➜         00000000000046a8  0000000000000000  WA       0     0     1
2025-08-18T22:07:51.1053439Z [00:03:20.554]➜    [23] .data             PROGBITS         00000000004db958  002ab958
2025-08-18T22:07:51.1054096Z [00:03:20.554]➜         0000000000000b00  0000000000000000  WA       0     0     8
2025-08-18T22:07:51.1054572Z [00:03:20.554]➜    [24] .bss              NOBITS           00000000004dc480  002ac458
2025-08-18T22:07:51.1054987Z [00:03:20.554]➜         0000000000003a4c  0000000000000000  WA       0     0     128
2025-08-18T22:07:51.1055406Z [00:03:20.554]➜    [25] .common           NOBITS           00000000004dfed0  002ac458
2025-08-18T22:07:51.1056060Z [00:03:20.554]➜         000000000000008c  0000000000000000  WA       0     0     8
2025-08-18T22:07:51.1056503Z [00:03:20.554]➜    [26] .shstrtab         STRTAB           0000000000000000  002ac458
2025-08-18T22:07:51.1056921Z [00:03:20.554]➜         0000000000000114  0000000000000000           0     0     1
2025-08-18T22:07:51.1057237Z [00:03:20.554]➜  Key to Flags:
2025-08-18T22:07:51.1057629Z [00:03:20.554]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-18T22:07:51.1058092Z [00:03:20.554]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-18T22:07:51.1058551Z [00:03:20.554]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-18T22:07:51.1058925Z [00:03:20.554]➜    D (mbind), p (processor specific)
2025-08-18T22:07:51.1059217Z [00:03:20.556]➜  
2025-08-18T22:07:51.1064677Z [00:03:20.557]➜  /build-bins/LICENSE
2025-08-18T22:07:51.1080583Z [00:03:20.559]➜  + file /build-bins/LICENSE /build-bins/tailspin /build-bins/tspin
2025-08-18T22:07:51.1213026Z [00:03:20.572]➜  /build-bins/LICENSE:  ASCII text
2025-08-18T22:07:51.1271650Z [00:03:20.578]➜  /build-bins/tailspin: ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, stripped
2025-08-18T22:07:51.1272413Z [00:03:20.578]➜  /build-bins/tspin:    ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, stripped
2025-08-18T22:07:51.1281618Z [00:03:20.579]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/tailspin /build-bins/tspin
2025-08-18T22:07:51.1297652Z [00:03:20.581]➜  /build-bins/LICENSE:         1066 Bytes
2025-08-18T22:07:51.1298071Z [00:03:20.581]➜  /build-bins/tailspin:         2804784 Bytes
2025-08-18T22:07:51.1298768Z [00:03:20.581]➜  /build-bins/tspin:         2804784 Bytes
2025-08-18T22:07:51.1300564Z [00:03:20.581]➜  + du /build-bins/LICENSE /build-bins/tailspin /build-bins/tspin --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-18T22:07:51.1315497Z [00:03:20.582]➜  1.1K	2025-08-18 22:07:50.943070871 +0000	/build-bins/LICENSE
2025-08-18T22:07:51.1317296Z [00:03:20.582]➜  2.7M	2025-08-18 22:07:51.010072706 +0000	/build-bins/tailspin
2025-08-18T22:07:51.1317946Z [00:03:20.582]➜  2.7M	2025-08-18 22:07:51.049073775 +0000	/build-bins/tspin
2025-08-18T22:07:51.1318288Z [00:03:20.583]➜  + popd
2025-08-18T22:07:51.2066474Z [00:03:20.657]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-18T22:07:51.2598771Z [00:03:20.711]➜  + '[' -s /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-18T22:07:51.2599755Z [00:03:20.711]➜  + cp -fv /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-18T22:07:51.2629312Z [00:03:20.714]➜  '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-18T22:07:51.2634591Z [00:03:20.714]➜  + find /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-18T22:07:51.2636300Z [00:03:20.714]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-18T22:07:51.2639750Z [00:03:20.715]➜  + cut -d: -f1
2025-08-18T22:07:51.2640858Z [00:03:20.715]➜  + xargs realpath --no-symlinks
2025-08-18T22:07:51.2649712Z [00:03:20.716]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR
2025-08-18T22:07:51.4399115Z [00:03:20.891]➜  sending incremental file list
2025-08-18T22:07:51.4411032Z [00:03:20.892]➜  tailspin
2025-08-18T22:07:51.4847320Z [00:03:20.935]➜  
2025-08-18T22:07:51.4847715Z [00:03:20.935]➜  sent 2.81M bytes  received 35 bytes  5.61M bytes/sec
2025-08-18T22:07:51.4848094Z [00:03:20.936]➜  total size is 2.80M  speedup is 1.00
2025-08-18T22:07:51.4869249Z [00:03:20.938]➜  sending incremental file list
2025-08-18T22:07:51.4881114Z [00:03:20.939]➜  tspin
2025-08-18T22:07:51.5316541Z [00:03:20.982]➜  
2025-08-18T22:07:51.5317541Z [00:03:20.982]➜  sent 2.81M bytes  received 35 bytes  5.61M bytes/sec
2025-08-18T22:07:51.5317952Z [00:03:20.983]➜  total size is 2.80M  speedup is 1.00
2025-08-18T22:07:51.5330802Z [00:03:20.984]➜  
2025-08-18T22:07:51.9808781Z [00:03:21.432]➜  
2025-08-18T22:07:51.9908667Z [00:03:21.442]➜  ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/tailspin' retained as runner:runner
2025-08-18T22:07:51.9909616Z [00:03:21.442]➜  ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tailspin' retained as runner:runner
2025-08-18T22:07:51.9910492Z [00:03:21.442]➜  ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-18T22:07:51.9911356Z [00:03:21.442]➜  ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tspin' retained as runner:runner
2025-08-18T22:07:51.9912217Z [00:03:21.442]➜  ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-18T22:07:51.9913650Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-18T22:07:51.9914870Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/completions/tspin.bash' from root:root to runner:runner
2025-08-18T22:07:51.9916328Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/completions/tspin.fish' from root:root to runner:runner
2025-08-18T22:07:51.9917635Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/completions/tspin.zsh' from root:root to runner:runner
2025-08-18T22:07:51.9918843Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/completions' from root:root to runner:runner
2025-08-18T22:07:51.9920010Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/flake.lock' from root:root to runner:runner
2025-08-18T22:07:51.9921167Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/CHANGELOG.md' from root:root to runner:runner
2025-08-18T22:07:51.9922310Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/LICENCE' from root:root to runner:runner
2025-08-18T22:07:51.9923443Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/flake.nix' from root:root to runner:runner
2025-08-18T22:07:51.9924569Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.envrc' from root:root to runner:runner
2025-08-18T22:07:51.9925823Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/README.md' from root:root to runner:runner
2025-08-18T22:07:51.9927079Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/example-logs/example3' from root:root to runner:runner
2025-08-18T22:07:51.9928583Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/example-logs/example2' from root:root to runner:runner
2025-08-18T22:07:51.9929902Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/example-logs/example5' from root:root to runner:runner
2025-08-18T22:07:51.9931148Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/example-logs/example1' from root:root to runner:runner
2025-08-18T22:07:51.9932375Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/example-logs/example4' from root:root to runner:runner
2025-08-18T22:07:51.9933575Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/example-logs' from root:root to runner:runner
2025-08-18T22:07:51.9934754Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.gitattributes' from root:root to runner:runner
2025-08-18T22:07:51.9936061Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/rustfmt.toml' from root:root to runner:runner
2025-08-18T22:07:51.9937511Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-18T22:07:51.9938802Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-18T22:07:51.9940152Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.github/workflows/ReleaseStaticBinaries.yml' from root:root to runner:runner
2025-08-18T22:07:51.9941519Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.github/workflows/BuildAndTest.yml' from root:root to runner:runner
2025-08-18T22:07:51.9942829Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.github/workflows/Publish.yml' from root:root to runner:runner
2025-08-18T22:07:51.9944072Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-18T22:07:51.9945231Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.github' from root:root to runner:runner
2025-08-18T22:07:51.9946573Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/config.toml' from root:root to runner:runner
2025-08-18T22:07:51.9947790Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-18T22:07:51.9949252Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bytes-aad76a29fa546711.d' from root:root to runner:runner
2025-08-18T22:07:51.9950951Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbacktrace-0139644a6e93166d.rmeta' from root:root to runner:runner
2025-08-18T22:07:51.9952902Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfastrand-a6fffb5a5e5cdb20.rlib' from root:root to runner:runner
2025-08-18T22:07:51.9954683Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rmeta' from root:root to runner:runner
2025-08-18T22:07:51.9956460Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml-a7763c452bc290b2.d' from root:root to runner:runner
2025-08-18T22:07:51.9958209Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsupports_unicode-a0459e417b6d0a5b.rlib' from root:root to runner:runner
2025-08-18T22:07:51.9959918Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-b0c900f499444793.rlib' from root:root to runner:runner
2025-08-18T22:07:51.9961594Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-83ea048224435e11.rmeta' from root:root to runner:runner
2025-08-18T22:07:51.9963506Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_json-69cf29ae2cfcd7ad.rmeta' from root:root to runner:runner
2025-08-18T22:07:51.9965191Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-4c8e325713496bbe.d' from root:root to runner:runner
2025-08-18T22:07:51.9966998Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/uuid-d1a39a496f9c036d.d' from root:root to runner:runner
2025-08-18T22:07:51.9968674Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_writer-852893660fb8a3b6.rmeta' from root:root to runner:runner
2025-08-18T22:07:51.9970381Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rlib' from root:root to runner:runner
2025-08-18T22:07:51.9972038Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rayon-81f1f557fd8769bf.d' from root:root to runner:runner
2025-08-18T22:07:51.9973703Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtextwrap-795662e4b0b524ce.rlib' from root:root to runner:runner
2025-08-18T22:07:51.9975398Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-1518979f6a066caa.rmeta' from root:root to runner:runner
2025-08-18T22:07:51.9977501Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfastrand-a6fffb5a5e5cdb20.rmeta' from root:root to runner:runner
2025-08-18T22:07:51.9979271Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgimli-07ace2715015577c.rmeta' from root:root to runner:runner
2025-08-18T22:07:51.9981003Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_channel-6276dc29b2a01bae.rmeta' from root:root to runner:runner
2025-08-18T22:07:51.9982728Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/backtrace_ext-664a8db0fa091362.d' from root:root to runner:runner
2025-08-18T22:07:51.9984418Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinsplit-2ab9e3b02e87b331.rlib' from root:root to runner:runner
2025-08-18T22:07:51.9986208Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_json-69cf29ae2cfcd7ad.d' from root:root to runner:runner
2025-08-18T22:07:51.9988092Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboption_ext-2c8d17201dd91cfb.rmeta' from root:root to runner:runner
2025-08-18T22:07:51.9989773Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-056469cb054f3137.d' from root:root to runner:runner
2025-08-18T22:07:51.9991473Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-d71be664c677fb94.rlib' from root:root to runner:runner
2025-08-18T22:07:51.9993200Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbacktrace_ext-664a8db0fa091362.rmeta' from root:root to runner:runner
2025-08-18T22:07:51.9994924Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfiletime-47523feba85da1f2.rlib' from root:root to runner:runner
2025-08-18T22:07:51.9996791Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_width-7ded428ff597e470.d' from root:root to runner:runner
2025-08-18T22:07:51.9998507Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustc_demangle-30e51053e886f483.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0000225Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon-81f1f557fd8769bf.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0001899Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0003790Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminiz_oxide-28a0922b6df31748.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0005561Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtempfile-2f5c3a74a89eb7c3.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0007415Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/filetime-47523feba85da1f2.d' from root:root to runner:runner
2025-08-18T22:07:52.0009077Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon-81f1f557fd8769bf.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0010753Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_syntax-8375770a0aabfdd3.d' from root:root to runner:runner
2025-08-18T22:07:52.0012434Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-056469cb054f3137.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0014381Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-eb77c69ac2d7beae.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0016199Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-48917e4de1786f89.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0017964Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0019636Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rayon_core-7c0624f593cfe705.d' from root:root to runner:runner
2025-08-18T22:07:52.0021366Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libinotify-7ccfdbc3f2d54f97.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0023052Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hashbrown-d0e4d709e87469dc.d' from root:root to runner:runner
2025-08-18T22:07:52.0024720Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-694316d3806572f1.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0026472Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-cc51d51fa7dd90a9.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0028194Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/either-b0c900f499444793.d' from root:root to runner:runner
2025-08-18T22:07:52.0030037Z [00:03:21.442]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml_writer-852893660fb8a3b6.d' from root:root to runner:runner
2025-08-18T22:07:52.0031755Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/miette-afbb4e46bdf3ee7a.d' from root:root to runner:runner
2025-08-18T22:07:52.0033485Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsupports_hyperlinks-1d26c121a917cf55.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0035176Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/dirs-f34817f0ec04fc06.d' from root:root to runner:runner
2025-08-18T22:07:52.0037007Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-51234f7be0e44a62.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0038751Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_complete-d9267fe351edaa67.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0040732Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-1518979f6a066caa.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0042408Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/linux_raw_sys-5f3df5f2ce75b76c.d' from root:root to runner:runner
2025-08-18T22:07:52.0044104Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-d51e56ae5d8e5a48.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0045906Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustix-99ece2b70f471799.d' from root:root to runner:runner
2025-08-18T22:07:52.0047645Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libobject-48672e96d0276f5c.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0049356Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0051021Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tokio-83ea048224435e11.d' from root:root to runner:runner
2025-08-18T22:07:52.0052694Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libadler2-8ca6a70d9951681d.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0054375Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0056445Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/colorchoice-6013ebb501c1abed.d' from root:root to runner:runner
2025-08-18T22:07:52.0058226Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libctrlc-4e54493d1b4d7b43.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0059938Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-6e25cf4aadb38c5b.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0061622Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/inotify_sys-a954a9ffaf627f4f.d' from root:root to runner:runner
2025-08-18T22:07:52.0063307Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaddr2line-a9b933af87fcc59e.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0065024Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/signal_hook_registry-f23f4a45bddc78cb.d' from root:root to runner:runner
2025-08-18T22:07:52.0067110Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/addr2line-a9b933af87fcc59e.d' from root:root to runner:runner
2025-08-18T22:07:52.0068805Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-6e25cf4aadb38c5b.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0070483Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-fcc827561d9f21de.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0072163Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0073832Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/parking_lot-20c16fb775c3f45a.d' from root:root to runner:runner
2025-08-18T22:07:52.0075509Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs_sys-24a6bb3e4262e405.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0077365Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_builder-90b846c245ac5540.d' from root:root to runner:runner
2025-08-18T22:07:52.0079047Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-83ea048224435e11.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0080877Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ctrlc-4e54493d1b4d7b43.d' from root:root to runner:runner
2025-08-18T22:07:52.0082633Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_utils-862e04ea43454f7b.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0084311Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_parse-d9f762c54654b497.d' from root:root to runner:runner
2025-08-18T22:07:52.0086113Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscopeguard-a12f67ff0386bfba.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0087903Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-d0e4d709e87469dc.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0089641Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_channel-6276dc29b2a01bae.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0091549Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_task-76ff4ecc6a593659.d' from root:root to runner:runner
2025-08-18T22:07:52.0093212Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-cc51d51fa7dd90a9.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0094909Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-2ce806cf90a6ae1c.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0096773Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/walkdir-a545e9a5ea7ecd80.d' from root:root to runner:runner
2025-08-18T22:07:52.0098449Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0100162Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-5f3df5f2ce75b76c.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0101830Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde-38317eb9d1fcb121.d' from root:root to runner:runner
2025-08-18T22:07:52.0103502Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_util-8bc51d9523b1ae62.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0105190Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/smallvec-ee1ae9aa6b56c5e1.d' from root:root to runner:runner
2025-08-18T22:07:52.0107177Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-ae29605e8bb5f11f.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0108957Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libctrlc-4e54493d1b4d7b43.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0110602Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_ci-84d1f0f8659d8ab3.d' from root:root to runner:runner
2025-08-18T22:07:52.0112246Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-f497dbc862f38eff.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0113939Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-1b4b23d9f45758ad.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0115609Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nu_ansi_term-6e25cf4aadb38c5b.d' from root:root to runner:runner
2025-08-18T22:07:52.0117617Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-f497dbc862f38eff.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0119304Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-803cdf45485001f9.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0120970Z [00:03:21.443]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/terminal_size-51ee5b4430d2b3d5.d' from root:root to runner:runner
2025-08-18T22:07:52.0122606Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/slab-f052e07284ae880a.d' from root:root to runner:runner
2025-08-18T22:07:52.0124296Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-7535406ec995ad84.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0126114Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshellexpand-6689e531db8a1c41.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0127907Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-d3912d4c466823d0.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0129671Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-ae29605e8bb5f11f.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0131382Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon_core-7c0624f593cfe705.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0133257Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_complete-d9267fe351edaa67.d' from root:root to runner:runner
2025-08-18T22:07:52.0135068Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libinotify_sys-a954a9ffaf627f4f.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0136957Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle-74b0f744cbb31470.d' from root:root to runner:runner
2025-08-18T22:07:52.0138591Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nix-999986d6dd6c0d2a.d' from root:root to runner:runner
2025-08-18T22:07:52.0140235Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnotify-720b25bdf1c6edf4.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0141930Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-920aadcb768c81d9.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0143896Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-38317eb9d1fcb121.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0145584Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-946c54a872c4e112.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0147438Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-90b846c245ac5540.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0149192Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-f23f4a45bddc78cb.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0150945Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_utils-862e04ea43454f7b.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0152655Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_parser-fb32f1eef8b108e9.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0154344Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-aad76a29fa546711.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0156110Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfiletime-47523feba85da1f2.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0158029Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs-f34817f0ec04fc06.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0159787Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pin_utils-862e04ea43454f7b.d' from root:root to runner:runner
2025-08-18T22:07:52.0161467Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-5674e45b86a1293a.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0163177Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmiette-afbb4e46bdf3ee7a.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0164841Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex-1518979f6a066caa.d' from root:root to runner:runner
2025-08-18T22:07:52.0166646Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tspin-66a7f84727e4900b.d' from root:root to runner:runner
2025-08-18T22:07:52.0168386Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-20c16fb775c3f45a.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0170331Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtailspin-d4df01be528a485c.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0172058Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustc_demangle-30e51053e886f483.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0173817Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-f23f4a45bddc78cb.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0175580Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-056469cb054f3137.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0177372Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libc-b66fa394134f7643.d' from root:root to runner:runner
2025-08-18T22:07:52.0179030Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-ee1ae9aa6b56c5e1.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0180707Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-999986d6dd6c0d2a.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0182412Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-179e3c81e30bec0d.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0184277Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml_datetime-4da2042b304974e0.d' from root:root to runner:runner
2025-08-18T22:07:52.0186132Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-51ee5b4430d2b3d5.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0187884Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/once_cell-92d0a1f4aa4523c9.d' from root:root to runner:runner
2025-08-18T22:07:52.0189534Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf8parse-654ab0e6866dede5.d' from root:root to runner:runner
2025-08-18T22:07:52.0191193Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libslab-f052e07284ae880a.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0192894Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0194835Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libslab-f052e07284ae880a.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0196688Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-20c16fb775c3f45a.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0198450Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs_sys-24a6bb3e4262e405.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0200145Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-d0e4d709e87469dc.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0201856Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmiette-afbb4e46bdf3ee7a.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0203581Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-6c4e56dc5bd1bcd9.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0205294Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-74b0f744cbb31470.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0207102Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/scopeguard-a12f67ff0386bfba.d' from root:root to runner:runner
2025-08-18T22:07:52.0208824Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsupports_unicode-a0459e417b6d0a5b.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0210681Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lock_api-d1ab585f98c91019.d' from root:root to runner:runner
2025-08-18T22:07:52.0212446Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-eb77c69ac2d7beae.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0214160Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libobject-48672e96d0276f5c.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0215910Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-aad76a29fa546711.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0217644Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-d1ab585f98c91019.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0219309Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/dirs_sys-24a6bb3e4262e405.d' from root:root to runner:runner
2025-08-18T22:07:52.0221163Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-99ece2b70f471799.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0222862Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon_core-7c0624f593cfe705.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0224514Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cfg_if-5335dbb64cbcc9f5.d' from root:root to runner:runner
2025-08-18T22:07:52.0226243Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fastrand-a6fffb5a5e5cdb20.d' from root:root to runner:runner
2025-08-18T22:07:52.0227969Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs-f34817f0ec04fc06.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0229692Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-6c4e56dc5bd1bcd9.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0231396Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-803cdf45485001f9.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0233073Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/supports_unicode-a0459e417b6d0a5b.d' from root:root to runner:runner
2025-08-18T22:07:52.0234945Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_spanned-8f3c34865c17860c.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0236800Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml-a7763c452bc290b2.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0238498Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshell_words-04357d8eadfbdc82.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0240229Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinux_raw_sys-5f3df5f2ce75b76c.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0241941Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_channel-6276dc29b2a01bae.d' from root:root to runner:runner
2025-08-18T22:07:52.0243641Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-5674e45b86a1293a.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0245354Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-d9f762c54654b497.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0247327Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liboption_ext-2c8d17201dd91cfb.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0249048Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_spanned-8f3c34865c17860c.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0250743Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0252433Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-2ce806cf90a6ae1c.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0254099Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memchr-4febb07ae6b182e6.d' from root:root to runner:runner
2025-08-18T22:07:52.0255897Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_linebreak-b0f10fd22da72f3b.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0257664Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstream-920aadcb768c81d9.d' from root:root to runner:runner
2025-08-18T22:07:52.0259358Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_terminal_polyfill-d41033bcec586f6b.d' from root:root to runner:runner
2025-08-18T22:07:52.0261211Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_query-d3912d4c466823d0.d' from root:root to runner:runner
2025-08-18T22:07:52.0263013Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsupports_hyperlinks-1d26c121a917cf55.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0264739Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0266517Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-694316d3806572f1.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0268227Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/supports_hyperlinks-1d26c121a917cf55.d' from root:root to runner:runner
2025-08-18T22:07:52.0269935Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-946c54a872c4e112.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0271851Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0273523Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/object-48672e96d0276f5c.d' from root:root to runner:runner
2025-08-18T22:07:52.0275221Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-6013ebb501c1abed.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0277106Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_parser-fb32f1eef8b108e9.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0278832Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_complete-d9267fe351edaa67.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0280554Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-920aadcb768c81d9.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0282235Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/equivalent-227a987576108267.d' from root:root to runner:runner
2025-08-18T22:07:52.0283898Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_core-d71be664c677fb94.d' from root:root to runner:runner
2025-08-18T22:07:52.0285571Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinemux-79b90cced4de38f2.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0287518Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_lex-f497dbc862f38eff.d' from root:root to runner:runner
2025-08-18T22:07:52.0289255Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/parking_lot_core-6c4e56dc5bd1bcd9.d' from root:root to runner:runner
2025-08-18T22:07:52.0290965Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscopeguard-a12f67ff0386bfba.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0292701Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0294406Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminiz_oxide-28a0922b6df31748.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0296217Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libowo_colors-03e2c44ce9566fbb.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0298120Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtempfile-2f5c3a74a89eb7c3.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0299880Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0301610Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_deque-eb77c69ac2d7beae.d' from root:root to runner:runner
2025-08-18T22:07:52.0303304Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0304972Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_ci-84d1f0f8659d8ab3.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0306779Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/getrandom-48917e4de1786f89.d' from root:root to runner:runner
2025-08-18T22:07:52.0308479Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsupports_color-7672bb2ff130ac92.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0310177Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/miniz_oxide-28a0922b6df31748.d' from root:root to runner:runner
2025-08-18T22:07:52.0312014Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshellexpand-6689e531db8a1c41.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0313767Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/inotify-7ccfdbc3f2d54f97.d' from root:root to runner:runner
2025-08-18T22:07:52.0315447Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_task-76ff4ecc6a593659.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0317251Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ryu-694316d3806572f1.d' from root:root to runner:runner
2025-08-18T22:07:52.0318903Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnotify-720b25bdf1c6edf4.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0320573Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/textwrap-795662e4b0b524ce.d' from root:root to runner:runner
2025-08-18T22:07:52.0322417Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_automata-7535406ec995ad84.d' from root:root to runner:runner
2025-08-18T22:07:52.0324119Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_datetime-4da2042b304974e0.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0325933Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-179e3c81e30bec0d.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0327714Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-ee1ae9aa6b56c5e1.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0329386Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/notify-720b25bdf1c6edf4.d' from root:root to runner:runner
2025-08-18T22:07:52.0331043Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuuid-d1a39a496f9c036d.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0332700Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-5674e45b86a1293a.d' from root:root to runner:runner
2025-08-18T22:07:52.0334358Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/aho_corasick-d51e56ae5d8e5a48.d' from root:root to runner:runner
2025-08-18T22:07:52.0336075Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/winsplit-2ab9e3b02e87b331.d' from root:root to runner:runner
2025-08-18T22:07:52.0337997Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strsim-b4d47f8ab2e91eb8.d' from root:root to runner:runner
2025-08-18T22:07:52.0339973Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libinotify-7ccfdbc3f2d54f97.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0341662Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml-a7763c452bc290b2.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0343327Z [00:03:21.444]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_ci-84d1f0f8659d8ab3.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0344987Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuuid-d1a39a496f9c036d.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0346847Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/indexmap-2ce806cf90a6ae1c.d' from root:root to runner:runner
2025-08-18T22:07:52.0348721Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0350418Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libadler2-8ca6a70d9951681d.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0352117Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinsplit-2ab9e3b02e87b331.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0353825Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtextwrap-795662e4b0b524ce.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0355519Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-1b4b23d9f45758ad.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0357373Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_util-8bc51d9523b1ae62.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0359062Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/backtrace-0139644a6e93166d.d' from root:root to runner:runner
2025-08-18T22:07:52.0360747Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0362450Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libowo_colors-03e2c44ce9566fbb.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0364285Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_spanned-8f3c34865c17860c.d' from root:root to runner:runner
2025-08-18T22:07:52.0366237Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_linebreak-b0f10fd22da72f3b.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0368032Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0369690Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/owo_colors-03e2c44ce9566fbb.d' from root:root to runner:runner
2025-08-18T22:07:52.0371373Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libinotify_sys-a954a9ffaf627f4f.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0373051Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml_parser-fb32f1eef8b108e9.d' from root:root to runner:runner
2025-08-18T22:07:52.0374928Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pin_project_lite-7f1b0160d6667c1c.d' from root:root to runner:runner
2025-08-18T22:07:52.0376721Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gimli-07ace2715015577c.d' from root:root to runner:runner
2025-08-18T22:07:52.0378334Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/log-ca76cc5873df6a42.d' from root:root to runner:runner
2025-08-18T22:07:52.0379961Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0381667Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-7535406ec995ad84.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0383415Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_linebreak-b0f10fd22da72f3b.d' from root:root to runner:runner
2025-08-18T22:07:52.0385114Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_utils-51234f7be0e44a62.d' from root:root to runner:runner
2025-08-18T22:07:52.0386922Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/shell_words-04357d8eadfbdc82.d' from root:root to runner:runner
2025-08-18T22:07:52.0388595Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0390444Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0392218Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0393926Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_json-69cf29ae2cfcd7ad.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0395591Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/linemux-79b90cced4de38f2.d' from root:root to runner:runner
2025-08-18T22:07:52.0397366Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/adler2-8ca6a70d9951681d.d' from root:root to runner:runner
2025-08-18T22:07:52.0399045Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_datetime-4da2042b304974e0.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0400982Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0402696Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-b0c900f499444793.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0404409Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-51234f7be0e44a62.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0406208Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-92d0a1f4aa4523c9.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0407953Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tailspin-d4df01be528a485c.d' from root:root to runner:runner
2025-08-18T22:07:52.0409619Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-fcc827561d9f21de.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0411289Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-38317eb9d1fcb121.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0413010Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-6013ebb501c1abed.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0414886Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_writer-852893660fb8a3b6.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0416793Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/shellexpand-6689e531db8a1c41.d' from root:root to runner:runner
2025-08-18T22:07:52.0418433Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap-cc51d51fa7dd90a9.d' from root:root to runner:runner
2025-08-18T22:07:52.0420101Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbacktrace-0139644a6e93166d.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0421820Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-d9f762c54654b497.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0423515Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_width-ae29605e8bb5f11f.d' from root:root to runner:runner
2025-08-18T22:07:52.0425399Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-99ece2b70f471799.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0427268Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-74b0f744cbb31470.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0429025Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0430774Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-48917e4de1786f89.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0432427Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tspin-66a7f84727e4900b' from root:root to runner:runner
2025-08-18T22:07:52.0434109Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-d3912d4c466823d0.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0435950Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0437693Z [00:03:21.445]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/same_file-68187b3b758edad5.d' from root:root to runner:runner
2025-08-18T22:07:52.0439371Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaddr2line-a9b933af87fcc59e.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0441246Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_epoch-179e3c81e30bec0d.d' from root:root to runner:runner
2025-08-18T22:07:52.0442977Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tempfile-2f5c3a74a89eb7c3.d' from root:root to runner:runner
2025-08-18T22:07:52.0444656Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-d1ab585f98c91019.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0446436Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinemux-79b90cced4de38f2.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0448195Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbacktrace_ext-664a8db0fa091362.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0449845Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/mio-803cdf45485001f9.d' from root:root to runner:runner
2025-08-18T22:07:52.0451701Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0453382Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgimli-07ace2715015577c.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0455057Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/supports_color-7672bb2ff130ac92.d' from root:root to runner:runner
2025-08-18T22:07:52.0456847Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0458550Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-d71be664c677fb94.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0460272Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-7ded428ff597e470.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0461977Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-92d0a1f4aa4523c9.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0463629Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itoa-26c7b81a28d259c5.d' from root:root to runner:runner
2025-08-18T22:07:52.0465291Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-d51e56ae5d8e5a48.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0467368Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0469151Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-51ee5b4430d2b3d5.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0470831Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/winnow-1b4b23d9f45758ad.d' from root:root to runner:runner
2025-08-18T22:07:52.0472481Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_util-8bc51d9523b1ae62.d' from root:root to runner:runner
2025-08-18T22:07:52.0474152Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-999986d6dd6c0d2a.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0475926Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshell_words-04357d8eadfbdc82.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0477869Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtailspin-d4df01be528a485c.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0479542Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/socket2-946c54a872c4e112.d' from root:root to runner:runner
2025-08-18T22:07:52.0481222Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsupports_color-7672bb2ff130ac92.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0482929Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustc_demangle-30e51053e886f483.d' from root:root to runner:runner
2025-08-18T22:07:52.0484586Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/option_ext-2c8d17201dd91cfb.d' from root:root to runner:runner
2025-08-18T22:07:52.0486301Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/mio-fcc827561d9f21de.d' from root:root to runner:runner
2025-08-18T22:07:52.0488025Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-90b846c245ac5540.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0489762Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-7ded428ff597e470.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.0491665Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_task-76ff4ecc6a593659.rlib' from root:root to runner:runner
2025-08-18T22:07:52.0493288Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-18T22:07:52.0494668Z [00:03:21.446]➜  ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/tspin' retained as runner:runner
2025-08-18T22:07:52.0496294Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-18T22:07:52.0497835Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-18T22:07:52.0499341Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/libtailspin.d' from root:root to runner:runner
2025-08-18T22:07:52.0500993Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/stderr' from root:root to runner:runner
2025-08-18T22:07:52.0503003Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0504774Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/out' from root:root to runner:runner
2025-08-18T22:07:52.0506677Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/root-output' from root:root to runner:runner
2025-08-18T22:07:52.0508443Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/output' from root:root to runner:runner
2025-08-18T22:07:52.0510149Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354' from root:root to runner:runner
2025-08-18T22:07:52.0511835Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ea492417f74ca5ac/stderr' from root:root to runner:runner
2025-08-18T22:07:52.0513576Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ea492417f74ca5ac/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0515299Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ea492417f74ca5ac/out' from root:root to runner:runner
2025-08-18T22:07:52.0517322Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ea492417f74ca5ac/root-output' from root:root to runner:runner
2025-08-18T22:07:52.0519124Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ea492417f74ca5ac/output' from root:root to runner:runner
2025-08-18T22:07:52.0520787Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde_json-ea492417f74ca5ac' from root:root to runner:runner
2025-08-18T22:07:52.0522492Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/stderr' from root:root to runner:runner
2025-08-18T22:07:52.0524299Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0526247Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/out' from root:root to runner:runner
2025-08-18T22:07:52.0528218Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/root-output' from root:root to runner:runner
2025-08-18T22:07:52.0529986Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/output' from root:root to runner:runner
2025-08-18T22:07:52.0531706Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6' from root:root to runner:runner
2025-08-18T22:07:52.0533404Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-94768adf8bd0f3c0/stderr' from root:root to runner:runner
2025-08-18T22:07:52.0535158Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-94768adf8bd0f3c0/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0537035Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-94768adf8bd0f3c0/out' from root:root to runner:runner
2025-08-18T22:07:52.0538745Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-94768adf8bd0f3c0/root-output' from root:root to runner:runner
2025-08-18T22:07:52.0540472Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-94768adf8bd0f3c0/output' from root:root to runner:runner
2025-08-18T22:07:52.0542151Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-94768adf8bd0f3c0' from root:root to runner:runner
2025-08-18T22:07:52.0544038Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-6c79f406d625c339/stderr' from root:root to runner:runner
2025-08-18T22:07:52.0545900Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-6c79f406d625c339/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0547752Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-6c79f406d625c339/out' from root:root to runner:runner
2025-08-18T22:07:52.0549411Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-6c79f406d625c339/root-output' from root:root to runner:runner
2025-08-18T22:07:52.0551079Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-6c79f406d625c339/output' from root:root to runner:runner
2025-08-18T22:07:52.0552697Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-6c79f406d625c339' from root:root to runner:runner
2025-08-18T22:07:52.0554359Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-68d2be64d924e7ca/stderr' from root:root to runner:runner
2025-08-18T22:07:52.0556199Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-68d2be64d924e7ca/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0557968Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-68d2be64d924e7ca/out' from root:root to runner:runner
2025-08-18T22:07:52.0559675Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-68d2be64d924e7ca/root-output' from root:root to runner:runner
2025-08-18T22:07:52.0561404Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-68d2be64d924e7ca/output' from root:root to runner:runner
2025-08-18T22:07:52.0563264Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-68d2be64d924e7ca' from root:root to runner:runner
2025-08-18T22:07:52.0564988Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/slab-12f134bdafc51d03/stderr' from root:root to runner:runner
2025-08-18T22:07:52.0566839Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/slab-12f134bdafc51d03/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0568667Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/slab-12f134bdafc51d03/out/autocfg_2aaa5e49435b8077_0.ll' from root:root to runner:runner
2025-08-18T22:07:52.0570401Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/slab-12f134bdafc51d03/out' from root:root to runner:runner
2025-08-18T22:07:52.0572070Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/slab-12f134bdafc51d03/root-output' from root:root to runner:runner
2025-08-18T22:07:52.0573947Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/slab-12f134bdafc51d03/output' from root:root to runner:runner
2025-08-18T22:07:52.0575581Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/slab-12f134bdafc51d03' from root:root to runner:runner
2025-08-18T22:07:52.0577396Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/stderr' from root:root to runner:runner
2025-08-18T22:07:52.0579117Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0580819Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/out' from root:root to runner:runner
2025-08-18T22:07:52.0582492Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/root-output' from root:root to runner:runner
2025-08-18T22:07:52.0584177Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/output' from root:root to runner:runner
2025-08-18T22:07:52.0585884Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be' from root:root to runner:runner
2025-08-18T22:07:52.0587595Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-8cf111d81bc4c6ac/stderr' from root:root to runner:runner
2025-08-18T22:07:52.0589515Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-8cf111d81bc4c6ac/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0591416Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-8cf111d81bc4c6ac/out/autocfg_94015bf2ac328963_0.ll' from root:root to runner:runner
2025-08-18T22:07:52.0593177Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-8cf111d81bc4c6ac/out' from root:root to runner:runner
2025-08-18T22:07:52.0594873Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-8cf111d81bc4c6ac/root-output' from root:root to runner:runner
2025-08-18T22:07:52.0596708Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-8cf111d81bc4c6ac/output' from root:root to runner:runner
2025-08-18T22:07:52.0598359Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-8cf111d81bc4c6ac' from root:root to runner:runner
2025-08-18T22:07:52.0600213Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/object-d5e35517a25d103b/stderr' from root:root to runner:runner
2025-08-18T22:07:52.0601977Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/object-d5e35517a25d103b/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0603681Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/object-d5e35517a25d103b/out' from root:root to runner:runner
2025-08-18T22:07:52.0605366Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/object-d5e35517a25d103b/root-output' from root:root to runner:runner
2025-08-18T22:07:52.0607196Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/object-d5e35517a25d103b/output' from root:root to runner:runner
2025-08-18T22:07:52.0608836Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/object-d5e35517a25d103b' from root:root to runner:runner
2025-08-18T22:07:52.0610505Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-6e63324cf0156bcb/stderr' from root:root to runner:runner
2025-08-18T22:07:52.0612257Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-6e63324cf0156bcb/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0614159Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-6e63324cf0156bcb/out' from root:root to runner:runner
2025-08-18T22:07:52.0616027Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-6e63324cf0156bcb/root-output' from root:root to runner:runner
2025-08-18T22:07:52.0617812Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-6e63324cf0156bcb/output' from root:root to runner:runner
2025-08-18T22:07:52.0619494Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-6e63324cf0156bcb' from root:root to runner:runner
2025-08-18T22:07:52.0621173Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-7a9c3e3af4bad2a4/stderr' from root:root to runner:runner
2025-08-18T22:07:52.0622894Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-7a9c3e3af4bad2a4/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0624800Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-7a9c3e3af4bad2a4/out' from root:root to runner:runner
2025-08-18T22:07:52.0626630Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-7a9c3e3af4bad2a4/root-output' from root:root to runner:runner
2025-08-18T22:07:52.0628387Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-7a9c3e3af4bad2a4/output' from root:root to runner:runner
2025-08-18T22:07:52.0630039Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-7a9c3e3af4bad2a4' from root:root to runner:runner
2025-08-18T22:07:52.0631715Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/owo-colors-c528d0c9e25cc42c/stderr' from root:root to runner:runner
2025-08-18T22:07:52.0633474Z [00:03:21.446]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/owo-colors-c528d0c9e25cc42c/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0635199Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/owo-colors-c528d0c9e25cc42c/out' from root:root to runner:runner
2025-08-18T22:07:52.0637045Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/owo-colors-c528d0c9e25cc42c/root-output' from root:root to runner:runner
2025-08-18T22:07:52.0638777Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/owo-colors-c528d0c9e25cc42c/output' from root:root to runner:runner
2025-08-18T22:07:52.0640603Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/owo-colors-c528d0c9e25cc42c' from root:root to runner:runner
2025-08-18T22:07:52.0642326Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-ea03b7ff255429f6/stderr' from root:root to runner:runner
2025-08-18T22:07:52.0644035Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-ea03b7ff255429f6/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0645810Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-ea03b7ff255429f6/out' from root:root to runner:runner
2025-08-18T22:07:52.0647548Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-ea03b7ff255429f6/root-output' from root:root to runner:runner
2025-08-18T22:07:52.0649216Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-ea03b7ff255429f6/output' from root:root to runner:runner
2025-08-18T22:07:52.0651049Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-ea03b7ff255429f6' from root:root to runner:runner
2025-08-18T22:07:52.0652569Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-18T22:07:52.0654028Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-18T22:07:52.0655479Z [00:03:21.447]➜  ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/libtailspin.rlib' retained as runner:runner
2025-08-18T22:07:52.0657056Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/tspin.d' from root:root to runner:runner
2025-08-18T22:07:52.0658695Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-fcc827561d9f21de/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0660449Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-fcc827561d9f21de/dep-lib-mio' from root:root to runner:runner
2025-08-18T22:07:52.0662161Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-fcc827561d9f21de/lib-mio' from root:root to runner:runner
2025-08-18T22:07:52.0663887Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-fcc827561d9f21de/lib-mio.json' from root:root to runner:runner
2025-08-18T22:07:52.0665819Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-fcc827561d9f21de' from root:root to runner:runner
2025-08-18T22:07:52.0667638Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-f34817f0ec04fc06/lib-dirs.json' from root:root to runner:runner
2025-08-18T22:07:52.0669424Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-f34817f0ec04fc06/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0671192Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-f34817f0ec04fc06/dep-lib-dirs' from root:root to runner:runner
2025-08-18T22:07:52.0672924Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-f34817f0ec04fc06/lib-dirs' from root:root to runner:runner
2025-08-18T22:07:52.0674610Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-f34817f0ec04fc06' from root:root to runner:runner
2025-08-18T22:07:52.0676786Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3a9c554e78d47354/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.0678851Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3a9c554e78d47354/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:07:52.0680723Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3a9c554e78d47354' from root:root to runner:runner
2025-08-18T22:07:52.0682544Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-fb32f1eef8b108e9/lib-toml_parser.json' from root:root to runner:runner
2025-08-18T22:07:52.0684402Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-fb32f1eef8b108e9/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0686308Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-fb32f1eef8b108e9/lib-toml_parser' from root:root to runner:runner
2025-08-18T22:07:52.0688203Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-fb32f1eef8b108e9/dep-lib-toml_parser' from root:root to runner:runner
2025-08-18T22:07:52.0689982Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-fb32f1eef8b108e9' from root:root to runner:runner
2025-08-18T22:07:52.0692044Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-hyperlinks-1d26c121a917cf55/dep-lib-supports_hyperlinks' from root:root to runner:runner
2025-08-18T22:07:52.0694076Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-hyperlinks-1d26c121a917cf55/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0696151Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-hyperlinks-1d26c121a917cf55/lib-supports_hyperlinks.json' from root:root to runner:runner
2025-08-18T22:07:52.0698200Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-hyperlinks-1d26c121a917cf55/lib-supports_hyperlinks' from root:root to runner:runner
2025-08-18T22:07:52.0700065Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-hyperlinks-1d26c121a917cf55' from root:root to runner:runner
2025-08-18T22:07:52.0702043Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filetime-47523feba85da1f2/lib-filetime' from root:root to runner:runner
2025-08-18T22:07:52.0703842Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filetime-47523feba85da1f2/dep-lib-filetime' from root:root to runner:runner
2025-08-18T22:07:52.0705727Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filetime-47523feba85da1f2/lib-filetime.json' from root:root to runner:runner
2025-08-18T22:07:52.0707616Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filetime-47523feba85da1f2/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0709405Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filetime-47523feba85da1f2' from root:root to runner:runner
2025-08-18T22:07:52.0711195Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-d51e56ae5d8e5a48/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0713059Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-d51e56ae5d8e5a48/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-18T22:07:52.0714909Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-d51e56ae5d8e5a48/lib-aho_corasick' from root:root to runner:runner
2025-08-18T22:07:52.0717093Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-d51e56ae5d8e5a48/lib-aho_corasick.json' from root:root to runner:runner
2025-08-18T22:07:52.0718970Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-d51e56ae5d8e5a48' from root:root to runner:runner
2025-08-18T22:07:52.0720703Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/lib-itoa.json' from root:root to runner:runner
2025-08-18T22:07:52.0722461Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/dep-lib-itoa' from root:root to runner:runner
2025-08-18T22:07:52.0724235Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0726085Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5/lib-itoa' from root:root to runner:runner
2025-08-18T22:07:52.0728008Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itoa-26c7b81a28d259c5' from root:root to runner:runner
2025-08-18T22:07:52.0729756Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tailspin-d4df01be528a485c/lib-tailspin.json' from root:root to runner:runner
2025-08-18T22:07:52.0731584Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tailspin-d4df01be528a485c/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0733393Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tailspin-d4df01be528a485c/lib-tailspin' from root:root to runner:runner
2025-08-18T22:07:52.0735206Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tailspin-d4df01be528a485c/dep-lib-tailspin' from root:root to runner:runner
2025-08-18T22:07:52.0737103Z [00:03:21.447]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tailspin-d4df01be528a485c' from root:root to runner:runner
2025-08-18T22:07:52.0738901Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/lib-unicode_width.json' from root:root to runner:runner
2025-08-18T22:07:52.0740786Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/lib-unicode_width' from root:root to runner:runner
2025-08-18T22:07:52.0742797Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0744737Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/dep-lib-unicode_width' from root:root to runner:runner
2025-08-18T22:07:52.0746686Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f' from root:root to runner:runner
2025-08-18T22:07:52.0748463Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uuid-d1a39a496f9c036d/lib-uuid' from root:root to runner:runner
2025-08-18T22:07:52.0750204Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uuid-d1a39a496f9c036d/dep-lib-uuid' from root:root to runner:runner
2025-08-18T22:07:52.0751976Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uuid-d1a39a496f9c036d/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0753953Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uuid-d1a39a496f9c036d/lib-uuid.json' from root:root to runner:runner
2025-08-18T22:07:52.0755730Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uuid-d1a39a496f9c036d' from root:root to runner:runner
2025-08-18T22:07:52.0757564Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-51ee5b4430d2b3d5/dep-lib-terminal_size' from root:root to runner:runner
2025-08-18T22:07:52.0759446Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-51ee5b4430d2b3d5/lib-terminal_size.json' from root:root to runner:runner
2025-08-18T22:07:52.0761340Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-51ee5b4430d2b3d5/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0763189Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-51ee5b4430d2b3d5/lib-terminal_size' from root:root to runner:runner
2025-08-18T22:07:52.0764960Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-51ee5b4430d2b3d5' from root:root to runner:runner
2025-08-18T22:07:52.0766959Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-6276dc29b2a01bae/lib-crossbeam_channel.json' from root:root to runner:runner
2025-08-18T22:07:52.0769064Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-6276dc29b2a01bae/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0771047Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-6276dc29b2a01bae/lib-crossbeam_channel' from root:root to runner:runner
2025-08-18T22:07:52.0772999Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-6276dc29b2a01bae/dep-lib-crossbeam_channel' from root:root to runner:runner
2025-08-18T22:07:52.0774850Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-6276dc29b2a01bae' from root:root to runner:runner
2025-08-18T22:07:52.0776796Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0778675Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/dep-lib-anstyle_parse' from root:root to runner:runner
2025-08-18T22:07:52.0780754Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/lib-anstyle_parse' from root:root to runner:runner
2025-08-18T22:07:52.0782636Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/lib-anstyle_parse.json' from root:root to runner:runner
2025-08-18T22:07:52.0784436Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497' from root:root to runner:runner
2025-08-18T22:07:52.0786278Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/lib-bytes.json' from root:root to runner:runner
2025-08-18T22:07:52.0788139Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0789915Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/dep-lib-bytes' from root:root to runner:runner
2025-08-18T22:07:52.0791660Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/lib-bytes' from root:root to runner:runner
2025-08-18T22:07:52.0793365Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711' from root:root to runner:runner
2025-08-18T22:07:52.0795254Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-1b4b23d9f45758ad/dep-lib-winnow' from root:root to runner:runner
2025-08-18T22:07:52.0797209Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-1b4b23d9f45758ad/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0798994Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-1b4b23d9f45758ad/lib-winnow' from root:root to runner:runner
2025-08-18T22:07:52.0800767Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-1b4b23d9f45758ad/lib-winnow.json' from root:root to runner:runner
2025-08-18T22:07:52.0802493Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-1b4b23d9f45758ad' from root:root to runner:runner
2025-08-18T22:07:52.0804233Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/lib-equivalent' from root:root to runner:runner
2025-08-18T22:07:52.0806361Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0808271Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/dep-lib-equivalent' from root:root to runner:runner
2025-08-18T22:07:52.0810118Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267/lib-equivalent.json' from root:root to runner:runner
2025-08-18T22:07:52.0811890Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/equivalent-227a987576108267' from root:root to runner:runner
2025-08-18T22:07:52.0813688Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae/lib-crossbeam_deque' from root:root to runner:runner
2025-08-18T22:07:52.0815618Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae/dep-lib-crossbeam_deque' from root:root to runner:runner
2025-08-18T22:07:52.0817661Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0819580Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae/lib-crossbeam_deque.json' from root:root to runner:runner
2025-08-18T22:07:52.0821578Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae' from root:root to runner:runner
2025-08-18T22:07:52.0823403Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_ci-84d1f0f8659d8ab3/lib-is_ci.json' from root:root to runner:runner
2025-08-18T22:07:52.0825186Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_ci-84d1f0f8659d8ab3/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0827091Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_ci-84d1f0f8659d8ab3/dep-lib-is_ci' from root:root to runner:runner
2025-08-18T22:07:52.0828820Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_ci-84d1f0f8659d8ab3/lib-is_ci' from root:root to runner:runner
2025-08-18T22:07:52.0830495Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_ci-84d1f0f8659d8ab3' from root:root to runner:runner
2025-08-18T22:07:52.0832410Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-utils-862e04ea43454f7b/dep-lib-pin_utils' from root:root to runner:runner
2025-08-18T22:07:52.0834244Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-utils-862e04ea43454f7b/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0836136Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-utils-862e04ea43454f7b/lib-pin_utils.json' from root:root to runner:runner
2025-08-18T22:07:52.0838012Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-utils-862e04ea43454f7b/lib-pin_utils' from root:root to runner:runner
2025-08-18T22:07:52.0839746Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-utils-862e04ea43454f7b' from root:root to runner:runner
2025-08-18T22:07:52.0841481Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-48672e96d0276f5c/lib-object.json' from root:root to runner:runner
2025-08-18T22:07:52.0843276Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-48672e96d0276f5c/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0845056Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-48672e96d0276f5c/lib-object' from root:root to runner:runner
2025-08-18T22:07:52.0847091Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-48672e96d0276f5c/dep-lib-object' from root:root to runner:runner
2025-08-18T22:07:52.0848888Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-48672e96d0276f5c' from root:root to runner:runner
2025-08-18T22:07:52.0850615Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ctrlc-4e54493d1b4d7b43/dep-lib-ctrlc' from root:root to runner:runner
2025-08-18T22:07:52.0852392Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ctrlc-4e54493d1b4d7b43/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0854224Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ctrlc-4e54493d1b4d7b43/lib-ctrlc.json' from root:root to runner:runner
2025-08-18T22:07:52.0856079Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ctrlc-4e54493d1b4d7b43/lib-ctrlc' from root:root to runner:runner
2025-08-18T22:07:52.0857978Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ctrlc-4e54493d1b4d7b43' from root:root to runner:runner
2025-08-18T22:07:52.0859702Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miette-afbb4e46bdf3ee7a/lib-miette' from root:root to runner:runner
2025-08-18T22:07:52.0861529Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miette-afbb4e46bdf3ee7a/lib-miette.json' from root:root to runner:runner
2025-08-18T22:07:52.0863341Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miette-afbb4e46bdf3ee7a/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0865143Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miette-afbb4e46bdf3ee7a/dep-lib-miette' from root:root to runner:runner
2025-08-18T22:07:52.0867145Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miette-afbb4e46bdf3ee7a' from root:root to runner:runner
2025-08-18T22:07:52.0868911Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/lib-same_file.json' from root:root to runner:runner
2025-08-18T22:07:52.0870744Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0872774Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/lib-same_file' from root:root to runner:runner
2025-08-18T22:07:52.0874655Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/dep-lib-same_file' from root:root to runner:runner
2025-08-18T22:07:52.0876567Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5' from root:root to runner:runner
2025-08-18T22:07:52.0878323Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-83ea048224435e11/lib-tokio' from root:root to runner:runner
2025-08-18T22:07:52.0880087Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-83ea048224435e11/lib-tokio.json' from root:root to runner:runner
2025-08-18T22:07:52.0881866Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-83ea048224435e11/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0883850Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-83ea048224435e11/dep-lib-tokio' from root:root to runner:runner
2025-08-18T22:07:52.0885564Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-83ea048224435e11' from root:root to runner:runner
2025-08-18T22:07:52.0887503Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/lib-pin_project_lite.json' from root:root to runner:runner
2025-08-18T22:07:52.0889440Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/dep-lib-pin_project_lite' from root:root to runner:runner
2025-08-18T22:07:52.0891342Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0893243Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/lib-pin_project_lite' from root:root to runner:runner
2025-08-18T22:07:52.0895054Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c' from root:root to runner:runner
2025-08-18T22:07:52.0897003Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-ext-664a8db0fa091362/lib-backtrace_ext' from root:root to runner:runner
2025-08-18T22:07:52.0899034Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-ext-664a8db0fa091362/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0900991Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-ext-664a8db0fa091362/lib-backtrace_ext.json' from root:root to runner:runner
2025-08-18T22:07:52.0902886Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-ext-664a8db0fa091362/dep-lib-backtrace_ext' from root:root to runner:runner
2025-08-18T22:07:52.0904692Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-ext-664a8db0fa091362' from root:root to runner:runner
2025-08-18T22:07:52.0906632Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-8f3c34865c17860c/lib-serde_spanned.json' from root:root to runner:runner
2025-08-18T22:07:52.0908557Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-8f3c34865c17860c/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0910619Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-8f3c34865c17860c/dep-lib-serde_spanned' from root:root to runner:runner
2025-08-18T22:07:52.0912501Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-8f3c34865c17860c/lib-serde_spanned' from root:root to runner:runner
2025-08-18T22:07:52.0914276Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-8f3c34865c17860c' from root:root to runner:runner
2025-08-18T22:07:52.0916144Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/notify-720b25bdf1c6edf4/lib-notify.json' from root:root to runner:runner
2025-08-18T22:07:52.0918012Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/notify-720b25bdf1c6edf4/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0919805Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/notify-720b25bdf1c6edf4/dep-lib-notify' from root:root to runner:runner
2025-08-18T22:07:52.0921569Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/notify-720b25bdf1c6edf4/lib-notify' from root:root to runner:runner
2025-08-18T22:07:52.0923292Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/notify-720b25bdf1c6edf4' from root:root to runner:runner
2025-08-18T22:07:52.0925198Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-69cf29ae2cfcd7ad/dep-lib-serde_json' from root:root to runner:runner
2025-08-18T22:07:52.0927170Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-69cf29ae2cfcd7ad/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0928995Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-69cf29ae2cfcd7ad/lib-serde_json' from root:root to runner:runner
2025-08-18T22:07:52.0930816Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-69cf29ae2cfcd7ad/lib-serde_json.json' from root:root to runner:runner
2025-08-18T22:07:52.0932573Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-69cf29ae2cfcd7ad' from root:root to runner:runner
2025-08-18T22:07:52.0934306Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-8ca6a70d9951681d/dep-lib-adler2' from root:root to runner:runner
2025-08-18T22:07:52.0936419Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-8ca6a70d9951681d/lib-adler2' from root:root to runner:runner
2025-08-18T22:07:52.0938262Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-8ca6a70d9951681d/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0940057Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-8ca6a70d9951681d/lib-adler2.json' from root:root to runner:runner
2025-08-18T22:07:52.0941780Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-8ca6a70d9951681d' from root:root to runner:runner
2025-08-18T22:07:52.0943548Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_writer-852893660fb8a3b6/dep-lib-toml_writer' from root:root to runner:runner
2025-08-18T22:07:52.0945384Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_writer-852893660fb8a3b6/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0947340Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_writer-852893660fb8a3b6/lib-toml_writer' from root:root to runner:runner
2025-08-18T22:07:52.0949189Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_writer-852893660fb8a3b6/lib-toml_writer.json' from root:root to runner:runner
2025-08-18T22:07:52.0951119Z [00:03:21.448]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_writer-852893660fb8a3b6' from root:root to runner:runner
2025-08-18T22:07:52.0952984Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-sys-a954a9ffaf627f4f/dep-lib-inotify_sys' from root:root to runner:runner
2025-08-18T22:07:52.0954835Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-sys-a954a9ffaf627f4f/lib-inotify_sys' from root:root to runner:runner
2025-08-18T22:07:52.0956803Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-sys-a954a9ffaf627f4f/lib-inotify_sys.json' from root:root to runner:runner
2025-08-18T22:07:52.0958656Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-sys-a954a9ffaf627f4f/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0960675Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-sys-a954a9ffaf627f4f' from root:root to runner:runner
2025-08-18T22:07:52.0962432Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-cc51d51fa7dd90a9/lib-clap' from root:root to runner:runner
2025-08-18T22:07:52.0964205Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-cc51d51fa7dd90a9/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0966047Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-cc51d51fa7dd90a9/dep-lib-clap' from root:root to runner:runner
2025-08-18T22:07:52.0967907Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-cc51d51fa7dd90a9/lib-clap.json' from root:root to runner:runner
2025-08-18T22:07:52.0969611Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-cc51d51fa7dd90a9' from root:root to runner:runner
2025-08-18T22:07:52.0971376Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-7535406ec995ad84/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0973271Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-7535406ec995ad84/lib-regex_automata.json' from root:root to runner:runner
2025-08-18T22:07:52.0975179Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-7535406ec995ad84/dep-lib-regex_automata' from root:root to runner:runner
2025-08-18T22:07:52.0977347Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-7535406ec995ad84/lib-regex_automata' from root:root to runner:runner
2025-08-18T22:07:52.0979224Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-7535406ec995ad84' from root:root to runner:runner
2025-08-18T22:07:52.0981015Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-24a6bb3e4262e405/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0982833Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-24a6bb3e4262e405/dep-lib-dirs_sys' from root:root to runner:runner
2025-08-18T22:07:52.0984621Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-24a6bb3e4262e405/lib-dirs_sys' from root:root to runner:runner
2025-08-18T22:07:52.0986769Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-24a6bb3e4262e405/lib-dirs_sys.json' from root:root to runner:runner
2025-08-18T22:07:52.0988562Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-24a6bb3e4262e405' from root:root to runner:runner
2025-08-18T22:07:52.0990332Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-ee1ae9aa6b56c5e1/lib-smallvec.json' from root:root to runner:runner
2025-08-18T22:07:52.0992161Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-ee1ae9aa6b56c5e1/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.0994016Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-ee1ae9aa6b56c5e1/dep-lib-smallvec' from root:root to runner:runner
2025-08-18T22:07:52.0995901Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-ee1ae9aa6b56c5e1/lib-smallvec' from root:root to runner:runner
2025-08-18T22:07:52.0997694Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-ee1ae9aa6b56c5e1' from root:root to runner:runner
2025-08-18T22:07:52.0999494Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-d71be664c677fb94/dep-lib-futures_core' from root:root to runner:runner
2025-08-18T22:07:52.1001353Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-d71be664c677fb94/lib-futures_core' from root:root to runner:runner
2025-08-18T22:07:52.1003394Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-d71be664c677fb94/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1005329Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-d71be664c677fb94/lib-futures_core.json' from root:root to runner:runner
2025-08-18T22:07:52.1007274Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-d71be664c677fb94' from root:root to runner:runner
2025-08-18T22:07:52.1009097Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-linebreak-b0f10fd22da72f3b/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1011027Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-linebreak-b0f10fd22da72f3b/dep-lib-unicode_linebreak' from root:root to runner:runner
2025-08-18T22:07:52.1013213Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-linebreak-b0f10fd22da72f3b/lib-unicode_linebreak.json' from root:root to runner:runner
2025-08-18T22:07:52.1015199Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-linebreak-b0f10fd22da72f3b/lib-unicode_linebreak' from root:root to runner:runner
2025-08-18T22:07:52.1017172Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-linebreak-b0f10fd22da72f3b' from root:root to runner:runner
2025-08-18T22:07:52.1018929Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-81f1f557fd8769bf/lib-rayon' from root:root to runner:runner
2025-08-18T22:07:52.1020716Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-81f1f557fd8769bf/dep-lib-rayon' from root:root to runner:runner
2025-08-18T22:07:52.1022512Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-81f1f557fd8769bf/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1024294Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-81f1f557fd8769bf/lib-rayon.json' from root:root to runner:runner
2025-08-18T22:07:52.1026072Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-81f1f557fd8769bf' from root:root to runner:runner
2025-08-18T22:07:52.1028145Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:52.1030254Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:52.1032116Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-ea492417f74ca5ac' from root:root to runner:runner
2025-08-18T22:07:52.1033997Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:52.1036135Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:52.1038086Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-385f812694bb36c6' from root:root to runner:runner
2025-08-18T22:07:52.1040116Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/dep-lib-bitflags' from root:root to runner:runner
2025-08-18T22:07:52.1041943Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1043761Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/lib-bitflags.json' from root:root to runner:runner
2025-08-18T22:07:52.1045561Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe/lib-bitflags' from root:root to runner:runner
2025-08-18T22:07:52.1047426Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-4c8e325713496bbe' from root:root to runner:runner
2025-08-18T22:07:52.1049143Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gimli-07ace2715015577c/lib-gimli' from root:root to runner:runner
2025-08-18T22:07:52.1050896Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gimli-07ace2715015577c/lib-gimli.json' from root:root to runner:runner
2025-08-18T22:07:52.1052684Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gimli-07ace2715015577c/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1054623Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gimli-07ace2715015577c/dep-lib-gimli' from root:root to runner:runner
2025-08-18T22:07:52.1056534Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gimli-07ace2715015577c' from root:root to runner:runner
2025-08-18T22:07:52.1058387Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-6c4e56dc5bd1bcd9/lib-parking_lot_core.json' from root:root to runner:runner
2025-08-18T22:07:52.1060314Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-6c4e56dc5bd1bcd9/dep-lib-parking_lot_core' from root:root to runner:runner
2025-08-18T22:07:52.1062210Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-6c4e56dc5bd1bcd9/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1064084Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-6c4e56dc5bd1bcd9/lib-parking_lot_core' from root:root to runner:runner
2025-08-18T22:07:52.1066155Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-6c4e56dc5bd1bcd9' from root:root to runner:runner
2025-08-18T22:07:52.1068019Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-99ece2b70f471799/dep-lib-rustix' from root:root to runner:runner
2025-08-18T22:07:52.1069816Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-99ece2b70f471799/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1071619Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-99ece2b70f471799/lib-rustix.json' from root:root to runner:runner
2025-08-18T22:07:52.1073392Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-99ece2b70f471799/lib-rustix' from root:root to runner:runner
2025-08-18T22:07:52.1075094Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-99ece2b70f471799' from root:root to runner:runner
2025-08-18T22:07:52.1077008Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:52.1078884Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/lib-linux_raw_sys' from root:root to runner:runner
2025-08-18T22:07:52.1080932Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1082870Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:52.1084665Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linux-raw-sys-5f3df5f2ce75b76c' from root:root to runner:runner
2025-08-18T22:07:52.1086617Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-demangle-30e51053e886f483/dep-lib-rustc_demangle' from root:root to runner:runner
2025-08-18T22:07:52.1088514Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-demangle-30e51053e886f483/lib-rustc_demangle' from root:root to runner:runner
2025-08-18T22:07:52.1090382Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-demangle-30e51053e886f483/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1092482Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-demangle-30e51053e886f483/lib-rustc_demangle.json' from root:root to runner:runner
2025-08-18T22:07:52.1094304Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-demangle-30e51053e886f483' from root:root to runner:runner
2025-08-18T22:07:52.1096164Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/lib-colorchoice' from root:root to runner:runner
2025-08-18T22:07:52.1098081Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/dep-lib-colorchoice' from root:root to runner:runner
2025-08-18T22:07:52.1099947Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1101809Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/lib-colorchoice.json' from root:root to runner:runner
2025-08-18T22:07:52.1103595Z [00:03:21.449]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed' from root:root to runner:runner
2025-08-18T22:07:52.1105418Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1107605Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62/lib-crossbeam_utils' from root:root to runner:runner
2025-08-18T22:07:52.1109580Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62/lib-crossbeam_utils.json' from root:root to runner:runner
2025-08-18T22:07:52.1111513Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62/dep-lib-crossbeam_utils' from root:root to runner:runner
2025-08-18T22:07:52.1113369Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62' from root:root to runner:runner
2025-08-18T22:07:52.1115241Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:52.1117551Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:52.1119403Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-94768adf8bd0f3c0' from root:root to runner:runner
2025-08-18T22:07:52.1121165Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-6e25cf4aadb38c5b/lib-nu_ansi_term' from root:root to runner:runner
2025-08-18T22:07:52.1123005Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-6e25cf4aadb38c5b/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1124864Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-6e25cf4aadb38c5b/dep-lib-nu_ansi_term' from root:root to runner:runner
2025-08-18T22:07:52.1126903Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-6e25cf4aadb38c5b/lib-nu_ansi_term.json' from root:root to runner:runner
2025-08-18T22:07:52.1128683Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-6e25cf4aadb38c5b' from root:root to runner:runner
2025-08-18T22:07:52.1130437Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/lib-cfg_if.json' from root:root to runner:runner
2025-08-18T22:07:52.1132490Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1134328Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/lib-cfg_if' from root:root to runner:runner
2025-08-18T22:07:52.1136178Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/dep-lib-cfg_if' from root:root to runner:runner
2025-08-18T22:07:52.1137956Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5' from root:root to runner:runner
2025-08-18T22:07:52.1139759Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-6c79f406d625c339/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1141705Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-6c79f406d625c339/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:07:52.1143684Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-6c79f406d625c339' from root:root to runner:runner
2025-08-18T22:07:52.1145394Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-38317eb9d1fcb121/lib-serde.json' from root:root to runner:runner
2025-08-18T22:07:52.1147306Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-38317eb9d1fcb121/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1149087Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-38317eb9d1fcb121/dep-lib-serde' from root:root to runner:runner
2025-08-18T22:07:52.1150868Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-38317eb9d1fcb121/lib-serde' from root:root to runner:runner
2025-08-18T22:07:52.1152568Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-38317eb9d1fcb121' from root:root to runner:runner
2025-08-18T22:07:52.1154325Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/lib-regex_syntax' from root:root to runner:runner
2025-08-18T22:07:52.1156246Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1158319Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-18T22:07:52.1160296Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/lib-regex_syntax.json' from root:root to runner:runner
2025-08-18T22:07:52.1162102Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3' from root:root to runner:runner
2025-08-18T22:07:52.1163892Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse.json' from root:root to runner:runner
2025-08-18T22:07:52.1165815Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1167727Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse' from root:root to runner:runner
2025-08-18T22:07:52.1169760Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/dep-lib-utf8parse' from root:root to runner:runner
2025-08-18T22:07:52.1171522Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5' from root:root to runner:runner
2025-08-18T22:07:52.1173298Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82/lib-shell_words.json' from root:root to runner:runner
2025-08-18T22:07:52.1175161Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82/dep-lib-shell_words' from root:root to runner:runner
2025-08-18T22:07:52.1177142Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1178989Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82/lib-shell_words' from root:root to runner:runner
2025-08-18T22:07:52.1180749Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82' from root:root to runner:runner
2025-08-18T22:07:52.1182523Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-48917e4de1786f89/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1184529Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-48917e4de1786f89/lib-getrandom.json' from root:root to runner:runner
2025-08-18T22:07:52.1186506Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-48917e4de1786f89/dep-lib-getrandom' from root:root to runner:runner
2025-08-18T22:07:52.1188384Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-48917e4de1786f89/lib-getrandom' from root:root to runner:runner
2025-08-18T22:07:52.1190124Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-48917e4de1786f89' from root:root to runner:runner
2025-08-18T22:07:52.1191975Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-68d2be64d924e7ca/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1193973Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:52.1196087Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-68d2be64d924e7ca' from root:root to runner:runner
2025-08-18T22:07:52.1197923Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1199729Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20/lib-fastrand' from root:root to runner:runner
2025-08-18T22:07:52.1201533Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20/dep-lib-fastrand' from root:root to runner:runner
2025-08-18T22:07:52.1203360Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20/lib-fastrand.json' from root:root to runner:runner
2025-08-18T22:07:52.1205109Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fastrand-a6fffb5a5e5cdb20' from root:root to runner:runner
2025-08-18T22:07:52.1206980Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-util-8bc51d9523b1ae62/lib-futures_util' from root:root to runner:runner
2025-08-18T22:07:52.1208851Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-util-8bc51d9523b1ae62/dep-lib-futures_util' from root:root to runner:runner
2025-08-18T22:07:52.1210872Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-util-8bc51d9523b1ae62/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1212812Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-util-8bc51d9523b1ae62/lib-futures_util.json' from root:root to runner:runner
2025-08-18T22:07:52.1214609Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-util-8bc51d9523b1ae62' from root:root to runner:runner
2025-08-18T22:07:52.1216454Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/dep-lib-strsim' from root:root to runner:runner
2025-08-18T22:07:52.1218286Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim' from root:root to runner:runner
2025-08-18T22:07:52.1220072Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1222085Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim.json' from root:root to runner:runner
2025-08-18T22:07:52.1223825Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8' from root:root to runner:runner
2025-08-18T22:07:52.1225551Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/lib-clap_lex' from root:root to runner:runner
2025-08-18T22:07:52.1227472Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1229284Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/lib-clap_lex.json' from root:root to runner:runner
2025-08-18T22:07:52.1231087Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/dep-lib-clap_lex' from root:root to runner:runner
2025-08-18T22:07:52.1232818Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff' from root:root to runner:runner
2025-08-18T22:07:52.1234570Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-28a0922b6df31748/lib-miniz_oxide' from root:root to runner:runner
2025-08-18T22:07:52.1236642Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-28a0922b6df31748/lib-miniz_oxide.json' from root:root to runner:runner
2025-08-18T22:07:52.1238555Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-28a0922b6df31748/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1240404Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-28a0922b6df31748/dep-lib-miniz_oxide' from root:root to runner:runner
2025-08-18T22:07:52.1242169Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-28a0922b6df31748' from root:root to runner:runner
2025-08-18T22:07:52.1243917Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-2f5c3a74a89eb7c3/lib-tempfile' from root:root to runner:runner
2025-08-18T22:07:52.1245808Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-2f5c3a74a89eb7c3/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1247826Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-2f5c3a74a89eb7c3/dep-lib-tempfile' from root:root to runner:runner
2025-08-18T22:07:52.1249653Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-2f5c3a74a89eb7c3/lib-tempfile.json' from root:root to runner:runner
2025-08-18T22:07:52.1251400Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-2f5c3a74a89eb7c3' from root:root to runner:runner
2025-08-18T22:07:52.1253109Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/dep-lib-ryu' from root:root to runner:runner
2025-08-18T22:07:52.1254819Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/lib-ryu' from root:root to runner:runner
2025-08-18T22:07:52.1256690Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1258448Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1/lib-ryu.json' from root:root to runner:runner
2025-08-18T22:07:52.1260136Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ryu-694316d3806572f1' from root:root to runner:runner
2025-08-18T22:07:52.1262105Z [00:03:21.450]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-12f134bdafc51d03/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1264133Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-12f134bdafc51d03/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:07:52.1266000Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-12f134bdafc51d03' from root:root to runner:runner
2025-08-18T22:07:52.1267786Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-1518979f6a066caa/lib-regex' from root:root to runner:runner
2025-08-18T22:07:52.1269541Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-1518979f6a066caa/dep-lib-regex' from root:root to runner:runner
2025-08-18T22:07:52.1271327Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-1518979f6a066caa/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1273312Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-1518979f6a066caa/lib-regex.json' from root:root to runner:runner
2025-08-18T22:07:52.1275033Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-1518979f6a066caa' from root:root to runner:runner
2025-08-18T22:07:52.1276899Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-7ccfdbc3f2d54f97/dep-lib-inotify' from root:root to runner:runner
2025-08-18T22:07:52.1278715Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-7ccfdbc3f2d54f97/lib-inotify.json' from root:root to runner:runner
2025-08-18T22:07:52.1280504Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-7ccfdbc3f2d54f97/lib-inotify' from root:root to runner:runner
2025-08-18T22:07:52.1282289Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-7ccfdbc3f2d54f97/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1284032Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-7ccfdbc3f2d54f97' from root:root to runner:runner
2025-08-18T22:07:52.1285879Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-d1ab585f98c91019/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1287880Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-d1ab585f98c91019/lib-lock_api' from root:root to runner:runner
2025-08-18T22:07:52.1289736Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-d1ab585f98c91019/dep-lib-lock_api' from root:root to runner:runner
2025-08-18T22:07:52.1291537Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-d1ab585f98c91019/lib-lock_api.json' from root:root to runner:runner
2025-08-18T22:07:52.1293260Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-d1ab585f98c91019' from root:root to runner:runner
2025-08-18T22:07:52.1295083Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-unicode-a0459e417b6d0a5b/lib-supports_unicode.json' from root:root to runner:runner
2025-08-18T22:07:52.1297132Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-unicode-a0459e417b6d0a5b/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1299248Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-unicode-a0459e417b6d0a5b/dep-lib-supports_unicode' from root:root to runner:runner
2025-08-18T22:07:52.1301176Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-unicode-a0459e417b6d0a5b/lib-supports_unicode' from root:root to runner:runner
2025-08-18T22:07:52.1303003Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-unicode-a0459e417b6d0a5b' from root:root to runner:runner
2025-08-18T22:07:52.1304864Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-8334cd11ffbc82be/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1306989Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:52.1308817Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-8334cd11ffbc82be' from root:root to runner:runner
2025-08-18T22:07:52.1310572Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owo-colors-03e2c44ce9566fbb/lib-owo_colors.json' from root:root to runner:runner
2025-08-18T22:07:52.1312415Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owo-colors-03e2c44ce9566fbb/dep-lib-owo_colors' from root:root to runner:runner
2025-08-18T22:07:52.1314409Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owo-colors-03e2c44ce9566fbb/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1316449Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owo-colors-03e2c44ce9566fbb/lib-owo_colors' from root:root to runner:runner
2025-08-18T22:07:52.1318275Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owo-colors-03e2c44ce9566fbb' from root:root to runner:runner
2025-08-18T22:07:52.1320060Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-0139644a6e93166d/lib-backtrace.json' from root:root to runner:runner
2025-08-18T22:07:52.1321918Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-0139644a6e93166d/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1323983Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-0139644a6e93166d/dep-lib-backtrace' from root:root to runner:runner
2025-08-18T22:07:52.1325940Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-0139644a6e93166d/lib-backtrace' from root:root to runner:runner
2025-08-18T22:07:52.1327760Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-0139644a6e93166d' from root:root to runner:runner
2025-08-18T22:07:52.1329508Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-946c54a872c4e112/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1331345Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-946c54a872c4e112/lib-socket2.json' from root:root to runner:runner
2025-08-18T22:07:52.1333150Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-946c54a872c4e112/dep-lib-socket2' from root:root to runner:runner
2025-08-18T22:07:52.1334942Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-946c54a872c4e112/lib-socket2' from root:root to runner:runner
2025-08-18T22:07:52.1336809Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-946c54a872c4e112' from root:root to runner:runner
2025-08-18T22:07:52.1338562Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-90b846c245ac5540/lib-clap_builder' from root:root to runner:runner
2025-08-18T22:07:52.1340651Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-90b846c245ac5540/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1342581Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-90b846c245ac5540/dep-lib-clap_builder' from root:root to runner:runner
2025-08-18T22:07:52.1344452Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-90b846c245ac5540/lib-clap_builder.json' from root:root to runner:runner
2025-08-18T22:07:52.1346326Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-90b846c245ac5540' from root:root to runner:runner
2025-08-18T22:07:52.1348085Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-999986d6dd6c0d2a/lib-nix' from root:root to runner:runner
2025-08-18T22:07:52.1350065Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-999986d6dd6c0d2a/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1351828Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-999986d6dd6c0d2a/dep-lib-nix' from root:root to runner:runner
2025-08-18T22:07:52.1353569Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-999986d6dd6c0d2a/lib-nix.json' from root:root to runner:runner
2025-08-18T22:07:52.1355254Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-999986d6dd6c0d2a' from root:root to runner:runner
2025-08-18T22:07:52.1357115Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-b66fa394134f7643/dep-lib-libc' from root:root to runner:runner
2025-08-18T22:07:52.1358901Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-b66fa394134f7643/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1360651Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-b66fa394134f7643/lib-libc' from root:root to runner:runner
2025-08-18T22:07:52.1362383Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-b66fa394134f7643/lib-libc.json' from root:root to runner:runner
2025-08-18T22:07:52.1364094Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-b66fa394134f7643' from root:root to runner:runner
2025-08-18T22:07:52.1366138Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-f23f4a45bddc78cb/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1368218Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-f23f4a45bddc78cb/dep-lib-signal_hook_registry' from root:root to runner:runner
2025-08-18T22:07:52.1370230Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-f23f4a45bddc78cb/lib-signal_hook_registry.json' from root:root to runner:runner
2025-08-18T22:07:52.1372228Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-f23f4a45bddc78cb/lib-signal_hook_registry' from root:root to runner:runner
2025-08-18T22:07:52.1374099Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-f23f4a45bddc78cb' from root:root to runner:runner
2025-08-18T22:07:52.1376194Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tailspin-66a7f84727e4900b/dep-bin-tspin' from root:root to runner:runner
2025-08-18T22:07:52.1378070Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tailspin-66a7f84727e4900b/bin-tspin.json' from root:root to runner:runner
2025-08-18T22:07:52.1379884Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tailspin-66a7f84727e4900b/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1381668Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tailspin-66a7f84727e4900b/bin-tspin' from root:root to runner:runner
2025-08-18T22:07:52.1383393Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tailspin-66a7f84727e4900b' from root:root to runner:runner
2025-08-18T22:07:52.1385161Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1387116Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/lib-option_ext' from root:root to runner:runner
2025-08-18T22:07:52.1388955Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/dep-lib-option_ext' from root:root to runner:runner
2025-08-18T22:07:52.1390962Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb/lib-option_ext.json' from root:root to runner:runner
2025-08-18T22:07:52.1392808Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/option-ext-2c8d17201dd91cfb' from root:root to runner:runner
2025-08-18T22:07:52.1394599Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-4da2042b304974e0/lib-toml_datetime.json' from root:root to runner:runner
2025-08-18T22:07:52.1396568Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-4da2042b304974e0/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1398460Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-4da2042b304974e0/dep-lib-toml_datetime' from root:root to runner:runner
2025-08-18T22:07:52.1400323Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-4da2042b304974e0/lib-toml_datetime' from root:root to runner:runner
2025-08-18T22:07:52.1402311Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-4da2042b304974e0' from root:root to runner:runner
2025-08-18T22:07:52.1404115Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/lib-scopeguard.json' from root:root to runner:runner
2025-08-18T22:07:52.1406071Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1407983Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/dep-lib-scopeguard' from root:root to runner:runner
2025-08-18T22:07:52.1409825Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/lib-scopeguard' from root:root to runner:runner
2025-08-18T22:07:52.1411586Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba' from root:root to runner:runner
2025-08-18T22:07:52.1413345Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/dep-lib-bitflags' from root:root to runner:runner
2025-08-18T22:07:52.1415164Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1417290Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/lib-bitflags.json' from root:root to runner:runner
2025-08-18T22:07:52.1419190Z [00:03:21.451]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/lib-bitflags' from root:root to runner:runner
2025-08-18T22:07:52.1420925Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137' from root:root to runner:runner
2025-08-18T22:07:52.1422719Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shellexpand-6689e531db8a1c41/lib-shellexpand.json' from root:root to runner:runner
2025-08-18T22:07:52.1424582Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shellexpand-6689e531db8a1c41/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1426517Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shellexpand-6689e531db8a1c41/dep-lib-shellexpand' from root:root to runner:runner
2025-08-18T22:07:52.1428565Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shellexpand-6689e531db8a1c41/lib-shellexpand' from root:root to runner:runner
2025-08-18T22:07:52.1430345Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shellexpand-6689e531db8a1c41' from root:root to runner:runner
2025-08-18T22:07:52.1432187Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-8cf111d81bc4c6ac/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1434175Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-8cf111d81bc4c6ac/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:07:52.1436102Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-8cf111d81bc4c6ac' from root:root to runner:runner
2025-08-18T22:07:52.1437990Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-d5e35517a25d103b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1439965Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-d5e35517a25d103b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:07:52.1441792Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-d5e35517a25d103b' from root:root to runner:runner
2025-08-18T22:07:52.1443769Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-20c16fb775c3f45a/lib-parking_lot.json' from root:root to runner:runner
2025-08-18T22:07:52.1445754Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-20c16fb775c3f45a/dep-lib-parking_lot' from root:root to runner:runner
2025-08-18T22:07:52.1447656Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-20c16fb775c3f45a/lib-parking_lot' from root:root to runner:runner
2025-08-18T22:07:52.1449488Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-20c16fb775c3f45a/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1451249Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-20c16fb775c3f45a' from root:root to runner:runner
2025-08-18T22:07:52.1453017Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr2line-a9b933af87fcc59e/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1455022Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr2line-a9b933af87fcc59e/lib-addr2line' from root:root to runner:runner
2025-08-18T22:07:52.1456993Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr2line-a9b933af87fcc59e/lib-addr2line.json' from root:root to runner:runner
2025-08-18T22:07:52.1458835Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr2line-a9b933af87fcc59e/dep-lib-addr2line' from root:root to runner:runner
2025-08-18T22:07:52.1460594Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr2line-a9b933af87fcc59e' from root:root to runner:runner
2025-08-18T22:07:52.1462329Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/lib-memchr' from root:root to runner:runner
2025-08-18T22:07:52.1464112Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1465979Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/lib-memchr.json' from root:root to runner:runner
2025-08-18T22:07:52.1467870Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/dep-lib-memchr' from root:root to runner:runner
2025-08-18T22:07:52.1469764Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6' from root:root to runner:runner
2025-08-18T22:07:52.1471580Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-5674e45b86a1293a/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1473420Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-5674e45b86a1293a/dep-lib-thiserror' from root:root to runner:runner
2025-08-18T22:07:52.1475245Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-5674e45b86a1293a/lib-thiserror' from root:root to runner:runner
2025-08-18T22:07:52.1477202Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-5674e45b86a1293a/lib-thiserror.json' from root:root to runner:runner
2025-08-18T22:07:52.1478963Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-5674e45b86a1293a' from root:root to runner:runner
2025-08-18T22:07:52.1480943Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/textwrap-795662e4b0b524ce/lib-textwrap' from root:root to runner:runner
2025-08-18T22:07:52.1482764Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/textwrap-795662e4b0b524ce/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1484604Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/textwrap-795662e4b0b524ce/dep-lib-textwrap' from root:root to runner:runner
2025-08-18T22:07:52.1486501Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/textwrap-795662e4b0b524ce/lib-textwrap.json' from root:root to runner:runner
2025-08-18T22:07:52.1488433Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/textwrap-795662e4b0b524ce' from root:root to runner:runner
2025-08-18T22:07:52.1490282Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-d9267fe351edaa67/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1492134Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-d9267fe351edaa67/lib-clap_complete' from root:root to runner:runner
2025-08-18T22:07:52.1494014Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-d9267fe351edaa67/lib-clap_complete.json' from root:root to runner:runner
2025-08-18T22:07:52.1496011Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-d9267fe351edaa67/dep-lib-clap_complete' from root:root to runner:runner
2025-08-18T22:07:52.1497864Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-d9267fe351edaa67' from root:root to runner:runner
2025-08-18T22:07:52.1499891Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-task-76ff4ecc6a593659/lib-futures_task.json' from root:root to runner:runner
2025-08-18T22:07:52.1501770Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-task-76ff4ecc6a593659/dep-lib-futures_task' from root:root to runner:runner
2025-08-18T22:07:52.1503627Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-task-76ff4ecc6a593659/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1505476Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-task-76ff4ecc6a593659/lib-futures_task' from root:root to runner:runner
2025-08-18T22:07:52.1507415Z [00:03:21.452]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-task-76ff4ecc6a593659' from root:root to runner:runner
2025-08-18T22:07:52.1509204Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1511013Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/dep-lib-anstyle' from root:root to runner:runner
2025-08-18T22:07:52.1512800Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/lib-anstyle' from root:root to runner:runner
2025-08-18T22:07:52.1514727Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/lib-anstyle.json' from root:root to runner:runner
2025-08-18T22:07:52.1516689Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470' from root:root to runner:runner
2025-08-18T22:07:52.1518463Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-d0e4d709e87469dc/dep-lib-hashbrown' from root:root to runner:runner
2025-08-18T22:07:52.1520306Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-d0e4d709e87469dc/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1522123Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-d0e4d709e87469dc/lib-hashbrown' from root:root to runner:runner
2025-08-18T22:07:52.1523940Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-d0e4d709e87469dc/lib-hashbrown.json' from root:root to runner:runner
2025-08-18T22:07:52.1526112Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-d0e4d709e87469dc' from root:root to runner:runner
2025-08-18T22:07:52.1527932Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-7c0624f593cfe705/lib-rayon_core' from root:root to runner:runner
2025-08-18T22:07:52.1529758Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-7c0624f593cfe705/dep-lib-rayon_core' from root:root to runner:runner
2025-08-18T22:07:52.1531588Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-7c0624f593cfe705/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1533434Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-7c0624f593cfe705/lib-rayon_core.json' from root:root to runner:runner
2025-08-18T22:07:52.1535203Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-7c0624f593cfe705' from root:root to runner:runner
2025-08-18T22:07:52.1537086Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linemux-79b90cced4de38f2/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1538891Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linemux-79b90cced4de38f2/lib-linemux' from root:root to runner:runner
2025-08-18T22:07:52.1540847Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linemux-79b90cced4de38f2/lib-linemux.json' from root:root to runner:runner
2025-08-18T22:07:52.1542712Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linemux-79b90cced4de38f2/dep-lib-linemux' from root:root to runner:runner
2025-08-18T22:07:52.1544448Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linemux-79b90cced4de38f2' from root:root to runner:runner
2025-08-18T22:07:52.1546312Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-2ce806cf90a6ae1c/lib-indexmap.json' from root:root to runner:runner
2025-08-18T22:07:52.1548205Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-2ce806cf90a6ae1c/dep-lib-indexmap' from root:root to runner:runner
2025-08-18T22:07:52.1550004Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-2ce806cf90a6ae1c/lib-indexmap' from root:root to runner:runner
2025-08-18T22:07:52.1552077Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-2ce806cf90a6ae1c/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1553840Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-2ce806cf90a6ae1c' from root:root to runner:runner
2025-08-18T22:07:52.1555644Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/lib-unicode_width.json' from root:root to runner:runner
2025-08-18T22:07:52.1557654Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/lib-unicode_width' from root:root to runner:runner
2025-08-18T22:07:52.1559524Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1561411Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/dep-lib-unicode_width' from root:root to runner:runner
2025-08-18T22:07:52.1563210Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470' from root:root to runner:runner
2025-08-18T22:07:52.1565074Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-6e63324cf0156bcb/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1567388Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-6e63324cf0156bcb/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:07:52.1569302Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-6e63324cf0156bcb' from root:root to runner:runner
2025-08-18T22:07:52.1571068Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/dep-lib-anstream' from root:root to runner:runner
2025-08-18T22:07:52.1572875Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/lib-anstream' from root:root to runner:runner
2025-08-18T22:07:52.1574678Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1576631Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/lib-anstream.json' from root:root to runner:runner
2025-08-18T22:07:52.1578575Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9' from root:root to runner:runner
2025-08-18T22:07:52.1580315Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-803cdf45485001f9/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1582071Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-803cdf45485001f9/dep-lib-mio' from root:root to runner:runner
2025-08-18T22:07:52.1583789Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-803cdf45485001f9/lib-mio' from root:root to runner:runner
2025-08-18T22:07:52.1585502Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-803cdf45485001f9/lib-mio.json' from root:root to runner:runner
2025-08-18T22:07:52.1587324Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-803cdf45485001f9' from root:root to runner:runner
2025-08-18T22:07:52.1589022Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/lib-log.json' from root:root to runner:runner
2025-08-18T22:07:52.1590787Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1592698Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/dep-lib-log' from root:root to runner:runner
2025-08-18T22:07:52.1594482Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/lib-log' from root:root to runner:runner
2025-08-18T22:07:52.1596221Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42' from root:root to runner:runner
2025-08-18T22:07:52.1598094Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-7a9c3e3af4bad2a4/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1600074Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-7a9c3e3af4bad2a4/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:07:52.1601890Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-7a9c3e3af4bad2a4' from root:root to runner:runner
2025-08-18T22:07:52.1603915Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/dep-lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-18T22:07:52.1605956Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill' from root:root to runner:runner
2025-08-18T22:07:52.1607937Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1609887Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill.json' from root:root to runner:runner
2025-08-18T22:07:52.1611755Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b' from root:root to runner:runner
2025-08-18T22:07:52.1613524Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winsplit-2ab9e3b02e87b331/lib-winsplit' from root:root to runner:runner
2025-08-18T22:07:52.1615329Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winsplit-2ab9e3b02e87b331/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1617266Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winsplit-2ab9e3b02e87b331/dep-lib-winsplit' from root:root to runner:runner
2025-08-18T22:07:52.1619276Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winsplit-2ab9e3b02e87b331/lib-winsplit.json' from root:root to runner:runner
2025-08-18T22:07:52.1621100Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winsplit-2ab9e3b02e87b331' from root:root to runner:runner
2025-08-18T22:07:52.1622960Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owo-colors-c528d0c9e25cc42c/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1624969Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owo-colors-c528d0c9e25cc42c/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:07:52.1626946Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owo-colors-c528d0c9e25cc42c' from root:root to runner:runner
2025-08-18T22:07:52.1628755Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-color-7672bb2ff130ac92/dep-lib-supports_color' from root:root to runner:runner
2025-08-18T22:07:52.1630875Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-color-7672bb2ff130ac92/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1632804Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-color-7672bb2ff130ac92/lib-supports_color' from root:root to runner:runner
2025-08-18T22:07:52.1634702Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-color-7672bb2ff130ac92/lib-supports_color.json' from root:root to runner:runner
2025-08-18T22:07:52.1636652Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-color-7672bb2ff130ac92' from root:root to runner:runner
2025-08-18T22:07:52.1638436Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b0c900f499444793/lib-either.json' from root:root to runner:runner
2025-08-18T22:07:52.1640193Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b0c900f499444793/lib-either' from root:root to runner:runner
2025-08-18T22:07:52.1641987Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b0c900f499444793/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1643772Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b0c900f499444793/dep-lib-either' from root:root to runner:runner
2025-08-18T22:07:52.1645623Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b0c900f499444793' from root:root to runner:runner
2025-08-18T22:07:52.1647506Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/lib-walkdir.json' from root:root to runner:runner
2025-08-18T22:07:52.1649305Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/lib-walkdir' from root:root to runner:runner
2025-08-18T22:07:52.1651103Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1652907Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/dep-lib-walkdir' from root:root to runner:runner
2025-08-18T22:07:52.1654844Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80' from root:root to runner:runner
2025-08-18T22:07:52.1656694Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-f052e07284ae880a/lib-slab.json' from root:root to runner:runner
2025-08-18T22:07:52.1658468Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-f052e07284ae880a/dep-lib-slab' from root:root to runner:runner
2025-08-18T22:07:52.1660199Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-f052e07284ae880a/lib-slab' from root:root to runner:runner
2025-08-18T22:07:52.1661999Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-f052e07284ae880a/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1663720Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-f052e07284ae880a' from root:root to runner:runner
2025-08-18T22:07:52.1665526Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-ea03b7ff255429f6/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1667635Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-ea03b7ff255429f6/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:07:52.1669449Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-ea03b7ff255429f6' from root:root to runner:runner
2025-08-18T22:07:52.1671362Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-a7763c452bc290b2/dep-lib-toml' from root:root to runner:runner
2025-08-18T22:07:52.1673199Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-a7763c452bc290b2/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1674955Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-a7763c452bc290b2/lib-toml' from root:root to runner:runner
2025-08-18T22:07:52.1676867Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-a7763c452bc290b2/lib-toml.json' from root:root to runner:runner
2025-08-18T22:07:52.1678581Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-a7763c452bc290b2' from root:root to runner:runner
2025-08-18T22:07:52.1680366Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d/lib-crossbeam_epoch' from root:root to runner:runner
2025-08-18T22:07:52.1682478Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d/dep-lib-crossbeam_epoch' from root:root to runner:runner
2025-08-18T22:07:52.1684387Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1686368Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d/lib-crossbeam_epoch.json' from root:root to runner:runner
2025-08-18T22:07:52.1688262Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d' from root:root to runner:runner
2025-08-18T22:07:52.1690056Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-92d0a1f4aa4523c9/lib-once_cell.json' from root:root to runner:runner
2025-08-18T22:07:52.1691872Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-92d0a1f4aa4523c9/dep-lib-once_cell' from root:root to runner:runner
2025-08-18T22:07:52.1693695Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-92d0a1f4aa4523c9/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1695497Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-92d0a1f4aa4523c9/lib-once_cell' from root:root to runner:runner
2025-08-18T22:07:52.1697469Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-92d0a1f4aa4523c9' from root:root to runner:runner
2025-08-18T22:07:52.1699314Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1701192Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/lib-anstyle_query' from root:root to runner:runner
2025-08-18T22:07:52.1703075Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/dep-lib-anstyle_query' from root:root to runner:runner
2025-08-18T22:07:52.1704965Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/lib-anstyle_query.json' from root:root to runner:runner
2025-08-18T22:07:52.1707057Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0' from root:root to runner:runner
2025-08-18T22:07:52.1708660Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-18T22:07:52.1710104Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-18T22:07:52.1711519Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-18T22:07:52.1712901Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl' from root:root to runner:runner
2025-08-18T22:07:52.1714341Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.1715916Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.1717433Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/clap_derive-c821232487662b32.d' from root:root to runner:runner
2025-08-18T22:07:52.1718901Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/thiserror_impl-5f510d75d3500bf0.d' from root:root to runner:runner
2025-08-18T22:07:52.1720364Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libsyn-b3ff36265f0ffed0.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.1721968Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/autocfg-0ba5d927b1e035c5.d' from root:root to runner:runner
2025-08-18T22:07:52.1723520Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/unicode_ident-6d6f85adf22ee534.d' from root:root to runner:runner
2025-08-18T22:07:52.1724966Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/quote-58ae1db5b5e0fa55.d' from root:root to runner:runner
2025-08-18T22:07:52.1726543Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/cfg_aliases-1b48fbda41281916.d' from root:root to runner:runner
2025-08-18T22:07:52.1728054Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.1729525Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib' from root:root to runner:runner
2025-08-18T22:07:52.1730999Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/async_trait-12c32150e64d66e2.d' from root:root to runner:runner
2025-08-18T22:07:52.1732721Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/heck-25103e7959c420e1.d' from root:root to runner:runner
2025-08-18T22:07:52.1734164Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libsyn-b3ff36265f0ffed0.rlib' from root:root to runner:runner
2025-08-18T22:07:52.1735651Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rlib' from root:root to runner:runner
2025-08-18T22:07:52.1737305Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/miette_derive-a611f33862563561.d' from root:root to runner:runner
2025-08-18T22:07:52.1738794Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libautocfg-0ba5d927b1e035c5.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.1740306Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.1741825Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libthiserror_impl-5f510d75d3500bf0.so' from root:root to runner:runner
2025-08-18T22:07:52.1742606Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib' from root:root to runner:runner
2025-08-18T22:07:52.1743397Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libmiette_derive-a611f33862563561.so' from root:root to runner:runner
2025-08-18T22:07:52.1744290Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/syn-b3ff36265f0ffed0.d' from root:root to runner:runner
2025-08-18T22:07:52.1745100Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libclap_derive-c821232487662b32.so' from root:root to runner:runner
2025-08-18T22:07:52.1745969Z [00:03:21.453]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libautocfg-0ba5d927b1e035c5.rlib' from root:root to runner:runner
2025-08-18T22:07:52.1746828Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/tokio_macros-17227122133130a0.d' from root:root to runner:runner
2025-08-18T22:07:52.1747641Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta' from root:root to runner:runner
2025-08-18T22:07:52.1748428Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libserde_derive-d63fd22505bb3efe.so' from root:root to runner:runner
2025-08-18T22:07:52.1749215Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rlib' from root:root to runner:runner
2025-08-18T22:07:52.1750141Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib' from root:root to runner:runner
2025-08-18T22:07:52.1750928Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libtokio_macros-17227122133130a0.so' from root:root to runner:runner
2025-08-18T22:07:52.1751689Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/serde_derive-d63fd22505bb3efe.d' from root:root to runner:runner
2025-08-18T22:07:52.1752447Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/proc_macro2-670e3a35fc46366c.d' from root:root to runner:runner
2025-08-18T22:07:52.1753229Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libasync_trait-12c32150e64d66e2.so' from root:root to runner:runner
2025-08-18T22:07:52.1753867Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-18T22:07:52.1754521Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-18T22:07:52.1755184Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-18T22:07:52.1756206Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/getrandom-f817fb91df723e79/build_script_build-f817fb91df723e79' from root:root to runner:runner
2025-08-18T22:07:52.1757047Z [00:03:21.454]➜  ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/getrandom-f817fb91df723e79/build-script-build' retained as runner:runner
2025-08-18T22:07:52.1758106Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/getrandom-f817fb91df723e79/build_script_build-f817fb91df723e79.d' from root:root to runner:runner
2025-08-18T22:07:52.1758893Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/getrandom-f817fb91df723e79' from root:root to runner:runner
2025-08-18T22:07:52.1759829Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build_script_build-b7b355ee76e503f6' from root:root to runner:runner
2025-08-18T22:07:52.1760646Z [00:03:21.454]➜  ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build-script-build' retained as runner:runner
2025-08-18T22:07:52.1761587Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build_script_build-b7b355ee76e503f6.d' from root:root to runner:runner
2025-08-18T22:07:52.1762368Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6' from root:root to runner:runner
2025-08-18T22:07:52.1763449Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/object-cec2e4d6a0ae3d09/build_script_build-cec2e4d6a0ae3d09' from root:root to runner:runner
2025-08-18T22:07:52.1764237Z [00:03:21.454]➜  ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/object-cec2e4d6a0ae3d09/build-script-build' retained as runner:runner
2025-08-18T22:07:52.1765134Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/object-cec2e4d6a0ae3d09/build_script_build-cec2e4d6a0ae3d09.d' from root:root to runner:runner
2025-08-18T22:07:52.1765972Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/object-cec2e4d6a0ae3d09' from root:root to runner:runner
2025-08-18T22:07:52.1766903Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/thiserror-00b3a1460d7327ab/build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1767814Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/thiserror-00b3a1460d7327ab/build_script_build-00b3a1460d7327ab.d' from root:root to runner:runner
2025-08-18T22:07:52.1768666Z [00:03:21.454]➜  ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/thiserror-00b3a1460d7327ab/build_script_build-00b3a1460d7327ab' retained as runner:runner
2025-08-18T22:07:52.1769417Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/thiserror-00b3a1460d7327ab' from root:root to runner:runner
2025-08-18T22:07:52.1770269Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1771239Z [00:03:21.454]➜  ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build_script_build-bc5d4db155a38dc4' retained as runner:runner
2025-08-18T22:07:52.1772214Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build_script_build-bc5d4db155a38dc4.d' from root:root to runner:runner
2025-08-18T22:07:52.1772954Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4' from root:root to runner:runner
2025-08-18T22:07:52.1773820Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead/build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1774758Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead/build_script_build-f5c0b92260e92ead.d' from root:root to runner:runner
2025-08-18T22:07:52.1775623Z [00:03:21.454]➜  ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead/build_script_build-f5c0b92260e92ead' retained as runner:runner
2025-08-18T22:07:52.1776711Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead' from root:root to runner:runner
2025-08-18T22:07:52.1777614Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/rustix-ad8c510df5e9263a/build_script_build-ad8c510df5e9263a' from root:root to runner:runner
2025-08-18T22:07:52.1778398Z [00:03:21.454]➜  ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/rustix-ad8c510df5e9263a/build-script-build' retained as runner:runner
2025-08-18T22:07:52.1779297Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/rustix-ad8c510df5e9263a/build_script_build-ad8c510df5e9263a.d' from root:root to runner:runner
2025-08-18T22:07:52.1780040Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/rustix-ad8c510df5e9263a' from root:root to runner:runner
2025-08-18T22:07:52.1780946Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/rayon-core-251b4e20b8ec6038/build_script_build-251b4e20b8ec6038.d' from root:root to runner:runner
2025-08-18T22:07:52.1781786Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/rayon-core-251b4e20b8ec6038/build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1782636Z [00:03:21.454]➜  ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/rayon-core-251b4e20b8ec6038/build_script_build-251b4e20b8ec6038' retained as runner:runner
2025-08-18T22:07:52.1783402Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/rayon-core-251b4e20b8ec6038' from root:root to runner:runner
2025-08-18T22:07:52.1784398Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/slab-633351352e28f91c/build_script_build-633351352e28f91c.d' from root:root to runner:runner
2025-08-18T22:07:52.1785287Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/slab-633351352e28f91c/build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1786185Z [00:03:21.454]➜  ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/slab-633351352e28f91c/build_script_build-633351352e28f91c' retained as runner:runner
2025-08-18T22:07:52.1786961Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/slab-633351352e28f91c' from root:root to runner:runner
2025-08-18T22:07:52.1787870Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf' from root:root to runner:runner
2025-08-18T22:07:52.1788780Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf.d' from root:root to runner:runner
2025-08-18T22:07:52.1789574Z [00:03:21.454]➜  ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build-script-build' retained as runner:runner
2025-08-18T22:07:52.1790558Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf' from root:root to runner:runner
2025-08-18T22:07:52.1791444Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/nix-3be94be6b8d87864/build_script_build-3be94be6b8d87864' from root:root to runner:runner
2025-08-18T22:07:52.1792202Z [00:03:21.454]➜  ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/nix-3be94be6b8d87864/build-script-build' retained as runner:runner
2025-08-18T22:07:52.1793080Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/nix-3be94be6b8d87864/build_script_build-3be94be6b8d87864.d' from root:root to runner:runner
2025-08-18T22:07:52.1793810Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/nix-3be94be6b8d87864' from root:root to runner:runner
2025-08-18T22:07:52.1794716Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/owo-colors-4b6111a0ae13645c/build_script_build-4b6111a0ae13645c.d' from root:root to runner:runner
2025-08-18T22:07:52.1795617Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/owo-colors-4b6111a0ae13645c/build_script_build-4b6111a0ae13645c' from root:root to runner:runner
2025-08-18T22:07:52.1796618Z [00:03:21.454]➜  ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/owo-colors-4b6111a0ae13645c/build-script-build' retained as runner:runner
2025-08-18T22:07:52.1797403Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/owo-colors-4b6111a0ae13645c' from root:root to runner:runner
2025-08-18T22:07:52.1798355Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/libc-f031ae2a6b34abde/build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1799276Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/libc-f031ae2a6b34abde/build_script_build-f031ae2a6b34abde.d' from root:root to runner:runner
2025-08-18T22:07:52.1800107Z [00:03:21.454]➜  ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/libc-f031ae2a6b34abde/build_script_build-f031ae2a6b34abde' retained as runner:runner
2025-08-18T22:07:52.1800845Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/libc-f031ae2a6b34abde' from root:root to runner:runner
2025-08-18T22:07:52.1801748Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/serde_json-114ff997f6490ac1/build_script_build-114ff997f6490ac1' from root:root to runner:runner
2025-08-18T22:07:52.1802529Z [00:03:21.454]➜  ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/serde_json-114ff997f6490ac1/build-script-build' retained as runner:runner
2025-08-18T22:07:52.1803601Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/serde_json-114ff997f6490ac1/build_script_build-114ff997f6490ac1.d' from root:root to runner:runner
2025-08-18T22:07:52.1804353Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/serde_json-114ff997f6490ac1' from root:root to runner:runner
2025-08-18T22:07:52.1805255Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/lock_api-4c8b62cda67a1605/build_script_build-4c8b62cda67a1605.d' from root:root to runner:runner
2025-08-18T22:07:52.1806179Z [00:03:21.454]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/lock_api-4c8b62cda67a1605/build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1807072Z [00:03:21.455]➜  ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/lock_api-4c8b62cda67a1605/build_script_build-4c8b62cda67a1605' retained as runner:runner
2025-08-18T22:07:52.1807814Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/lock_api-4c8b62cda67a1605' from root:root to runner:runner
2025-08-18T22:07:52.1808610Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/stderr' from root:root to runner:runner
2025-08-18T22:07:52.1809449Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1810227Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/out' from root:root to runner:runner
2025-08-18T22:07:52.1811043Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/root-output' from root:root to runner:runner
2025-08-18T22:07:52.1811977Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/output' from root:root to runner:runner
2025-08-18T22:07:52.1812758Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167' from root:root to runner:runner
2025-08-18T22:07:52.1813405Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-18T22:07:52.1814067Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-18T22:07:52.1814924Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/getrandom-f817fb91df723e79/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1816028Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/getrandom-f817fb91df723e79/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:07:52.1817166Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/getrandom-f817fb91df723e79/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1818083Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/getrandom-f817fb91df723e79/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1818872Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/getrandom-f817fb91df723e79' from root:root to runner:runner
2025-08-18T22:07:52.1819744Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/serde_derive-d63fd22505bb3efe/dep-lib-serde_derive' from root:root to runner:runner
2025-08-18T22:07:52.1820613Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/serde_derive-d63fd22505bb3efe/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1821468Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/serde_derive-d63fd22505bb3efe/lib-serde_derive' from root:root to runner:runner
2025-08-18T22:07:52.1822338Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/serde_derive-d63fd22505bb3efe/lib-serde_derive.json' from root:root to runner:runner
2025-08-18T22:07:52.1823126Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/serde_derive-d63fd22505bb3efe' from root:root to runner:runner
2025-08-18T22:07:52.1824012Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1825094Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:07:52.1826193Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1827196Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1828006Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6' from root:root to runner:runner
2025-08-18T22:07:52.1828846Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/autocfg-0ba5d927b1e035c5/dep-lib-autocfg' from root:root to runner:runner
2025-08-18T22:07:52.1829668Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/autocfg-0ba5d927b1e035c5/lib-autocfg' from root:root to runner:runner
2025-08-18T22:07:52.1830691Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/autocfg-0ba5d927b1e035c5/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1831529Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/autocfg-0ba5d927b1e035c5/lib-autocfg.json' from root:root to runner:runner
2025-08-18T22:07:52.1832306Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/autocfg-0ba5d927b1e035c5' from root:root to runner:runner
2025-08-18T22:07:52.1833169Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/tokio-macros-17227122133130a0/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1834033Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/tokio-macros-17227122133130a0/lib-tokio_macros' from root:root to runner:runner
2025-08-18T22:07:52.1834906Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/tokio-macros-17227122133130a0/dep-lib-tokio_macros' from root:root to runner:runner
2025-08-18T22:07:52.1835922Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/tokio-macros-17227122133130a0/lib-tokio_macros.json' from root:root to runner:runner
2025-08-18T22:07:52.1836767Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/tokio-macros-17227122133130a0' from root:root to runner:runner
2025-08-18T22:07:52.1837614Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/object-cec2e4d6a0ae3d09/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1838730Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/object-cec2e4d6a0ae3d09/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:07:52.1839679Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/object-cec2e4d6a0ae3d09/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1840583Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/object-cec2e4d6a0ae3d09/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1841349Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/object-cec2e4d6a0ae3d09' from root:root to runner:runner
2025-08-18T22:07:52.1842209Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/thiserror-00b3a1460d7327ab/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1843192Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/thiserror-00b3a1460d7327ab/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:07:52.1844305Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/thiserror-00b3a1460d7327ab/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1845239Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/thiserror-00b3a1460d7327ab/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1846118Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/thiserror-00b3a1460d7327ab' from root:root to runner:runner
2025-08-18T22:07:52.1847013Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1847936Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:07:52.1848858Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1849755Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1850509Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4' from root:root to runner:runner
2025-08-18T22:07:52.1851388Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1852480Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:07:52.1853505Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1854458Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1855254Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead' from root:root to runner:runner
2025-08-18T22:07:52.1856231Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/thiserror-impl-5f510d75d3500bf0/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-18T22:07:52.1857153Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/thiserror-impl-5f510d75d3500bf0/lib-thiserror_impl' from root:root to runner:runner
2025-08-18T22:07:52.1858219Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/thiserror-impl-5f510d75d3500bf0/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-18T22:07:52.1859104Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/thiserror-impl-5f510d75d3500bf0/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1859910Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/thiserror-impl-5f510d75d3500bf0' from root:root to runner:runner
2025-08-18T22:07:52.1860753Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/rustix-ad8c510df5e9263a/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1861681Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/rustix-ad8c510df5e9263a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:07:52.1862602Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/rustix-ad8c510df5e9263a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1863498Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/rustix-ad8c510df5e9263a/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1864266Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/rustix-ad8c510df5e9263a' from root:root to runner:runner
2025-08-18T22:07:52.1865138Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/async-trait-12c32150e64d66e2/lib-async_trait.json' from root:root to runner:runner
2025-08-18T22:07:52.1866205Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/async-trait-12c32150e64d66e2/dep-lib-async_trait' from root:root to runner:runner
2025-08-18T22:07:52.1867171Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/async-trait-12c32150e64d66e2/lib-async_trait' from root:root to runner:runner
2025-08-18T22:07:52.1868038Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/async-trait-12c32150e64d66e2/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1868824Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/async-trait-12c32150e64d66e2' from root:root to runner:runner
2025-08-18T22:07:52.1869684Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/rayon-core-251b4e20b8ec6038/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1870629Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/rayon-core-251b4e20b8ec6038/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:07:52.1871754Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/rayon-core-251b4e20b8ec6038/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1872677Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/rayon-core-251b4e20b8ec6038/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1873458Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/rayon-core-251b4e20b8ec6038' from root:root to runner:runner
2025-08-18T22:07:52.1874285Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/slab-633351352e28f91c/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1875201Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/slab-633351352e28f91c/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:07:52.1876188Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/slab-633351352e28f91c/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1877123Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/slab-633351352e28f91c/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1877884Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/slab-633351352e28f91c' from root:root to runner:runner
2025-08-18T22:07:52.1878741Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1879738Z [00:03:21.455]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/lib-proc_macro2.json' from root:root to runner:runner
2025-08-18T22:07:52.1880634Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-18T22:07:52.1881491Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/lib-proc_macro2' from root:root to runner:runner
2025-08-18T22:07:52.1882271Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c' from root:root to runner:runner
2025-08-18T22:07:52.1883136Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1884079Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:07:52.1885195Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1886202Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1887030Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf' from root:root to runner:runner
2025-08-18T22:07:52.1887861Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/nix-3be94be6b8d87864/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1888777Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/nix-3be94be6b8d87864/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:07:52.1889687Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/nix-3be94be6b8d87864/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1890580Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/nix-3be94be6b8d87864/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1891330Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/nix-3be94be6b8d87864' from root:root to runner:runner
2025-08-18T22:07:52.1892190Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/owo-colors-4b6111a0ae13645c/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1893246Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/owo-colors-4b6111a0ae13645c/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:07:52.1894250Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/owo-colors-4b6111a0ae13645c/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1895171Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/owo-colors-4b6111a0ae13645c/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1896025Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/owo-colors-4b6111a0ae13645c' from root:root to runner:runner
2025-08-18T22:07:52.1896908Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/libc-f031ae2a6b34abde/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1897818Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/libc-f031ae2a6b34abde/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:07:52.1898877Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/libc-f031ae2a6b34abde/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1899778Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/libc-f031ae2a6b34abde/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1900527Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/libc-f031ae2a6b34abde' from root:root to runner:runner
2025-08-18T22:07:52.1901381Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/serde_json-114ff997f6490ac1/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1902318Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/serde_json-114ff997f6490ac1/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:07:52.1903252Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/serde_json-114ff997f6490ac1/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1904160Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/serde_json-114ff997f6490ac1/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1904939Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/serde_json-114ff997f6490ac1' from root:root to runner:runner
2025-08-18T22:07:52.1906005Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/miette-derive-a611f33862563561/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1906965Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/miette-derive-a611f33862563561/dep-lib-miette_derive' from root:root to runner:runner
2025-08-18T22:07:52.1907838Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/miette-derive-a611f33862563561/lib-miette_derive' from root:root to runner:runner
2025-08-18T22:07:52.1908728Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/miette-derive-a611f33862563561/lib-miette_derive.json' from root:root to runner:runner
2025-08-18T22:07:52.1909530Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/miette-derive-a611f33862563561' from root:root to runner:runner
2025-08-18T22:07:52.1910373Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/lock_api-4c8b62cda67a1605/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1911300Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/lock_api-4c8b62cda67a1605/build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:07:52.1912399Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/lock_api-4c8b62cda67a1605/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1913311Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/lock_api-4c8b62cda67a1605/build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1914079Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/lock_api-4c8b62cda67a1605' from root:root to runner:runner
2025-08-18T22:07:52.1914938Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/dep-lib-cfg_aliases' from root:root to runner:runner
2025-08-18T22:07:52.1915913Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/lib-cfg_aliases' from root:root to runner:runner
2025-08-18T22:07:52.1916821Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1917690Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/lib-cfg_aliases.json' from root:root to runner:runner
2025-08-18T22:07:52.1918508Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916' from root:root to runner:runner
2025-08-18T22:07:52.1919311Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/lib-quote' from root:root to runner:runner
2025-08-18T22:07:52.1920295Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1921132Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/dep-lib-quote' from root:root to runner:runner
2025-08-18T22:07:52.1921959Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/lib-quote.json' from root:root to runner:runner
2025-08-18T22:07:52.1922725Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55' from root:root to runner:runner
2025-08-18T22:07:52.1923660Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167/run-build-script-build-script-build' from root:root to runner:runner
2025-08-18T22:07:52.1924622Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-18T22:07:52.1925574Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167' from root:root to runner:runner
2025-08-18T22:07:52.1926537Z [00:03:21.456]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/syn-b3ff36265f0ffed0/lib-syn' from root:root to runner:runner
2025-08-18T22:07:52.1927380Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/syn-b3ff36265f0ffed0/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1928189Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/syn-b3ff36265f0ffed0/lib-syn.json' from root:root to runner:runner
2025-08-18T22:07:52.1928999Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/syn-b3ff36265f0ffed0/dep-lib-syn' from root:root to runner:runner
2025-08-18T22:07:52.1929751Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/syn-b3ff36265f0ffed0' from root:root to runner:runner
2025-08-18T22:07:52.1930635Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident.json' from root:root to runner:runner
2025-08-18T22:07:52.1931503Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1932397Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-18T22:07:52.1933408Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident' from root:root to runner:runner
2025-08-18T22:07:52.1934216Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534' from root:root to runner:runner
2025-08-18T22:07:52.1935075Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/clap_derive-c821232487662b32/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1936027Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/clap_derive-c821232487662b32/lib-clap_derive.json' from root:root to runner:runner
2025-08-18T22:07:52.1936924Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/clap_derive-c821232487662b32/lib-clap_derive' from root:root to runner:runner
2025-08-18T22:07:52.1937783Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/clap_derive-c821232487662b32/dep-lib-clap_derive' from root:root to runner:runner
2025-08-18T22:07:52.1938739Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/clap_derive-c821232487662b32' from root:root to runner:runner
2025-08-18T22:07:52.1939567Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/invoked.timestamp' from root:root to runner:runner
2025-08-18T22:07:52.1940367Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck' from root:root to runner:runner
2025-08-18T22:07:52.1941181Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck.json' from root:root to runner:runner
2025-08-18T22:07:52.1941994Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/dep-lib-heck' from root:root to runner:runner
2025-08-18T22:07:52.1942754Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1' from root:root to runner:runner
2025-08-18T22:07:52.1943416Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-18T22:07:52.1944031Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release' from root:root to runner:runner
2025-08-18T22:07:52.1944670Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-18T22:07:52.1945252Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target' from root:root to runner:runner
2025-08-18T22:07:52.1946135Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/util/tspin.adoc' from root:root to runner:runner
2025-08-18T22:07:52.1946907Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/util/generate_shell_completions.sh' from root:root to runner:runner
2025-08-18T22:07:52.1947548Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/util/generate_all.sh' from root:root to runner:runner
2025-08-18T22:07:52.1948212Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/util/generate_man_pages.sh' from root:root to runner:runner
2025-08-18T22:07:52.1948794Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/util' from root:root to runner:runner
2025-08-18T22:07:52.1949391Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-18T22:07:52.1950081Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/highlighter_builder/groups.rs' from root:root to runner:runner
2025-08-18T22:07:52.1950753Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/highlighter_builder/mod.rs' from root:root to runner:runner
2025-08-18T22:07:52.1951617Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/highlighter_builder/builtins.rs' from root:root to runner:runner
2025-08-18T22:07:52.1952271Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/highlighter_builder' from root:root to runner:runner
2025-08-18T22:07:52.1952901Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/theme/reader.rs' from root:root to runner:runner
2025-08-18T22:07:52.1953524Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/theme/mod.rs' from root:root to runner:runner
2025-08-18T22:07:52.1954160Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/theme/mappers.rs' from root:root to runner:runner
2025-08-18T22:07:52.1954748Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/theme' from root:root to runner:runner
2025-08-18T22:07:52.1955384Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/initial_read.rs' from root:root to runner:runner
2025-08-18T22:07:52.1956076Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/main.rs' from root:root to runner:runner
2025-08-18T22:07:52.1956748Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/config/mod.rs' from root:root to runner:runner
2025-08-18T22:07:52.1957351Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/config' from root:root to runner:runner
2025-08-18T22:07:52.1958025Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/utils/normalizer.rs' from root:root to runner:runner
2025-08-18T22:07:52.1958813Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/utils/mod.rs' from root:root to runner:runner
2025-08-18T22:07:52.1959560Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/utils/split_and_apply.rs' from root:root to runner:runner
2025-08-18T22:07:52.1960172Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/utils' from root:root to runner:runner
2025-08-18T22:07:52.1960865Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/ip_v4.rs' from root:root to runner:runner
2025-08-18T22:07:52.1961546Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/json.rs' from root:root to runner:runner
2025-08-18T22:07:52.1962242Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/date_time.rs' from root:root to runner:runner
2025-08-18T22:07:52.1962949Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/date_dash.rs' from root:root to runner:runner
2025-08-18T22:07:52.1963868Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/unix_process.rs' from root:root to runner:runner
2025-08-18T22:07:52.1964569Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/key_value.rs' from root:root to runner:runner
2025-08-18T22:07:52.1965265Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/keyword.rs' from root:root to runner:runner
2025-08-18T22:07:52.1966043Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/quote.rs' from root:root to runner:runner
2025-08-18T22:07:52.1966804Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/uuid.rs' from root:root to runner:runner
2025-08-18T22:07:52.1967508Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/unix_path.rs' from root:root to runner:runner
2025-08-18T22:07:52.1968182Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/mod.rs' from root:root to runner:runner
2025-08-18T22:07:52.1968853Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/url.rs' from root:root to runner:runner
2025-08-18T22:07:52.1969528Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/ip_v6.rs' from root:root to runner:runner
2025-08-18T22:07:52.1970220Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/number.rs' from root:root to runner:runner
2025-08-18T22:07:52.1970899Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/regex.rs' from root:root to runner:runner
2025-08-18T22:07:52.1971754Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/pointer.rs' from root:root to runner:runner
2025-08-18T22:07:52.1972443Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters' from root:root to runner:runner
2025-08-18T22:07:52.1973065Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/style.rs' from root:root to runner:runner
2025-08-18T22:07:52.1973723Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighter.rs' from root:root to runner:runner
2025-08-18T22:07:52.1974339Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/mod.rs' from root:root to runner:runner
2025-08-18T22:07:52.1974966Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/config.rs' from root:root to runner:runner
2025-08-18T22:07:52.1975763Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/tests/escape_code_converter.rs' from root:root to runner:runner
2025-08-18T22:07:52.1976561Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/tests' from root:root to runner:runner
2025-08-18T22:07:52.1977147Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core' from root:root to runner:runner
2025-08-18T22:07:52.1977818Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/presenter/stdout.rs' from root:root to runner:runner
2025-08-18T22:07:52.1978479Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/presenter/pager.rs' from root:root to runner:runner
2025-08-18T22:07:52.1979124Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/presenter/mod.rs' from root:root to runner:runner
2025-08-18T22:07:52.1979781Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/presenter' from root:root to runner:runner
2025-08-18T22:07:52.1980478Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/reader/buffer_line_counter.rs' from root:root to runner:runner
2025-08-18T22:07:52.1981138Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/reader/linemux.rs' from root:root to runner:runner
2025-08-18T22:07:52.1981791Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/reader/command.rs' from root:root to runner:runner
2025-08-18T22:07:52.1982442Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/reader/stdin.rs' from root:root to runner:runner
2025-08-18T22:07:52.1983127Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/reader/file_line_counter.rs' from root:root to runner:runner
2025-08-18T22:07:52.1983898Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/reader/mod.rs' from root:root to runner:runner
2025-08-18T22:07:52.1984545Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/reader' from root:root to runner:runner
2025-08-18T22:07:52.1985197Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/writer/stdout.rs' from root:root to runner:runner
2025-08-18T22:07:52.1986104Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/writer/temp_file.rs' from root:root to runner:runner
2025-08-18T22:07:52.1986786Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/writer/mod.rs' from root:root to runner:runner
2025-08-18T22:07:52.1987404Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/writer' from root:root to runner:runner
2025-08-18T22:07:52.1988055Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/controller/mod.rs' from root:root to runner:runner
2025-08-18T22:07:52.1988677Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/controller' from root:root to runner:runner
2025-08-18T22:07:52.1989468Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/mod.rs' from root:root to runner:runner
2025-08-18T22:07:52.1990047Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io' from root:root to runner:runner
2025-08-18T22:07:52.1990677Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/cli/styles.rs' from root:root to runner:runner
2025-08-18T22:07:52.1991322Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/cli/completions.rs' from root:root to runner:runner
2025-08-18T22:07:52.1991931Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/cli/mod.rs' from root:root to runner:runner
2025-08-18T22:07:52.1992567Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/cli/keywords.rs' from root:root to runner:runner
2025-08-18T22:07:52.1993144Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/cli' from root:root to runner:runner
2025-08-18T22:07:52.1993739Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/lib.rs' from root:root to runner:runner
2025-08-18T22:07:52.1994310Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src' from root:root to runner:runner
2025-08-18T22:07:52.1994954Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/tailspin.png' from root:root to runner:runner
2025-08-18T22:07:52.1995603Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/examples/otf.png' from root:root to runner:runner
2025-08-18T22:07:52.1996563Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/examples/http.png' from root:root to runner:runner
2025-08-18T22:07:52.1997278Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/examples/pointers.png' from root:root to runner:runner
2025-08-18T22:07:52.1997956Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/examples/processes.png' from root:root to runner:runner
2025-08-18T22:07:52.1998631Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/examples/numbers.png' from root:root to runner:runner
2025-08-18T22:07:52.1999284Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/examples/urls.png' from root:root to runner:runner
2025-08-18T22:07:52.1999953Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/examples/quotes.png' from root:root to runner:runner
2025-08-18T22:07:52.2000604Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/examples/ip.png' from root:root to runner:runner
2025-08-18T22:07:52.2001278Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/examples/keywords.png' from root:root to runner:runner
2025-08-18T22:07:52.2002119Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/examples/kv.png' from root:root to runner:runner
2025-08-18T22:07:52.2002781Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/examples/uuids.png' from root:root to runner:runner
2025-08-18T22:07:52.2003442Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/examples/paths.png' from root:root to runner:runner
2025-08-18T22:07:52.2004093Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/examples/dates.png' from root:root to runner:runner
2025-08-18T22:07:52.2004716Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/examples' from root:root to runner:runner
2025-08-18T22:07:52.2005328Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/main.png' from root:root to runner:runner
2025-08-18T22:07:52.2006004Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets' from root:root to runner:runner
2025-08-18T22:07:52.2006638Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/man/tspin.1' from root:root to runner:runner
2025-08-18T22:07:52.2007199Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/man' from root:root to runner:runner
2025-08-18T22:07:52.2007825Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-18T22:07:52.2008529Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-18T22:07:52.2009372Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-18T22:07:52.2010078Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-18T22:07:52.2010763Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-18T22:07:52.2011426Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-18T22:07:52.2012076Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-18T22:07:52.2012759Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-18T22:07:52.2013448Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-18T22:07:52.2014288Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-18T22:07:52.2014952Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-18T22:07:52.2015729Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-18T22:07:52.2016458Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-18T22:07:52.2017121Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-18T22:07:52.2017827Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-18T22:07:52.2018423Z [00:03:21.457]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-18T22:07:52.2019016Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-18T22:07:52.2019605Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-18T22:07:52.2020447Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/objects/pack/pack-4ad293c0e20e79a16123aec8c3757d6a20e05e2d.idx' from root:root to runner:runner
2025-08-18T22:07:52.2021284Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/objects/pack/pack-4ad293c0e20e79a16123aec8c3757d6a20e05e2d.pack' from root:root to runner:runner
2025-08-18T22:07:52.2022287Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/objects/pack/pack-4ad293c0e20e79a16123aec8c3757d6a20e05e2d.promisor' from root:root to runner:runner
2025-08-18T22:07:52.2023206Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/objects/pack/pack-2e020d59c54debf24eafc76169d97035516a9e34.promisor' from root:root to runner:runner
2025-08-18T22:07:52.2024054Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/objects/pack/pack-2e020d59c54debf24eafc76169d97035516a9e34.pack' from root:root to runner:runner
2025-08-18T22:07:52.2024895Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/objects/pack/pack-2e020d59c54debf24eafc76169d97035516a9e34.idx' from root:root to runner:runner
2025-08-18T22:07:52.2025837Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/objects/pack/pack-4ad293c0e20e79a16123aec8c3757d6a20e05e2d.rev' from root:root to runner:runner
2025-08-18T22:07:52.2026730Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/objects/pack/pack-2e020d59c54debf24eafc76169d97035516a9e34.rev' from root:root to runner:runner
2025-08-18T22:07:52.2027545Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-18T22:07:52.2028167Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-18T22:07:52.2028772Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-18T22:07:52.2029395Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-18T22:07:52.2029982Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-18T22:07:52.2030600Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-18T22:07:52.2031203Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-18T22:07:52.2031853Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-18T22:07:52.2032485Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-18T22:07:52.2033177Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-18T22:07:52.2033848Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-18T22:07:52.2034613Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-18T22:07:52.2035251Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-18T22:07:52.2035937Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-18T22:07:52.2036574Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-18T22:07:52.2037184Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-18T22:07:52.2037814Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-18T22:07:52.2038427Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-18T22:07:52.2039092Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-18T22:07:52.2040010Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-18T22:07:52.2040628Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-18T22:07:52.2041220Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-18T22:07:52.2041783Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git' from root:root to runner:runner
2025-08-18T22:07:52.2042408Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/tests/utils.rs' from root:root to runner:runner
2025-08-18T22:07:52.2043071Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/tests/integration_tests.rs' from root:root to runner:runner
2025-08-18T22:07:52.2043821Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/tests/files/empty.log' from root:root to runner:runner
2025-08-18T22:07:52.2044465Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/tests/files' from root:root to runner:runner
2025-08-18T22:07:52.2045037Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/tests' from root:root to runner:runner
2025-08-18T22:07:52.2045597Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO' from root:root to runner:runner
2025-08-18T22:07:52.2046261Z [00:03:21.458]➜  changed ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe' from root:root to runner:runner
2025-08-18T22:07:52.2046682Z [00:03:21.458]➜  ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-18T22:07:52.2047082Z [00:03:21.458]➜  ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-18T22:07:52.2047464Z [00:03:21.458]➜  ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-18T22:07:52.2047827Z [00:03:21.458]➜  ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/tspin' retained as runner:runner
2025-08-18T22:07:52.2048410Z [00:03:21.458]➜  ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-18T22:07:52.2048830Z [00:03:21.458]➜  ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/tailspin.version' retained as runner:runner
2025-08-18T22:07:52.2049277Z [00:03:21.458]➜  ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/tailspin.static.version' retained as runner:runner
2025-08-18T22:07:52.2049627Z [00:03:21.458]➜  ownership of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-18T22:07:52.2049996Z [00:03:21.467]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/tailspin' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2050411Z [00:03:21.473]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tailspin' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2050914Z [00:03:21.480]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2051386Z [00:03:21.486]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tspin' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2051875Z [00:03:21.493]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2052490Z [00:03:21.499]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2053146Z [00:03:21.506]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/completions/tspin.bash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2053802Z [00:03:21.512]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/completions/tspin.fish' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2054458Z [00:03:21.518]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/completions/tspin.zsh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2055063Z [00:03:21.524]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/flake.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2055935Z [00:03:21.530]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2056607Z [00:03:21.536]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/LICENCE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2057211Z [00:03:21.543]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/flake.nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2057803Z [00:03:21.549]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.envrc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2058404Z [00:03:21.556]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2059074Z [00:03:21.562]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/example-logs/example3' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2059724Z [00:03:21.568]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/example-logs/example2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2060596Z [00:03:21.575]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/example-logs/example5' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2061259Z [00:03:21.581]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/example-logs/example1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2061917Z [00:03:21.588]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/example-logs/example4' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2062541Z [00:03:21.594]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2063157Z [00:03:21.600]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/rustfmt.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2063761Z [00:03:21.606]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2064412Z [00:03:21.612]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2065167Z [00:03:21.618]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.github/workflows/ReleaseStaticBinaries.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2065972Z [00:03:21.624]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.github/workflows/BuildAndTest.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2066753Z [00:03:21.631]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.github/workflows/Publish.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2067368Z [00:03:21.637]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/config.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2068180Z [00:03:21.642]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2069079Z [00:03:21.649]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bytes-aad76a29fa546711.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2069994Z [00:03:21.655]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbacktrace-0139644a6e93166d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2105854Z [00:03:21.661]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfastrand-a6fffb5a5e5cdb20.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2167417Z [00:03:21.667]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2230147Z [00:03:21.674]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml-a7763c452bc290b2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2291723Z [00:03:21.680]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsupports_unicode-a0459e417b6d0a5b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2353152Z [00:03:21.686]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-b0c900f499444793.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2417556Z [00:03:21.692]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-83ea048224435e11.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2484813Z [00:03:21.699]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_json-69cf29ae2cfcd7ad.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2546424Z [00:03:21.705]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-4c8e325713496bbe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2604910Z [00:03:21.711]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/uuid-d1a39a496f9c036d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2665461Z [00:03:21.717]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:52.2728294Z [00:03:21.723]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2788788Z [00:03:21.729]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rayon-81f1f557fd8769bf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2848703Z [00:03:21.735]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtextwrap-795662e4b0b524ce.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2913011Z [00:03:21.742]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-1518979f6a066caa.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.2979760Z [00:03:21.749]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfastrand-a6fffb5a5e5cdb20.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.3045612Z [00:03:21.755]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgimli-07ace2715015577c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.3109977Z [00:03:21.762]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_channel-6276dc29b2a01bae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.3172590Z [00:03:21.768]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/backtrace_ext-664a8db0fa091362.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.3236353Z [00:03:21.774]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinsplit-2ab9e3b02e87b331.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.3301982Z [00:03:21.781]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_json-69cf29ae2cfcd7ad.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.3363585Z [00:03:21.787]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:52.3430399Z [00:03:21.794]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-056469cb054f3137.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.3493043Z [00:03:21.800]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-d71be664c677fb94.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.3557003Z [00:03:21.806]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbacktrace_ext-664a8db0fa091362.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.3616886Z [00:03:21.812]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfiletime-47523feba85da1f2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.3676845Z [00:03:21.818]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_width-7ded428ff597e470.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.3740844Z [00:03:21.825]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustc_demangle-30e51053e886f483.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.3803123Z [00:03:21.831]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon-81f1f557fd8769bf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.3862987Z [00:03:21.837]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.3924183Z [00:03:21.843]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminiz_oxide-28a0922b6df31748.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.3987365Z [00:03:21.849]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtempfile-2f5c3a74a89eb7c3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.4051022Z [00:03:21.856]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/filetime-47523feba85da1f2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.4115526Z [00:03:21.862]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon-81f1f557fd8769bf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.4174441Z [00:03:21.868]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_syntax-8375770a0aabfdd3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.4234053Z [00:03:21.874]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-056469cb054f3137.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.4293381Z [00:03:21.880]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:52.4354563Z [00:03:21.886]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-48917e4de1786f89.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.4416618Z [00:03:21.892]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.4483098Z [00:03:21.899]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:52.4546560Z [00:03:21.905]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libinotify-7ccfdbc3f2d54f97.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.4607107Z [00:03:21.911]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/hashbrown-d0e4d709e87469dc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.4672153Z [00:03:21.918]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-694316d3806572f1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.4742149Z [00:03:21.925]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-cc51d51fa7dd90a9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.4807051Z [00:03:21.931]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/either-b0c900f499444793.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.4872522Z [00:03:21.938]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:52.4936421Z [00:03:21.944]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/miette-afbb4e46bdf3ee7a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.5001235Z [00:03:21.951]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsupports_hyperlinks-1d26c121a917cf55.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.5067649Z [00:03:21.957]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/dirs-f34817f0ec04fc06.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.5141559Z [00:03:21.965]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:52.5212969Z [00:03:21.972]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_complete-d9267fe351edaa67.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.5283976Z [00:03:21.979]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex-1518979f6a066caa.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.5351471Z [00:03:21.986]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:52.5417436Z [00:03:21.992]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-d51e56ae5d8e5a48.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.5487357Z [00:03:21.999]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustix-99ece2b70f471799.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.5552601Z [00:03:22.006]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libobject-48672e96d0276f5c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.5617678Z [00:03:22.012]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.5683027Z [00:03:22.019]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tokio-83ea048224435e11.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.5748942Z [00:03:22.026]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libadler2-8ca6a70d9951681d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.5812617Z [00:03:22.032]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.5876356Z [00:03:22.038]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/colorchoice-6013ebb501c1abed.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.5943532Z [00:03:22.045]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libctrlc-4e54493d1b4d7b43.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.6007756Z [00:03:22.051]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-6e25cf4aadb38c5b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.6070419Z [00:03:22.058]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/inotify_sys-a954a9ffaf627f4f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.6135925Z [00:03:22.064]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaddr2line-a9b933af87fcc59e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.6201268Z [00:03:22.071]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/signal_hook_registry-f23f4a45bddc78cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.6266732Z [00:03:22.077]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/addr2line-a9b933af87fcc59e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.6331418Z [00:03:22.084]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnu_ansi_term-6e25cf4aadb38c5b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.6396831Z [00:03:22.090]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-fcc827561d9f21de.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.6460255Z [00:03:22.097]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.6523376Z [00:03:22.103]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/parking_lot-20c16fb775c3f45a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.6594740Z [00:03:22.110]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs_sys-24a6bb3e4262e405.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.6664258Z [00:03:22.117]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_builder-90b846c245ac5540.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.6729755Z [00:03:22.124]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtokio-83ea048224435e11.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.6795218Z [00:03:22.130]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ctrlc-4e54493d1b4d7b43.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.6861362Z [00:03:22.137]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_utils-862e04ea43454f7b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.6925472Z [00:03:22.143]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_parse-d9f762c54654b497.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.6990220Z [00:03:22.150]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscopeguard-a12f67ff0386bfba.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.7054300Z [00:03:22.156]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-d0e4d709e87469dc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.7117702Z [00:03:22.162]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_channel-6276dc29b2a01bae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.7182710Z [00:03:22.169]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_task-76ff4ecc6a593659.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.7247395Z [00:03:22.175]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-cc51d51fa7dd90a9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.7310174Z [00:03:22.182]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-2ce806cf90a6ae1c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.7374793Z [00:03:22.188]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/walkdir-a545e9a5ea7ecd80.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.7442972Z [00:03:22.195]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.7507635Z [00:03:22.201]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:52.7570668Z [00:03:22.208]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde-38317eb9d1fcb121.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.7634799Z [00:03:22.214]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_util-8bc51d9523b1ae62.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.7699403Z [00:03:22.221]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/smallvec-ee1ae9aa6b56c5e1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.7763681Z [00:03:22.227]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-ae29605e8bb5f11f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.7826988Z [00:03:22.233]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libctrlc-4e54493d1b4d7b43.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.7894931Z [00:03:22.240]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_ci-84d1f0f8659d8ab3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.7959925Z [00:03:22.247]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-f497dbc862f38eff.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.8023338Z [00:03:22.253]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-1b4b23d9f45758ad.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.8085168Z [00:03:22.259]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nu_ansi_term-6e25cf4aadb38c5b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.8147746Z [00:03:22.265]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_lex-f497dbc862f38eff.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.8212608Z [00:03:22.272]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-803cdf45485001f9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.8275797Z [00:03:22.278]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/terminal_size-51ee5b4430d2b3d5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.8340096Z [00:03:22.285]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/slab-f052e07284ae880a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.8404759Z [00:03:22.291]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-7535406ec995ad84.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.8470288Z [00:03:22.298]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshellexpand-6689e531db8a1c41.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.8535042Z [00:03:22.304]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-d3912d4c466823d0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.8599108Z [00:03:22.311]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-ae29605e8bb5f11f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.8662471Z [00:03:22.317]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:52.8726832Z [00:03:22.323]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_complete-d9267fe351edaa67.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.8788986Z [00:03:22.330]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libinotify_sys-a954a9ffaf627f4f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.8850098Z [00:03:22.336]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle-74b0f744cbb31470.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.8912071Z [00:03:22.342]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nix-999986d6dd6c0d2a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.8975084Z [00:03:22.348]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnotify-720b25bdf1c6edf4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.9036628Z [00:03:22.354]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-920aadcb768c81d9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.9097966Z [00:03:22.360]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-38317eb9d1fcb121.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.9158240Z [00:03:22.366]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-946c54a872c4e112.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.9219541Z [00:03:22.373]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-90b846c245ac5540.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.9282083Z [00:03:22.379]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-f23f4a45bddc78cb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.9343093Z [00:03:22.385]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_utils-862e04ea43454f7b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.9401546Z [00:03:22.391]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_parser-fb32f1eef8b108e9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.9459702Z [00:03:22.397]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-aad76a29fa546711.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.9522677Z [00:03:22.403]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfiletime-47523feba85da1f2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.9590639Z [00:03:22.410]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs-f34817f0ec04fc06.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.9657807Z [00:03:22.416]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pin_utils-862e04ea43454f7b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.9719067Z [00:03:22.423]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-5674e45b86a1293a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.9781102Z [00:03:22.429]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmiette-afbb4e46bdf3ee7a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.9841647Z [00:03:22.435]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex-1518979f6a066caa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.9904708Z [00:03:22.441]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tspin-66a7f84727e4900b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:52.9966932Z [00:03:22.447]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-20c16fb775c3f45a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.0027628Z [00:03:22.453]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtailspin-d4df01be528a485c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.0089903Z [00:03:22.460]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustc_demangle-30e51053e886f483.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.0150015Z [00:03:22.466]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsignal_hook_registry-f23f4a45bddc78cb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.0208933Z [00:03:22.472]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-056469cb054f3137.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.0270039Z [00:03:22.478]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libc-b66fa394134f7643.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.0331394Z [00:03:22.484]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-ee1ae9aa6b56c5e1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.0390492Z [00:03:22.490]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-999986d6dd6c0d2a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.0450320Z [00:03:22.496]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:53.0512963Z [00:03:22.502]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml_datetime-4da2042b304974e0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.0574468Z [00:03:22.508]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-51ee5b4430d2b3d5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.0634837Z [00:03:22.514]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/once_cell-92d0a1f4aa4523c9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.0698783Z [00:03:22.520]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/utf8parse-654ab0e6866dede5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.0759436Z [00:03:22.527]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libslab-f052e07284ae880a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.0820105Z [00:03:22.533]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.0884202Z [00:03:22.539]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libslab-f052e07284ae880a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.0947638Z [00:03:22.545]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot-20c16fb775c3f45a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.1010110Z [00:03:22.552]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs_sys-24a6bb3e4262e405.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.1069794Z [00:03:22.558]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhashbrown-d0e4d709e87469dc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.1132208Z [00:03:22.564]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmiette-afbb4e46bdf3ee7a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.1192424Z [00:03:22.570]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-6c4e56dc5bd1bcd9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.1252231Z [00:03:22.576]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-74b0f744cbb31470.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.1313893Z [00:03:22.582]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/scopeguard-a12f67ff0386bfba.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.1373983Z [00:03:22.588]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsupports_unicode-a0459e417b6d0a5b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.1433060Z [00:03:22.594]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lock_api-d1ab585f98c91019.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.1493666Z [00:03:22.600]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:53.1555396Z [00:03:22.606]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libobject-48672e96d0276f5c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.1617324Z [00:03:22.612]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytes-aad76a29fa546711.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.1679447Z [00:03:22.619]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-d1ab585f98c91019.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.1740129Z [00:03:22.625]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/dirs_sys-24a6bb3e4262e405.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.1800846Z [00:03:22.631]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-99ece2b70f471799.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.1863403Z [00:03:22.637]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:53.1922695Z [00:03:22.643]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cfg_if-5335dbb64cbcc9f5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.1984419Z [00:03:22.649]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fastrand-a6fffb5a5e5cdb20.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.2051782Z [00:03:22.656]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdirs-f34817f0ec04fc06.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.2115234Z [00:03:22.662]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libparking_lot_core-6c4e56dc5bd1bcd9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.2179403Z [00:03:22.669]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-803cdf45485001f9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.2241915Z [00:03:22.675]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/supports_unicode-a0459e417b6d0a5b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.2305786Z [00:03:22.681]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_spanned-8f3c34865c17860c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.2367536Z [00:03:22.687]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml-a7763c452bc290b2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.2431219Z [00:03:22.694]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshell_words-04357d8eadfbdc82.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.2492800Z [00:03:22.700]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:53.2554090Z [00:03:22.706]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_channel-6276dc29b2a01bae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.2615532Z [00:03:22.712]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-5674e45b86a1293a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.2674614Z [00:03:22.718]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-d9f762c54654b497.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.2736668Z [00:03:22.724]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:53.2797005Z [00:03:22.730]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_spanned-8f3c34865c17860c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.2856883Z [00:03:22.736]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.2919929Z [00:03:22.743]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libindexmap-2ce806cf90a6ae1c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.2981908Z [00:03:22.749]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memchr-4febb07ae6b182e6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.3043316Z [00:03:22.755]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_linebreak-b0f10fd22da72f3b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.3106663Z [00:03:22.761]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstream-920aadcb768c81d9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.3169804Z [00:03:22.768]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_terminal_polyfill-d41033bcec586f6b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.3232871Z [00:03:22.774]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anstyle_query-d3912d4c466823d0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.3300236Z [00:03:22.781]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsupports_hyperlinks-1d26c121a917cf55.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.3366882Z [00:03:22.787]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.3432005Z [00:03:22.794]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libryu-694316d3806572f1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.3495578Z [00:03:22.800]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/supports_hyperlinks-1d26c121a917cf55.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.3560486Z [00:03:22.807]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsocket2-946c54a872c4e112.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.3624580Z [00:03:22.813]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-8375770a0aabfdd3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.3685134Z [00:03:22.819]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/object-48672e96d0276f5c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.3749163Z [00:03:22.825]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-6013ebb501c1abed.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.3814444Z [00:03:22.832]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_parser-fb32f1eef8b108e9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.3879482Z [00:03:22.839]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_complete-d9267fe351edaa67.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.3945148Z [00:03:22.845]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstream-920aadcb768c81d9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.4009731Z [00:03:22.852]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/equivalent-227a987576108267.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.4071438Z [00:03:22.858]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_core-d71be664c677fb94.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.4136268Z [00:03:22.864]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinemux-79b90cced4de38f2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.4197102Z [00:03:22.870]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap_lex-f497dbc862f38eff.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.4258094Z [00:03:22.876]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/parking_lot_core-6c4e56dc5bd1bcd9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.4324705Z [00:03:22.883]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libscopeguard-a12f67ff0386bfba.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.4390537Z [00:03:22.890]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libequivalent-227a987576108267.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.4457778Z [00:03:22.896]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminiz_oxide-28a0922b6df31748.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.4526159Z [00:03:22.903]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libowo_colors-03e2c44ce9566fbb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.4588262Z [00:03:22.909]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtempfile-2f5c3a74a89eb7c3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.4652177Z [00:03:22.916]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.4719163Z [00:03:22.923]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:53.4784418Z [00:03:22.929]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-b4d47f8ab2e91eb8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.4848607Z [00:03:22.935]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_ci-84d1f0f8659d8ab3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.4912926Z [00:03:22.942]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/getrandom-48917e4de1786f89.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.4978199Z [00:03:22.948]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsupports_color-7672bb2ff130ac92.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.5039032Z [00:03:22.955]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/miniz_oxide-28a0922b6df31748.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.5104570Z [00:03:22.961]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshellexpand-6689e531db8a1c41.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.5169652Z [00:03:22.968]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/inotify-7ccfdbc3f2d54f97.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.5232757Z [00:03:22.974]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_task-76ff4ecc6a593659.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.5295299Z [00:03:22.980]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ryu-694316d3806572f1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.5359967Z [00:03:22.987]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnotify-720b25bdf1c6edf4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.5420174Z [00:03:22.993]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/textwrap-795662e4b0b524ce.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.5477914Z [00:03:22.998]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_automata-7535406ec995ad84.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.5539985Z [00:03:23.005]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_datetime-4da2042b304974e0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.5602716Z [00:03:23.011]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:53.5666365Z [00:03:23.017]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-ee1ae9aa6b56c5e1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.5731415Z [00:03:23.024]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/notify-720b25bdf1c6edf4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.5798241Z [00:03:23.030]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuuid-d1a39a496f9c036d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.5861093Z [00:03:23.037]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-5674e45b86a1293a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.5920099Z [00:03:23.043]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/aho_corasick-d51e56ae5d8e5a48.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.5980591Z [00:03:23.049]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/winsplit-2ab9e3b02e87b331.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.6044387Z [00:03:23.055]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strsim-b4d47f8ab2e91eb8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.6109178Z [00:03:23.061]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libinotify-7ccfdbc3f2d54f97.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.6168295Z [00:03:23.067]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml-a7763c452bc290b2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.6232459Z [00:03:23.074]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_ci-84d1f0f8659d8ab3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.6295452Z [00:03:23.080]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libuuid-d1a39a496f9c036d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.6360577Z [00:03:23.087]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/indexmap-2ce806cf90a6ae1c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.6425871Z [00:03:23.093]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.6492487Z [00:03:23.100]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libadler2-8ca6a70d9951681d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.6556141Z [00:03:23.106]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinsplit-2ab9e3b02e87b331.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.6617039Z [00:03:23.112]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtextwrap-795662e4b0b524ce.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.6680157Z [00:03:23.119]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwinnow-1b4b23d9f45758ad.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.6741978Z [00:03:23.125]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_util-8bc51d9523b1ae62.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.6803472Z [00:03:23.131]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/backtrace-0139644a6e93166d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.6867418Z [00:03:23.137]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.6930140Z [00:03:23.144]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libowo_colors-03e2c44ce9566fbb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.6994644Z [00:03:23.150]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/serde_spanned-8f3c34865c17860c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.7060867Z [00:03:23.157]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_linebreak-b0f10fd22da72f3b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.7125456Z [00:03:23.163]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-5335dbb64cbcc9f5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.7186805Z [00:03:23.169]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/owo_colors-03e2c44ce9566fbb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.7246885Z [00:03:23.175]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libinotify_sys-a954a9ffaf627f4f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.7312283Z [00:03:23.182]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/toml_parser-fb32f1eef8b108e9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.7374340Z [00:03:23.188]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pin_project_lite-7f1b0160d6667c1c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.7434161Z [00:03:23.194]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gimli-07ace2715015577c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.7494540Z [00:03:23.200]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/log-ca76cc5873df6a42.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.7553997Z [00:03:23.206]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-b66fa394134f7643.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.7611565Z [00:03:23.212]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-7535406ec995ad84.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.7672290Z [00:03:23.218]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_linebreak-b0f10fd22da72f3b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.7729766Z [00:03:23.224]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:53.7792104Z [00:03:23.230]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/shell_words-04357d8eadfbdc82.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.7853021Z [00:03:23.236]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.7913533Z [00:03:23.242]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-4c8e325713496bbe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.7974167Z [00:03:23.248]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.8032687Z [00:03:23.254]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde_json-69cf29ae2cfcd7ad.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.8093162Z [00:03:23.260]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/linemux-79b90cced4de38f2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.8153356Z [00:03:23.266]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/adler2-8ca6a70d9951681d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.8212684Z [00:03:23.272]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtoml_datetime-4da2042b304974e0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.8276616Z [00:03:23.278]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpin_project_lite-7f1b0160d6667c1c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.8338008Z [00:03:23.284]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-b0c900f499444793.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.8397355Z [00:03:23.290]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:53.8456521Z [00:03:23.296]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-92d0a1f4aa4523c9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.8514265Z [00:03:23.302]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tailspin-d4df01be528a485c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.8573792Z [00:03:23.308]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmio-fcc827561d9f21de.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.8633079Z [00:03:23.314]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libserde-38317eb9d1fcb121.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.8691583Z [00:03:23.320]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolorchoice-6013ebb501c1abed.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.8753887Z [00:03:23.326]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:53.8814118Z [00:03:23.332]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/shellexpand-6689e531db8a1c41.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.8875173Z [00:03:23.338]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap-cc51d51fa7dd90a9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.8936963Z [00:03:23.344]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbacktrace-0139644a6e93166d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.8997144Z [00:03:23.350]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_parse-d9f762c54654b497.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.9058788Z [00:03:23.357]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_width-ae29605e8bb5f11f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.9119073Z [00:03:23.363]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librustix-99ece2b70f471799.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.9183178Z [00:03:23.369]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle-74b0f744cbb31470.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.9246831Z [00:03:23.375]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_terminal_polyfill-d41033bcec586f6b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.9309539Z [00:03:23.382]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-48917e4de1786f89.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.9375786Z [00:03:23.388]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tspin-66a7f84727e4900b' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:53.9442647Z [00:03:23.395]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanstyle_query-d3912d4c466823d0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.9508317Z [00:03:23.401]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libutf8parse-654ab0e6866dede5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.9572303Z [00:03:23.408]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/same_file-68187b3b758edad5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.9637053Z [00:03:23.414]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaddr2line-a9b933af87fcc59e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.9697420Z [00:03:23.420]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:53.9758748Z [00:03:23.426]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tempfile-2f5c3a74a89eb7c3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.9820933Z [00:03:23.433]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblock_api-d1ab585f98c91019.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.9883690Z [00:03:23.439]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblinemux-79b90cced4de38f2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:53.9946774Z [00:03:23.445]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbacktrace_ext-664a8db0fa091362.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.0010505Z [00:03:23.452]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/mio-803cdf45485001f9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.0073480Z [00:03:23.458]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.0137320Z [00:03:23.464]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgimli-07ace2715015577c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.0211765Z [00:03:23.471]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/supports_color-7672bb2ff130ac92.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.0258716Z [00:03:23.477]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitoa-26c7b81a28d259c5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.0322782Z [00:03:23.483]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_core-d71be664c677fb94.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.0387982Z [00:03:23.489]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-7ded428ff597e470.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.0454197Z [00:03:23.496]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-92d0a1f4aa4523c9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.0521151Z [00:03:23.503]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itoa-26c7b81a28d259c5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.0582635Z [00:03:23.509]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-d51e56ae5d8e5a48.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.0644412Z [00:03:23.515]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.0706787Z [00:03:23.521]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libterminal_size-51ee5b4430d2b3d5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.0774657Z [00:03:23.528]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/winnow-1b4b23d9f45758ad.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.0839121Z [00:03:23.535]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/futures_util-8bc51d9523b1ae62.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.0901997Z [00:03:23.541]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnix-999986d6dd6c0d2a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.0965652Z [00:03:23.547]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libshell_words-04357d8eadfbdc82.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.1029688Z [00:03:23.554]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtailspin-d4df01be528a485c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.1095430Z [00:03:23.560]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/socket2-946c54a872c4e112.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.1155760Z [00:03:23.566]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsupports_color-7672bb2ff130ac92.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.1217067Z [00:03:23.572]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rustc_demangle-30e51053e886f483.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.1280757Z [00:03:23.579]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:54.1342813Z [00:03:23.585]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/mio-fcc827561d9f21de.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.1407436Z [00:03:23.591]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap_builder-90b846c245ac5540.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.1468102Z [00:03:23.597]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-7ded428ff597e470.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.1529742Z [00:03:23.604]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfutures_task-76ff4ecc6a593659.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.1591500Z [00:03:23.610]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/tspin' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:54.1656006Z [00:03:23.616]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/libtailspin.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.1719486Z [00:03:23.623]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.1781876Z [00:03:23.629]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.1845818Z [00:03:23.635]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.1910495Z [00:03:23.642]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/parking_lot_core-3a9c554e78d47354/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.1977197Z [00:03:23.648]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:54.2039912Z [00:03:23.655]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:54.2104904Z [00:03:23.661]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:54.2168161Z [00:03:23.668]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:54.2235032Z [00:03:23.674]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:54.2299215Z [00:03:23.681]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:54.2367598Z [00:03:23.687]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:54.2431672Z [00:03:23.694]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:54.2499208Z [00:03:23.701]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:54.2566232Z [00:03:23.707]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:54.2631302Z [00:03:23.714]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:54.2698335Z [00:03:23.720]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:54.2763202Z [00:03:23.727]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-6c79f406d625c339/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.2826827Z [00:03:23.733]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-6c79f406d625c339/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.2891814Z [00:03:23.740]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-6c79f406d625c339/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.2955423Z [00:03:23.746]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/nix-6c79f406d625c339/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.3022270Z [00:03:23.753]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-68d2be64d924e7ca/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.3084271Z [00:03:23.759]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:54.3144971Z [00:03:23.765]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:54.3205994Z [00:03:23.771]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/getrandom-68d2be64d924e7ca/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.3272109Z [00:03:23.778]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/slab-12f134bdafc51d03/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.3334399Z [00:03:23.784]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/slab-12f134bdafc51d03/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.3398364Z [00:03:23.790]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/slab-12f134bdafc51d03/out/autocfg_2aaa5e49435b8077_0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.3461929Z [00:03:23.797]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/slab-12f134bdafc51d03/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.3525180Z [00:03:23.803]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/slab-12f134bdafc51d03/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.3590547Z [00:03:23.810]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.3654123Z [00:03:23.816]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:54.3720704Z [00:03:23.823]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:54.3783819Z [00:03:23.829]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/serde-8334cd11ffbc82be/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.3853923Z [00:03:23.836]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-8cf111d81bc4c6ac/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.3917199Z [00:03:23.842]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-8cf111d81bc4c6ac/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.3983011Z [00:03:23.849]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-8cf111d81bc4c6ac/out/autocfg_94015bf2ac328963_0.ll' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.4048294Z [00:03:23.855]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-8cf111d81bc4c6ac/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.4110582Z [00:03:23.862]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/lock_api-8cf111d81bc4c6ac/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.4173158Z [00:03:23.868]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/object-d5e35517a25d103b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.4235734Z [00:03:23.874]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/object-d5e35517a25d103b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.4299932Z [00:03:23.881]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/object-d5e35517a25d103b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.4366793Z [00:03:23.887]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/object-d5e35517a25d103b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.4429180Z [00:03:23.894]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-6e63324cf0156bcb/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.4489886Z [00:03:23.900]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-6e63324cf0156bcb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.4553554Z [00:03:23.906]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-6e63324cf0156bcb/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.4617933Z [00:03:23.912]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-6e63324cf0156bcb/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.4683350Z [00:03:23.919]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-7a9c3e3af4bad2a4/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.4748036Z [00:03:23.925]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-7a9c3e3af4bad2a4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.4813748Z [00:03:23.932]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-7a9c3e3af4bad2a4/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.4878949Z [00:03:23.938]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rustix-7a9c3e3af4bad2a4/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.4941899Z [00:03:23.945]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/owo-colors-c528d0c9e25cc42c/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.5005088Z [00:03:23.951]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/owo-colors-c528d0c9e25cc42c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.5067595Z [00:03:23.957]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/owo-colors-c528d0c9e25cc42c/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.5128991Z [00:03:23.964]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/owo-colors-c528d0c9e25cc42c/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.5195329Z [00:03:23.970]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-ea03b7ff255429f6/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.5261586Z [00:03:23.977]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-ea03b7ff255429f6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.5331824Z [00:03:23.984]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-ea03b7ff255429f6/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.5397233Z [00:03:23.990]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-ea03b7ff255429f6/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.5460212Z [00:03:23.997]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.5523093Z [00:03:24.003]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/libtailspin.rlib' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:54.5582079Z [00:03:24.009]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/tspin.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.5643183Z [00:03:24.015]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-fcc827561d9f21de/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.5704782Z [00:03:24.021]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-fcc827561d9f21de/dep-lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.5766783Z [00:03:24.027]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-fcc827561d9f21de/lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.5830005Z [00:03:24.034]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-fcc827561d9f21de/lib-mio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.5892084Z [00:03:24.040]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-f34817f0ec04fc06/lib-dirs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.5954153Z [00:03:24.046]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-f34817f0ec04fc06/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.6020329Z [00:03:24.053]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-f34817f0ec04fc06/dep-lib-dirs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.6084532Z [00:03:24.059]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-f34817f0ec04fc06/lib-dirs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.6147378Z [00:03:24.065]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3a9c554e78d47354/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.6210248Z [00:03:24.072]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-3a9c554e78d47354/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.6275169Z [00:03:24.078]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-fb32f1eef8b108e9/lib-toml_parser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.6338257Z [00:03:24.084]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-fb32f1eef8b108e9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.6403456Z [00:03:24.091]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-fb32f1eef8b108e9/lib-toml_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.6473098Z [00:03:24.098]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_parser-fb32f1eef8b108e9/dep-lib-toml_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.6541695Z [00:03:24.105]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-hyperlinks-1d26c121a917cf55/dep-lib-supports_hyperlinks' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.6605192Z [00:03:24.111]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-hyperlinks-1d26c121a917cf55/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.6668668Z [00:03:24.117]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-hyperlinks-1d26c121a917cf55/lib-supports_hyperlinks.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.6730806Z [00:03:24.124]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-hyperlinks-1d26c121a917cf55/lib-supports_hyperlinks' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.6791102Z [00:03:24.130]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filetime-47523feba85da1f2/lib-filetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.6853305Z [00:03:24.136]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filetime-47523feba85da1f2/dep-lib-filetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.6921193Z [00:03:24.143]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filetime-47523feba85da1f2/lib-filetime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.6984814Z [00:03:24.149]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/filetime-47523feba85da1f2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.7050540Z [00:03:24.156]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-d51e56ae5d8e5a48/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.7111723Z [00:03:24.162]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-d51e56ae5d8e5a48/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.7174320Z [00:03:24.168]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-d51e56ae5d8e5a48/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.7237989Z [00:03:24.174]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-d51e56ae5d8e5a48/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.7302456Z [00:03:24.181]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:54.7367500Z [00:03:24.187]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:54.7429384Z [00:03:24.194]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:54.7494476Z [00:03:24.200]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:54.7560735Z [00:03:24.207]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tailspin-d4df01be528a485c/lib-tailspin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.7625203Z [00:03:24.213]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tailspin-d4df01be528a485c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.7689021Z [00:03:24.220]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tailspin-d4df01be528a485c/lib-tailspin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.7752448Z [00:03:24.226]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tailspin-d4df01be528a485c/dep-lib-tailspin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.7815406Z [00:03:24.232]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/lib-unicode_width.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.7880522Z [00:03:24.239]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.7945438Z [00:03:24.245]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.8011254Z [00:03:24.252]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/dep-lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.8075014Z [00:03:24.258]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uuid-d1a39a496f9c036d/lib-uuid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.8136582Z [00:03:24.264]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uuid-d1a39a496f9c036d/dep-lib-uuid' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.8201826Z [00:03:24.271]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uuid-d1a39a496f9c036d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.8266154Z [00:03:24.277]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/uuid-d1a39a496f9c036d/lib-uuid.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.8329526Z [00:03:24.284]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-51ee5b4430d2b3d5/dep-lib-terminal_size' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.8389372Z [00:03:24.290]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-51ee5b4430d2b3d5/lib-terminal_size.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.8453493Z [00:03:24.296]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-51ee5b4430d2b3d5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.8517060Z [00:03:24.302]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/terminal_size-51ee5b4430d2b3d5/lib-terminal_size' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.8580882Z [00:03:24.309]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-6276dc29b2a01bae/lib-crossbeam_channel.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.8644377Z [00:03:24.315]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-6276dc29b2a01bae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.8709132Z [00:03:24.321]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-6276dc29b2a01bae/lib-crossbeam_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.8772420Z [00:03:24.328]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-channel-6276dc29b2a01bae/dep-lib-crossbeam_channel' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.8836743Z [00:03:24.334]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.8900472Z [00:03:24.341]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/dep-lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.8967495Z [00:03:24.347]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/lib-anstyle_parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.9037924Z [00:03:24.354]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-parse-d9f762c54654b497/lib-anstyle_parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.9108423Z [00:03:24.361]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/lib-bytes.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.9173690Z [00:03:24.368]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.9238208Z [00:03:24.374]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/dep-lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.9302211Z [00:03:24.381]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytes-aad76a29fa546711/lib-bytes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.9367740Z [00:03:24.387]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-1b4b23d9f45758ad/dep-lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.9431086Z [00:03:24.394]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-1b4b23d9f45758ad/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.9494440Z [00:03:24.400]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-1b4b23d9f45758ad/lib-winnow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.9558995Z [00:03:24.407]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winnow-1b4b23d9f45758ad/lib-winnow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:54.9622896Z [00:03:24.413]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:54.9686776Z [00:03:24.419]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:54.9749048Z [00:03:24.426]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:54.9809585Z [00:03:24.432]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:54.9871284Z [00:03:24.438]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:54.9933785Z [00:03:24.444]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:54.9995328Z [00:03:24.450]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:55.0059774Z [00:03:24.457]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:55.0125205Z [00:03:24.463]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_ci-84d1f0f8659d8ab3/lib-is_ci.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.0189034Z [00:03:24.470]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_ci-84d1f0f8659d8ab3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.0256356Z [00:03:24.476]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_ci-84d1f0f8659d8ab3/dep-lib-is_ci' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.0320674Z [00:03:24.483]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_ci-84d1f0f8659d8ab3/lib-is_ci' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.0390330Z [00:03:24.490]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-utils-862e04ea43454f7b/dep-lib-pin_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.0457223Z [00:03:24.496]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-utils-862e04ea43454f7b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.0520094Z [00:03:24.503]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-utils-862e04ea43454f7b/lib-pin_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.0585311Z [00:03:24.509]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-utils-862e04ea43454f7b/lib-pin_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.0648539Z [00:03:24.515]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-48672e96d0276f5c/lib-object.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.0711146Z [00:03:24.522]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-48672e96d0276f5c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.0774330Z [00:03:24.528]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-48672e96d0276f5c/lib-object' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.0835117Z [00:03:24.534]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-48672e96d0276f5c/dep-lib-object' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.0893148Z [00:03:24.540]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ctrlc-4e54493d1b4d7b43/dep-lib-ctrlc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.0954898Z [00:03:24.546]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ctrlc-4e54493d1b4d7b43/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.1015578Z [00:03:24.552]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ctrlc-4e54493d1b4d7b43/lib-ctrlc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.1078746Z [00:03:24.559]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ctrlc-4e54493d1b4d7b43/lib-ctrlc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.1144057Z [00:03:24.565]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miette-afbb4e46bdf3ee7a/lib-miette' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.1208819Z [00:03:24.571]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miette-afbb4e46bdf3ee7a/lib-miette.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.1272720Z [00:03:24.578]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miette-afbb4e46bdf3ee7a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.1337602Z [00:03:24.584]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miette-afbb4e46bdf3ee7a/dep-lib-miette' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.1402563Z [00:03:24.591]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/lib-same_file.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.1463407Z [00:03:24.597]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.1527213Z [00:03:24.603]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.1590868Z [00:03:24.610]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/dep-lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.1653524Z [00:03:24.616]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-83ea048224435e11/lib-tokio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.1715878Z [00:03:24.622]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-83ea048224435e11/lib-tokio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.1776260Z [00:03:24.628]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-83ea048224435e11/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.1836654Z [00:03:24.634]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tokio-83ea048224435e11/dep-lib-tokio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.1899562Z [00:03:24.641]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/lib-pin_project_lite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.1963195Z [00:03:24.647]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/dep-lib-pin_project_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.2025846Z [00:03:24.653]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.2090862Z [00:03:24.660]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pin-project-lite-7f1b0160d6667c1c/lib-pin_project_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.2152934Z [00:03:24.666]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-ext-664a8db0fa091362/lib-backtrace_ext' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.2213022Z [00:03:24.672]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-ext-664a8db0fa091362/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.2277426Z [00:03:24.678]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-ext-664a8db0fa091362/lib-backtrace_ext.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.2341937Z [00:03:24.685]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-ext-664a8db0fa091362/dep-lib-backtrace_ext' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.2402142Z [00:03:24.691]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-8f3c34865c17860c/lib-serde_spanned.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.2466385Z [00:03:24.697]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-8f3c34865c17860c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.2529466Z [00:03:24.704]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-8f3c34865c17860c/dep-lib-serde_spanned' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.2589257Z [00:03:24.710]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_spanned-8f3c34865c17860c/lib-serde_spanned' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.2653525Z [00:03:24.716]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/notify-720b25bdf1c6edf4/lib-notify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.2717696Z [00:03:24.722]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/notify-720b25bdf1c6edf4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.2784351Z [00:03:24.729]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/notify-720b25bdf1c6edf4/dep-lib-notify' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.2845464Z [00:03:24.735]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/notify-720b25bdf1c6edf4/lib-notify' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.2908654Z [00:03:24.742]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-69cf29ae2cfcd7ad/dep-lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.2972074Z [00:03:24.748]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-69cf29ae2cfcd7ad/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.3037063Z [00:03:24.754]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-69cf29ae2cfcd7ad/lib-serde_json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.3100155Z [00:03:24.761]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde_json-69cf29ae2cfcd7ad/lib-serde_json.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.3160929Z [00:03:24.767]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-8ca6a70d9951681d/dep-lib-adler2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.3222760Z [00:03:24.773]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-8ca6a70d9951681d/lib-adler2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.3283560Z [00:03:24.779]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-8ca6a70d9951681d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.3344499Z [00:03:24.785]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-8ca6a70d9951681d/lib-adler2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.3407859Z [00:03:24.791]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:55.3470236Z [00:03:24.798]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:55.3534895Z [00:03:24.804]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:55.3596903Z [00:03:24.810]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:55.3660935Z [00:03:24.817]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-sys-a954a9ffaf627f4f/dep-lib-inotify_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.3724465Z [00:03:24.823]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-sys-a954a9ffaf627f4f/lib-inotify_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.3786888Z [00:03:24.829]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-sys-a954a9ffaf627f4f/lib-inotify_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.3847549Z [00:03:24.835]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-sys-a954a9ffaf627f4f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.3906703Z [00:03:24.841]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-cc51d51fa7dd90a9/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.3966903Z [00:03:24.847]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-cc51d51fa7dd90a9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.4027535Z [00:03:24.853]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-cc51d51fa7dd90a9/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.4091053Z [00:03:24.860]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-cc51d51fa7dd90a9/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.4159929Z [00:03:24.866]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-7535406ec995ad84/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.4224125Z [00:03:24.873]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-7535406ec995ad84/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.4288910Z [00:03:24.879]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-7535406ec995ad84/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.4352281Z [00:03:24.886]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-7535406ec995ad84/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.4413676Z [00:03:24.892]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-24a6bb3e4262e405/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.4477888Z [00:03:24.898]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-24a6bb3e4262e405/dep-lib-dirs_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.4543015Z [00:03:24.905]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-24a6bb3e4262e405/lib-dirs_sys' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.4605525Z [00:03:24.911]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/dirs-sys-24a6bb3e4262e405/lib-dirs_sys.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.4674898Z [00:03:24.918]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-ee1ae9aa6b56c5e1/lib-smallvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.4740349Z [00:03:24.925]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-ee1ae9aa6b56c5e1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.4805501Z [00:03:24.931]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-ee1ae9aa6b56c5e1/dep-lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.4868487Z [00:03:24.937]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-ee1ae9aa6b56c5e1/lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.4933694Z [00:03:24.944]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-d71be664c677fb94/dep-lib-futures_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.4998249Z [00:03:24.950]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-d71be664c677fb94/lib-futures_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.5062175Z [00:03:24.957]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-d71be664c677fb94/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.5126951Z [00:03:24.963]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-core-d71be664c677fb94/lib-futures_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.5193699Z [00:03:24.970]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-linebreak-b0f10fd22da72f3b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.5260760Z [00:03:24.977]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-linebreak-b0f10fd22da72f3b/dep-lib-unicode_linebreak' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.5327444Z [00:03:24.983]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-linebreak-b0f10fd22da72f3b/lib-unicode_linebreak.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.5393765Z [00:03:24.990]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-linebreak-b0f10fd22da72f3b/lib-unicode_linebreak' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.5458318Z [00:03:24.996]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:55.5523559Z [00:03:25.003]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:55.5587987Z [00:03:25.009]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:55.5651265Z [00:03:25.016]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:55.5717571Z [00:03:25.022]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:55.5784429Z [00:03:25.029]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:55.5848165Z [00:03:25.035]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:55.5912752Z [00:03:25.042]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:55.5980013Z [00:03:25.049]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:55.6045492Z [00:03:25.055]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:55.6109935Z [00:03:25.062]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:55.6174350Z [00:03:25.068]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:55.6239243Z [00:03:25.075]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gimli-07ace2715015577c/lib-gimli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.6303326Z [00:03:25.081]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gimli-07ace2715015577c/lib-gimli.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.6367631Z [00:03:25.087]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gimli-07ace2715015577c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.6430615Z [00:03:25.094]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gimli-07ace2715015577c/dep-lib-gimli' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.6493024Z [00:03:25.100]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-6c4e56dc5bd1bcd9/lib-parking_lot_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.6558466Z [00:03:25.106]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-6c4e56dc5bd1bcd9/dep-lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.6621906Z [00:03:25.113]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-6c4e56dc5bd1bcd9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.6686151Z [00:03:25.119]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot_core-6c4e56dc5bd1bcd9/lib-parking_lot_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.6752548Z [00:03:25.126]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-99ece2b70f471799/dep-lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.6816066Z [00:03:25.132]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-99ece2b70f471799/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.6878175Z [00:03:25.138]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-99ece2b70f471799/lib-rustix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.6943595Z [00:03:25.145]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-99ece2b70f471799/lib-rustix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.7007391Z [00:03:25.151]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:55.7069024Z [00:03:25.157]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:55.7133426Z [00:03:25.164]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:55.7195521Z [00:03:25.170]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:55.7257975Z [00:03:25.176]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-demangle-30e51053e886f483/dep-lib-rustc_demangle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.7321054Z [00:03:25.183]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-demangle-30e51053e886f483/lib-rustc_demangle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.7384427Z [00:03:25.189]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-demangle-30e51053e886f483/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.7448289Z [00:03:25.195]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustc-demangle-30e51053e886f483/lib-rustc_demangle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.7515408Z [00:03:25.202]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.7577179Z [00:03:25.208]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/dep-lib-colorchoice' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.7642170Z [00:03:25.215]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.7706507Z [00:03:25.221]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/colorchoice-6013ebb501c1abed/lib-colorchoice.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.7768749Z [00:03:25.228]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:55.7830932Z [00:03:25.234]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:55.7894251Z [00:03:25.240]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:55.7959578Z [00:03:25.247]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:55.8022621Z [00:03:25.253]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:55.8086422Z [00:03:25.259]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:55.8151918Z [00:03:25.266]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-6e25cf4aadb38c5b/lib-nu_ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.8213395Z [00:03:25.272]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-6e25cf4aadb38c5b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.8275345Z [00:03:25.278]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-6e25cf4aadb38c5b/dep-lib-nu_ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.8336095Z [00:03:25.284]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nu-ansi-term-6e25cf4aadb38c5b/lib-nu_ansi_term.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.8396197Z [00:03:25.290]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.8453774Z [00:03:25.296]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.8520769Z [00:03:25.303]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.8585477Z [00:03:25.309]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-5335dbb64cbcc9f5/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.8653843Z [00:03:25.316]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-6c79f406d625c339/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.8722622Z [00:03:25.323]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-6c79f406d625c339/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.8791999Z [00:03:25.330]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-38317eb9d1fcb121/lib-serde.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.8857128Z [00:03:25.336]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-38317eb9d1fcb121/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.8921975Z [00:03:25.343]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-38317eb9d1fcb121/dep-lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.8986018Z [00:03:25.349]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/serde-38317eb9d1fcb121/lib-serde' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.9050812Z [00:03:25.356]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.9112028Z [00:03:25.362]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.9172347Z [00:03:25.368]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.9234023Z [00:03:25.374]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-8375770a0aabfdd3/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.9294235Z [00:03:25.380]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.9354142Z [00:03:25.386]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.9417500Z [00:03:25.392]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.9476394Z [00:03:25.398]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/utf8parse-654ab0e6866dede5/dep-lib-utf8parse' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.9535276Z [00:03:25.404]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82/lib-shell_words.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.9594461Z [00:03:25.410]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82/dep-lib-shell_words' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.9655187Z [00:03:25.416]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.9717704Z [00:03:25.422]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shell-words-04357d8eadfbdc82/lib-shell_words' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.9782614Z [00:03:25.429]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-48917e4de1786f89/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.9843774Z [00:03:25.435]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-48917e4de1786f89/lib-getrandom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.9905144Z [00:03:25.441]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-48917e4de1786f89/dep-lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:55.9967041Z [00:03:25.447]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-48917e4de1786f89/lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.0027899Z [00:03:25.453]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:56.0091147Z [00:03:25.460]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:56.0156826Z [00:03:25.466]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:56.0221791Z [00:03:25.473]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:56.0285909Z [00:03:25.479]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:56.0351941Z [00:03:25.486]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:56.0417458Z [00:03:25.492]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-util-8bc51d9523b1ae62/lib-futures_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.0483172Z [00:03:25.499]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-util-8bc51d9523b1ae62/dep-lib-futures_util' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.0546259Z [00:03:25.505]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-util-8bc51d9523b1ae62/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.0610171Z [00:03:25.512]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-util-8bc51d9523b1ae62/lib-futures_util.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.0672523Z [00:03:25.518]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/dep-lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.0737299Z [00:03:25.524]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.0799162Z [00:03:25.531]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.0861015Z [00:03:25.537]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-b4d47f8ab2e91eb8/lib-strsim.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.0921405Z [00:03:25.543]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.0984182Z [00:03:25.549]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.1046225Z [00:03:25.555]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/lib-clap_lex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.1107707Z [00:03:25.561]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_lex-f497dbc862f38eff/dep-lib-clap_lex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.1172014Z [00:03:25.568]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-28a0922b6df31748/lib-miniz_oxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.1235491Z [00:03:25.574]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-28a0922b6df31748/lib-miniz_oxide.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.1298272Z [00:03:25.580]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-28a0922b6df31748/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.1362330Z [00:03:25.587]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-28a0922b6df31748/dep-lib-miniz_oxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.1426915Z [00:03:25.593]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-2f5c3a74a89eb7c3/lib-tempfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.1491947Z [00:03:25.600]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-2f5c3a74a89eb7c3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.1553905Z [00:03:25.606]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-2f5c3a74a89eb7c3/dep-lib-tempfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.1617324Z [00:03:25.612]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tempfile-2f5c3a74a89eb7c3/lib-tempfile.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.1680086Z [00:03:25.619]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:56.1742115Z [00:03:25.625]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:56.1803491Z [00:03:25.631]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:56.1866017Z [00:03:25.637]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:56.1931657Z [00:03:25.644]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-12f134bdafc51d03/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.1995878Z [00:03:25.650]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-12f134bdafc51d03/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.2062948Z [00:03:25.657]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-1518979f6a066caa/lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.2125649Z [00:03:25.663]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-1518979f6a066caa/dep-lib-regex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.2187886Z [00:03:25.669]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-1518979f6a066caa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.2249296Z [00:03:25.676]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-1518979f6a066caa/lib-regex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.2312749Z [00:03:25.682]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-7ccfdbc3f2d54f97/dep-lib-inotify' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.2377843Z [00:03:25.688]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-7ccfdbc3f2d54f97/lib-inotify.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.2438656Z [00:03:25.695]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-7ccfdbc3f2d54f97/lib-inotify' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.2501609Z [00:03:25.701]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/inotify-7ccfdbc3f2d54f97/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.2562414Z [00:03:25.707]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-d1ab585f98c91019/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.2624595Z [00:03:25.713]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-d1ab585f98c91019/lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.2688214Z [00:03:25.719]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-d1ab585f98c91019/dep-lib-lock_api' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.2748940Z [00:03:25.726]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-d1ab585f98c91019/lib-lock_api.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.2808596Z [00:03:25.731]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-unicode-a0459e417b6d0a5b/lib-supports_unicode.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.2871156Z [00:03:25.738]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-unicode-a0459e417b6d0a5b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.2931305Z [00:03:25.744]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-unicode-a0459e417b6d0a5b/dep-lib-supports_unicode' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.2991476Z [00:03:25.750]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-unicode-a0459e417b6d0a5b/lib-supports_unicode' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.3054929Z [00:03:25.756]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:56.3116762Z [00:03:25.762]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:56.3180493Z [00:03:25.769]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owo-colors-03e2c44ce9566fbb/lib-owo_colors.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.3241020Z [00:03:25.775]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owo-colors-03e2c44ce9566fbb/dep-lib-owo_colors' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.3298970Z [00:03:25.781]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owo-colors-03e2c44ce9566fbb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.3357654Z [00:03:25.786]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owo-colors-03e2c44ce9566fbb/lib-owo_colors' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.3419062Z [00:03:25.793]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-0139644a6e93166d/lib-backtrace.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.3479543Z [00:03:25.799]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-0139644a6e93166d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.3547552Z [00:03:25.805]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-0139644a6e93166d/dep-lib-backtrace' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.3600336Z [00:03:25.811]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/backtrace-0139644a6e93166d/lib-backtrace' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.3661201Z [00:03:25.817]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-946c54a872c4e112/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.3722085Z [00:03:25.823]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-946c54a872c4e112/lib-socket2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.3784201Z [00:03:25.829]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-946c54a872c4e112/dep-lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.3845436Z [00:03:25.835]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/socket2-946c54a872c4e112/lib-socket2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.3910211Z [00:03:25.842]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-90b846c245ac5540/lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.3972499Z [00:03:25.848]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-90b846c245ac5540/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.4035935Z [00:03:25.854]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-90b846c245ac5540/dep-lib-clap_builder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.4099207Z [00:03:25.861]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_builder-90b846c245ac5540/lib-clap_builder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.4162851Z [00:03:25.867]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-999986d6dd6c0d2a/lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.4225373Z [00:03:25.873]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-999986d6dd6c0d2a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.4289819Z [00:03:25.880]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-999986d6dd6c0d2a/dep-lib-nix' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.4352854Z [00:03:25.886]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nix-999986d6dd6c0d2a/lib-nix.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.4416347Z [00:03:25.892]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-b66fa394134f7643/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.4478567Z [00:03:25.898]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-b66fa394134f7643/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.4538943Z [00:03:25.905]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-b66fa394134f7643/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.4602814Z [00:03:25.911]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-b66fa394134f7643/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.4665066Z [00:03:25.917]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-f23f4a45bddc78cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.4727042Z [00:03:25.923]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-f23f4a45bddc78cb/dep-lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.4788080Z [00:03:25.929]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-f23f4a45bddc78cb/lib-signal_hook_registry.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.4850686Z [00:03:25.936]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/signal-hook-registry-f23f4a45bddc78cb/lib-signal_hook_registry' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.4913442Z [00:03:25.942]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tailspin-66a7f84727e4900b/dep-bin-tspin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.4973255Z [00:03:25.948]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tailspin-66a7f84727e4900b/bin-tspin.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.5034985Z [00:03:25.954]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tailspin-66a7f84727e4900b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.5097461Z [00:03:25.960]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tailspin-66a7f84727e4900b/bin-tspin' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.5159221Z [00:03:25.967]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:56.5221983Z [00:03:25.973]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:56.5281127Z [00:03:25.979]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:56.5341328Z [00:03:25.985]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:56.5406021Z [00:03:25.991]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-4da2042b304974e0/lib-toml_datetime.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.5473491Z [00:03:25.998]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-4da2042b304974e0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.5539998Z [00:03:26.005]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-4da2042b304974e0/dep-lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.5601852Z [00:03:26.011]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml_datetime-4da2042b304974e0/lib-toml_datetime' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.5667482Z [00:03:26.017]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/lib-scopeguard.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.5730985Z [00:03:26.024]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.5794852Z [00:03:26.030]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/dep-lib-scopeguard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.5857747Z [00:03:26.036]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/scopeguard-a12f67ff0386bfba/lib-scopeguard' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.5919937Z [00:03:26.043]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.5981273Z [00:03:26.049]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.6043418Z [00:03:26.055]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.6106126Z [00:03:26.061]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.6170999Z [00:03:26.068]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shellexpand-6689e531db8a1c41/lib-shellexpand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.6232361Z [00:03:26.074]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shellexpand-6689e531db8a1c41/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.6296031Z [00:03:26.080]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shellexpand-6689e531db8a1c41/dep-lib-shellexpand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.6360947Z [00:03:26.087]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/shellexpand-6689e531db8a1c41/lib-shellexpand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.6425205Z [00:03:26.093]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-8cf111d81bc4c6ac/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.6490734Z [00:03:26.100]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lock_api-8cf111d81bc4c6ac/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.6555115Z [00:03:26.106]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-d5e35517a25d103b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.6621399Z [00:03:26.113]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/object-d5e35517a25d103b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.6688139Z [00:03:26.119]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-20c16fb775c3f45a/lib-parking_lot.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.6752439Z [00:03:26.126]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-20c16fb775c3f45a/dep-lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.6816895Z [00:03:26.132]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-20c16fb775c3f45a/lib-parking_lot' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.6878581Z [00:03:26.138]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/parking_lot-20c16fb775c3f45a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.6943655Z [00:03:26.145]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr2line-a9b933af87fcc59e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.7007564Z [00:03:26.151]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr2line-a9b933af87fcc59e/lib-addr2line' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.7069887Z [00:03:26.158]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr2line-a9b933af87fcc59e/lib-addr2line.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.7132509Z [00:03:26.164]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/addr2line-a9b933af87fcc59e/dep-lib-addr2line' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.7193125Z [00:03:26.170]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.7253155Z [00:03:26.176]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.7313916Z [00:03:26.182]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.7374173Z [00:03:26.188]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.7432634Z [00:03:26.194]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-5674e45b86a1293a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.7496334Z [00:03:26.200]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-5674e45b86a1293a/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.7560956Z [00:03:26.207]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-5674e45b86a1293a/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.7620833Z [00:03:26.213]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-5674e45b86a1293a/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.7679502Z [00:03:26.219]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/textwrap-795662e4b0b524ce/lib-textwrap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.7737843Z [00:03:26.224]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/textwrap-795662e4b0b524ce/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.7799512Z [00:03:26.231]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/textwrap-795662e4b0b524ce/dep-lib-textwrap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.7863733Z [00:03:26.237]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/textwrap-795662e4b0b524ce/lib-textwrap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.7930204Z [00:03:26.244]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-d9267fe351edaa67/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.7993496Z [00:03:26.250]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-d9267fe351edaa67/lib-clap_complete' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.8057020Z [00:03:26.256]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-d9267fe351edaa67/lib-clap_complete.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.8116413Z [00:03:26.262]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap_complete-d9267fe351edaa67/dep-lib-clap_complete' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.8177003Z [00:03:26.268]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-task-76ff4ecc6a593659/lib-futures_task.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.8240018Z [00:03:26.275]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-task-76ff4ecc6a593659/dep-lib-futures_task' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.8302654Z [00:03:26.281]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-task-76ff4ecc6a593659/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.8367396Z [00:03:26.287]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/futures-task-76ff4ecc6a593659/lib-futures_task' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.8429606Z [00:03:26.294]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.8491510Z [00:03:26.300]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/dep-lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.8553017Z [00:03:26.306]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/lib-anstyle' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.8617077Z [00:03:26.312]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-74b0f744cbb31470/lib-anstyle.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.8682627Z [00:03:26.319]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-d0e4d709e87469dc/dep-lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.8744743Z [00:03:26.325]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-d0e4d709e87469dc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.8805210Z [00:03:26.331]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-d0e4d709e87469dc/lib-hashbrown' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.8865415Z [00:03:26.337]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/hashbrown-d0e4d709e87469dc/lib-hashbrown.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.8927790Z [00:03:26.343]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:56.8992656Z [00:03:26.350]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:56.9055163Z [00:03:26.356]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:56.9117713Z [00:03:26.362]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:56.9180157Z [00:03:26.369]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linemux-79b90cced4de38f2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.9240852Z [00:03:26.375]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linemux-79b90cced4de38f2/lib-linemux' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.9302584Z [00:03:26.381]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linemux-79b90cced4de38f2/lib-linemux.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.9368947Z [00:03:26.387]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/linemux-79b90cced4de38f2/dep-lib-linemux' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.9433945Z [00:03:26.394]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-2ce806cf90a6ae1c/lib-indexmap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.9496848Z [00:03:26.400]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-2ce806cf90a6ae1c/dep-lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.9558896Z [00:03:26.407]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-2ce806cf90a6ae1c/lib-indexmap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.9620798Z [00:03:26.413]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/indexmap-2ce806cf90a6ae1c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.9681440Z [00:03:26.419]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/lib-unicode_width.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.9741746Z [00:03:26.425]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.9804339Z [00:03:26.431]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.9868501Z [00:03:26.437]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-7ded428ff597e470/dep-lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.9931664Z [00:03:26.444]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-6e63324cf0156bcb/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:56.9994514Z [00:03:26.450]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-6e63324cf0156bcb/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.0060331Z [00:03:26.457]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/dep-lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.0127472Z [00:03:26.463]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/lib-anstream' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.0193540Z [00:03:26.470]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.0259050Z [00:03:26.477]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstream-920aadcb768c81d9/lib-anstream.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.0324302Z [00:03:26.483]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-803cdf45485001f9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.0390350Z [00:03:26.490]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-803cdf45485001f9/dep-lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.0454838Z [00:03:26.496]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-803cdf45485001f9/lib-mio' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.0518008Z [00:03:26.502]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/mio-803cdf45485001f9/lib-mio.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.0585007Z [00:03:26.509]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:57.0646873Z [00:03:26.515]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:57.0712710Z [00:03:26.522]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:57.0776827Z [00:03:26.528]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:57.0841613Z [00:03:26.535]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-7a9c3e3af4bad2a4/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.0909325Z [00:03:26.542]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rustix-7a9c3e3af4bad2a4/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.0975038Z [00:03:26.548]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/dep-lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.1042940Z [00:03:26.555]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.1110648Z [00:03:26.562]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.1175609Z [00:03:26.568]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is_terminal_polyfill-d41033bcec586f6b/lib-is_terminal_polyfill.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.1242690Z [00:03:26.575]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winsplit-2ab9e3b02e87b331/lib-winsplit' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.1306529Z [00:03:26.581]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winsplit-2ab9e3b02e87b331/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.1372262Z [00:03:26.588]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winsplit-2ab9e3b02e87b331/dep-lib-winsplit' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.1435095Z [00:03:26.594]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/winsplit-2ab9e3b02e87b331/lib-winsplit.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.1504097Z [00:03:26.601]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owo-colors-c528d0c9e25cc42c/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.1567476Z [00:03:26.607]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owo-colors-c528d0c9e25cc42c/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.1630531Z [00:03:26.614]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-color-7672bb2ff130ac92/dep-lib-supports_color' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.1695095Z [00:03:26.620]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-color-7672bb2ff130ac92/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.1763016Z [00:03:26.627]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-color-7672bb2ff130ac92/lib-supports_color' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.1826299Z [00:03:26.633]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/supports-color-7672bb2ff130ac92/lib-supports_color.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.1892038Z [00:03:26.640]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:57.1956836Z [00:03:26.646]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:57.2024382Z [00:03:26.653]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:57.2089383Z [00:03:26.660]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:57.2153827Z [00:03:26.666]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/lib-walkdir.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.2219142Z [00:03:26.673]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.2286157Z [00:03:26.679]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.2351377Z [00:03:26.686]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/dep-lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.2420675Z [00:03:26.693]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-f052e07284ae880a/lib-slab.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.2487666Z [00:03:26.699]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-f052e07284ae880a/dep-lib-slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.2555006Z [00:03:26.706]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-f052e07284ae880a/lib-slab' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.2623737Z [00:03:26.713]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/slab-f052e07284ae880a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.2693890Z [00:03:26.720]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-ea03b7ff255429f6/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.2760570Z [00:03:26.727]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-ea03b7ff255429f6/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.2827438Z [00:03:26.733]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-a7763c452bc290b2/dep-lib-toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.2889717Z [00:03:26.740]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-a7763c452bc290b2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.2952046Z [00:03:26.746]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-a7763c452bc290b2/lib-toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.3015213Z [00:03:26.752]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/toml-a7763c452bc290b2/lib-toml.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.3080349Z [00:03:26.759]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:57.3146450Z [00:03:26.765]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:57.3205950Z [00:03:26.771]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:57.3269548Z [00:03:26.778]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:57.3335066Z [00:03:26.784]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-92d0a1f4aa4523c9/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.3400429Z [00:03:26.791]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-92d0a1f4aa4523c9/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.3464363Z [00:03:26.797]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-92d0a1f4aa4523c9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.3526747Z [00:03:26.803]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-92d0a1f4aa4523c9/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.3588767Z [00:03:26.810]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.3652055Z [00:03:26.816]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.3717840Z [00:03:26.822]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/dep-lib-anstyle_query' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.3780188Z [00:03:26.829]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anstyle-query-d3912d4c466823d0/lib-anstyle_query.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.3842337Z [00:03:26.835]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/aarch64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.3905918Z [00:03:26.841]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.3967500Z [00:03:26.847]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.4031155Z [00:03:26.854]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/clap_derive-c821232487662b32.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.4092722Z [00:03:26.860]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/thiserror_impl-5f510d75d3500bf0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.4155496Z [00:03:26.866]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libsyn-b3ff36265f0ffed0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.4223988Z [00:03:26.873]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/autocfg-0ba5d927b1e035c5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.4289842Z [00:03:26.880]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/unicode_ident-6d6f85adf22ee534.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.4353947Z [00:03:26.886]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/quote-58ae1db5b5e0fa55.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.4420155Z [00:03:26.893]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/cfg_aliases-1b48fbda41281916.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.4486113Z [00:03:26.899]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.4551588Z [00:03:26.906]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libquote-58ae1db5b5e0fa55.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.4618954Z [00:03:26.913]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/async_trait-12c32150e64d66e2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.4686360Z [00:03:26.919]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/heck-25103e7959c420e1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.4750785Z [00:03:26.926]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libsyn-b3ff36265f0ffed0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.4816386Z [00:03:26.932]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.4884726Z [00:03:26.939]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/miette_derive-a611f33862563561.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.4950796Z [00:03:26.946]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libautocfg-0ba5d927b1e035c5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.5018181Z [00:03:26.952]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.5083406Z [00:03:26.959]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libthiserror_impl-5f510d75d3500bf0.so' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.5149946Z [00:03:26.966]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.5214689Z [00:03:26.972]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libmiette_derive-a611f33862563561.so' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.5277004Z [00:03:26.978]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/syn-b3ff36265f0ffed0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.5341716Z [00:03:26.985]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libclap_derive-c821232487662b32.so' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.5406485Z [00:03:26.991]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libautocfg-0ba5d927b1e035c5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.5473573Z [00:03:26.998]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/tokio_macros-17227122133130a0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.5543696Z [00:03:27.005]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libproc_macro2-670e3a35fc46366c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.5606064Z [00:03:27.011]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libserde_derive-d63fd22505bb3efe.so' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.5669286Z [00:03:27.018]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libcfg_aliases-1b48fbda41281916.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.5734362Z [00:03:27.024]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.5799217Z [00:03:27.031]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libtokio_macros-17227122133130a0.so' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.5862165Z [00:03:27.037]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/serde_derive-d63fd22505bb3efe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.5925568Z [00:03:27.043]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/proc_macro2-670e3a35fc46366c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.5990389Z [00:03:27.050]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/deps/libasync_trait-12c32150e64d66e2.so' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.6056631Z [00:03:27.056]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/getrandom-f817fb91df723e79/build_script_build-f817fb91df723e79' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.6119634Z [00:03:27.063]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/getrandom-f817fb91df723e79/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.6182625Z [00:03:27.069]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/getrandom-f817fb91df723e79/build_script_build-f817fb91df723e79.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.6248038Z [00:03:27.075]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build_script_build-b7b355ee76e503f6' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.6314878Z [00:03:27.082]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.6380237Z [00:03:27.089]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:57.6443882Z [00:03:27.095]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/object-cec2e4d6a0ae3d09/build_script_build-cec2e4d6a0ae3d09' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.6506664Z [00:03:27.101]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/object-cec2e4d6a0ae3d09/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.6567255Z [00:03:27.107]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/object-cec2e4d6a0ae3d09/build_script_build-cec2e4d6a0ae3d09.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.6628169Z [00:03:27.113]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/thiserror-00b3a1460d7327ab/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.6690656Z [00:03:27.120]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/thiserror-00b3a1460d7327ab/build_script_build-00b3a1460d7327ab.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.6757308Z [00:03:27.126]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/thiserror-00b3a1460d7327ab/build_script_build-00b3a1460d7327ab' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.6822664Z [00:03:27.133]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.6886149Z [00:03:27.139]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build_script_build-bc5d4db155a38dc4' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.6954170Z [00:03:27.146]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/serde-bc5d4db155a38dc4/build_script_build-bc5d4db155a38dc4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.7020942Z [00:03:27.153]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.7084236Z [00:03:27.159]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead/build_script_build-f5c0b92260e92ead.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.7148209Z [00:03:27.165]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/parking_lot_core-f5c0b92260e92ead/build_script_build-f5c0b92260e92ead' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.7214001Z [00:03:27.172]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/rustix-ad8c510df5e9263a/build_script_build-ad8c510df5e9263a' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.7279862Z [00:03:27.179]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/rustix-ad8c510df5e9263a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.7342710Z [00:03:27.185]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/rustix-ad8c510df5e9263a/build_script_build-ad8c510df5e9263a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.7410104Z [00:03:27.192]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:57.7474300Z [00:03:27.198]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/rayon-core-251b4e20b8ec6038/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.7539412Z [00:03:27.205]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/rayon-core-251b4e20b8ec6038/build_script_build-251b4e20b8ec6038' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.7600258Z [00:03:27.211]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/slab-633351352e28f91c/build_script_build-633351352e28f91c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.7658536Z [00:03:27.217]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/slab-633351352e28f91c/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.7719147Z [00:03:27.223]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/slab-633351352e28f91c/build_script_build-633351352e28f91c' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.7780759Z [00:03:27.229]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.7844831Z [00:03:27.235]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build_script_build-088b0e1b523234bf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.7912202Z [00:03:27.242]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/proc-macro2-088b0e1b523234bf/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.7977052Z [00:03:27.248]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/nix-3be94be6b8d87864/build_script_build-3be94be6b8d87864' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.8040151Z [00:03:27.255]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/nix-3be94be6b8d87864/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.8104750Z [00:03:27.261]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/nix-3be94be6b8d87864/build_script_build-3be94be6b8d87864.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.8171799Z [00:03:27.268]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/owo-colors-4b6111a0ae13645c/build_script_build-4b6111a0ae13645c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.8232718Z [00:03:27.274]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/owo-colors-4b6111a0ae13645c/build_script_build-4b6111a0ae13645c' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.8296168Z [00:03:27.280]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/owo-colors-4b6111a0ae13645c/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.8361907Z [00:03:27.287]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/libc-f031ae2a6b34abde/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.8425109Z [00:03:27.293]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/libc-f031ae2a6b34abde/build_script_build-f031ae2a6b34abde.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.8486854Z [00:03:27.299]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/libc-f031ae2a6b34abde/build_script_build-f031ae2a6b34abde' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.8549236Z [00:03:27.306]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/serde_json-114ff997f6490ac1/build_script_build-114ff997f6490ac1' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.8606454Z [00:03:27.311]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/serde_json-114ff997f6490ac1/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.8667852Z [00:03:27.317]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:57.8729387Z [00:03:27.324]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/lock_api-4c8b62cda67a1605/build_script_build-4c8b62cda67a1605.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.8789452Z [00:03:27.330]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/lock_api-4c8b62cda67a1605/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.8851639Z [00:03:27.336]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/lock_api-4c8b62cda67a1605/build_script_build-4c8b62cda67a1605' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:57.8914216Z [00:03:27.342]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.8980572Z [00:03:27.349]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.9043905Z [00:03:27.355]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.9105010Z [00:03:27.361]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/build/proc-macro2-ce781c406ea95167/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.9164653Z [00:03:27.367]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.9227140Z [00:03:27.373]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/getrandom-f817fb91df723e79/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.9290042Z [00:03:27.380]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:57.9357704Z [00:03:27.386]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:57.9423144Z [00:03:27.393]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/getrandom-f817fb91df723e79/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.9484550Z [00:03:27.399]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/serde_derive-d63fd22505bb3efe/dep-lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.9547001Z [00:03:27.405]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/serde_derive-d63fd22505bb3efe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.9611929Z [00:03:27.412]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/serde_derive-d63fd22505bb3efe/lib-serde_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.9674659Z [00:03:27.418]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/serde_derive-d63fd22505bb3efe/lib-serde_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.9739738Z [00:03:27.425]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:57.9802432Z [00:03:27.431]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:57.9867321Z [00:03:27.437]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:57.9927657Z [00:03:27.443]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:57.9988649Z [00:03:27.450]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/autocfg-0ba5d927b1e035c5/dep-lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.0052089Z [00:03:27.456]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/autocfg-0ba5d927b1e035c5/lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.0114093Z [00:03:27.462]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/autocfg-0ba5d927b1e035c5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.0179910Z [00:03:27.469]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/autocfg-0ba5d927b1e035c5/lib-autocfg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.0243787Z [00:03:27.475]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/tokio-macros-17227122133130a0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.0303919Z [00:03:27.481]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/tokio-macros-17227122133130a0/lib-tokio_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.0368125Z [00:03:27.487]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/tokio-macros-17227122133130a0/dep-lib-tokio_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.0431530Z [00:03:27.494]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/tokio-macros-17227122133130a0/lib-tokio_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.0496162Z [00:03:27.500]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/object-cec2e4d6a0ae3d09/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.0560065Z [00:03:27.507]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/object-cec2e4d6a0ae3d09/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.0621371Z [00:03:27.513]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/object-cec2e4d6a0ae3d09/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.0686940Z [00:03:27.519]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/object-cec2e4d6a0ae3d09/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.0750547Z [00:03:27.526]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/thiserror-00b3a1460d7327ab/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.0813221Z [00:03:27.532]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/thiserror-00b3a1460d7327ab/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.0879088Z [00:03:27.539]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/thiserror-00b3a1460d7327ab/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.0946571Z [00:03:27.545]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/thiserror-00b3a1460d7327ab/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.1010197Z [00:03:27.552]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.1076896Z [00:03:27.558]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:58.1142123Z [00:03:27.565]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:58.1208124Z [00:03:27.571]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/serde-bc5d4db155a38dc4/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.1274061Z [00:03:27.578]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.1337912Z [00:03:27.584]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.1400300Z [00:03:27.591]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.1464162Z [00:03:27.597]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/parking_lot_core-f5c0b92260e92ead/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.1530107Z [00:03:27.604]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/thiserror-impl-5f510d75d3500bf0/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.1595600Z [00:03:27.610]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/thiserror-impl-5f510d75d3500bf0/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.1658843Z [00:03:27.616]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/thiserror-impl-5f510d75d3500bf0/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.1722730Z [00:03:27.623]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/thiserror-impl-5f510d75d3500bf0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.1786029Z [00:03:27.629]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/rustix-ad8c510df5e9263a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.1849636Z [00:03:27.636]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/rustix-ad8c510df5e9263a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.1910840Z [00:03:27.642]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/rustix-ad8c510df5e9263a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.1972593Z [00:03:27.648]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/rustix-ad8c510df5e9263a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.2033946Z [00:03:27.654]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/async-trait-12c32150e64d66e2/lib-async_trait.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.2095304Z [00:03:27.660]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/async-trait-12c32150e64d66e2/dep-lib-async_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.2154953Z [00:03:27.666]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/async-trait-12c32150e64d66e2/lib-async_trait' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.2216361Z [00:03:27.672]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/async-trait-12c32150e64d66e2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.2282651Z [00:03:27.679]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/rayon-core-251b4e20b8ec6038/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.2348374Z [00:03:27.685]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:58.2414554Z [00:03:27.692]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:58.2475421Z [00:03:27.698]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:58.2539224Z [00:03:27.705]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/slab-633351352e28f91c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.2601392Z [00:03:27.711]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/slab-633351352e28f91c/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.2663832Z [00:03:27.717]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/slab-633351352e28f91c/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.2728835Z [00:03:27.724]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/slab-633351352e28f91c/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.2792292Z [00:03:27.730]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.2853145Z [00:03:27.736]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.2918697Z [00:03:27.743]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.2981736Z [00:03:27.749]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/proc-macro2-670e3a35fc46366c/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.3044720Z [00:03:27.755]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.3106269Z [00:03:27.761]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.3168081Z [00:03:27.767]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.3230102Z [00:03:27.774]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/proc-macro2-088b0e1b523234bf/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.3291729Z [00:03:27.780]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/nix-3be94be6b8d87864/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.3353261Z [00:03:27.786]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/nix-3be94be6b8d87864/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.3413930Z [00:03:27.792]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/nix-3be94be6b8d87864/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.3475398Z [00:03:27.798]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/nix-3be94be6b8d87864/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.3541096Z [00:03:27.805]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/owo-colors-4b6111a0ae13645c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.3606533Z [00:03:27.811]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/owo-colors-4b6111a0ae13645c/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.3672067Z [00:03:27.818]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/owo-colors-4b6111a0ae13645c/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.3737657Z [00:03:27.824]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/owo-colors-4b6111a0ae13645c/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.3804160Z [00:03:27.831]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/libc-f031ae2a6b34abde/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.3870445Z [00:03:27.838]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/libc-f031ae2a6b34abde/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.3935289Z [00:03:27.844]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/libc-f031ae2a6b34abde/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.3997956Z [00:03:27.850]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/libc-f031ae2a6b34abde/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.4061667Z [00:03:27.857]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/serde_json-114ff997f6490ac1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.4127369Z [00:03:27.863]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:58.4189032Z [00:03:27.870]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:58.4254157Z [00:03:27.876]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/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-18T22:07:58.4319197Z [00:03:27.883]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/miette-derive-a611f33862563561/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.4384021Z [00:03:27.889]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/miette-derive-a611f33862563561/dep-lib-miette_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.4449881Z [00:03:27.896]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/miette-derive-a611f33862563561/lib-miette_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.4514573Z [00:03:27.902]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/miette-derive-a611f33862563561/lib-miette_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.4577896Z [00:03:27.908]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/lock_api-4c8b62cda67a1605/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.4639170Z [00:03:27.915]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/lock_api-4c8b62cda67a1605/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.4704535Z [00:03:27.921]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/lock_api-4c8b62cda67a1605/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.4768839Z [00:03:27.927]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/lock_api-4c8b62cda67a1605/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.4832862Z [00:03:27.934]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/dep-lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.4897890Z [00:03:27.940]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/lib-cfg_aliases' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.4962149Z [00:03:27.947]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.5025351Z [00:03:27.953]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/cfg_aliases-1b48fbda41281916/lib-cfg_aliases.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.5089654Z [00:03:27.960]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.5152335Z [00:03:27.966]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.5214275Z [00:03:27.972]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.5278284Z [00:03:27.979]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/quote-58ae1db5b5e0fa55/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.5342167Z [00:03:27.985]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.5404308Z [00:03:27.991]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/proc-macro2-ce781c406ea95167/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.5468124Z [00:03:27.998]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/syn-b3ff36265f0ffed0/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.5529890Z [00:03:28.004]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/syn-b3ff36265f0ffed0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.5593518Z [00:03:28.010]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/syn-b3ff36265f0ffed0/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.5654273Z [00:03:28.016]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/syn-b3ff36265f0ffed0/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.5718876Z [00:03:28.022]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.5782851Z [00:03:28.029]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.5848559Z [00:03:28.035]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/dep-lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.5911541Z [00:03:28.042]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.5976255Z [00:03:28.048]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/clap_derive-c821232487662b32/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.6038550Z [00:03:28.054]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/clap_derive-c821232487662b32/lib-clap_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.6100079Z [00:03:28.061]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/clap_derive-c821232487662b32/lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.6162675Z [00:03:28.067]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/clap_derive-c821232487662b32/dep-lib-clap_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.6225307Z [00:03:28.073]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.6290036Z [00:03:28.080]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.6350538Z [00:03:28.086]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.6412937Z [00:03:28.092]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/dep-lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.6475309Z [00:03:28.098]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.6537376Z [00:03:28.104]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/util/tspin.adoc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.6596907Z [00:03:28.110]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/util/generate_shell_completions.sh' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:58.6659789Z [00:03:28.117]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/util/generate_all.sh' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:58.6722109Z [00:03:28.123]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/util/generate_man_pages.sh' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:58.6783584Z [00:03:28.129]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.6853631Z [00:03:28.136]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/highlighter_builder/groups.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.6923602Z [00:03:28.143]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/highlighter_builder/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.6992785Z [00:03:28.150]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/highlighter_builder/builtins.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.7059058Z [00:03:28.157]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/theme/reader.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.7122042Z [00:03:28.163]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/theme/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.7188937Z [00:03:28.170]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/theme/mappers.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.7253283Z [00:03:28.176]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/initial_read.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.7318315Z [00:03:28.182]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.7382310Z [00:03:28.189]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/config/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.7445501Z [00:03:28.195]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/utils/normalizer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.7507875Z [00:03:28.201]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/utils/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.7568978Z [00:03:28.208]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/utils/split_and_apply.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.7631903Z [00:03:28.214]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/ip_v4.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.7695397Z [00:03:28.220]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/json.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.7756979Z [00:03:28.226]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/date_time.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.7819478Z [00:03:28.233]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/date_dash.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.7882371Z [00:03:28.239]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/unix_process.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.7946585Z [00:03:28.245]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/key_value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.8005977Z [00:03:28.251]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/keyword.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.8069049Z [00:03:28.258]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/quote.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.8136265Z [00:03:28.264]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/uuid.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.8192915Z [00:03:28.270]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/unix_path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.8254783Z [00:03:28.276]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.8315131Z [00:03:28.282]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/url.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.8378620Z [00:03:28.289]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/ip_v6.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.8441098Z [00:03:28.295]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/number.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.8506712Z [00:03:28.301]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/regex.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.8569494Z [00:03:28.308]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighters/pointer.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.8635070Z [00:03:28.314]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/style.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.8699879Z [00:03:28.321]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/highlighter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.8762350Z [00:03:28.327]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.8826499Z [00:03:28.333]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.8891729Z [00:03:28.340]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/core/tests/escape_code_converter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.8953992Z [00:03:28.346]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/presenter/stdout.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.9015162Z [00:03:28.352]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/presenter/pager.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.9077823Z [00:03:28.358]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/presenter/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.9142701Z [00:03:28.365]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/reader/buffer_line_counter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.9205954Z [00:03:28.371]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/reader/linemux.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.9266735Z [00:03:28.377]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/reader/command.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.9332162Z [00:03:28.384]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/reader/stdin.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.9397141Z [00:03:28.390]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/reader/file_line_counter.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.9460935Z [00:03:28.397]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/reader/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.9524336Z [00:03:28.403]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/writer/stdout.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.9585144Z [00:03:28.409]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/writer/temp_file.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.9644003Z [00:03:28.415]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/writer/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.9724605Z [00:03:28.423]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/controller/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.9786557Z [00:03:28.429]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/io/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.9849101Z [00:03:28.436]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/cli/styles.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.9911425Z [00:03:28.442]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/cli/completions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:58.9974237Z [00:03:28.448]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/cli/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.0039031Z [00:03:28.455]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/cli/keywords.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.0103292Z [00:03:28.461]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.0166658Z [00:03:28.467]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/tailspin.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.0230113Z [00:03:28.474]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/examples/otf.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.0292621Z [00:03:28.480]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/examples/http.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.0353544Z [00:03:28.486]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/examples/pointers.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.0414369Z [00:03:28.492]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/examples/processes.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.0475414Z [00:03:28.498]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/examples/numbers.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.0535231Z [00:03:28.504]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/examples/urls.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.0595434Z [00:03:28.510]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/examples/quotes.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.0655291Z [00:03:28.516]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/examples/ip.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.0716417Z [00:03:28.522]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/examples/keywords.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.0779645Z [00:03:28.529]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/examples/kv.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.0840912Z [00:03:28.535]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/examples/uuids.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.0902677Z [00:03:28.541]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/examples/paths.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.0962773Z [00:03:28.547]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/examples/dates.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.1024298Z [00:03:28.553]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/assets/main.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.1085178Z [00:03:28.559]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/man/tspin.1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.1147929Z [00:03:28.565]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.1207934Z [00:03:28.571]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:59.1269715Z [00:03:28.578]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:59.1327811Z [00:03:28.583]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:59.1386310Z [00:03:28.589]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:59.1450645Z [00:03:28.596]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:59.1513875Z [00:03:28.602]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:59.1575426Z [00:03:28.608]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:59.1637421Z [00:03:28.614]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:59.1701302Z [00:03:28.621]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:59.1764624Z [00:03:28.627]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:59.1828574Z [00:03:28.633]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:59.1889256Z [00:03:28.640]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:59.1951629Z [00:03:28.646]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:59.2014193Z [00:03:28.652]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:59.2075614Z [00:03:28.658]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.2138270Z [00:03:28.665]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.2202988Z [00:03:28.671]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/objects/pack/pack-4ad293c0e20e79a16123aec8c3757d6a20e05e2d.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.2268611Z [00:03:28.677]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/objects/pack/pack-4ad293c0e20e79a16123aec8c3757d6a20e05e2d.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.2330257Z [00:03:28.684]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/objects/pack/pack-4ad293c0e20e79a16123aec8c3757d6a20e05e2d.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.2392934Z [00:03:28.690]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/objects/pack/pack-2e020d59c54debf24eafc76169d97035516a9e34.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.2455092Z [00:03:28.696]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/objects/pack/pack-2e020d59c54debf24eafc76169d97035516a9e34.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.2518276Z [00:03:28.702]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/objects/pack/pack-2e020d59c54debf24eafc76169d97035516a9e34.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.2581112Z [00:03:28.709]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/objects/pack/pack-4ad293c0e20e79a16123aec8c3757d6a20e05e2d.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.2645739Z [00:03:28.715]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/objects/pack/pack-2e020d59c54debf24eafc76169d97035516a9e34.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.2711052Z [00:03:28.722]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.2773963Z [00:03:28.728]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.2841216Z [00:03:28.735]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.2907835Z [00:03:28.741]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.2971628Z [00:03:28.748]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.3032357Z [00:03:28.754]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.3092627Z [00:03:28.760]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.3154585Z [00:03:28.766]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.3217022Z [00:03:28.772]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/tests/utils.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.3283011Z [00:03:28.779]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/tests/integration_tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.3348488Z [00:03:28.786]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.vTUD5ZknJe/TEMPREPO/tests/files/empty.log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.3410809Z [00:03:28.792]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.3476649Z [00:03:28.798]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/tspin' retained as 0755 (rwxr-xr-x)
2025-08-18T22:07:59.3539104Z [00:03:28.805]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.3602593Z [00:03:28.811]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/tailspin.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.3663834Z [00:03:28.817]➜  mode of '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/tailspin.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-18T22:07:59.4139076Z [00:03:28.865]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-18T22:07:59.4144834Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-18T22:08:17.4645910Z 
2025-08-18T22:08:17.4646931Z [+] Sanitizing /tmp/pkgforge/QdvlXcXfM_SBUILD/BUILD.log ==> /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/tailspin.static.log
2025-08-18T22:08:19.5915241Z '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/tailspin.static.log' -> '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/tailspin.log'
2025-08-18T22:08:19.5916417Z '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/tailspin.static.log' -> '/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/tspin.log'
2025-08-18T22:08:19.5969242Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailspin/official/tailspin?tag=HEAD-b012c56-250818T091402-aarch64-linux&download=tailspin.log
2025-08-18T22:08:19.5969819Z 
2025-08-18T22:08:19.5970273Z [+] Parsing/Uploading tailspin/tailspin --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Ftailspin%2Ftailspin [aarch64-Linux]
2025-08-18T22:08:19.5971228Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailspin/official/tspin?tag=HEAD-b012c56-250818T091402-aarch64-linux&download=tspin.log
2025-08-18T22:08:19.5971714Z 
2025-08-18T22:08:19.5972131Z [+] Parsing/Uploading tailspin/tspin --> https://github.com/orgs/pkgforge/packages/container/package/bincache%2Ftailspin%2Ftspin [aarch64-Linux]
2025-08-18T22:08:19.6000090Z {
2025-08-18T22:08:19.6001079Z   "_disabled": "false",
2025-08-18T22:08:19.6001315Z   "host": "aarch64-Linux",
2025-08-18T22:08:19.6001508Z   "rank": "",
2025-08-18T22:08:19.6001688Z   "pkg": "tailspin.static",
2025-08-18T22:08:19.6001899Z   "pkg_family": "tailspin",
2025-08-18T22:08:19.6002126Z   "pkg_id": "github.com.bensadeh.tailspin",
2025-08-18T22:08:19.6002369Z   "pkg_name": "tailspin",
2025-08-18T22:08:19.6002562Z   "pkg_type": "static",
2025-08-18T22:08:19.6002950Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tailspin/official/tailspin",
2025-08-18T22:08:19.6003352Z   "app_id": "",
2025-08-18T22:08:19.6003560Z   "appstream": "",
2025-08-18T22:08:19.6003729Z   "category": [
2025-08-18T22:08:19.6003892Z     "ConsoleOnly",
2025-08-18T22:08:19.6004057Z     "Utility"
2025-08-18T22:08:19.6004206Z   ],
2025-08-18T22:08:19.6004472Z   "description": "A log file highlighter and a drop-in replacement for tail -f",
2025-08-18T22:08:19.6004806Z   "desktop": "",
2025-08-18T22:08:19.6004973Z   "homepage": [
2025-08-18T22:08:19.6005172Z     "https://github.com/bensadeh/tailspin"
2025-08-18T22:08:19.6005401Z   ],
2025-08-18T22:08:19.6006098Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailspin/official/tailspin?tag=HEAD-b012c56-250818T091402-aarch64-linux&download=tailspin.png",
2025-08-18T22:08:19.6006695Z   "license": [
2025-08-18T22:08:19.6006846Z     "MIT"
2025-08-18T22:08:19.6006990Z   ],
2025-08-18T22:08:19.6007132Z   "maintainer": [
2025-08-18T22:08:19.6007336Z     "Azathothas (https://github.com/Azathothas)"
2025-08-18T22:08:19.6007577Z   ],
2025-08-18T22:08:19.6007727Z   "provides": [
2025-08-18T22:08:19.6007885Z     "tspin",
2025-08-18T22:08:19.6008035Z     "tailspin"
2025-08-18T22:08:19.6008189Z   ],
2025-08-18T22:08:19.6008329Z   "note": [
2025-08-18T22:08:19.6008630Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/bensadeh/tailspin"
2025-08-18T22:08:19.6008990Z   ],
2025-08-18T22:08:19.6009128Z   "repology": [
2025-08-18T22:08:19.6009293Z     "tailspin"
2025-08-18T22:08:19.6009451Z   ],
2025-08-18T22:08:19.6009588Z   "s{
2025-08-18T22:08:19.6009743Z creenshots": [],
2025-08-18T22:08:19.6009905Z   "src_url": [
2025-08-18T22:08:19.6010092Z     "https://github.com/bensadeh/tailspin"
2025-08-18T22:08:19.6010314Z   ],
2025-08-18T22:08:19.6010451Z   "tag": [
2025-08-18T22:08:19.6010598Z     "log",
2025-08-18T22:08:19.6010742Z     "logfile",
2025-08-18T22:08:19.6010895Z     "tail"
2025-08-18T22:08:19.6011044Z   ],
2025-08-18T22:08:19.6011216Z   "version": "HEAD-b012c56-250818T091402",
2025-08-18T22:08:19.6011449Z   "version_upstream": "5.4.5",
2025-08-18T22:08:19.6012192Z   "bsum": "156200ab158b269c03a4821b6ec7fdb28ac897d88e67c3d8baa63d8b03e178d0",
2025-08-18T22:08:19.6012554Z   "build_date": "2025-08-18T22:08:00Z",
2025-08-18T22:08:19.6012945Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17051082933",
2025-08-18T22:08:19.6013278Z   "build_id": "17051082933",
2025-08-18T22:08:19.6013859Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailspin/official/tailspin?tag=HEAD-b012c56-250818T091402-aarch64-linux&download=tailspin.log",
2025-08-18T22:08:19.6014705Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/tailspin/static.official.source.yaml",
2025-08-18T22:08:19.6015549Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailspin/official/tailspin?tag=HEAD-b012c56-250818T091402-aarch64-linux&download=tailspin",
2025-08-18T22:08:19.6016597Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/tailspin/official/tailspin:HEAD-b012c56-250818T091402-aarch64-linux",
2025-08-18T22:08:19.6017143Z   "ghcr_url": "https://ghcr.io/pkgforge/bincach  "_disabled": "false",
2025-08-18T22:08:19.6017448Z   "host": "aarch64-Linux",
2025-08-18T22:08:19.6017633Z   "rank": "",
2025-08-18T22:08:19.6017801Z   "pkg": "tailspin.static",
2025-08-18T22:08:19.6018002Z   "pkg_family": "tailspin",
2025-08-18T22:08:19.6018224Z   "pkg_id": "github.com.bensadeh.tailspin",
2025-08-18T22:08:19.6018462Z   "pkg_name": "tspin",
2025-08-18T22:08:19.6018906Z   "pkg_type": "static",
2025-08-18T22:08:19.6019266Z   "pkg_webpage": "https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tailspin/official/tspin",
2025-08-18T22:08:19.6019653Z   "app_id": "",
2025-08-18T22:08:19.6019818Z   "appstream": "",
2025-08-18T22:08:19.6019987Z   "category": [
2025-08-18T22:08:19.6020149Z     "ConsoleOnly",
2025-08-18T22:08:19.6020313Z     "Utility"
2025-08-18T22:08:19.6020461Z   ],
2025-08-18T22:08:19.6020726Z   "description": "A log file highlighter and a drop-in replacement for tail -f",
2025-08-18T22:08:19.6021053Z   "desktop": "",
2025-08-18T22:08:19.6021224Z   "homepage": [
2025-08-18T22:08:19.6021416Z     "https://github.com/bensadeh/tailspin"
2025-08-18T22:08:19.6021638Z   ],
2025-08-18T22:08:19.6022131Z   "icon": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailspin/official/tspin?tag=HEAD-b012c56-250818T091402-aarch64-linux&download=tspin.png",
2025-08-18T22:08:19.6022693Z   "license": [
2025-08-18T22:08:19.6022849Z     "MIT"
2025-08-18T22:08:19.6022991Z   ],
2025-08-18T22:08:19.6023143Z   "maintainer": [
2025-08-18T22:08:19.6023346Z     "Azathothas (https://github.com/Azathothas)"
2025-08-18T22:08:19.6023589Z   ],
2025-08-18T22:08:19.6023730Z   "provides": [
2025-08-18T22:08:19.6023896Z     "tspin",
2025-08-18T22:08:19.6024048Z     "tailspin"
2025-08-18T22:08:19.6024205Z   ],
2025-08-18T22:08:19.6024349Z   "note": [
2025-08-18T22:08:19.6024651Z     "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/bensadeh/tailspin"
2025-08-18T22:08:19.6025014Z   ],
2025-08-18T22:08:19.6025161Z   "repology": [
2025-08-18T22:08:19.6025336Z     "tailspin"
2025-08-18T22:08:19.6025489Z   ],
2025-08-18T22:08:19.6025885Z   "screenshots":e/tailspin/official/tailspin",
2025-08-18T22:08:19.6026525Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailspin/official/tailspin?tag=HEAD-b012c56-250818T091402-aarch64-linux&manifest",
2025-08-18T22:08:19.6027201Z   "shasum": "83638197c5d954791fafc60c4096a17327ae86e5a814879d608c6c752c818333",
2025-08-18T22:08:19.6027536Z   "size": "2.7 MB",
2025-08-18T22:08:19.6027704Z   "size_raw": "2804784",
2025-08-18T22:08:19.6027884Z   "snapshots": [
2025-08-18T22:08:19.6028077Z     "HEAD-ad8bcff-250113T065516-aarch64-linux",
2025-08-18T22:08:19.6028342Z     "HEAD-1285516-250127T071050-aarch64-linux",
2025-08-18T22:08:19.6028596Z     "HEAD-9e330cc-250203T070507-aarch64-linux",
2025-08-18T22:08:19.6028845Z     "HEAD-d340742-250210T065130-aarch64-linux",
2025-08-18T22:08:19.6029100Z     "HEAD-4e25fd8-250217T070719-aarch64-linux",
2025-08-18T22:08:19.6029697Z     "HEAD-7a38079-250224T072042-aarch64-linux[NA-2025-02-24]",
2025-08-18T22:08:19.6030045Z     "HEAD-6812a49-250303T063627-aarch64-linux[NA-2025-03-03]",
2025-08-18T22:08:19.6030357Z     "HEAD-e5de3a9-250310T100122-aarch64-linux[4.0.0]",
2025-08-18T22:08:19.6030647Z     "HEAD-475f55f-250602T102040-aarch64-linux[5.4.4]",
2025-08-18T22:08:19.6030930Z     "HEAD-d8a3200-250608T092629-aarch64-linux[5.4.5]",
2025-08-18T22:08:19.6031217Z     "HEAD-71f2854-250616T070458-aarch64-linux[5.4.5]",
2025-08-18T22:08:19.6031503Z     "HEAD-44bc534-250707T100556-aarch64-linux[5.4.5]",
2025-08-18T22:08:19.6031787Z     "HEAD-3cdb31c-250714T070103-aarch64-linux[5.4.5]",
2025-08-18T22:08:19.6032032Z     "H [],
2025-08-18T22:08:19.6032179Z   "src_url": [
2025-08-18T22:08:19.6032368Z     "https://github.com/bensadeh/tailspin"
2025-08-18T22:08:19.6032590Z   ],
2025-08-18T22:08:19.6032724Z   "tag": [
2025-08-18T22:08:19.6032869Z     "log",
2025-08-18T22:08:19.6033016Z     "logfile",
2025-08-18T22:08:19.6033170Z     "tail"
2025-08-18T22:08:19.6033312Z   ],
2025-08-18T22:08:19.6033483Z   "version": "HEAD-b012c56-250818T091402",
2025-08-18T22:08:19.6033719Z   "version_upstream": "",
2025-08-18T22:08:19.6034027Z   "bsum": "156200ab158b269c03a4821b6ec7fdb28ac897d88e67c3d8baa63d8b03e178d0",
2025-08-18T22:08:19.6034366Z   "build_date": "2025-08-18T22:08:11Z",
2025-08-18T22:08:19.6034697Z   "build_gha": "https://github.com/pkgforge/bincache/actions/runs/17051082933",
2025-08-18T22:08:19.6035025Z   "build_id": "17051082933",
2025-08-18T22:08:19.6035912Z   "build_log": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailspin/official/tspin?tag=HEAD-b012c56-250818T091402-aarch64-linux&download=tspin.log",
2025-08-18T22:08:19.6036747Z   "build_script": "https://github.com/pkgforge/soarpkgs/blob/main/binaries/tailspin/static.official.source.yaml",
2025-08-18T22:08:19.6037568Z   "download_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailspin/official/tspin?tag=HEAD-b012c56-250818T091402-aarch64-linux&download=tspin",
2025-08-18T22:08:19.6038352Z   "ghcr_pkg": "ghcr.io/pkgforge/bincache/tailspin/official/tspin:HEAD-b012c56-250818T091402-aarch64-linux",
2025-08-18T22:08:19.6038870Z   "ghcr_url": "https://ghcr.io/pkgforge/bincache/tailspin/official/tspin",
2025-08-18T22:08:19.6039521Z   "manifest_url": "https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailspin/official/tspin?tag=HEAD-b012c56-250818T091402-aarch64-linux&manifest",
2025-08-18T22:08:19.6040178Z   "shasum": "83638197c5d954791fafc60c4096a17327ae86e5a814879d608c6c752c818333",
2025-08-18T22:08:19.6040502Z   "size": "2.7 MB",
2025-08-18T22:08:19.6040670Z   "size_raw": "2804784",
2025-08-18T22:08:19.6040854Z   "snapshots": [
2025-08-18T22:08:19.6041052Z     "HEAD-ad8bcff-250113T065516-aarch64-linux",
2025-08-18T22:08:19.6041311Z     "HEAD-1285516-250127T071050-aarch64-linux",
2025-08-18T22:08:19.6041566Z     "HEAD-9e330cc-250203T070507-aarch64-linux",
2025-08-18T22:08:19.6041822Z     "HEAD-d340742-250210T065130-aarch64-linux",
2025-08-18T22:08:19.6042074Z     "HEAD-4e25fd8-250217T070719-aarch64-linux",
2025-08-18T22:08:19.6042331Z     "HEAD-7a38079-250224T072042-aarch64-linux",
2025-08-18T22:08:19.6042583Z     "HEAD-6812a49-250303T063627-aarch64-linux",
2025-08-18T22:08:19.6042843Z     "HEAD-e5de3a9-250310T100122-aarch64-linux",
2025-08-18T22:08:19.6043100Z     "HEAD-475f55f-250602T102040-aarch64-linux",
2025-08-18T22:08:19.6043361Z     "HEAD-d8a3200-250608T092629-aarch64-linux",
2025-08-18T22:08:19.6043614Z     "HEAD-71f2854-250616T070458-aarch64-linux",
2025-08-18T22:08:19.6043869Z     "HEAD-44bc534-250707T100556-aarch64-linux",
2025-08-18T22:08:19.6044128Z     "HEAD-3cdb31c-250714T070103-aarch64-linux",
2025-08-18T22:08:19.6044385Z     "HEAD-1f00bcb-250721T112518-aarch64-linux",
2025-08-18T22:08:19.6044649Z     "HEAD-3ce1020-250728T072216-aarch64-linux",
2025-08-18T22:08:19.6044969Z     "HEAD-b79d657-25EAD-1f00bcb-250721T112518-aarch64-linux[5.4.5]",
2025-08-18T22:08:19.6045308Z     "HEAD-3ce1020-250728T072216-aarch64-linux[5.4.5]",
2025-08-18T22:08:19.6045595Z     "HEAD-b79d657-250804T080427-aarch64-linux[5.4.5]",
2025-08-18T22:08:19.6046288Z     "HEAD-5e21701-250811T114936-aarch64-linux[5.4.5]"
2025-08-18T22:08:19.6046542Z   ]
2025-08-18T22:08:19.6046678Z }
2025-08-18T22:08:19.6046825Z 0804T080427-aarch64-linux",
2025-08-18T22:08:19.6047037Z     "HEAD-5e21701-250811T114936-aarch64-linux"
2025-08-18T22:08:19.6047257Z   ]
2025-08-18T22:08:19.6047388Z }
2025-08-18T22:08:19.6047471Z 
2025-08-18T22:08:19.6047475Z 
2025-08-18T22:08:19.6047478Z 
2025-08-18T22:08:19.6047488Z 
2025-08-18T22:08:19.8541369Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/tailspin/official/tailspin:HEAD-b012c56-250818T091402-aarch64-linux": ghcr.io/pkgforge/bincache/tailspin/official/tailspin:HEAD-b012c56-250818T091402-aarch64-linux: not found
2025-08-18T22:08:19.8588812Z Uploading empty artifact
2025-08-18T22:08:19.8591466Z time=2025-08-18T22:08:19Z level=debug msg=Request #0
2025-08-18T22:08:19.8592246Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tailspin/official/tailspin/manifests/sha256:bbd03ab1b2da7c8c607a28502aab52b61f3d77b9aed5cd88b87e88053e58822c"
2025-08-18T22:08:19.8592906Z > Request method: "HEAD"
2025-08-18T22:08:19.8593091Z > Request headers:
2025-08-18T22:08:19.8593972Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-18T22:08:19.8595332Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:08:19.9849972Z time=2025-08-18T22:08:19Z level=debug msg=Response #0
2025-08-18T22:08:19.9850325Z < Response Status: "401 Unauthorized"
2025-08-18T22:08:19.9850544Z < Response headers:
2025-08-18T22:08:19.9850730Z    "Content-Type": "application/json"
2025-08-18T22:08:19.9851900Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/tailspin/official/tailspin:pull\""
2025-08-18T22:08:19.9852422Z    "Date": "Mon, 18 Aug 2025 22:08:19 GMT"
2025-08-18T22:08:19.9852674Z    "Content-Length": "73"
2025-08-18T22:08:19.9852915Z    "X-Github-Request-Id": "5C08:3AAE1:37F8B:3D1A9:68A3A453"
2025-08-18T22:08:19.9853220Z time=2025-08-18T22:08:19Z level=debug msg=Request #1
2025-08-18T22:08:19.9853773Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Ftailspin%2Fofficial%2Ftailspin%3Apull%2Cpush&service=ghcr.io"
2025-08-18T22:08:19.9854292Z > Request method: "GET"
2025-08-18T22:08:19.9854509Z > Request headers:
2025-08-18T22:08:19.9854686Z    "Authorization": "*****"
2025-08-18T22:08:19.9854882Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:08:20.0150231Z Error response from registry: failed to fetch the content of "ghcr.io/pkgforge/bincache/tailspin/official/tspin:HEAD-b012c56-250818T091402-aarch64-linux": ghcr.io/pkgforge/bincache/tailspin/official/tspin:HEAD-b012c56-250818T091402-aarch64-linux: not found
2025-08-18T22:08:20.0199692Z Uploading empty artifact
2025-08-18T22:08:20.0203131Z time=2025-08-18T22:08:20Z level=debug msg=Request #0
2025-08-18T22:08:20.0203965Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tailspin/official/tspin/manifests/sha256:01f077efd310217fa83da5b5e890c9610358956ad189790c9bf7b0325dd29026"
2025-08-18T22:08:20.0204646Z > Request method: "HEAD"
2025-08-18T22:08:20.0204834Z > Request headers:
2025-08-18T22:08:20.0205008Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:08:20.0206002Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-18T22:08:20.1337987Z time=2025-08-18T22:08:20Z level=debug msg=Response #0
2025-08-18T22:08:20.1338309Z < Response Status: "401 Unauthorized"
2025-08-18T22:08:20.1338532Z < Response headers:
2025-08-18T22:08:20.1339204Z    "Www-Authenticate": "***"https://ghcr.io/token\",service=\"ghcr.io\",scope=\"repository:pkgforge/bincache/tailspin/official/tspin:pull\""
2025-08-18T22:08:20.1340264Z    "Date": "Mon, 18 Aug 2025 22:08:20 GMT"
2025-08-18T22:08:20.1340514Z    "Content-Length": "73"
2025-08-18T22:08:20.1340758Z    "X-Github-Request-Id": "5C10:285602:37F31:3D148:68A3A454"
2025-08-18T22:08:20.1341040Z    "Content-Type": "application/json"
2025-08-18T22:08:20.1341312Z time=2025-08-18T22:08:20Z level=debug msg=Request #1
2025-08-18T22:08:20.1341855Z > Request URL: "https://ghcr.io/token?scope=repository%3Apkgforge%2Fbincache%2Ftailspin%2Fofficial%2Ftspin%3Apull%2Cpush&service=ghcr.io"
2025-08-18T22:08:20.1342380Z > Request method: "GET"
2025-08-18T22:08:20.1342559Z > Request headers:
2025-08-18T22:08:20.1342733Z    "Authorization": "*****"
2025-08-18T22:08:20.1342930Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:08:20.2359168Z time=2025-08-18T22:08:20Z level=debug msg=Response #1
2025-08-18T22:08:20.2359490Z < Response Status: "200 OK"
2025-08-18T22:08:20.2359686Z < Response headers:
2025-08-18T22:08:20.2359883Z    "Content-Type": "application/json"
2025-08-18T22:08:20.2360184Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-18T22:08:20.2360567Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-18T22:08:20.2360917Z    "Date": "Mon, 18 Aug 2025 22:08:20 GMT"
2025-08-18T22:08:20.2361145Z    "Content-Length": "69"
2025-08-18T22:08:20.2361386Z    "X-Github-Request-Id": "5C08:3AAE1:37F9E:3D1BB:68A3A453"
2025-08-18T22:08:20.2361687Z time=2025-08-18T22:08:20Z level=debug msg=Request #2
2025-08-18T22:08:20.2362896Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tailspin/official/tailspin/manifests/sha256:bbd03ab1b2da7c8c607a28502aab52b61f3d77b9aed5cd88b87e88053e58822c"
2025-08-18T22:08:20.2363550Z > Request method: "HEAD"
2025-08-18T22:08:20.2363732Z > Request headers:
2025-08-18T22:08:20.2364615Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-18T22:08:20.2365574Z    "Authorization": "*****"
2025-08-18T22:08:20.2365954Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:08:20.2366232Z time=2025-08-18T22:08:20Z level=debug msg=Response #1
2025-08-18T22:08:20.2366492Z < Response Status: "200 OK"
2025-08-18T22:08:20.2366684Z < Response headers:
2025-08-18T22:08:20.2366971Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-18T22:08:20.2367325Z    "Date": "Mon, 18 Aug 2025 22:08:20 GMT"
2025-08-18T22:08:20.2367552Z    "Content-Length": "69"
2025-08-18T22:08:20.2367789Z    "X-Github-Request-Id": "5C10:285602:37F39:3D153:68A3A454"
2025-08-18T22:08:20.2368070Z    "Content-Type": "application/json"
2025-08-18T22:08:20.2368337Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-18T22:08:20.2368635Z time=2025-08-18T22:08:20Z level=debug msg=Request #2
2025-08-18T22:08:20.2369300Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tailspin/official/tspin/manifests/sha256:01f077efd310217fa83da5b5e890c9610358956ad189790c9bf7b0325dd29026"
2025-08-18T22:08:20.2369929Z > Request method: "HEAD"
2025-08-18T22:08:20.2370114Z > Request headers:
2025-08-18T22:08:20.2370993Z    "Accept": "application/vnd.docker.distribution.manifest.v2+json, application/vnd.docker.distribution.manifest.list.v2+json, application/vnd.oci.image.manifest.v1+json, application/vnd.oci.image.index.v1+json, application/vnd.oci.artifact.manifest.v1+json"
2025-08-18T22:08:20.2371931Z    "Authorization": "*****"
2025-08-18T22:08:20.2372128Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:08:20.2759649Z time=2025-08-18T22:08:20Z level=debug msg=Response #2
2025-08-18T22:08:20.2759988Z < Response Status: "404 Not Found"
2025-08-18T22:08:20.2760205Z < Response headers:
2025-08-18T22:08:20.2760455Z    "X-Github-Request-Id": "5C10:285602:37F51:3D16A:68A3A454"
2025-08-18T22:08:20.2760746Z    "Content-Type": "application/json"
2025-08-18T22:08:20.2761021Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-18T22:08:20.2761991Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-18T22:08:20.2762361Z    "Date": "Mon, 18 Aug 2025 22:08:20 GMT"
2025-08-18T22:08:20.2762589Z    "Content-Length": "70"
2025-08-18T22:08:20.2762809Z time=2025-08-18T22:08:20Z level=debug msg=Request #3
2025-08-18T22:08:20.2763489Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tailspin/official/tspin/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-18T22:08:20.2764121Z > Request method: "HEAD"
2025-08-18T22:08:20.2764305Z > Request headers:
2025-08-18T22:08:20.2764480Z    "Authorization": "*****"
2025-08-18T22:08:20.2764678Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:08:20.3298131Z time=2025-08-18T22:08:20Z level=debug msg=Response #3
2025-08-18T22:08:20.3298475Z < Response Status: "200 OK"
2025-08-18T22:08:20.3298675Z < Response headers:
2025-08-18T22:08:20.3298901Z    "X-Github-Request-Id": "5C10:285602:37F5A:3D172:68A3A454"
2025-08-18T22:08:20.3299180Z    "Content-Length": "0"
2025-08-18T22:08:20.3299421Z    "Content-Type": ""
2025-08-18T22:08:20.3299797Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-18T22:08:20.3300250Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-18T22:08:20.3300641Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-18T22:08:20.3301108Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-18T22:08:20.3301999Z    "Date": "Mon, 18 Aug 2025 22:08:20 GMT"
2025-08-18T22:08:20.3302260Z time=2025-08-18T22:08:20Z level=debug msg=Request #4
2025-08-18T22:08:20.3302822Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tailspin/official/tspin/manifests/HEAD-b012c56-250818T091402-aarch64-linux"
2025-08-18T22:08:20.3303337Z > Request method: "PUT"
2025-08-18T22:08:20.3303518Z > Request headers:
2025-08-18T22:08:20.3303759Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-18T22:08:20.3304053Z    "Authorization": "*****"
2025-08-18T22:08:20.3304257Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:08:20.3320862Z time=2025-08-18T22:08:20Z level=debug msg=Response #2
2025-08-18T22:08:20.3321197Z < Response Status: "404 Not Found"
2025-08-18T22:08:20.3321410Z < Response headers:
2025-08-18T22:08:20.3321638Z    "X-Github-Request-Id": "5C08:3AAE1:37FEE:3D206:68A3A454"
2025-08-18T22:08:20.3321927Z    "Content-Type": "application/json"
2025-08-18T22:08:20.3322223Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-18T22:08:20.3322605Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-18T22:08:20.3322952Z    "Date": "Mon, 18 Aug 2025 22:08:20 GMT"
2025-08-18T22:08:20.3323179Z    "Content-Length": "70"
2025-08-18T22:08:20.3323412Z time=2025-08-18T22:08:20Z level=debug msg=Request #3
2025-08-18T22:08:20.3324097Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tailspin/official/tailspin/blobs/sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-18T22:08:20.3324736Z > Request method: "HEAD"
2025-08-18T22:08:20.3324923Z > Request headers:
2025-08-18T22:08:20.3325096Z    "Authorization": "*****"
2025-08-18T22:08:20.3325296Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:08:20.3832349Z time=2025-08-18T22:08:20Z level=debug msg=Response #3
2025-08-18T22:08:20.3832706Z < Response Status: "200 OK"
2025-08-18T22:08:20.3832905Z < Response headers:
2025-08-18T22:08:20.3833216Z    "Etag": "\"sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\""
2025-08-18T22:08:20.3833733Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-18T22:08:20.3834077Z    "Date": "Mon, 18 Aug 2025 22:08:20 GMT"
2025-08-18T22:08:20.3834348Z    "X-Github-Request-Id": "5C08:3AAE1:38006:3D220:68A3A454"
2025-08-18T22:08:20.3834613Z    "Content-Length": "0"
2025-08-18T22:08:20.3834803Z    "Content-Type": ""
2025-08-18T22:08:20.3835168Z    "Docker-Content-Digest": "sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
2025-08-18T22:08:20.3836326Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-18T22:08:20.3836681Z time=2025-08-18T22:08:20Z level=debug msg=Request #4
2025-08-18T22:08:20.3837270Z > Request URL: "https://ghcr.io/v2/pkgforge/bincache/tailspin/official/tailspin/manifests/HEAD-b012c56-250818T091402-aarch64-linux"
2025-08-18T22:08:20.3837798Z > Request method: "PUT"
2025-08-18T22:08:20.3837977Z > Request headers:
2025-08-18T22:08:20.3838228Z    "Content-Type": "application/vnd.oci.image.manifest.v1+json"
2025-08-18T22:08:20.3838519Z    "Authorization": "*****"
2025-08-18T22:08:20.3838723Z    "User-Agent": "oras/1.2.3"
2025-08-18T22:08:20.6847284Z time=2025-08-18T22:08:20Z level=debug msg=Response #4
2025-08-18T22:08:20.6847613Z < Response Status: "201 Created"
2025-08-18T22:08:20.6847824Z < Response headers:
2025-08-18T22:08:20.6848048Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-18T22:08:20.6848708Z    "Location": "/v2/pkgforge/bincache/tailspin/official/tspin/manifests/sha256:01f077efd310217fa83da5b5e890c9610358956ad189790c9bf7b0325dd29026"
2025-08-18T22:08:20.6849397Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-18T22:08:20.6849745Z    "Date": "Mon, 18 Aug 2025 22:08:20 GMT"
2025-08-18T22:08:20.6849972Z    "Content-Length": "0"
2025-08-18T22:08:20.6850212Z    "X-Github-Request-Id": "5C10:285602:37F68:3D183:68A3A454"
2025-08-18T22:08:20.6850493Z    "Content-Type": "application/json"
2025-08-18T22:08:20.6851392Z    "Docker-Content-Digest": "sha256:01f077efd310217fa83da5b5e890c9610358956ad189790c9bf7b0325dd29026"
2025-08-18T22:08:20.6852039Z Pushed [registry] ghcr.io/pkgforge/bincache/tailspin/official/tspin:HEAD-b012c56-250818T091402-aarch64-linux
2025-08-18T22:08:20.6852522Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-18T22:08:20.6852897Z Digest: sha256:01f077efd310217fa83da5b5e890c9610358956ad189790c9bf7b0325dd29026
2025-08-18T22:08:21.1302050Z time=2025-08-18T22:08:21Z level=debug msg=Response #4
2025-08-18T22:08:21.1302378Z < Response Status: "201 Created"
2025-08-18T22:08:21.1302621Z < Response headers:
2025-08-18T22:08:21.1302809Z    "Date": "Mon, 18 Aug 2025 22:08:21 GMT"
2025-08-18T22:08:21.1303036Z    "Content-Length": "0"
2025-08-18T22:08:21.1303272Z    "X-Github-Request-Id": "5C08:3AAE1:38016:3D22F:68A3A454"
2025-08-18T22:08:21.1303556Z    "Content-Type": "application/json"
2025-08-18T22:08:21.1303981Z    "Docker-Content-Digest": "sha256:bbd03ab1b2da7c8c607a28502aab52b61f3d77b9aed5cd88b87e88053e58822c"
2025-08-18T22:08:21.1304462Z    "Docker-Distribution-Api-Version": "registry/2.0"
2025-08-18T22:08:21.1305099Z    "Location": "/v2/pkgforge/bincache/tailspin/official/tailspin/manifests/sha256:bbd03ab1b2da7c8c607a28502aab52b61f3d77b9aed5cd88b87e88053e58822c"
2025-08-18T22:08:21.1306034Z    "Strict-Transport-Security": "max-age=63072000; includeSubDomains; preload"
2025-08-18T22:08:21.1306668Z Pushed [registry] ghcr.io/pkgforge/bincache/tailspin/official/tailspin:HEAD-b012c56-250818T091402-aarch64-linux
2025-08-18T22:08:21.1307172Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-18T22:08:21.1307556Z Digest: sha256:bbd03ab1b2da7c8c607a28502aab52b61f3d77b9aed5cd88b87e88053e58822c
2025-08-18T22:08:23.0146893Z Uploading cf0523d06edf tspin.sig
2025-08-18T22:08:23.0147365Z Uploading 83638197c5d9 tspin
2025-08-18T22:08:23.0157711Z Uploading e9f396adfa73 CHECKSUM.sig
2025-08-18T22:08:23.0582005Z Exists    11195f352a29 LICENSE
2025-08-18T22:08:23.0657849Z Uploading 953d41fa30f3 CHECKSUM
2025-08-18T22:08:23.1182912Z Uploading d732d32b371c LICENSE.sig
2025-08-18T22:08:23.3883563Z Uploading b34e2aa84d76 tailspin.sig
2025-08-18T22:08:23.3906477Z Uploading 83638197c5d9 tailspin
2025-08-18T22:08:23.4020381Z Uploading e9f396adfa73 CHECKSUM.sig
2025-08-18T22:08:23.4090397Z Uploading 953d41fa30f3 CHECKSUM
2025-08-18T22:08:23.4398992Z Exists    11195f352a29 LICENSE
2025-08-18T22:08:23.4779236Z Uploading d732d32b371c LICENSE.sig
2025-08-18T22:08:23.8703209Z Uploaded  953d41fa30f3 CHECKSUM
2025-08-18T22:08:23.9089451Z Uploaded  e9f396adfa73 CHECKSUM.sig
2025-08-18T22:08:23.9530572Z Uploading 93fc89972dfe SBUILD.sig
2025-08-18T22:08:23.9999315Z Uploaded  83638197c5d9 tailspin
2025-08-18T22:08:24.0237804Z Uploaded  cf0523d06edf tspin.sig
2025-08-18T22:08:24.0342526Z Uploaded  d732d32b371c LICENSE.sig
2025-08-18T22:08:24.0390552Z Uploaded  953d41fa30f3 CHECKSUM
2025-08-18T22:08:24.0496264Z Exists    11cf0313013e tailspin.png
2025-08-18T22:08:24.0531653Z Exists    978266d8024f SBUILD
2025-08-18T22:08:24.0559925Z Uploaded  e9f396adfa73 CHECKSUM.sig
2025-08-18T22:08:24.0759113Z Exists    978266d8024f SBUILD
2025-08-18T22:08:24.0809149Z Uploading 93fc89972dfe SBUILD.sig
2025-08-18T22:08:24.0897493Z Uploading 2003a8714c6f tailspin.json.sig
2025-08-18T22:08:24.0988716Z Uploading 546036c16dfc tailspin.log
2025-08-18T22:08:24.1012419Z Exists    11cf0313013e tailspin.png
2025-08-18T22:08:24.1162757Z Uploading daceafa79ad4 tspin.json
2025-08-18T22:08:24.1260399Z Uploading a39a212fcfed tailspin.json
2025-08-18T22:08:24.1931072Z Uploading 29378115a114 tspin.json.sig
2025-08-18T22:08:24.2792677Z Uploaded  d732d32b371c LICENSE.sig
2025-08-18T22:08:24.3213330Z Uploading 546036c16dfc tspin.log
2025-08-18T22:08:24.3309048Z Uploaded  83638197c5d9 tspin
2025-08-18T22:08:24.3787506Z Uploading ef354f24d8a9 tspin.log.sig
2025-08-18T22:08:24.5084114Z Uploaded  93fc89972dfe SBUILD.sig
2025-08-18T22:08:24.5292784Z Uploaded  b34e2aa84d76 tailspin.sig
2025-08-18T22:08:24.5648952Z Uploading 5931420f6d40 tailspin.log.sig
2025-08-18T22:08:24.5716051Z Exists    13f28c0163e4 tspin.version
2025-08-18T22:08:24.6333953Z Uploading 93e61a8581d0 tspin.version.sig
2025-08-18T22:08:24.7716339Z Uploaded  546036c16dfc tspin.log
2025-08-18T22:08:25.0124930Z Uploaded  93fc89972dfe SBUILD.sig
2025-08-18T22:08:25.1030673Z Uploaded  daceafa79ad4 tspin.json
2025-08-18T22:08:25.1165162Z Exists    13f28c0163e4 tailspin.version
2025-08-18T22:08:25.1222190Z Uploaded  2003a8714c6f tailspin.json.sig
2025-08-18T22:08:25.1551829Z Uploaded  29378115a114 tspin.json.sig
2025-08-18T22:08:25.1601431Z Uploading fa8466870e6c tailspin.version.sig
2025-08-18T22:08:25.2033001Z Uploaded  a39a212fcfed tailspin.json
2025-08-18T22:08:25.2813341Z Uploaded  546036c16dfc tailspin.log
2025-08-18T22:08:25.3880138Z Uploaded  ef354f24d8a9 tspin.log.sig
2025-08-18T22:08:25.6159841Z Uploaded  93e61a8581d0 tspin.version.sig
2025-08-18T22:08:25.6160155Z Uploading 9b3cc9d18604 tspin
2025-08-18T22:08:25.8105238Z Uploaded  5931420f6d40 tailspin.log.sig
2025-08-18T22:08:26.0356703Z Skipped   11cf0313013e tspin.png
2025-08-18T22:08:26.0357027Z Uploaded  9b3cc9d18604 tspin
2025-08-18T22:08:26.0357467Z Pushed [registry] ghcr.io/pkgforge/bincache/tailspin/official/tspin:HEAD-b012c56-250818T091402-aarch64-linux
2025-08-18T22:08:26.0357955Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-18T22:08:26.0358333Z Digest: sha256:9b3cc9d18604a8887710030e805acb036683bc2ec4728db71d9700b7bfa860ce
2025-08-18T22:08:26.0928878Z Uploaded  fa8466870e6c tailspin.version.sig
2025-08-18T22:08:26.0929200Z Uploading 8cabea832a30 tailspin
2025-08-18T22:08:26.4686928Z Skipped   11cf0313013e tspin.png
2025-08-18T22:08:26.4687221Z Uploaded  8cabea832a30 tailspin
2025-08-18T22:08:26.4687671Z Pushed [registry] ghcr.io/pkgforge/bincache/tailspin/official/tailspin:HEAD-b012c56-250818T091402-aarch64-linux
2025-08-18T22:08:26.4688180Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-18T22:08:26.4688555Z Digest: sha256:8cabea832a301d0f0d1dd9007d7160093a6788a70d8f87f825ac505210d2b6bb
2025-08-18T22:08:31.3755874Z 
2025-08-18T22:08:31.3756431Z [+] Registry --> https://ghcr.io/pkgforge/bincache/tailspin/official/tspin
2025-08-18T22:08:31.3757110Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailspin/official/tspin?tag=HEAD-b012c56-250818T091402-aarch64-linux&manifest 
2025-08-18T22:08:31.3757574Z 
2025-08-18T22:08:31.7272129Z 
2025-08-18T22:08:31.7272706Z [+] Registry --> https://ghcr.io/pkgforge/bincache/tailspin/official/tailspin
2025-08-18T22:08:31.7273773Z [+] ==> https://api.ghcr.pkgforge.dev/pkgforge/bincache/tailspin/official/tailspin?tag=HEAD-b012c56-250818T091402-aarch64-linux&manifest 
2025-08-18T22:08:31.7274263Z 
2025-08-18T22:08:33.4373506Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-18T22:08:34.7377629Z ./BUILD_ARTIFACTS.tar : 35.69%   (   249 MiB =>   88.9 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-18T22:08:34.7832792Z removed './BUILD_ARTIFACTS.tar'
2025-08-18T22:08:34.7872757Z 
2025-08-18T22:08:34.7873588Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml :: 00(Hr):04(Min):04(Sec)
2025-08-18T22:08:34.7874265Z 
2025-08-18T22:08:34.7888130Z 
2025-08-18T22:08:34.7888343Z ==> [+] Finished Building at :: Monday, 2025-08-18 (10:08:34 PM) UTC
2025-08-18T22:08:34.7888579Z 
2025-08-18T22:08:35.1136990Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-18T22:08:35.1185835Z ##[group]Run ##Presets
2025-08-18T22:08:35.1186196Z [36;1m##Presets[0m
2025-08-18T22:08:35.1186375Z [36;1mset +x ; set +e[0m
2025-08-18T22:08:35.1186561Z [36;1m#-------------#[0m
2025-08-18T22:08:35.1186741Z [36;1m##Debug?[0m
2025-08-18T22:08:35.1186954Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:08:35.1187220Z [36;1m  set -x[0m
2025-08-18T22:08:35.1187380Z [36;1mfi[0m
2025-08-18T22:08:35.1187533Z [36;1m#-------------#[0m
2025-08-18T22:08:35.1187712Z [36;1m##Set ENV[0m
2025-08-18T22:08:35.1187922Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-18T22:08:35.1188692Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-HEAD-b012c56-250818T091402-aarch64-linux"[0m
2025-08-18T22:08:35.1189204Z [36;1m    GHCRPKG_TAG_SRCBUILD="HEAD-b012c56-250818T091402-aarch64-linux"[0m
2025-08-18T22:08:35.1189761Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/tailspin/official/tailspin-srcbuild-17051082933"[0m
2025-08-18T22:08:35.1190248Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-18T22:08:35.1190621Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:08:35.1191047Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:08:35.1191362Z [36;1m fi[0m
2025-08-18T22:08:35.1191518Z [36;1m##Push[0m
2025-08-18T22:08:35.1191718Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-18T22:08:35.1191974Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-18T22:08:35.1192319Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-18T22:08:35.1192776Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-18T22:08:35.1193198Z [36;1m     ls -sh "/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR"[0m
2025-08-18T22:08:35.1193518Z [36;1m     ghcr_push_cmd()[0m
2025-08-18T22:08:35.1193712Z [36;1m       {[0m
2025-08-18T22:08:35.1193881Z [36;1m        for i in {1..10}; do[0m
2025-08-18T22:08:35.1194194Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-18T22:08:35.1194618Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-18T22:08:35.1195031Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-18T22:08:35.1195547Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=HEAD-b012c56-250818T091402-aarch64-linux")[0m
2025-08-18T22:08:35.1196443Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=https://github.com/pkgforge/bincache/actions/runs/17051082933")[0m
2025-08-18T22:08:35.1197032Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=17051082933")[0m
2025-08-18T22:08:35.1197716Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=ghcr.io/pkgforge/bincache/tailspin/official/tailspin:HEAD-b012c56-250818T091402-aarch64-linux")[0m
2025-08-18T22:08:35.1198420Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=2025-08-18T22:08:00Z")[0m
2025-08-18T22:08:35.1198898Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=HEAD-b012c56-250818T091402")[0m
2025-08-18T22:08:35.1199395Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=2025-08-18T22:08:00Z")[0m
2025-08-18T22:08:35.1200060Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ghcr.io/pkgforge/bincache/tailspin/official/tailspin")[0m
2025-08-18T22:08:35.1200706Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-18T22:08:35.1201211Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=HEAD-b012c56-250818T091402")[0m
2025-08-18T22:08:35.1202078Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=HEAD-b012c56-250818T091402")[0m
2025-08-18T22:08:35.1202843Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tailspin/official/tailspin")[0m
2025-08-18T22:08:35.1203535Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-tailspin")[0m
2025-08-18T22:08:35.1204076Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=https://github.com/bensadeh/tailspin")[0m
2025-08-18T22:08:35.1204594Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-18T22:08:35.1205088Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=HEAD-b012c56-250818T091402")[0m
2025-08-18T22:08:35.1205796Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-18T22:08:35.1206282Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-18T22:08:35.1206693Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-18T22:08:35.1206922Z [36;1m         #Check[0m
2025-08-18T22:08:35.1207471Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "2025-08-18T22:08:00Z" ]]; then[0m
2025-08-18T22:08:35.1208164Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-18T22:08:35.1208489Z [36;1m            break[0m
2025-08-18T22:08:35.1208675Z [36;1m          else[0m
2025-08-18T22:08:35.1209050Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-18T22:08:35.1209457Z [36;1m          fi[0m
2025-08-18T22:08:35.1209654Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-18T22:08:35.1209885Z [36;1m        done[0m
2025-08-18T22:08:35.1210054Z [36;1m       }[0m
2025-08-18T22:08:35.1210237Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-18T22:08:35.1210464Z [36;1m       ghcr_push_cmd[0m
2025-08-18T22:08:35.1211020Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-18T22:08:00Z" ]]; then[0m
2025-08-18T22:08:35.1211760Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-18T22:08:35.1212147Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-18T22:08:35.1212387Z [36;1m          ghcr_push_cmd[0m
2025-08-18T22:08:35.1212966Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "2025-08-18T22:08:00Z" ]]; then[0m
2025-08-18T22:08:35.1213670Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-18T22:08:35.1214162Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-18T22:08:35.1214538Z [36;1m             return 1 || exit 1[0m
2025-08-18T22:08:35.1214750Z [36;1m           fi[0m
2025-08-18T22:08:35.1214922Z [36;1m       fi[0m
2025-08-18T22:08:35.1215087Z [36;1m   fi[0m
2025-08-18T22:08:35.1215247Z [36;1m fi[0m
2025-08-18T22:08:35.1215410Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-18T22:08:35.1469622Z shell: /usr/bin/bash -e {0}
2025-08-18T22:08:35.1469850Z env:
2025-08-18T22:08:35.1470016Z   CROSS_COMPILING: NO
2025-08-18T22:08:35.1470205Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:08:35.1470447Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:08:35.1470646Z   ON_QEMU: NO
2025-08-18T22:08:35.1470797Z   DEBUG: 0
2025-08-18T22:08:35.1470956Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:08:35.1471168Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:08:35.1471694Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailspin/official
2025-08-18T22:08:35.1471986Z   KEEP_LOGS: YES
2025-08-18T22:08:35.1472156Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:08:35.1472348Z   PKG_FAMILY_LOCAL: tailspin
2025-08-18T22:08:35.1472545Z   SBUILD_REBUILD: false
2025-08-18T22:08:35.1473054Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T22:08:35.1473591Z   BUILD_SYS: docker://rust
2025-08-18T22:08:35.1473784Z   BUILD_ON_HOST: FALSE
2025-08-18T22:08:35.1473956Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:08:35.1474130Z   SYSTMP: /tmp
2025-08-18T22:08:35.1474288Z   GHA_MODE: MATRIX
2025-08-18T22:08:35.1474888Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-18T22:08:35.1475367Z   INPUT_SBUILD: /tmp/pkgforge/ZkqwCzVOS_build.yaml
2025-08-18T22:08:35.1475965Z   BUILD_DIR: /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml
2025-08-18T22:08:35.1476343Z   SBUILD_OUTDIR: /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR
2025-08-18T22:08:35.1476799Z   SBUILD_TMPDIR: /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:08:35.1477153Z   PKG_TYPE: static
2025-08-18T22:08:35.1477326Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:08:35.1477533Z   SBUILD_PKGVER: HEAD-b012c56-250818T091402
2025-08-18T22:08:35.1477884Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051082933
2025-08-18T22:08:35.1478221Z   BUILD_ID: 17051082933
2025-08-18T22:08:35.1478397Z   PKG_NAME: tspin
2025-08-18T22:08:35.1478570Z   PKG_DATE: 2025-08-18T22:08:00Z
2025-08-18T22:08:35.1478791Z   PKG_VERSION: HEAD-b012c56-250818T091402
2025-08-18T22:08:35.1479034Z   PKG_VERSION_UPSTREAM: 5.4.5
2025-08-18T22:08:35.1479319Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tailspin/official/tailspin
2025-08-18T22:08:35.1479661Z   GHCRPKG_TAG: HEAD-b012c56-250818T091402-aarch64-linux
2025-08-18T22:08:35.1480091Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tailspin/official/tailspin
2025-08-18T22:08:35.1480518Z   PKG_SRCURL: https://github.com/bensadeh/tailspin
2025-08-18T22:08:35.1480773Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:08:35.1481243Z   GHCR_TOKEN: ***
2025-08-18T22:08:35.1481505Z   GITHUB_TOKEN: ***
2025-08-18T22:08:35.1481706Z   GITLAB_TOKEN: ***
2025-08-18T22:08:35.1482842Z   MINISIGN_KEY: ***
2025-08-18T22:08:35.1483009Z ##[endgroup]
2025-08-18T22:08:35.1556686Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-18T22:08:35.1565159Z 89M	./BUILD_ARTIFACTS.zstd
2025-08-18T22:08:35.1576997Z total 8.2M
2025-08-18T22:08:35.1577361Z 4.0K CHECKSUM
2025-08-18T22:08:35.1577899Z 4.0K CHECKSUM.sig
2025-08-18T22:08:35.1578090Z 4.0K LICENSE
2025-08-18T22:08:35.1578269Z 4.0K LICENSE.sig
2025-08-18T22:08:35.1578431Z 8.0K SBUILD
2025-08-18T22:08:35.1578580Z 4.0K SBUILD.sig
2025-08-18T22:08:35.1578743Z 4.0K SBUILD_TEMP
2025-08-18T22:08:35.1578903Z 2.7M tailspin
2025-08-18T22:08:35.1579060Z 4.0K tailspin.json
2025-08-18T22:08:35.1579231Z 4.0K tailspin.json.sig
2025-08-18T22:08:35.1579425Z 908K tailspin.log
2025-08-18T22:08:35.1579593Z 4.0K tailspin.log.sig
2025-08-18T22:08:35.1579771Z  40K tailspin.png
2025-08-18T22:08:35.1579937Z 4.0K tailspin.sig
2025-08-18T22:08:35.1580110Z 908K tailspin.static.log
2025-08-18T22:08:35.1580309Z 4.0K tailspin.static.version
2025-08-18T22:08:35.1580524Z 4.0K tailspin.static.version.sig
2025-08-18T22:08:35.1580734Z 4.0K tailspin.version
2025-08-18T22:08:35.1580919Z 4.0K tailspin.version.sig
2025-08-18T22:08:35.1581098Z 2.7M tspin
2025-08-18T22:08:35.1581250Z 4.0K tspin.json
2025-08-18T22:08:35.1581414Z 4.0K tspin.json.sig
2025-08-18T22:08:35.1581582Z 908K tspin.log
2025-08-18T22:08:35.1581743Z 4.0K tspin.log.sig
2025-08-18T22:08:35.1581915Z  40K tspin.png
2025-08-18T22:08:35.1582071Z 4.0K tspin.sig
2025-08-18T22:08:35.1582234Z 4.0K tspin.version
2025-08-18T22:08:35.1582406Z 4.0K tspin.version.sig
2025-08-18T22:08:35.9287815Z Uploading 82ff5f55b0a4 BUILD_ARTIFACTS.zstd
2025-08-18T22:08:38.5802843Z Uploaded  82ff5f55b0a4 BUILD_ARTIFACTS.zstd
2025-08-18T22:08:38.5803808Z Uploading 158cb750dd91 SRCBUILD-tailspin
2025-08-18T22:08:39.3770121Z Uploaded  158cb750dd91 SRCBUILD-tailspin
2025-08-18T22:08:39.3770772Z Pushed [registry] ghcr.io/pkgforge/bincache/tailspin/official/tailspin-srcbuild-17051082933:HEAD-b012c56-250818T091402-aarch64-linux
2025-08-18T22:08:39.3771354Z ArtifactType: application/vnd.oci.empty.v1+json
2025-08-18T22:08:39.3771735Z Digest: sha256:158cb750dd911be7fef3ac8c7ed665623ba67b92ed169275f7511a0c5c76892e
2025-08-18T22:08:44.6176941Z 
2025-08-18T22:08:44.6178265Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/tailspin/official/tailspin-srcbuild-17051082933
2025-08-18T22:08:44.6179255Z 
2025-08-18T22:08:44.9000510Z ##[group]Run ##Presets
2025-08-18T22:08:44.9000760Z [36;1m##Presets[0m
2025-08-18T22:08:44.9000937Z [36;1mset +x ; set +e[0m
2025-08-18T22:08:44.9001124Z [36;1m#-------------#[0m
2025-08-18T22:08:44.9001356Z [36;1m##Debug?[0m
2025-08-18T22:08:44.9001593Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:08:44.9001876Z [36;1m  set -x[0m
2025-08-18T22:08:44.9002048Z [36;1mfi[0m
2025-08-18T22:08:44.9002263Z [36;1m#-------------#[0m
2025-08-18T22:08:44.9002522Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-18T22:08:44.9002850Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-18T22:08:44.9035266Z shell: /usr/bin/bash -e {0}
2025-08-18T22:08:44.9035483Z env:
2025-08-18T22:08:44.9035640Z   CROSS_COMPILING: NO
2025-08-18T22:08:44.9036099Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:08:44.9036315Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:08:44.9036516Z   ON_QEMU: NO
2025-08-18T22:08:44.9036751Z   DEBUG: 0
2025-08-18T22:08:44.9036917Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:08:44.9037129Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:08:44.9037399Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailspin/official
2025-08-18T22:08:44.9037676Z   KEEP_LOGS: YES
2025-08-18T22:08:44.9037843Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:08:44.9038036Z   PKG_FAMILY_LOCAL: tailspin
2025-08-18T22:08:44.9038237Z   SBUILD_REBUILD: false
2025-08-18T22:08:44.9038746Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T22:08:44.9039290Z   BUILD_SYS: docker://rust
2025-08-18T22:08:44.9039486Z   BUILD_ON_HOST: FALSE
2025-08-18T22:08:44.9039670Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:08:44.9039848Z   SYSTMP: /tmp
2025-08-18T22:08:44.9040008Z   GHA_MODE: MATRIX
2025-08-18T22:08:44.9040406Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-18T22:08:44.9040898Z   INPUT_SBUILD: /tmp/pkgforge/ZkqwCzVOS_build.yaml
2025-08-18T22:08:44.9041198Z   BUILD_DIR: /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml
2025-08-18T22:08:44.9041561Z   SBUILD_OUTDIR: /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR
2025-08-18T22:08:44.9042012Z   SBUILD_TMPDIR: /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:08:44.9042370Z   PKG_TYPE: static
2025-08-18T22:08:44.9042549Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:08:44.9042752Z   SBUILD_PKGVER: HEAD-b012c56-250818T091402
2025-08-18T22:08:44.9043105Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051082933
2025-08-18T22:08:44.9043443Z   BUILD_ID: 17051082933
2025-08-18T22:08:44.9043623Z   PKG_NAME: tspin
2025-08-18T22:08:44.9043834Z   PKG_DATE: 2025-08-18T22:08:00Z
2025-08-18T22:08:44.9044053Z   PKG_VERSION: HEAD-b012c56-250818T091402
2025-08-18T22:08:44.9044282Z   PKG_VERSION_UPSTREAM: 5.4.5
2025-08-18T22:08:44.9044583Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tailspin/official/tailspin
2025-08-18T22:08:44.9044933Z   GHCRPKG_TAG: HEAD-b012c56-250818T091402-aarch64-linux
2025-08-18T22:08:44.9045364Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tailspin/official/tailspin
2025-08-18T22:08:44.9046019Z   PKG_SRCURL: https://github.com/bensadeh/tailspin
2025-08-18T22:08:44.9046284Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:08:44.9046535Z   GHCRPKG_TAG_SRCBUILD: HEAD-b012c56-250818T091402-aarch64-linux
2025-08-18T22:08:44.9047006Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tailspin/official/tailspin-srcbuild-17051082933
2025-08-18T22:08:44.9047403Z ##[endgroup]
2025-08-18T22:08:44.9177605Z ##[group]Run actions/upload-artifact@v4
2025-08-18T22:08:44.9177918Z with:
2025-08-18T22:08:44.9178096Z   name: Bincache_tailspin_aarch64-Linux
2025-08-18T22:08:44.9178361Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-18T22:08:44.9178618Z   compression-level: 0
2025-08-18T22:08:44.9178803Z   retention-days: 30
2025-08-18T22:08:44.9178979Z   overwrite: true
2025-08-18T22:08:44.9179488Z   if-no-files-found: warn
2025-08-18T22:08:44.9179700Z   include-hidden-files: false
2025-08-18T22:08:44.9179897Z env:
2025-08-18T22:08:44.9180049Z   CROSS_COMPILING: NO
2025-08-18T22:08:44.9180237Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:08:44.9180447Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:08:44.9180643Z   ON_QEMU: NO
2025-08-18T22:08:44.9180797Z   DEBUG: 0
2025-08-18T22:08:44.9180959Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:08:44.9181175Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:08:44.9181443Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailspin/official
2025-08-18T22:08:44.9181785Z   KEEP_LOGS: YES
2025-08-18T22:08:44.9181969Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:08:44.9182162Z   PKG_FAMILY_LOCAL: tailspin
2025-08-18T22:08:44.9182361Z   SBUILD_REBUILD: false
2025-08-18T22:08:44.9182870Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T22:08:44.9183407Z   BUILD_SYS: docker://rust
2025-08-18T22:08:44.9183615Z   BUILD_ON_HOST: FALSE
2025-08-18T22:08:44.9183793Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:08:44.9183969Z   SYSTMP: /tmp
2025-08-18T22:08:44.9184133Z   GHA_MODE: MATRIX
2025-08-18T22:08:44.9184534Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-18T22:08:44.9185018Z   INPUT_SBUILD: /tmp/pkgforge/ZkqwCzVOS_build.yaml
2025-08-18T22:08:44.9185316Z   BUILD_DIR: /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml
2025-08-18T22:08:44.9185861Z   SBUILD_OUTDIR: /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR
2025-08-18T22:08:44.9186327Z   SBUILD_TMPDIR: /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:08:44.9186682Z   PKG_TYPE: static
2025-08-18T22:08:44.9186858Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:08:44.9187070Z   SBUILD_PKGVER: HEAD-b012c56-250818T091402
2025-08-18T22:08:44.9187418Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051082933
2025-08-18T22:08:44.9187763Z   BUILD_ID: 17051082933
2025-08-18T22:08:44.9187939Z   PKG_NAME: tspin
2025-08-18T22:08:44.9188115Z   PKG_DATE: 2025-08-18T22:08:00Z
2025-08-18T22:08:44.9188328Z   PKG_VERSION: HEAD-b012c56-250818T091402
2025-08-18T22:08:44.9188562Z   PKG_VERSION_UPSTREAM: 5.4.5
2025-08-18T22:08:44.9188851Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tailspin/official/tailspin
2025-08-18T22:08:44.9189192Z   GHCRPKG_TAG: HEAD-b012c56-250818T091402-aarch64-linux
2025-08-18T22:08:44.9189622Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tailspin/official/tailspin
2025-08-18T22:08:44.9190057Z   PKG_SRCURL: https://github.com/bensadeh/tailspin
2025-08-18T22:08:44.9190319Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:08:44.9190572Z   GHCRPKG_TAG_SRCBUILD: HEAD-b012c56-250818T091402-aarch64-linux
2025-08-18T22:08:44.9191046Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tailspin/official/tailspin-srcbuild-17051082933
2025-08-18T22:08:44.9191457Z   UTC_TIME: 2025_08_18T10_08_44_PM
2025-08-18T22:08:44.9191664Z ##[endgroup]
2025-08-18T22:08:45.6778712Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-18T22:08:45.6783893Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-18T22:08:45.6784372Z With the provided path, there will be 2 files uploaded
2025-08-18T22:08:45.9298929Z Artifact name is valid!
2025-08-18T22:08:45.9303874Z Root directory input is valid!
2025-08-18T22:08:46.0419137Z Beginning upload of artifact content to blob storage
2025-08-18T22:08:46.8165070Z Uploaded bytes 8388608
2025-08-18T22:08:46.8271948Z Uploaded bytes 16777216
2025-08-18T22:08:46.9842423Z Uploaded bytes 25165824
2025-08-18T22:08:47.0071006Z Uploaded bytes 33554432
2025-08-18T22:08:47.0835426Z Uploaded bytes 41943040
2025-08-18T22:08:47.1807776Z Uploaded bytes 50331648
2025-08-18T22:08:47.3083753Z Uploaded bytes 58720256
2025-08-18T22:08:47.3377138Z Uploaded bytes 67108864
2025-08-18T22:08:47.5517499Z Uploaded bytes 75497472
2025-08-18T22:08:47.6848076Z Uploaded bytes 83886080
2025-08-18T22:08:51.6174910Z Uploaded bytes 92274688
2025-08-18T22:08:53.4767480Z Uploaded bytes 94503397
2025-08-18T22:08:53.5472196Z Finished uploading artifact content to blob storage!
2025-08-18T22:08:53.5482318Z SHA256 digest of uploaded artifact zip is 1e860618083cb4e7b931bcf14bb63bd52147cc672100e413c05a76965a1ddebb
2025-08-18T22:08:53.5482774Z Finalizing artifact upload
2025-08-18T22:08:53.7238358Z Artifact Bincache_tailspin_aarch64-Linux.zip successfully finalized. Artifact ID 3793152432
2025-08-18T22:08:53.7239080Z Artifact Bincache_tailspin_aarch64-Linux has been successfully uploaded! Final size is 94503397 bytes. Artifact ID is 3793152432
2025-08-18T22:08:53.7259746Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17051082933/artifacts/3793152432
2025-08-18T22:08:53.7598916Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-18T22:08:53.7599242Z with:
2025-08-18T22:08:53.7599533Z   subject-name: tailspin-17051082933-HEAD-b012c56-250818T091402-aarch64-linux
2025-08-18T22:08:53.7600373Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-18T22:08:53.7601064Z   show-summary: true
2025-08-18T22:08:53.7601260Z   push-to-registry: false
2025-08-18T22:08:53.7601610Z   github-token: ***
2025-08-18T22:08:53.7601783Z env:
2025-08-18T22:08:53.7601936Z   CROSS_COMPILING: NO
2025-08-18T22:08:53.7602131Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:08:53.7602349Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:08:53.7602548Z   ON_QEMU: NO
2025-08-18T22:08:53.7602706Z   DEBUG: 0
2025-08-18T22:08:53.7602873Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:08:53.7603089Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:08:53.7603393Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailspin/official
2025-08-18T22:08:53.7603682Z   KEEP_LOGS: YES
2025-08-18T22:08:53.7603858Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:08:53.7604062Z   PKG_FAMILY_LOCAL: tailspin
2025-08-18T22:08:53.7604266Z   SBUILD_REBUILD: false
2025-08-18T22:08:53.7604774Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T22:08:53.7605323Z   BUILD_SYS: docker://rust
2025-08-18T22:08:53.7605524Z   BUILD_ON_HOST: FALSE
2025-08-18T22:08:53.7606051Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:08:53.7606255Z   SYSTMP: /tmp
2025-08-18T22:08:53.7606422Z   GHA_MODE: MATRIX
2025-08-18T22:08:53.7606855Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-18T22:08:53.7607342Z   INPUT_SBUILD: /tmp/pkgforge/ZkqwCzVOS_build.yaml
2025-08-18T22:08:53.7607681Z   BUILD_DIR: /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml
2025-08-18T22:08:53.7608050Z   SBUILD_OUTDIR: /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR
2025-08-18T22:08:53.7608512Z   SBUILD_TMPDIR: /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:08:53.7608883Z   PKG_TYPE: static
2025-08-18T22:08:53.7609062Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:08:53.7609274Z   SBUILD_PKGVER: HEAD-b012c56-250818T091402
2025-08-18T22:08:53.7609633Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051082933
2025-08-18T22:08:53.7609975Z   BUILD_ID: 17051082933
2025-08-18T22:08:53.7610154Z   PKG_NAME: tspin
2025-08-18T22:08:53.7610329Z   PKG_DATE: 2025-08-18T22:08:00Z
2025-08-18T22:08:53.7610559Z   PKG_VERSION: HEAD-b012c56-250818T091402
2025-08-18T22:08:53.7610800Z   PKG_VERSION_UPSTREAM: 5.4.5
2025-08-18T22:08:53.7611097Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tailspin/official/tailspin
2025-08-18T22:08:53.7611449Z   GHCRPKG_TAG: HEAD-b012c56-250818T091402-aarch64-linux
2025-08-18T22:08:53.7611892Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tailspin/official/tailspin
2025-08-18T22:08:53.7612327Z   PKG_SRCURL: https://github.com/bensadeh/tailspin
2025-08-18T22:08:53.7612880Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:08:53.7613139Z   GHCRPKG_TAG_SRCBUILD: HEAD-b012c56-250818T091402-aarch64-linux
2025-08-18T22:08:53.7613617Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tailspin/official/tailspin-srcbuild-17051082933
2025-08-18T22:08:53.7614034Z   UTC_TIME: 2025_08_18T10_08_44_PM
2025-08-18T22:08:53.7614239Z ##[endgroup]
2025-08-18T22:08:53.7700327Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-18T22:08:53.7700749Z env:
2025-08-18T22:08:53.7700909Z   CROSS_COMPILING: NO
2025-08-18T22:08:53.7701103Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:08:53.7701319Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:08:53.7701518Z   ON_QEMU: NO
2025-08-18T22:08:53.7701677Z   DEBUG: 0
2025-08-18T22:08:53.7701841Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:08:53.7702305Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:08:53.7702644Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailspin/official
2025-08-18T22:08:53.7702955Z   KEEP_LOGS: YES
2025-08-18T22:08:53.7703129Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:08:53.7703325Z   PKG_FAMILY_LOCAL: tailspin
2025-08-18T22:08:53.7703532Z   SBUILD_REBUILD: false
2025-08-18T22:08:53.7704048Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T22:08:53.7704596Z   BUILD_SYS: docker://rust
2025-08-18T22:08:53.7704797Z   BUILD_ON_HOST: FALSE
2025-08-18T22:08:53.7704983Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:08:53.7705163Z   SYSTMP: /tmp
2025-08-18T22:08:53.7705332Z   GHA_MODE: MATRIX
2025-08-18T22:08:53.7705981Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-18T22:08:53.7706480Z   INPUT_SBUILD: /tmp/pkgforge/ZkqwCzVOS_build.yaml
2025-08-18T22:08:53.7706802Z   BUILD_DIR: /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml
2025-08-18T22:08:53.7707169Z   SBUILD_OUTDIR: /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR
2025-08-18T22:08:53.7707639Z   SBUILD_TMPDIR: /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:08:53.7708003Z   PKG_TYPE: static
2025-08-18T22:08:53.7708181Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:08:53.7708395Z   SBUILD_PKGVER: HEAD-b012c56-250818T091402
2025-08-18T22:08:53.7708754Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051082933
2025-08-18T22:08:53.7709137Z   BUILD_ID: 17051082933
2025-08-18T22:08:53.7709321Z   PKG_NAME: tspin
2025-08-18T22:08:53.7709499Z   PKG_DATE: 2025-08-18T22:08:00Z
2025-08-18T22:08:53.7709724Z   PKG_VERSION: HEAD-b012c56-250818T091402
2025-08-18T22:08:53.7709962Z   PKG_VERSION_UPSTREAM: 5.4.5
2025-08-18T22:08:53.7710261Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tailspin/official/tailspin
2025-08-18T22:08:53.7710617Z   GHCRPKG_TAG: HEAD-b012c56-250818T091402-aarch64-linux
2025-08-18T22:08:53.7711056Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tailspin/official/tailspin
2025-08-18T22:08:53.7711502Z   PKG_SRCURL: https://github.com/bensadeh/tailspin
2025-08-18T22:08:53.7711767Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:08:53.7712025Z   GHCRPKG_TAG_SRCBUILD: HEAD-b012c56-250818T091402-aarch64-linux
2025-08-18T22:08:53.7712502Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tailspin/official/tailspin-srcbuild-17051082933
2025-08-18T22:08:53.7712918Z   UTC_TIME: 2025_08_18T10_08_44_PM
2025-08-18T22:08:53.7713124Z ##[endgroup]
2025-08-18T22:08:54.3142275Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-18T22:08:54.3142598Z with:
2025-08-18T22:08:54.3143228Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-18T22:08:54.3144069Z   subject-name: tailspin-17051082933-HEAD-b012c56-250818T091402-aarch64-linux
2025-08-18T22:08:54.3144469Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-18T22:08:54.3147262Z   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/17051082933/attempts/1"}}}
2025-08-18T22:08:54.3150025Z   push-to-registry: false
2025-08-18T22:08:54.3150374Z   show-summary: true
2025-08-18T22:08:54.3150783Z   github-token: ***
2025-08-18T22:08:54.3150961Z env:
2025-08-18T22:08:54.3151118Z   CROSS_COMPILING: NO
2025-08-18T22:08:54.3151323Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:08:54.3151551Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:08:54.3151756Z   ON_QEMU: NO
2025-08-18T22:08:54.3151916Z   DEBUG: 0
2025-08-18T22:08:54.3152082Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:08:54.3152300Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:08:54.3152579Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailspin/official
2025-08-18T22:08:54.3152863Z   KEEP_LOGS: YES
2025-08-18T22:08:54.3153038Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:08:54.3153240Z   PKG_FAMILY_LOCAL: tailspin
2025-08-18T22:08:54.3153449Z   SBUILD_REBUILD: false
2025-08-18T22:08:54.3153954Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T22:08:54.3154504Z   BUILD_SYS: docker://rust
2025-08-18T22:08:54.3154714Z   BUILD_ON_HOST: FALSE
2025-08-18T22:08:54.3154898Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:08:54.3155084Z   SYSTMP: /tmp
2025-08-18T22:08:54.3155275Z   GHA_MODE: MATRIX
2025-08-18T22:08:54.3155836Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-18T22:08:54.3156336Z   INPUT_SBUILD: /tmp/pkgforge/ZkqwCzVOS_build.yaml
2025-08-18T22:08:54.3156645Z   BUILD_DIR: /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml
2025-08-18T22:08:54.3157014Z   SBUILD_OUTDIR: /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR
2025-08-18T22:08:54.3157477Z   SBUILD_TMPDIR: /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:08:54.3157850Z   PKG_TYPE: static
2025-08-18T22:08:54.3158031Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:08:54.3158249Z   SBUILD_PKGVER: HEAD-b012c56-250818T091402
2025-08-18T22:08:54.3158611Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051082933
2025-08-18T22:08:54.3158964Z   BUILD_ID: 17051082933
2025-08-18T22:08:54.3159151Z   PKG_NAME: tspin
2025-08-18T22:08:54.3159331Z   PKG_DATE: 2025-08-18T22:08:00Z
2025-08-18T22:08:54.3159568Z   PKG_VERSION: HEAD-b012c56-250818T091402
2025-08-18T22:08:54.3159810Z   PKG_VERSION_UPSTREAM: 5.4.5
2025-08-18T22:08:54.3160113Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tailspin/official/tailspin
2025-08-18T22:08:54.3160467Z   GHCRPKG_TAG: HEAD-b012c56-250818T091402-aarch64-linux
2025-08-18T22:08:54.3160912Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tailspin/official/tailspin
2025-08-18T22:08:54.3161350Z   PKG_SRCURL: https://github.com/bensadeh/tailspin
2025-08-18T22:08:54.3161622Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:08:54.3161892Z   GHCRPKG_TAG_SRCBUILD: HEAD-b012c56-250818T091402-aarch64-linux
2025-08-18T22:08:54.3162371Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tailspin/official/tailspin-srcbuild-17051082933
2025-08-18T22:08:54.3162790Z   UTC_TIME: 2025_08_18T10_08_44_PM
2025-08-18T22:08:54.3163011Z ##[endgroup]
2025-08-18T22:08:55.9179291Z Attestation created for 22 subjects
2025-08-18T22:08:55.9184006Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-18T22:08:55.9184833Z -----BEGIN CERTIFICATE-----
2025-08-18T22:08:55.9185171Z MIIG8DCCBnagAwIBAgIUMojC6RUeyanTQvfwfC46BOzhrwwwCgYIKoZIzj0EAwMw
2025-08-18T22:08:55.9185637Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-18T22:08:55.9186327Z cm1lZGlhdGUwHhcNMjUwODE4MjIwODU1WhcNMjUwODE4MjIxODU1WjAAMFkwEwYH
2025-08-18T22:08:55.9186790Z KoZIzj0CAQYIKoZIzj0DAQcDQgAE4+uSNT9wcItKGxVk7c0EIu+3vxfKkUPFBWhL
2025-08-18T22:08:55.9187232Z sq/53FKb5SA+B6Nh/gKqSb5SxTWWoEmq/wZoZ+pJKPkp7FXOYKOCBZUwggWRMA4G
2025-08-18T22:08:55.9187675Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUGec2
2025-08-18T22:08:55.9188135Z IjkSz0Typn+pDQlfZPXTtoIwHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-18T22:08:55.9188584Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-18T22:08:55.9189246Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-18T22:08:55.9189721Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-18T22:08:55.9190168Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-18T22:08:55.9190599Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-18T22:08:55.9191050Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-18T22:08:55.9191510Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-18T22:08:55.9191970Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-18T22:08:55.9192423Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-18T22:08:55.9192864Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-18T22:08:55.9193311Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-18T22:08:55.9193776Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-18T22:08:55.9194224Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-18T22:08:55.9194671Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-18T22:08:55.9195139Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-18T22:08:55.9195599Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-18T22:08:55.9196296Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-18T22:08:55.9196758Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-18T22:08:55.9197212Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-18T22:08:55.9197664Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-18T22:08:55.9198116Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-18T22:08:55.9198575Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-18T22:08:55.9199045Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-18T22:08:55.9199497Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MDUxMDgyOTMzL2F0
2025-08-18T22:08:55.9199954Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYsGCisGAQQB1nkCBAIE
2025-08-18T22:08:55.9200427Z fQR7AHkAdwDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZi/OnEi
2025-08-18T22:08:55.9200862Z AAAEAwBIMEYCIQD/SOAUg7JvQEb/3rcug+9mUvCVVS4IF+sx/a2jymf/VgIhAL0D
2025-08-18T22:08:55.9201289Z ya388I1mFJINYiOW1BpJOG4O2DUHfzjXHyQsBVBQMAoGCCqGSM49BAMDA2gAMGUC
2025-08-18T22:08:55.9201728Z MQCAQlZ+6OkOjIXsYtKHjnb78yqvz5j2LVtN64As/2hZgfkffaenNI+r6VjPZy3Q
2025-08-18T22:08:55.9202155Z a7UCMGDHKMvIttCiDGWHiWljfHK811Z9LPf2bBk/TsuuIlk3tA5LEkf9VqlqZQs6
2025-08-18T22:08:55.9202473Z Nc2MeA==
2025-08-18T22:08:55.9202635Z -----END CERTIFICATE-----
2025-08-18T22:08:55.9202774Z 
2025-08-18T22:08:55.9203197Z ##[endgroup]
2025-08-18T22:08:55.9203663Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-18T22:08:55.9204051Z https://search.sigstore.dev?logIndex=408667017
2025-08-18T22:08:55.9204389Z [36mAttestation uploaded to repository[39m
2025-08-18T22:08:55.9204709Z https://github.com/pkgforge/bincache/attestations/9786869
2025-08-18T22:08:56.0232372Z ##[group]Run ##Presets
2025-08-18T22:08:56.0232664Z [36;1m##Presets[0m
2025-08-18T22:08:56.0232851Z [36;1mset +x ; set +e[0m
2025-08-18T22:08:56.0233049Z [36;1m#-------------#[0m
2025-08-18T22:08:56.0233240Z [36;1m##Debug?[0m
2025-08-18T22:08:56.0233467Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:08:56.0233746Z [36;1m  set -x[0m
2025-08-18T22:08:56.0233913Z [36;1mfi[0m
2025-08-18T22:08:56.0234077Z [36;1m#-------------#[0m
2025-08-18T22:08:56.0234365Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-18T22:08:56.0234855Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/tailspin/official"[0m
2025-08-18T22:08:56.0235241Z [36;1m exit 1[0m
2025-08-18T22:08:56.0235412Z [36;1mfi[0m
2025-08-18T22:08:56.0267860Z shell: /usr/bin/bash -e {0}
2025-08-18T22:08:56.0268089Z env:
2025-08-18T22:08:56.0268257Z   CROSS_COMPILING: NO
2025-08-18T22:08:56.0268515Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:08:56.0268759Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:08:56.0268964Z   ON_QEMU: NO
2025-08-18T22:08:56.0269123Z   DEBUG: 0
2025-08-18T22:08:56.0269290Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:08:56.0269508Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:08:56.0269784Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailspin/official
2025-08-18T22:08:56.0270079Z   KEEP_LOGS: YES
2025-08-18T22:08:56.0270254Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:08:56.0270453Z   PKG_FAMILY_LOCAL: tailspin
2025-08-18T22:08:56.0270659Z   SBUILD_REBUILD: false
2025-08-18T22:08:56.0271182Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T22:08:56.0271728Z   BUILD_SYS: docker://rust
2025-08-18T22:08:56.0271932Z   BUILD_ON_HOST: FALSE
2025-08-18T22:08:56.0272123Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:08:56.0272309Z   SYSTMP: /tmp
2025-08-18T22:08:56.0272478Z   GHA_MODE: MATRIX
2025-08-18T22:08:56.0272897Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-18T22:08:56.0273386Z   INPUT_SBUILD: /tmp/pkgforge/ZkqwCzVOS_build.yaml
2025-08-18T22:08:56.0273691Z   BUILD_DIR: /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml
2025-08-18T22:08:56.0274060Z   SBUILD_OUTDIR: /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR
2025-08-18T22:08:56.0274531Z   SBUILD_TMPDIR: /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:08:56.0274899Z   PKG_TYPE: static
2025-08-18T22:08:56.0275080Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:08:56.0275298Z   SBUILD_PKGVER: HEAD-b012c56-250818T091402
2025-08-18T22:08:56.0275917Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051082933
2025-08-18T22:08:56.0276317Z   BUILD_ID: 17051082933
2025-08-18T22:08:56.0276503Z   PKG_NAME: tspin
2025-08-18T22:08:56.0276691Z   PKG_DATE: 2025-08-18T22:08:00Z
2025-08-18T22:08:56.0276929Z   PKG_VERSION: HEAD-b012c56-250818T091402
2025-08-18T22:08:56.0277184Z   PKG_VERSION_UPSTREAM: 5.4.5
2025-08-18T22:08:56.0277483Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tailspin/official/tailspin
2025-08-18T22:08:56.0277839Z   GHCRPKG_TAG: HEAD-b012c56-250818T091402-aarch64-linux
2025-08-18T22:08:56.0278283Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tailspin/official/tailspin
2025-08-18T22:08:56.0278724Z   PKG_SRCURL: https://github.com/bensadeh/tailspin
2025-08-18T22:08:56.0278992Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:08:56.0279255Z   GHCRPKG_TAG_SRCBUILD: HEAD-b012c56-250818T091402-aarch64-linux
2025-08-18T22:08:56.0279737Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tailspin/official/tailspin-srcbuild-17051082933
2025-08-18T22:08:56.0280202Z   UTC_TIME: 2025_08_18T10_08_44_PM
2025-08-18T22:08:56.0280414Z ##[endgroup]
2025-08-18T22:08:56.0360350Z ##[group]Run ##Presets
2025-08-18T22:08:56.0360631Z [36;1m##Presets[0m
2025-08-18T22:08:56.0360814Z [36;1mset +x ; set +e[0m
2025-08-18T22:08:56.0361048Z [36;1m#-------------#[0m
2025-08-18T22:08:56.0378521Z [36;1m##Debug?[0m
2025-08-18T22:08:56.0378801Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:08:56.0379085Z [36;1m  set -x[0m
2025-08-18T22:08:56.0379253Z [36;1mfi[0m
2025-08-18T22:08:56.0379418Z [36;1m#-------------#[0m
2025-08-18T22:08:56.0379646Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-18T22:08:56.0380084Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/tailspin/official"[0m
2025-08-18T22:08:56.0380483Z [36;1m exit 1[0m
2025-08-18T22:08:56.0380649Z [36;1mfi[0m
2025-08-18T22:08:56.0414831Z shell: /usr/bin/bash -e {0}
2025-08-18T22:08:56.0415072Z env:
2025-08-18T22:08:56.0415249Z   CROSS_COMPILING: NO
2025-08-18T22:08:56.0415519Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:08:56.0415962Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:08:56.0416177Z   ON_QEMU: NO
2025-08-18T22:08:56.0416341Z   DEBUG: 0
2025-08-18T22:08:56.0416507Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:08:56.0416742Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:08:56.0417027Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailspin/official
2025-08-18T22:08:56.0417314Z   KEEP_LOGS: YES
2025-08-18T22:08:56.0417494Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:08:56.0417695Z   PKG_FAMILY_LOCAL: tailspin
2025-08-18T22:08:56.0417902Z   SBUILD_REBUILD: false
2025-08-18T22:08:56.0418432Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T22:08:56.0418984Z   BUILD_SYS: docker://rust
2025-08-18T22:08:56.0419191Z   BUILD_ON_HOST: FALSE
2025-08-18T22:08:56.0419380Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:08:56.0419569Z   SYSTMP: /tmp
2025-08-18T22:08:56.0419739Z   GHA_MODE: MATRIX
2025-08-18T22:08:56.0420152Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-18T22:08:56.0420643Z   INPUT_SBUILD: /tmp/pkgforge/ZkqwCzVOS_build.yaml
2025-08-18T22:08:56.0420966Z   BUILD_DIR: /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml
2025-08-18T22:08:56.0421342Z   SBUILD_OUTDIR: /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR
2025-08-18T22:08:56.0421812Z   SBUILD_TMPDIR: /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:08:56.0422177Z   PKG_TYPE: static
2025-08-18T22:08:56.0422357Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:08:56.0422575Z   SBUILD_PKGVER: HEAD-b012c56-250818T091402
2025-08-18T22:08:56.0422933Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051082933
2025-08-18T22:08:56.0423280Z   BUILD_ID: 17051082933
2025-08-18T22:08:56.0423470Z   PKG_NAME: tspin
2025-08-18T22:08:56.0423651Z   PKG_DATE: 2025-08-18T22:08:00Z
2025-08-18T22:08:56.0423878Z   PKG_VERSION: HEAD-b012c56-250818T091402
2025-08-18T22:08:56.0424129Z   PKG_VERSION_UPSTREAM: 5.4.5
2025-08-18T22:08:56.0424430Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tailspin/official/tailspin
2025-08-18T22:08:56.0424783Z   GHCRPKG_TAG: HEAD-b012c56-250818T091402-aarch64-linux
2025-08-18T22:08:56.0425232Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tailspin/official/tailspin
2025-08-18T22:08:56.0425874Z   PKG_SRCURL: https://github.com/bensadeh/tailspin
2025-08-18T22:08:56.0426166Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:08:56.0426433Z   GHCRPKG_TAG_SRCBUILD: HEAD-b012c56-250818T091402-aarch64-linux
2025-08-18T22:08:56.0426915Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tailspin/official/tailspin-srcbuild-17051082933
2025-08-18T22:08:56.0427337Z   UTC_TIME: 2025_08_18T10_08_44_PM
2025-08-18T22:08:56.0427545Z ##[endgroup]
2025-08-18T22:08:56.0510287Z ##[group]Run ##Presets
2025-08-18T22:08:56.0510572Z [36;1m##Presets[0m
2025-08-18T22:08:56.0510754Z [36;1mset +x ; set +e[0m
2025-08-18T22:08:56.0510947Z [36;1m#-------------#[0m
2025-08-18T22:08:56.0511134Z [36;1m##Debug?[0m
2025-08-18T22:08:56.0511359Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-18T22:08:56.0511903Z [36;1m  set -x[0m
2025-08-18T22:08:56.0512073Z [36;1mfi[0m
2025-08-18T22:08:56.0512241Z [36;1m#-------------#[0m
2025-08-18T22:08:56.0512557Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-18T22:08:56.0512926Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-18T22:08:56.0513196Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-18T22:08:56.0513441Z [36;1mfi[0m
2025-08-18T22:08:56.0546714Z shell: /usr/bin/bash -e {0}
2025-08-18T22:08:56.0546949Z env:
2025-08-18T22:08:56.0547119Z   CROSS_COMPILING: NO
2025-08-18T22:08:56.0547425Z   HOST_TRIPLET: aarch64-Linux
2025-08-18T22:08:56.0547646Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-18T22:08:56.0547848Z   ON_QEMU: NO
2025-08-18T22:08:56.0548004Z   DEBUG: 0
2025-08-18T22:08:56.0548177Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-18T22:08:56.0548392Z   DOCKER_PLATFORM: linux/arm64
2025-08-18T22:08:56.0548673Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/tailspin/official
2025-08-18T22:08:56.0548986Z   KEEP_LOGS: YES
2025-08-18T22:08:56.0549160Z   GITHUB_TEST_BUILD: YES
2025-08-18T22:08:56.0549361Z   PKG_FAMILY_LOCAL: tailspin
2025-08-18T22:08:56.0549565Z   SBUILD_REBUILD: false
2025-08-18T22:08:56.0550090Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/tailspin/static.official.source.yaml
2025-08-18T22:08:56.0550639Z   BUILD_SYS: docker://rust
2025-08-18T22:08:56.0550844Z   BUILD_ON_HOST: FALSE
2025-08-18T22:08:56.0551029Z   BUILD_SYSTEM: DOCKER
2025-08-18T22:08:56.0551213Z   SYSTMP: /tmp
2025-08-18T22:08:56.0551381Z   GHA_MODE: MATRIX
2025-08-18T22:08:56.0551792Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-18T22:08:56.0552281Z   INPUT_SBUILD: /tmp/pkgforge/ZkqwCzVOS_build.yaml
2025-08-18T22:08:56.0552586Z   BUILD_DIR: /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml
2025-08-18T22:08:56.0552962Z   SBUILD_OUTDIR: /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR
2025-08-18T22:08:56.0553435Z   SBUILD_TMPDIR: /tmp/pkgforge/yZxrj8O_ZkqwCzVOS_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-18T22:08:56.0553799Z   PKG_TYPE: static
2025-08-18T22:08:56.0553977Z   SBUILD_SUCCESSFUL: YES
2025-08-18T22:08:56.0554195Z   SBUILD_PKGVER: HEAD-b012c56-250818T091402
2025-08-18T22:08:56.0554555Z   BUILD_GHACTIONS: https://github.com/pkgforge/bincache/actions/runs/17051082933
2025-08-18T22:08:56.0554896Z   BUILD_ID: 17051082933
2025-08-18T22:08:56.0555080Z   PKG_NAME: tspin
2025-08-18T22:08:56.0555263Z   PKG_DATE: 2025-08-18T22:08:00Z
2025-08-18T22:08:56.0555500Z   PKG_VERSION: HEAD-b012c56-250818T091402
2025-08-18T22:08:56.0555997Z   PKG_VERSION_UPSTREAM: 5.4.5
2025-08-18T22:08:56.0556296Z   GHCRPKG_URL: ghcr.io/pkgforge/bincache/tailspin/official/tailspin
2025-08-18T22:08:56.0556651Z   GHCRPKG_TAG: HEAD-b012c56-250818T091402-aarch64-linux
2025-08-18T22:08:56.0557085Z   PKG_WEBPAGE: https://pkgs.pkgforge.dev/repo/bincache/aarch64-linux/tailspin/official/tailspin
2025-08-18T22:08:56.0557541Z   PKG_SRCURL: https://github.com/bensadeh/tailspin
2025-08-18T22:08:56.0557802Z   PUSH_SUCCESSFUL: YES
2025-08-18T22:08:56.0558060Z   GHCRPKG_TAG_SRCBUILD: HEAD-b012c56-250818T091402-aarch64-linux
2025-08-18T22:08:56.0558542Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/tailspin/official/tailspin-srcbuild-17051082933
2025-08-18T22:08:56.0558958Z   UTC_TIME: 2025_08_18T10_08_44_PM
2025-08-18T22:08:56.0559169Z ##[endgroup]
2025-08-18T22:08:56.0625341Z EXITED
2025-08-18T22:08:56.0677452Z Cleaning up orphan processes
