﻿2025-08-20T22:25:57.2456220Z Current runner version: '2.328.0'
2025-08-20T22:25:57.2487583Z ##[group]Runner Image Provisioner
2025-08-20T22:25:57.2489052Z Hosted Compute Agent
2025-08-20T22:25:57.2489687Z Version: 20250818.377
2025-08-20T22:25:57.2490325Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T22:25:57.2491138Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T22:25:57.2491736Z ##[endgroup]
2025-08-20T22:25:57.2492294Z ##[group]VM Image
2025-08-20T22:25:57.2493018Z - OS: Linux (arm64)
2025-08-20T22:25:57.2493605Z - Source: Partner
2025-08-20T22:25:57.2494146Z - Name: Ubuntu 24.04 by Arm Limited
2025-08-20T22:25:57.2494870Z - Version: 20250728.24.1
2025-08-20T22:25:57.2495918Z - Included Software: https://github.com/actions/partner-runner-images/blob/main/images/arm-ubuntu-24-image.md
2025-08-20T22:25:57.2497308Z ##[endgroup]
2025-08-20T22:25:57.2498603Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T22:25:57.2502082Z Attestations: write
2025-08-20T22:25:57.2502729Z Contents: write
2025-08-20T22:25:57.2503598Z Metadata: read
2025-08-20T22:25:57.2504228Z Packages: write
2025-08-20T22:25:57.2504800Z ##[endgroup]
2025-08-20T22:25:57.2508835Z Secret source: Actions
2025-08-20T22:25:57.2509947Z Prepare workflow directory
2025-08-20T22:25:57.2903278Z Prepare all required actions
2025-08-20T22:25:57.2945645Z Getting action download info
2025-08-20T22:25:57.7197698Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T22:25:59.0421661Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T22:25:59.9928575Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T22:26:00.1284555Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T22:26:01.0096299Z Getting action download info
2025-08-20T22:26:01.1747583Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T22:26:02.0532374Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T22:26:03.0805555Z Complete job name: aarch64-Linux ==> (ghcr.io/pkgforge/bincache/sic/official)
2025-08-20T22:26:03.1421710Z ##[group]Run ##Presets
2025-08-20T22:26:03.1422298Z [36;1m##Presets[0m
2025-08-20T22:26:03.1422729Z [36;1mset +x ; set +e[0m
2025-08-20T22:26:03.1423009Z [36;1m#-------------#[0m
2025-08-20T22:26:03.1423433Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T22:26:03.1423914Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T22:26:03.1424321Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:26:03.1424730Z [36;1m  fi[0m
2025-08-20T22:26:03.1425086Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T22:26:03.1425558Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T22:26:03.1426047Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:26:03.1426381Z [36;1m  fi[0m
2025-08-20T22:26:03.1426731Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T22:26:03.1427438Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T22:26:03.1427915Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:26:03.1428279Z [36;1m  fi[0m
2025-08-20T22:26:03.1428546Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T22:26:03.1428988Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T22:26:03.1429344Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T22:26:03.1429672Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T22:26:03.1430096Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:26:03.1430714Z [36;1m     else[0m
2025-08-20T22:26:03.1431027Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:26:03.1431461Z [36;1m     fi[0m
2025-08-20T22:26:03.1431704Z [36;1m  fi[0m
2025-08-20T22:26:03.1432018Z [36;1mfi[0m
2025-08-20T22:26:03.1462731Z shell: /usr/bin/bash -e {0}
2025-08-20T22:26:03.1463676Z env:
2025-08-20T22:26:03.1464337Z   GH_TOKEN: ***
2025-08-20T22:26:03.1464767Z ##[endgroup]
2025-08-20T22:26:03.1688019Z ##[group]Run ##Presets
2025-08-20T22:26:03.1688524Z [36;1m##Presets[0m
2025-08-20T22:26:03.1688853Z [36;1mset +x ; set +e[0m
2025-08-20T22:26:03.1689306Z [36;1m#-------------#[0m
2025-08-20T22:26:03.1689630Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T22:26:03.1690229Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T22:26:03.1690780Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T22:26:03.1691243Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T22:26:03.1691752Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T22:26:03.1692208Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T22:26:03.1692629Z [36;1m  exit 1[0m
2025-08-20T22:26:03.1692916Z [36;1mfi[0m
2025-08-20T22:26:03.1716793Z shell: /usr/bin/bash -e {0}
2025-08-20T22:26:03.1717353Z env:
2025-08-20T22:26:03.1717903Z   RO_GHTOKEN: ***
2025-08-20T22:26:03.1718247Z   RO_GLTOKEN: ***
2025-08-20T22:26:03.1719429Z   MINISIGN_KEY: ***
2025-08-20T22:26:03.1719781Z ##[endgroup]
2025-08-20T22:26:03.1971898Z ##[group]Run ##Presets
2025-08-20T22:26:03.1972473Z [36;1m##Presets[0m
2025-08-20T22:26:03.1972750Z [36;1mset +x ; set +e[0m
2025-08-20T22:26:03.1973020Z [36;1m#-------------#[0m
2025-08-20T22:26:03.1973345Z [36;1m##Host Triplet[0m
2025-08-20T22:26:03.1973730Z [36;1m if [[ "aarch64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:26:03.1974108Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T22:26:03.1974535Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:26:03.1974867Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T22:26:03.1975229Z [36;1m   if [[ "aarch64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T22:26:03.1975678Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T22:26:03.1976070Z [36;1m   elif [[ "aarch64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T22:26:03.1976574Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T22:26:03.1977037Z [36;1m   fi[0m
2025-08-20T22:26:03.1977498Z [36;1m elif [[ "aarch64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:26:03.1977934Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T22:26:03.1978294Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:26:03.1978724Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T22:26:03.1979076Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T22:26:03.1979346Z [36;1m fi[0m
2025-08-20T22:26:03.1979743Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:26:03.1980172Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:26:03.1980644Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:26:03.1981049Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:26:03.1981370Z [36;1m##Debug[0m
2025-08-20T22:26:03.1981689Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T22:26:03.1982013Z [36;1m   export DEBUG="1"[0m
2025-08-20T22:26:03.1982296Z [36;1m else[0m
2025-08-20T22:26:03.1982594Z [36;1m   export DEBUG="0"[0m
2025-08-20T22:26:03.1982864Z [36;1m fi[0m
2025-08-20T22:26:03.1983120Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:26:03.1983524Z [36;1m##Docker Platform[0m
2025-08-20T22:26:03.1984141Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T22:26:03.1984564Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T22:26:03.1984959Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T22:26:03.1985347Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T22:26:03.1985803Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T22:26:03.1986179Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T22:26:03.1986545Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T22:26:03.1987106Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T22:26:03.1987411Z [36;1m fi[0m
2025-08-20T22:26:03.1987828Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:26:03.1988348Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:26:03.1988717Z [36;1m##GHCRPKG_URL[0m
2025-08-20T22:26:03.1989259Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/sic/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:26:03.1989807Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T22:26:03.1990180Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:26:03.1990599Z [36;1m##Logs[0m
2025-08-20T22:26:03.1990833Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T22:26:03.1991316Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T22:26:03.1991605Z [36;1m else[0m
2025-08-20T22:26:03.1991885Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T22:26:03.1992244Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T22:26:03.1992747Z [36;1m fi[0m
2025-08-20T22:26:03.1993250Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:26:03.1993797Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:26:03.1994171Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T22:26:03.1994559Z [36;1m PKG_FAMILY_LOCAL="$(echo "sic" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:26:03.1995020Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T22:26:03.1995401Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:26:03.1995816Z [36;1m##Rebuild[0m
2025-08-20T22:26:03.1996100Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T22:26:03.1996459Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T22:26:03.1996981Z [36;1m else[0m
2025-08-20T22:26:03.1997254Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T22:26:03.1997556Z [36;1m fi[0m
2025-08-20T22:26:03.1997926Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:26:03.1998314Z [36;1m ##SBUILD_URL[0m
2025-08-20T22:26:03.1998822Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T22:26:03.1999417Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T22:26:03.2000252Z [36;1m SBUILD_FILE_URL="$(echo "https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml" | tr -d '[:space:]')"[0m
2025-08-20T22:26:03.2001049Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:26:03.2001489Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T22:26:03.2001958Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T22:26:03.2002484Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T22:26:03.2002890Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:26:03.2003258Z [36;1m    exit 1[0m
2025-08-20T22:26:03.2003542Z [36;1m   else[0m
2025-08-20T22:26:03.2003794Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T22:26:03.2004217Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:26:03.2004599Z [36;1m    #Check for x_exec.host[0m
2025-08-20T22:26:03.2005191Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T22:26:03.2005689Z [36;1m      #check if supported[0m
2025-08-20T22:26:03.2006088Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T22:26:03.2006721Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T22:26:03.2007325Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T22:26:03.2007699Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:26:03.2008093Z [36;1m         exit 1[0m
2025-08-20T22:26:03.2008393Z [36;1m       fi[0m
2025-08-20T22:26:03.2008652Z [36;1m      #get build system[0m
2025-08-20T22:26:03.2009129Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T22:26:03.2009566Z [36;1m       export BUILD_SYS[0m
2025-08-20T22:26:03.2009886Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:26:03.2010385Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T22:26:03.2010781Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:26:03.2011194Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T22:26:03.2011600Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T22:26:03.2011993Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:26:03.2012448Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T22:26:03.2012778Z [36;1m       fi[0m
2025-08-20T22:26:03.2013210Z [36;1m     fi[0m
2025-08-20T22:26:03.2013547Z [36;1m   fi[0m
2025-08-20T22:26:03.2013807Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T22:26:03.2036147Z shell: /usr/bin/bash -e {0}
2025-08-20T22:26:03.2036488Z ##[endgroup]
2025-08-20T22:26:04.0069663Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:26:04.0070299Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:26:04.0070566Z 
2025-08-20T22:26:04.1782112Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:26:04.1782642Z 100  5198  100  5198    0     0  30126      0 --:--:-- --:--:-- --:--:-- 30220
2025-08-20T22:26:04.1794870Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:26:04.1984411Z ##[group]Run ##Presets
2025-08-20T22:26:04.1984808Z [36;1m##Presets[0m
2025-08-20T22:26:04.1985194Z [36;1mset +x ; set +e[0m
2025-08-20T22:26:04.1985481Z [36;1m#-------------#[0m
2025-08-20T22:26:04.1985743Z [36;1m##Debug?[0m
2025-08-20T22:26:04.1986088Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:26:04.1986434Z [36;1m  set -x[0m
2025-08-20T22:26:04.1986674Z [36;1mfi[0m
2025-08-20T22:26:04.1987451Z [36;1m#-------------#[0m
2025-08-20T22:26:04.1987765Z [36;1m##CoreUtils[0m
2025-08-20T22:26:04.1988104Z [36;1msudo apt update -y[0m
2025-08-20T22:26:04.1988550Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T22:26:04.1989571Z [36;1msudo apt install apt-transport-https apt-utils ca-certificates coreutils dos2unix gnupg2 jq moreutils p7zip-full rename rsync software-properties-common texinfo tmux util-linux wget -y 2>/dev/null ; sudo apt update -y 2>/dev/null[0m
2025-08-20T22:26:04.1990663Z [36;1m##tmp[0m
2025-08-20T22:26:04.1991024Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T22:26:04.1991430Z [36;1m#GH ENV[0m
2025-08-20T22:26:04.1991727Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:26:04.1992137Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T22:26:04.1992521Z [36;1m#-------------#[0m
2025-08-20T22:26:04.1992796Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T22:26:04.1993076Z [36;1msudo apt update -y[0m
2025-08-20T22:26:04.1993708Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T22:26:04.1994044Z [36;1m##Setup Minisign[0m
2025-08-20T22:26:04.1994372Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T22:26:04.1994893Z [36;1mecho "***[0m
2025-08-20T22:26:04.1996213Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T22:26:04.1996620Z [36;1m##User-Agent[0m
2025-08-20T22:26:04.1997578Z [36;1mUSER_AGENT="$(curl -qfsSL 'https://raw.githubusercontent.com/pkgforge/devscripts/refs/heads/main/Misc/User-Agents/ua_chrome_macos_latest.txt')" && export USER_AGENT="${USER_AGENT}"[0m
2025-08-20T22:26:04.1998399Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:26:04.2024784Z shell: /usr/bin/bash -e {0}
2025-08-20T22:26:04.2025239Z env:
2025-08-20T22:26:04.2025525Z   CROSS_COMPILING: NO
2025-08-20T22:26:04.2025821Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:26:04.2026202Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:26:04.2026479Z   ON_QEMU: NO
2025-08-20T22:26:04.2026715Z   DEBUG: 0
2025-08-20T22:26:04.2027223Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:26:04.2027594Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:26:04.2027988Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sic/official
2025-08-20T22:26:04.2028343Z   KEEP_LOGS: YES
2025-08-20T22:26:04.2028602Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:26:04.2028936Z   PKG_FAMILY_LOCAL: sic
2025-08-20T22:26:04.2029225Z   SBUILD_REBUILD: false
2025-08-20T22:26:04.2029804Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:26:04.2030483Z   BUILD_SYS: docker://rust
2025-08-20T22:26:04.2030769Z   BUILD_ON_HOST: FALSE
2025-08-20T22:26:04.2031070Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:26:04.2031370Z ##[endgroup]
2025-08-20T22:26:04.2874051Z 
2025-08-20T22:26:04.2874949Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:26:04.2875343Z 
2025-08-20T22:26:04.4599931Z Get:1 https://packages.microsoft.com/repos/azure-cli noble InRelease [3564 B]
2025-08-20T22:26:04.4803619Z Get:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T22:26:04.5714726Z Get:3 https://packages.microsoft.com/repos/azure-cli noble/main arm64 Packages [1500 B]
2025-08-20T22:26:04.6155897Z Get:4 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T22:26:04.6306781Z Get:5 https://packages.microsoft.com/ubuntu/24.04/prod noble/main all Packages [643 B]
2025-08-20T22:26:04.6351746Z Get:6 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T22:26:04.6422059Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T22:26:04.7819060Z Hit:8 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:26:04.9130349Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
2025-08-20T22:26:05.4750158Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
2025-08-20T22:26:05.7016234Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
2025-08-20T22:26:05.9159509Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Packages [1397 kB]
2025-08-20T22:26:06.5345086Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main Translation-en [268 kB]
2025-08-20T22:26:06.8017495Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 Components [172 kB]
2025-08-20T22:26:06.9435675Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Packages [1101 kB]
2025-08-20T22:26:07.4866562Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe Translation-en [288 kB]
2025-08-20T22:26:07.7551252Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 Components [376 kB]
2025-08-20T22:26:08.0293129Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Packages [2307 kB]
2025-08-20T22:26:08.8489373Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted Translation-en [382 kB]
2025-08-20T22:26:09.6359148Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted arm64 Components [212 B]
2025-08-20T22:26:09.7648459Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Packages [28.2 kB]
2025-08-20T22:26:09.8995371Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse Translation-en [6772 B]
2025-08-20T22:26:10.0296388Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse arm64 Components [212 B]
2025-08-20T22:26:10.1583684Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Packages [39.9 kB]
2025-08-20T22:26:10.2965723Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-backports/main Translation-en [9152 B]
2025-08-20T22:26:10.4267921Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble-backports/main arm64 Components [3576 B]
2025-08-20T22:26:10.5559081Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Packages [30.1 kB]
2025-08-20T22:26:10.6910557Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe Translation-en [17.4 kB]
2025-08-20T22:26:10.8236394Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-backports/universe arm64 Components [19.2 kB]
2025-08-20T22:26:11.0860761Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-backports/restricted arm64 Components [216 B]
2025-08-20T22:26:11.2149371Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-backports/multiverse arm64 Components [212 B]
2025-08-20T22:26:11.3442748Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Packages [1136 kB]
2025-08-20T22:26:12.2976653Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-security/main Translation-en [187 kB]
2025-08-20T22:26:12.5556254Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-security/main arm64 Components [18.4 kB]
2025-08-20T22:26:12.6854775Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Packages [860 kB]
2025-08-20T22:26:13.0995548Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble-security/universe Translation-en [195 kB]
2025-08-20T22:26:13.3579125Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-security/universe arm64 Components [52.3 kB]
2025-08-20T22:26:13.4905240Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Packages [2181 kB]
2025-08-20T22:26:14.0783708Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted Translation-en [361 kB]
2025-08-20T22:26:14.3447611Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble-security/restricted arm64 Components [208 B]
2025-08-20T22:26:14.6032631Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Packages [16.2 kB]
2025-08-20T22:26:14.8609851Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse Translation-en [4288 B]
2025-08-20T22:26:15.0032455Z Get:43 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse arm64 Components [208 B]
2025-08-20T22:26:22.1803754Z Fetched 11.9 MB in 11s (1124 kB/s)
2025-08-20T22:26:22.9145798Z Reading package lists...
2025-08-20T22:26:23.0989831Z Building dependency tree...
2025-08-20T22:26:23.0995578Z Reading state information...
2025-08-20T22:26:23.1200478Z 196 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:26:23.1288561Z 
2025-08-20T22:26:23.1289226Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:26:23.1289735Z 
2025-08-20T22:26:23.1406641Z Reading package lists...
2025-08-20T22:26:23.3381735Z Building dependency tree...
2025-08-20T22:26:23.3388439Z Reading state information...
2025-08-20T22:26:23.5776149Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:26:23.5777444Z bc set to manually installed.
2025-08-20T22:26:23.5777875Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:26:23.5778269Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T22:26:23.5778695Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:26:23.6332417Z The following NEW packages will be installed:
2025-08-20T22:26:23.6339617Z   dos2unix fdupes libio-pty-perl libipc-run-perl libtime-duration-perl
2025-08-20T22:26:23.6341324Z   moreutils
2025-08-20T22:26:23.6347545Z The following packages will be upgraded:
2025-08-20T22:26:23.6355475Z   jq libjq1
2025-08-20T22:26:23.6536452Z 2 upgraded, 6 newly installed, 0 to remove and 194 not upgraded.
2025-08-20T22:26:24.0706596Z Need to get 936 kB of archives.
2025-08-20T22:26:24.0707585Z After this operation, 3171 kB of additional disk space will be used.
2025-08-20T22:26:24.0708205Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 fdupes arm64 1:2.3.0-1build1 [45.3 kB]
2025-08-20T22:26:24.4573278Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 jq arm64 1.7.1-3ubuntu0.24.04.1 [64.7 kB]
2025-08-20T22:26:24.7171321Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libjq1 arm64 1.7.1-3ubuntu0.24.04.1 [134 kB]
2025-08-20T22:26:24.9863513Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-pty-perl arm64 1:1.20-1build2 [31.1 kB]
2025-08-20T22:26:25.1263573Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libipc-run-perl all 20231003.0-1 [92.1 kB]
2025-08-20T22:26:25.2893475Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T22:26:25.4216172Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 moreutils arm64 0.69-1 [56.7 kB]
2025-08-20T22:26:25.5708379Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 dos2unix arm64 7.5.1-1 [500 kB]
2025-08-20T22:26:26.1369134Z Fetched 936 kB in 2s (430 kB/s)
2025-08-20T22:26:26.1990804Z Selecting previously unselected package fdupes.
2025-08-20T22:26:26.3101688Z (Reading database ... 
2025-08-20T22:26:26.3102059Z (Reading database ... 5%
2025-08-20T22:26:26.3102570Z (Reading database ... 10%
2025-08-20T22:26:26.3102838Z (Reading database ... 15%
2025-08-20T22:26:26.3103101Z (Reading database ... 20%
2025-08-20T22:26:26.3103434Z (Reading database ... 25%
2025-08-20T22:26:26.3104662Z (Reading database ... 30%
2025-08-20T22:26:26.3105408Z (Reading database ... 35%
2025-08-20T22:26:26.3105811Z (Reading database ... 40%
2025-08-20T22:26:26.3106066Z (Reading database ... 45%
2025-08-20T22:26:26.3106401Z (Reading database ... 50%
2025-08-20T22:26:26.5903256Z (Reading database ... 55%
2025-08-20T22:26:27.1439499Z (Reading database ... 60%
2025-08-20T22:26:27.6192762Z (Reading database ... 65%
2025-08-20T22:26:28.0775689Z (Reading database ... 70%
2025-08-20T22:26:28.5370876Z (Reading database ... 75%
2025-08-20T22:26:29.2650966Z (Reading database ... 80%
2025-08-20T22:26:29.8119401Z (Reading database ... 85%
2025-08-20T22:26:30.3786037Z (Reading database ... 90%
2025-08-20T22:26:30.8996295Z (Reading database ... 95%
2025-08-20T22:26:30.8997079Z (Reading database ... 100%
2025-08-20T22:26:30.8997508Z (Reading database ... 189117 files and directories currently installed.)
2025-08-20T22:26:30.9037456Z Preparing to unpack .../0-fdupes_1%3a2.3.0-1build1_arm64.deb ...
2025-08-20T22:26:30.9157524Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T22:26:31.0170412Z Preparing to unpack .../1-jq_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:26:31.0435123Z Unpacking jq (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T22:26:31.1629378Z Preparing to unpack .../2-libjq1_1.7.1-3ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:26:31.2024019Z Unpacking libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) over (1.7.1-3build1) ...
2025-08-20T22:26:31.2748827Z Selecting previously unselected package libio-pty-perl.
2025-08-20T22:26:31.2908031Z Preparing to unpack .../3-libio-pty-perl_1%3a1.20-1build2_arm64.deb ...
2025-08-20T22:26:31.3014634Z Unpacking libio-pty-perl (1:1.20-1build2) ...
2025-08-20T22:26:31.4025196Z Selecting previously unselected package libipc-run-perl.
2025-08-20T22:26:31.4165762Z Preparing to unpack .../4-libipc-run-perl_20231003.0-1_all.deb ...
2025-08-20T22:26:31.4257433Z Unpacking libipc-run-perl (20231003.0-1) ...
2025-08-20T22:26:31.5079685Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T22:26:31.5217937Z Preparing to unpack .../5-libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T22:26:31.5302963Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T22:26:31.5980561Z Selecting previously unselected package moreutils.
2025-08-20T22:26:31.6146647Z Preparing to unpack .../6-moreutils_0.69-1_arm64.deb ...
2025-08-20T22:26:31.6233140Z Unpacking moreutils (0.69-1) ...
2025-08-20T22:26:31.7445319Z Selecting previously unselected package dos2unix.
2025-08-20T22:26:31.7601799Z Preparing to unpack .../7-dos2unix_7.5.1-1_arm64.deb ...
2025-08-20T22:26:31.7686646Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T22:26:32.0606571Z Setting up libio-pty-perl (1:1.20-1build2) ...
2025-08-20T22:26:32.0854417Z Setting up libjq1:arm64 (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T22:26:32.1099982Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T22:26:32.1341774Z Setting up libipc-run-perl (20231003.0-1) ...
2025-08-20T22:26:32.1578899Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T22:26:32.1852564Z Setting up jq (1.7.1-3ubuntu0.24.04.1) ...
2025-08-20T22:26:32.6217078Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T22:26:32.6496410Z Setting up moreutils (0.69-1) ...
2025-08-20T22:26:32.6764972Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:27:01.3083583Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:27:02.4155165Z Reading package lists...
2025-08-20T22:27:02.6042685Z Building dependency tree...
2025-08-20T22:27:02.6050111Z Reading state information...
2025-08-20T22:27:02.8520618Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:27:02.8523220Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:27:02.8525568Z apt-utils set to manually installed.
2025-08-20T22:27:02.8526063Z ca-certificates is already the newest version (20240203).
2025-08-20T22:27:02.8526531Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:27:02.8527091Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:27:02.8527517Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:27:02.8527884Z moreutils is already the newest version (0.69-1).
2025-08-20T22:27:02.8528268Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:27:02.8528738Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:27:02.8529128Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:27:02.8529943Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T22:27:02.8530322Z tmux set to manually installed.
2025-08-20T22:27:02.8530647Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:27:02.8531045Z The following additional packages will be installed:
2025-08-20T22:27:02.8531539Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils gpg
2025-08-20T22:27:02.8532046Z   gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1 libfdisk1
2025-08-20T22:27:02.8532636Z   libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T22:27:02.8533009Z   uuid-runtime
2025-08-20T22:27:02.8536588Z Suggested packages:
2025-08-20T22:27:02.8537142Z   pinentry-gnome3 tor parcimonie xloadimage gpg-wks-server scdaemon nfs-common
2025-08-20T22:27:02.8537579Z   util-linux-extra util-linux-locales
2025-08-20T22:27:02.8537913Z Recommended packages:
2025-08-20T22:27:02.8538161Z   unattended-upgrades
2025-08-20T22:27:02.9377922Z The following NEW packages will be installed:
2025-08-20T22:27:02.9378316Z   rename
2025-08-20T22:27:02.9383477Z The following packages will be upgraded:
2025-08-20T22:27:02.9384005Z   bsdextrautils bsdutils dirmngr eject fdisk gnupg gnupg-l10n gnupg-utils
2025-08-20T22:27:02.9385090Z   gnupg2 gpg gpg-agent gpg-wks-client gpgconf gpgsm gpgv keyboxd libblkid1
2025-08-20T22:27:02.9392237Z   libfdisk1 libmount1 libsmartcols1 libuuid1 mount python3-software-properties
2025-08-20T22:27:02.9392745Z   software-properties-common util-linux uuid-runtime
2025-08-20T22:27:02.9577035Z 26 upgraded, 1 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:27:03.2321228Z Need to get 4390 kB of archives.
2025-08-20T22:27:03.2321739Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T22:27:03.2322344Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdutils arm64 1:2.39.3-9ubuntu6.3 [98.3 kB]
2025-08-20T22:27:03.4823125Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 util-linux arm64 2.39.3-9ubuntu6.3 [1115 kB]
2025-08-20T22:27:03.7778509Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 mount arm64 2.39.3-9ubuntu6.3 [116 kB]
2025-08-20T22:27:03.8427397Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libsmartcols1 arm64 2.39.3-9ubuntu6.3 [65.0 kB]
2025-08-20T22:27:03.9059783Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libuuid1 arm64 2.39.3-9ubuntu6.3 [36.0 kB]
2025-08-20T22:27:03.9680857Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 uuid-runtime arm64 2.39.3-9ubuntu6.3 [32.5 kB]
2025-08-20T22:27:04.0297854Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libblkid1 arm64 2.39.3-9ubuntu6.3 [123 kB]
2025-08-20T22:27:04.0950646Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libmount1 arm64 2.39.3-9ubuntu6.3 [133 kB]
2025-08-20T22:27:04.1605108Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-wks-client arm64 2.4.4-2ubuntu17.3 [69.7 kB]
2025-08-20T22:27:04.2236925Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 dirmngr arm64 2.4.4-2ubuntu17.3 [316 kB]
2025-08-20T22:27:04.2955647Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-utils arm64 2.4.4-2ubuntu17.3 [106 kB]
2025-08-20T22:27:04.3604185Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgsm arm64 2.4.4-2ubuntu17.3 [225 kB]
2025-08-20T22:27:04.4289343Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg-agent arm64 2.4.4-2ubuntu17.3 [221 kB]
2025-08-20T22:27:04.5003092Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpg arm64 2.4.4-2ubuntu17.3 [549 kB]
2025-08-20T22:27:04.5815120Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgconf arm64 2.4.4-2ubuntu17.3 [103 kB]
2025-08-20T22:27:04.6456230Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg all 2.4.4-2ubuntu17.3 [359 kB]
2025-08-20T22:27:04.7193644Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 keyboxd arm64 2.4.4-2ubuntu17.3 [75.9 kB]
2025-08-20T22:27:04.7824022Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gpgv arm64 2.4.4-2ubuntu17.3 [151 kB]
2025-08-20T22:27:04.8481970Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 eject arm64 2.39.3-9ubuntu6.3 [26.4 kB]
2025-08-20T22:27:05.0113334Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libfdisk1 arm64 2.39.3-9ubuntu6.3 [142 kB]
2025-08-20T22:27:05.0772597Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 bsdextrautils arm64 2.39.3-9ubuntu6.3 [71.4 kB]
2025-08-20T22:27:05.1407849Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 fdisk arm64 2.39.3-9ubuntu6.3 [120 kB]
2025-08-20T22:27:05.2059770Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gnupg-l10n all 2.4.4-2ubuntu17.3 [66.4 kB]
2025-08-20T22:27:05.2690486Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T22:27:05.3306972Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T22:27:05.3926363Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 rename all 2.02-1 [20.3 kB]
2025-08-20T22:27:05.4541018Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gnupg2 all 2.4.4-2ubuntu17.3 [4748 B]
2025-08-20T22:27:05.6908437Z Fetched 4390 kB in 2s (1768 kB/s)
2025-08-20T22:27:05.7224016Z (Reading database ... 
2025-08-20T22:27:05.7224364Z (Reading database ... 5%
2025-08-20T22:27:05.7224805Z (Reading database ... 10%
2025-08-20T22:27:05.7225068Z (Reading database ... 15%
2025-08-20T22:27:05.7225368Z (Reading database ... 20%
2025-08-20T22:27:05.7225663Z (Reading database ... 25%
2025-08-20T22:27:05.7225895Z (Reading database ... 30%
2025-08-20T22:27:05.7226155Z (Reading database ... 35%
2025-08-20T22:27:05.7226457Z (Reading database ... 40%
2025-08-20T22:27:05.7226759Z (Reading database ... 45%
2025-08-20T22:27:05.7227182Z (Reading database ... 50%
2025-08-20T22:27:05.7244996Z (Reading database ... 55%
2025-08-20T22:27:05.7326464Z (Reading database ... 60%
2025-08-20T22:27:05.7363957Z (Reading database ... 65%
2025-08-20T22:27:05.7377095Z (Reading database ... 70%
2025-08-20T22:27:05.7395329Z (Reading database ... 75%
2025-08-20T22:27:05.7424651Z (Reading database ... 80%
2025-08-20T22:27:05.7580350Z (Reading database ... 85%
2025-08-20T22:27:05.7598933Z (Reading database ... 90%
2025-08-20T22:27:05.7685907Z (Reading database ... 95%
2025-08-20T22:27:05.7686197Z (Reading database ... 100%
2025-08-20T22:27:05.7686643Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:27:05.7711955Z Preparing to unpack .../bsdutils_1%3a2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:27:05.7972612Z Unpacking bsdutils (1:2.39.3-9ubuntu6.3) over (1:2.39.3-9ubuntu6.2) ...
2025-08-20T22:27:05.9277712Z Setting up bsdutils (1:2.39.3-9ubuntu6.3) ...
2025-08-20T22:27:06.0184774Z (Reading database ... 
2025-08-20T22:27:06.0185147Z (Reading database ... 5%
2025-08-20T22:27:06.0185417Z (Reading database ... 10%
2025-08-20T22:27:06.0185724Z (Reading database ... 15%
2025-08-20T22:27:06.0185978Z (Reading database ... 20%
2025-08-20T22:27:06.0186243Z (Reading database ... 25%
2025-08-20T22:27:06.0186552Z (Reading database ... 30%
2025-08-20T22:27:06.0186803Z (Reading database ... 35%
2025-08-20T22:27:06.0187276Z (Reading database ... 40%
2025-08-20T22:27:06.0187616Z (Reading database ... 45%
2025-08-20T22:27:06.0187895Z (Reading database ... 50%
2025-08-20T22:27:06.0206438Z (Reading database ... 55%
2025-08-20T22:27:06.0289681Z (Reading database ... 60%
2025-08-20T22:27:06.0328679Z (Reading database ... 65%
2025-08-20T22:27:06.0342222Z (Reading database ... 70%
2025-08-20T22:27:06.0361088Z (Reading database ... 75%
2025-08-20T22:27:06.0392159Z (Reading database ... 80%
2025-08-20T22:27:06.0550214Z (Reading database ... 85%
2025-08-20T22:27:06.0569254Z (Reading database ... 90%
2025-08-20T22:27:06.0660600Z (Reading database ... 95%
2025-08-20T22:27:06.0660959Z (Reading database ... 100%
2025-08-20T22:27:06.0661310Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:27:06.0687513Z Preparing to unpack .../util-linux_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:27:06.1006064Z Unpacking util-linux (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:27:06.2324987Z Setting up util-linux (2.39.3-9ubuntu6.3) ...
2025-08-20T22:27:06.8701014Z fstrim.service is a disabled or a static unit not running, not starting it.
2025-08-20T22:27:06.9278212Z (Reading database ... 
2025-08-20T22:27:06.9279160Z (Reading database ... 5%
2025-08-20T22:27:06.9279496Z (Reading database ... 10%
2025-08-20T22:27:06.9279892Z (Reading database ... 15%
2025-08-20T22:27:06.9280154Z (Reading database ... 20%
2025-08-20T22:27:06.9280444Z (Reading database ... 25%
2025-08-20T22:27:06.9280735Z (Reading database ... 30%
2025-08-20T22:27:06.9280973Z (Reading database ... 35%
2025-08-20T22:27:06.9281231Z (Reading database ... 40%
2025-08-20T22:27:06.9281528Z (Reading database ... 45%
2025-08-20T22:27:06.9281780Z (Reading database ... 50%
2025-08-20T22:27:06.9299443Z (Reading database ... 55%
2025-08-20T22:27:06.9380320Z (Reading database ... 60%
2025-08-20T22:27:06.9417623Z (Reading database ... 65%
2025-08-20T22:27:06.9430941Z (Reading database ... 70%
2025-08-20T22:27:06.9449471Z (Reading database ... 75%
2025-08-20T22:27:06.9479151Z (Reading database ... 80%
2025-08-20T22:27:06.9635228Z (Reading database ... 85%
2025-08-20T22:27:06.9653849Z (Reading database ... 90%
2025-08-20T22:27:06.9742981Z (Reading database ... 95%
2025-08-20T22:27:06.9743675Z (Reading database ... 100%
2025-08-20T22:27:06.9744227Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:27:06.9770206Z Preparing to unpack .../mount_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:27:07.0030055Z Unpacking mount (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:27:07.1127796Z Preparing to unpack .../libsmartcols1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:27:07.1487420Z Unpacking libsmartcols1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:27:07.2374356Z Setting up libsmartcols1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:27:07.3278122Z (Reading database ... 
2025-08-20T22:27:07.3278528Z (Reading database ... 5%
2025-08-20T22:27:07.3278944Z (Reading database ... 10%
2025-08-20T22:27:07.3279214Z (Reading database ... 15%
2025-08-20T22:27:07.3279496Z (Reading database ... 20%
2025-08-20T22:27:07.3279811Z (Reading database ... 25%
2025-08-20T22:27:07.3280084Z (Reading database ... 30%
2025-08-20T22:27:07.3280404Z (Reading database ... 35%
2025-08-20T22:27:07.3280652Z (Reading database ... 40%
2025-08-20T22:27:07.3280908Z (Reading database ... 45%
2025-08-20T22:27:07.3281209Z (Reading database ... 50%
2025-08-20T22:27:07.3287747Z (Reading database ... 55%
2025-08-20T22:27:07.3376221Z (Reading database ... 60%
2025-08-20T22:27:07.3420606Z (Reading database ... 65%
2025-08-20T22:27:07.3438181Z (Reading database ... 70%
2025-08-20T22:27:07.3457815Z (Reading database ... 75%
2025-08-20T22:27:07.3488838Z (Reading database ... 80%
2025-08-20T22:27:07.3651982Z (Reading database ... 85%
2025-08-20T22:27:07.3670251Z (Reading database ... 90%
2025-08-20T22:27:07.3763064Z (Reading database ... 95%
2025-08-20T22:27:07.3763670Z (Reading database ... 100%
2025-08-20T22:27:07.3764457Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:27:07.3790823Z Preparing to unpack .../libuuid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:27:07.4084271Z Unpacking libuuid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:27:07.5035658Z Setting up libuuid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:27:07.6123720Z (Reading database ... 
2025-08-20T22:27:07.6124106Z (Reading database ... 5%
2025-08-20T22:27:07.6124529Z (Reading database ... 10%
2025-08-20T22:27:07.6124824Z (Reading database ... 15%
2025-08-20T22:27:07.6125462Z (Reading database ... 20%
2025-08-20T22:27:07.6125813Z (Reading database ... 25%
2025-08-20T22:27:07.6126063Z (Reading database ... 30%
2025-08-20T22:27:07.6126299Z (Reading database ... 35%
2025-08-20T22:27:07.6126599Z (Reading database ... 40%
2025-08-20T22:27:07.6127133Z (Reading database ... 45%
2025-08-20T22:27:07.6127445Z (Reading database ... 50%
2025-08-20T22:27:07.6142922Z (Reading database ... 55%
2025-08-20T22:27:07.6223711Z (Reading database ... 60%
2025-08-20T22:27:07.6261341Z (Reading database ... 65%
2025-08-20T22:27:07.6274995Z (Reading database ... 70%
2025-08-20T22:27:07.6293279Z (Reading database ... 75%
2025-08-20T22:27:07.6322880Z (Reading database ... 80%
2025-08-20T22:27:07.6478624Z (Reading database ... 85%
2025-08-20T22:27:07.6495397Z (Reading database ... 90%
2025-08-20T22:27:07.6581729Z (Reading database ... 95%
2025-08-20T22:27:07.6582077Z (Reading database ... 100%
2025-08-20T22:27:07.6582567Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:27:07.6608160Z Preparing to unpack .../uuid-runtime_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:27:07.6953938Z Unpacking uuid-runtime (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:27:07.7987520Z Preparing to unpack .../libblkid1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:27:07.8284585Z Unpacking libblkid1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:27:07.9221846Z Setting up libblkid1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:27:08.0253905Z (Reading database ... 
2025-08-20T22:27:08.0254753Z (Reading database ... 5%
2025-08-20T22:27:08.0254997Z (Reading database ... 10%
2025-08-20T22:27:08.0255252Z (Reading database ... 15%
2025-08-20T22:27:08.0255543Z (Reading database ... 20%
2025-08-20T22:27:08.0255834Z (Reading database ... 25%
2025-08-20T22:27:08.0256072Z (Reading database ... 30%
2025-08-20T22:27:08.0256369Z (Reading database ... 35%
2025-08-20T22:27:08.0256614Z (Reading database ... 40%
2025-08-20T22:27:08.0257074Z (Reading database ... 45%
2025-08-20T22:27:08.0257378Z (Reading database ... 50%
2025-08-20T22:27:08.0275644Z (Reading database ... 55%
2025-08-20T22:27:08.0358676Z (Reading database ... 60%
2025-08-20T22:27:08.0396911Z (Reading database ... 65%
2025-08-20T22:27:08.0410828Z (Reading database ... 70%
2025-08-20T22:27:08.0429691Z (Reading database ... 75%
2025-08-20T22:27:08.0460217Z (Reading database ... 80%
2025-08-20T22:27:08.0620127Z (Reading database ... 85%
2025-08-20T22:27:08.0637067Z (Reading database ... 90%
2025-08-20T22:27:08.0728449Z (Reading database ... 95%
2025-08-20T22:27:08.0728956Z (Reading database ... 100%
2025-08-20T22:27:08.0729341Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:27:08.0755390Z Preparing to unpack .../libmount1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:27:08.1168690Z Unpacking libmount1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:27:08.2286665Z Setting up libmount1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:27:08.3070283Z (Reading database ... 
2025-08-20T22:27:08.3070657Z (Reading database ... 5%
2025-08-20T22:27:08.3070900Z (Reading database ... 10%
2025-08-20T22:27:08.3071204Z (Reading database ... 15%
2025-08-20T22:27:08.3071485Z (Reading database ... 20%
2025-08-20T22:27:08.3071759Z (Reading database ... 25%
2025-08-20T22:27:08.3072048Z (Reading database ... 30%
2025-08-20T22:27:08.3072298Z (Reading database ... 35%
2025-08-20T22:27:08.3072567Z (Reading database ... 40%
2025-08-20T22:27:08.3072819Z (Reading database ... 45%
2025-08-20T22:27:08.3073105Z (Reading database ... 50%
2025-08-20T22:27:08.3090212Z (Reading database ... 55%
2025-08-20T22:27:08.3172748Z (Reading database ... 60%
2025-08-20T22:27:08.3209157Z (Reading database ... 65%
2025-08-20T22:27:08.3222886Z (Reading database ... 70%
2025-08-20T22:27:08.3240729Z (Reading database ... 75%
2025-08-20T22:27:08.3269839Z (Reading database ... 80%
2025-08-20T22:27:08.3424785Z (Reading database ... 85%
2025-08-20T22:27:08.3441012Z (Reading database ... 90%
2025-08-20T22:27:08.3526076Z (Reading database ... 95%
2025-08-20T22:27:08.3526426Z (Reading database ... 100%
2025-08-20T22:27:08.3526771Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:27:08.3551651Z Preparing to unpack .../0-gpg-wks-client_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:27:08.3815878Z Unpacking gpg-wks-client (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:27:08.4999445Z Preparing to unpack .../1-dirmngr_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:27:08.5563962Z Unpacking dirmngr (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:27:08.6696098Z Preparing to unpack .../2-gnupg-utils_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:27:08.7064680Z Unpacking gnupg-utils (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:27:08.8043671Z Preparing to unpack .../3-gpgsm_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:27:08.8317295Z Unpacking gpgsm (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:27:08.9398854Z Preparing to unpack .../4-gpg-agent_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:27:08.9648274Z Unpacking gpg-agent (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:27:09.0666133Z Preparing to unpack .../5-gpg_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:27:09.0945617Z Unpacking gpg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:27:09.1950863Z Preparing to unpack .../6-gpgconf_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:27:09.2224643Z Unpacking gpgconf (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:27:09.3226737Z Preparing to unpack .../7-gnupg_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:27:09.3485477Z Unpacking gnupg (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:27:09.4647181Z Preparing to unpack .../8-keyboxd_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:27:09.4895633Z Unpacking keyboxd (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:27:09.5859293Z Preparing to unpack .../9-gpgv_2.4.4-2ubuntu17.3_arm64.deb ...
2025-08-20T22:27:09.6103381Z Unpacking gpgv (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:27:09.7071854Z Setting up gpgv (2.4.4-2ubuntu17.3) ...
2025-08-20T22:27:09.7838822Z (Reading database ... 
2025-08-20T22:27:09.7839222Z (Reading database ... 5%
2025-08-20T22:27:09.7840369Z (Reading database ... 10%
2025-08-20T22:27:09.7840676Z (Reading database ... 15%
2025-08-20T22:27:09.7840923Z (Reading database ... 20%
2025-08-20T22:27:09.7841232Z (Reading database ... 25%
2025-08-20T22:27:09.7841478Z (Reading database ... 30%
2025-08-20T22:27:09.7841817Z (Reading database ... 35%
2025-08-20T22:27:09.7842059Z (Reading database ... 40%
2025-08-20T22:27:09.7842311Z (Reading database ... 45%
2025-08-20T22:27:09.7842587Z (Reading database ... 50%
2025-08-20T22:27:09.7860787Z (Reading database ... 55%
2025-08-20T22:27:09.7947342Z (Reading database ... 60%
2025-08-20T22:27:09.7986975Z (Reading database ... 65%
2025-08-20T22:27:09.8000988Z (Reading database ... 70%
2025-08-20T22:27:09.8021400Z (Reading database ... 75%
2025-08-20T22:27:09.8053421Z (Reading database ... 80%
2025-08-20T22:27:09.8215645Z (Reading database ... 85%
2025-08-20T22:27:09.8233530Z (Reading database ... 90%
2025-08-20T22:27:09.8325802Z (Reading database ... 95%
2025-08-20T22:27:09.8326074Z (Reading database ... 100%
2025-08-20T22:27:09.8326542Z (Reading database ... 189328 files and directories currently installed.)
2025-08-20T22:27:09.8358081Z Preparing to unpack .../0-eject_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:27:09.8628445Z Unpacking eject (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:27:09.9781483Z Preparing to unpack .../1-libfdisk1_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:27:10.0077715Z Unpacking libfdisk1:arm64 (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:27:10.0994197Z Preparing to unpack .../2-bsdextrautils_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:27:10.1271151Z Unpacking bsdextrautils (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:27:10.2179348Z Preparing to unpack .../3-fdisk_2.39.3-9ubuntu6.3_arm64.deb ...
2025-08-20T22:27:10.2449138Z Unpacking fdisk (2.39.3-9ubuntu6.3) over (2.39.3-9ubuntu6.2) ...
2025-08-20T22:27:10.3376466Z Preparing to unpack .../4-gnupg-l10n_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:27:10.3626262Z Unpacking gnupg-l10n (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:27:10.4755592Z Preparing to unpack .../5-software-properties-common_0.99.49.3_all.deb ...
2025-08-20T22:27:10.5951436Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:27:10.7276013Z Preparing to unpack .../6-python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T22:27:10.8078336Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:27:10.8863897Z Selecting previously unselected package rename.
2025-08-20T22:27:10.9027085Z Preparing to unpack .../7-rename_2.02-1_all.deb ...
2025-08-20T22:27:10.9108850Z Unpacking rename (2.02-1) ...
2025-08-20T22:27:10.9894648Z Preparing to unpack .../8-gnupg2_2.4.4-2ubuntu17.3_all.deb ...
2025-08-20T22:27:11.0235968Z Unpacking gnupg2 (2.4.4-2ubuntu17.3) over (2.4.4-2ubuntu17.2) ...
2025-08-20T22:27:11.1174531Z Setting up bsdextrautils (2.39.3-9ubuntu6.3) ...
2025-08-20T22:27:11.1485135Z Setting up rename (2.02-1) ...
2025-08-20T22:27:11.1693213Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T22:27:11.1862447Z Setting up eject (2.39.3-9ubuntu6.3) ...
2025-08-20T22:27:11.2156187Z Setting up gnupg-l10n (2.4.4-2ubuntu17.3) ...
2025-08-20T22:27:11.2436107Z Setting up libfdisk1:arm64 (2.39.3-9ubuntu6.3) ...
2025-08-20T22:27:11.2705909Z Setting up mount (2.39.3-9ubuntu6.3) ...
2025-08-20T22:27:11.2968257Z Setting up uuid-runtime (2.39.3-9ubuntu6.3) ...
2025-08-20T22:27:11.9009411Z uuidd.service is a disabled or a static unit not running, not starting it.
2025-08-20T22:27:11.9210783Z Setting up gpgconf (2.4.4-2ubuntu17.3) ...
2025-08-20T22:27:11.9453979Z Setting up gpg (2.4.4-2ubuntu17.3) ...
2025-08-20T22:27:11.9693518Z Setting up gnupg-utils (2.4.4-2ubuntu17.3) ...
2025-08-20T22:27:11.9974064Z Setting up gpg-agent (2.4.4-2ubuntu17.3) ...
2025-08-20T22:27:12.3476101Z Setting up gpgsm (2.4.4-2ubuntu17.3) ...
2025-08-20T22:27:12.3785435Z Setting up fdisk (2.39.3-9ubuntu6.3) ...
2025-08-20T22:27:12.4042383Z Setting up dirmngr (2.4.4-2ubuntu17.3) ...
2025-08-20T22:27:12.5198604Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T22:27:12.6501950Z Setting up keyboxd (2.4.4-2ubuntu17.3) ...
2025-08-20T22:27:12.7528918Z Setting up gnupg (2.4.4-2ubuntu17.3) ...
2025-08-20T22:27:12.7808130Z Setting up gnupg2 (2.4.4-2ubuntu17.3) ...
2025-08-20T22:27:12.8058591Z Setting up gpg-wks-client (2.4.4-2ubuntu17.3) ...
2025-08-20T22:27:12.8303217Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T22:27:12.9512900Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:27:13.2196062Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:27:13.2637705Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:27:14.8329955Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T22:27:16.0369817Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:27:16.0547387Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:27:16.3079335Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:27:16.4365404Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:27:16.5655060Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:27:16.6949067Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:27:17.5344205Z Reading package lists...
2025-08-20T22:27:17.7315946Z Building dependency tree...
2025-08-20T22:27:17.7325684Z Reading state information...
2025-08-20T22:27:17.7794314Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:27:17.7932030Z 
2025-08-20T22:27:17.7933627Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:27:17.7934094Z 
2025-08-20T22:27:17.9808479Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:27:17.9961198Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:27:18.1584063Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:27:18.2879185Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:27:18.4169369Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:27:18.5460894Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:27:19.4005514Z Reading package lists...
2025-08-20T22:27:19.5642468Z Building dependency tree...
2025-08-20T22:27:19.5649859Z Reading state information...
2025-08-20T22:27:19.5845927Z 168 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:27:19.5934188Z 
2025-08-20T22:27:19.5934910Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:27:19.5935254Z 
2025-08-20T22:27:19.6045613Z Reading package lists...
2025-08-20T22:27:19.7892114Z Building dependency tree...
2025-08-20T22:27:19.7900729Z Reading state information...
2025-08-20T22:27:20.0211144Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:27:20.0589903Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:27:20.0853784Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T22:27:20.2492931Z ##[group]Run ##Presets
2025-08-20T22:27:20.2493554Z [36;1m##Presets[0m
2025-08-20T22:27:20.2493883Z [36;1mset +x ; set +e[0m
2025-08-20T22:27:20.2494142Z [36;1m#-------------#[0m
2025-08-20T22:27:20.2494389Z [36;1m##Debug?[0m
2025-08-20T22:27:20.2494718Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:27:20.2495100Z [36;1m  set -x[0m
2025-08-20T22:27:20.2495309Z [36;1mfi[0m
2025-08-20T22:27:20.2495574Z [36;1m#-------------#[0m
2025-08-20T22:27:20.2496038Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T22:27:20.2496676Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T22:27:20.2497262Z [36;1msudo service procps restart[0m
2025-08-20T22:27:20.2497548Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T22:27:20.2523873Z shell: /usr/bin/bash -e {0}
2025-08-20T22:27:20.2524142Z env:
2025-08-20T22:27:20.2524626Z   CROSS_COMPILING: NO
2025-08-20T22:27:20.2524914Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:27:20.2525244Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:27:20.2525471Z   ON_QEMU: NO
2025-08-20T22:27:20.2525662Z   DEBUG: 0
2025-08-20T22:27:20.2525954Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:27:20.2526213Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:27:20.2526546Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sic/official
2025-08-20T22:27:20.2526962Z   KEEP_LOGS: YES
2025-08-20T22:27:20.2527186Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:27:20.2527497Z   PKG_FAMILY_LOCAL: sic
2025-08-20T22:27:20.2527756Z   SBUILD_REBUILD: false
2025-08-20T22:27:20.2528292Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:27:20.2528905Z   BUILD_SYS: docker://rust
2025-08-20T22:27:20.2529150Z   BUILD_ON_HOST: FALSE
2025-08-20T22:27:20.2529425Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:27:20.2529658Z   SYSTMP: /tmp
2025-08-20T22:27:20.2529875Z   GHA_MODE: MATRIX
2025-08-20T22:27:20.2530367Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:27:20.2530860Z ##[endgroup]
2025-08-20T22:27:20.2621336Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T22:27:20.2674602Z 0
2025-08-20T22:27:20.2975907Z vm.max_map_count = 262144
2025-08-20T22:27:20.2976255Z fs.inotify.max_user_watches = 655360
2025-08-20T22:27:20.2976691Z fs.inotify.max_user_instances = 1280
2025-08-20T22:27:20.2977103Z vm.mmap_rnd_bits = 28
2025-08-20T22:27:20.3059306Z ##[group]Run ##Presets
2025-08-20T22:27:20.3059804Z [36;1m##Presets[0m
2025-08-20T22:27:20.3060028Z [36;1mset +x ; set +e[0m
2025-08-20T22:27:20.3060276Z [36;1m#-------------#[0m
2025-08-20T22:27:20.3060630Z [36;1m##Debug?[0m
2025-08-20T22:27:20.3060931Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:27:20.3061249Z [36;1m  set -x[0m
2025-08-20T22:27:20.3061524Z [36;1mfi[0m
2025-08-20T22:27:20.3061744Z [36;1m#-------------#[0m
2025-08-20T22:27:20.3062037Z [36;1m##Main[0m
2025-08-20T22:27:20.3062291Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:27:20.3062944Z [36;1m curl -qfsSL "https://raw.githubusercontent.com/pkgforge/bincache/refs/heads/main/scripts/runner/builder.sh" -o "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:27:20.3063720Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:27:20.3064113Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T22:27:20.3064516Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T22:27:20.3064799Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T22:27:20.3065119Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T22:27:20.3065506Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T22:27:20.3065822Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T22:27:20.3066194Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T22:27:20.3066765Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T22:27:20.3067310Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T22:27:20.3067754Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T22:27:20.3068082Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T22:27:20.3068402Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T22:27:20.3068755Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T22:27:20.3069077Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T22:27:20.3069398Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T22:27:20.3069764Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T22:27:20.3070122Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T22:27:20.3070501Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T22:27:20.3070857Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T22:27:20.3071208Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T22:27:20.3071605Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T22:27:20.3071967Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T22:27:20.3072299Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T22:27:20.3072640Z [36;1m     "${POD_ID}" \[0m
2025-08-20T22:27:20.3073010Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T22:27:20.3073518Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:27:20.3074037Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:27:20.3074533Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T22:27:20.3074941Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:27:20.3075311Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:27:20.3075956Z [36;1m   sudo chown -Rv "$(whoami):$(whoami)" "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T22:27:20.3076947Z [36;1m   sudo chmod -R +xwr "${SYSTMP}/BUILD.log" "${SYSTMP}/BUILD_ARTIFACTS.zstd" "${SYSTMP}/GITHUB_ENV" "${SYSTMP}/_POD_BRIDGE" 2>/dev/null[0m
2025-08-20T22:27:20.3077506Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T22:27:20.3077827Z [36;1m else[0m
2025-08-20T22:27:20.3078388Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T22:27:20.3078797Z [36;1m fi[0m
2025-08-20T22:27:20.3079147Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T22:27:20.3079567Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T22:27:20.3080002Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:27:20.3080485Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:27:20.3080915Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:27:20.3081386Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:27:20.3081828Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:27:20.3082243Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:27:20.3082724Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:27:20.3083177Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:27:20.3083511Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:27:20.3105952Z shell: /usr/bin/bash -e {0}
2025-08-20T22:27:20.3106335Z env:
2025-08-20T22:27:20.3106559Z   CROSS_COMPILING: NO
2025-08-20T22:27:20.3106804Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:27:20.3107375Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:27:20.3107872Z   ON_QEMU: NO
2025-08-20T22:27:20.3108084Z   DEBUG: 0
2025-08-20T22:27:20.3108390Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:27:20.3108657Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:27:20.3108978Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sic/official
2025-08-20T22:27:20.3109345Z   KEEP_LOGS: YES
2025-08-20T22:27:20.3109561Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:27:20.3109830Z   PKG_FAMILY_LOCAL: sic
2025-08-20T22:27:20.3110066Z   SBUILD_REBUILD: false
2025-08-20T22:27:20.3110634Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:27:20.3111547Z   BUILD_SYS: docker://rust
2025-08-20T22:27:20.3111795Z   BUILD_ON_HOST: FALSE
2025-08-20T22:27:20.3112015Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:27:20.3112290Z   SYSTMP: /tmp
2025-08-20T22:27:20.3112497Z   GHA_MODE: MATRIX
2025-08-20T22:27:20.3113007Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:27:20.3113761Z   GHCR_TOKEN: ***
2025-08-20T22:27:20.3114098Z   GITHUB_TOKEN: ***
2025-08-20T22:27:20.3114447Z   GITLAB_TOKEN: ***
2025-08-20T22:27:20.3115610Z   MINISIGN_KEY: ***
2025-08-20T22:27:20.3116036Z ##[endgroup]
2025-08-20T22:27:20.4899601Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T22:27:20.6780625Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:27:20.6781195Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:27:20.6781541Z 
2025-08-20T22:27:20.7102661Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:27:20.7211806Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:27:20.7212422Z 100  5198  100  5198    0     0   117k      0 --:--:-- --:--:-- --:--:--  115k
2025-08-20T22:27:20.7222681Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:27:20.7298002Z 
2025-08-20T22:27:20.7298579Z [+] Building [/tmp/tmp.ETgBzdlVo0/SBUILD_INPUT] Locally
2025-08-20T22:27:20.7298953Z 
2025-08-20T22:27:20.7309095Z '/tmp/tmp.ETgBzdlVo0/SBUILD_INPUT' -> '/tmp/pkgforge/jrqRzaw1p_build.yaml'
2025-08-20T22:27:20.9437288Z 
2025-08-20T22:27:20.9437733Z [+] Passwordless sudo is Configured
2025-08-20T22:27:21.1330203Z 
2025-08-20T22:27:21.1341231Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T22:27:21.1341536Z 
2025-08-20T22:27:21.1695512Z 
2025-08-20T22:27:21.1697248Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/aarch64-Linux
2025-08-20T22:27:21.1697620Z 
2025-08-20T22:27:21.1697626Z 
2025-08-20T22:27:21.1697890Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T22:27:21.1698283Z 
2025-08-20T22:27:21.1735765Z [+] Installing: 7z -> 7z
2025-08-20T22:27:21.8383040Z [+] Installing: actionlint -> actionlint
2025-08-20T22:27:22.2561690Z [+] Installing: anew -> anew
2025-08-20T22:27:22.9119553Z [+] Installing: anew-rs -> anew-rs
2025-08-20T22:27:23.5496442Z [+] Installing: ansi2html -> ansi2html
2025-08-20T22:27:24.1784878Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T22:27:24.8303144Z [+] Installing: archey -> archey
2025-08-20T22:27:25.5050471Z [+] Installing: aria2 -> aria2c
2025-08-20T22:27:26.7221879Z [+] Installing: askalono -> askalono
2025-08-20T22:27:27.3744841Z [+] Installing: bsdtar -> bsdtar
2025-08-20T22:27:28.0663484Z [+] Installing: b3sum -> b3sum
2025-08-20T22:27:28.6875159Z [+] Installing: bita -> bita
2025-08-20T22:27:29.4876812Z [+] Installing: btop -> btop
2025-08-20T22:27:30.1496813Z [+] Installing: chafa -> chafa
2025-08-20T22:27:30.8290591Z [+] Installing: cloudflared -> cloudflared
2025-08-20T22:27:31.5359899Z [+] Installing: croc -> croc
2025-08-20T22:27:32.1903559Z [+] Installing: csvtk -> csvtk
2025-08-20T22:27:32.8693075Z [+] Installing: cutlines -> cutlines
2025-08-20T22:27:33.2433888Z curl: (22) The requested URL returned error: 404
2025-08-20T22:27:33.2468329Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T22:27:33.2468905Z [+] Installing: dbin -> dbin
2025-08-20T22:27:33.9335896Z [+] Installing: dasel -> dasel
2025-08-20T22:27:34.6115646Z [+] Installing: delta -> delta
2025-08-20T22:27:35.2492582Z [+] Installing: ds -> ds
2025-08-20T22:27:35.8282586Z curl: (22) The requested URL returned error: 404
2025-08-20T22:27:35.8394097Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T22:27:35.8394574Z [+] Installing: dos2unix -> dos2unix
2025-08-20T22:27:36.4386272Z [+] Installing: duf -> duf
2025-08-20T22:27:37.0658891Z [+] Installing: duplicut -> duplicut
2025-08-20T22:27:37.7408321Z [+] Installing: dust -> dust
2025-08-20T22:27:38.3791589Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T22:27:39.0585075Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T22:27:39.3716912Z [+] Installing: dysk -> dysk
2025-08-20T22:27:39.9928777Z [+] Installing: eget -> eget
2025-08-20T22:27:40.6741693Z [+] Installing: epoch -> epoch
2025-08-20T22:27:41.3265794Z [+] Installing: faketty -> faketty
2025-08-20T22:27:41.9464443Z [+] Installing: fastfetch -> fastfetch
2025-08-20T22:27:42.5748594Z [+] Installing: freeze -> freeze
2025-08-20T22:27:43.2240887Z [+] Installing: fusermount3 -> fusermount
2025-08-20T22:27:43.8532209Z [+] Installing: gdu -> gdu
2025-08-20T22:27:44.5163236Z [+] Installing: gh -> gh
2025-08-20T22:27:45.2792005Z [+] Installing: gitleaks -> gitleaks
2025-08-20T22:27:45.7072493Z [+] Installing: git-sizer -> git-sizer
2025-08-20T22:27:46.3669440Z [+] Installing: glab -> glab
2025-08-20T22:27:47.0830220Z [+] Installing: glow -> glow
2025-08-20T22:27:47.7779558Z [+] Installing: httpx -> httpx
2025-08-20T22:27:48.5712726Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T22:27:49.2758128Z [+] Installing: husarnet -> husarnet
2025-08-20T22:27:49.8569366Z curl: (22) The requested URL returned error: 404
2025-08-20T22:27:49.8601319Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T22:27:49.8602003Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T22:27:50.4739635Z curl: (22) The requested URL returned error: 404
2025-08-20T22:27:50.4771529Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T22:27:50.4772172Z [+] Installing: imgcat -> imgcat
2025-08-20T22:27:51.1362099Z [+] Installing: jc -> jc
2025-08-20T22:27:51.8163159Z [+] Installing: jq -> jq
2025-08-20T22:27:52.2271291Z [+] Installing: logdy -> logdy
2025-08-20T22:27:52.9610629Z [+] Installing: micro -> micro
2025-08-20T22:27:53.6571170Z [+] Installing: miniserve -> miniserve
2025-08-20T22:27:54.2975523Z [+] Installing: minisign -> minisign
2025-08-20T22:27:54.9016317Z [+] Installing: ncdu -> ncdu
2025-08-20T22:27:55.5182461Z [+] Installing: notify -> notify
2025-08-20T22:27:56.2158262Z [+] Installing: ouch -> ouch
2025-08-20T22:27:56.9280413Z [+] Installing: oras -> oras
2025-08-20T22:27:57.5883665Z [+] Installing: pipetty -> pipetty
2025-08-20T22:27:58.2402851Z [+] Installing: pixterm -> pixterm
2025-08-20T22:27:58.8898026Z [+] Installing: qsv -> qsv
2025-08-20T22:27:59.6064162Z [+] Installing: rclone -> rclone
2025-08-20T22:28:00.4153165Z [+] Installing: ripgrep -> rg
2025-08-20T22:28:01.0625793Z [+] Installing: rga -> rga
2025-08-20T22:28:01.7131563Z [+] Installing: rsync -> rsync
2025-08-20T22:28:02.3755239Z [+] Installing: script -> script
2025-08-20T22:28:03.0436112Z [+] Installing: shellcheck -> shellcheck
2025-08-20T22:28:03.7874323Z [+] Installing: soar -> soar
2025-08-20T22:28:04.4618206Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T22:28:05.1344515Z [+] Installing: sstrip -> sstrip
2025-08-20T22:28:05.7448288Z [+] Installing: strace -> strace
2025-08-20T22:28:06.4606258Z [+] Installing: sttr -> sttr
2025-08-20T22:28:07.1420795Z [+] Installing: tailscale -> tailscale
2025-08-20T22:28:07.8475612Z [+] Installing: tailscaled -> tailscaled
2025-08-20T22:28:08.5915391Z [+] Installing: taplo -> taplo
2025-08-20T22:28:09.0140197Z [+] Installing: tldr -> tldr
2025-08-20T22:28:09.6406031Z [+] Installing: tldr -> tealdeer
2025-08-20T22:28:10.2242398Z [+] Installing: tmux -> tmux
2025-08-20T22:28:10.8949369Z [+] Installing: tok -> tok
2025-08-20T22:28:11.6969746Z [+] Installing: trufflehog -> trufflehog
2025-08-20T22:28:12.4208868Z [+] Installing: trurl -> trurl
2025-08-20T22:28:13.0909940Z [+] Installing: tss -> tss
2025-08-20T22:28:13.7169024Z [+] Installing: ulexec -> ulexec
2025-08-20T22:28:14.3768987Z [+] Installing: unfurl -> unfurl
2025-08-20T22:28:15.0386130Z [+] Installing: upx -> upx
2025-08-20T22:28:15.6670891Z [+] Installing: validtoml -> validtoml
2025-08-20T22:28:16.3543234Z [+] Installing: wget -> wget
2025-08-20T22:28:16.7965360Z [+] Installing: wget2 -> wget2
2025-08-20T22:28:17.4969249Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T22:28:18.1718643Z [+] Installing: xq -> xq
2025-08-20T22:28:18.8058297Z [+] Installing: xz -> xz
2025-08-20T22:28:19.4249891Z [+] Installing: unxz -> unxz
2025-08-20T22:28:20.0515047Z [+] Installing: yq -> yq
2025-08-20T22:28:20.6057335Z [+] Installing: yj -> yj
2025-08-20T22:28:21.2653466Z [+] Installing: zapper -> zapper
2025-08-20T22:28:21.9001551Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T22:28:22.5223180Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T22:28:23.0932643Z curl: (22) The requested URL returned error: 404
2025-08-20T22:28:23.0967084Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T22:28:23.0967824Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T22:28:23.7040038Z curl: (22) The requested URL returned error: 404
2025-08-20T22:28:23.7073659Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T22:28:23.7075422Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T22:28:24.3508158Z curl: (22) The requested URL returned error: 404
2025-08-20T22:28:24.3541657Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T22:28:24.3542692Z [+] Installing: zstd -> zstd
2025-08-20T22:28:24.9975527Z [+] Creating symlinks...
2025-08-20T22:28:25.0042746Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T22:28:25.0116340Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T22:28:25.0189506Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T22:28:25.0262568Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T22:28:25.0336298Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T22:28:25.0411791Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T22:28:25.0486470Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T22:28:25.0559992Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T22:28:25.0633084Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T22:28:25.0712393Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T22:28:25.0787617Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T22:28:25.0861589Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T22:28:25.0937775Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T22:28:25.1012978Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T22:28:25.1087965Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T22:28:25.1163272Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T22:28:25.1237429Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T22:28:25.1268530Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T22:28:25.1333643Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T22:28:25.1408828Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T22:28:25.1482781Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T22:28:25.1513494Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T22:28:25.1581136Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T22:28:25.1655047Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T22:28:25.1730900Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T22:28:25.1810365Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T22:28:25.1885981Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T22:28:25.1960875Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T22:28:25.2035764Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T22:28:25.2110931Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T22:28:25.2188872Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T22:28:25.2266225Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T22:28:25.2343214Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T22:28:25.2419186Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T22:28:25.2495478Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T22:28:25.2571987Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T22:28:25.2648976Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T22:28:25.2726230Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T22:28:25.2801285Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T22:28:25.2877801Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T22:28:25.2954571Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T22:28:25.3037501Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:28:25.3109554Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:28:25.3194139Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T22:28:25.3218807Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T22:28:25.3242304Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T22:28:25.3309095Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T22:28:25.3384789Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T22:28:25.3459659Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T22:28:25.3536579Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T22:28:25.3611961Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T22:28:25.3688078Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T22:28:25.3762245Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T22:28:25.3837272Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T22:28:25.3911906Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T22:28:25.3989045Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T22:28:25.4064928Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T22:28:25.4138931Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T22:28:25.4212604Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T22:28:25.4286318Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T22:28:25.4362014Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T22:28:25.4439412Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T22:28:25.4519484Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T22:28:25.4595878Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T22:28:25.4670212Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T22:28:25.4747397Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T22:28:25.4823096Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T22:28:25.4898996Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T22:28:25.4973918Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T22:28:25.5050514Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T22:28:25.5128721Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T22:28:25.5206753Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T22:28:25.5288009Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T22:28:25.5367280Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T22:28:25.5447587Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T22:28:25.5528467Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T22:28:25.5612362Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T22:28:25.5694781Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T22:28:25.5783392Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T22:28:25.5864446Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T22:28:25.5943953Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T22:28:25.6025382Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T22:28:25.6104936Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T22:28:25.6187284Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T22:28:25.6267762Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T22:28:25.6350929Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T22:28:25.6438014Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T22:28:25.6514971Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T22:28:25.6592115Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T22:28:25.6669834Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T22:28:25.6749401Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T22:28:25.6826388Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T22:28:25.6900955Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T22:28:25.6978988Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T22:28:25.7056811Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T22:28:25.7089618Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T22:28:25.7113712Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T22:28:25.7138472Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T22:28:25.7207322Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T22:28:25.7229159Z 
2025-08-20T22:28:25.7229485Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T22:28:25.7229827Z 
2025-08-20T22:28:25.7349094Z 
2025-08-20T22:28:25.7422361Z 
2025-08-20T22:28:25.7422892Z [+] Disk Size (/usr/local/bin) :: 740M --> 1.6G
2025-08-20T22:28:25.7423097Z 
2025-08-20T22:28:25.7423179Z [+] Installation completed!
2025-08-20T22:28:25.7495489Z 
2025-08-20T22:28:25.7495889Z [+] GITHUB_TOKEN is Exported
2025-08-20T22:28:26.1634779Z github.com
2025-08-20T22:28:26.1635454Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T22:28:26.1635794Z   - Active account: true
2025-08-20T22:28:26.1636000Z   - Git operations protocol: https
2025-08-20T22:28:26.1636250Z   - Token: ghp_************************************
2025-08-20T22:28:26.1637016Z   - Token scopes: 'public_repo', 'read:discussion', 'read:enterprise', 'read:gpg_key', 'read:packages', 'read:project', 'read:public_key', 'read:ssh_signing_key', 'repo_deployment', 'user:email'
2025-08-20T22:28:26.1637685Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T22:28:26.1638390Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T22:28:26.4217880Z Limit: 5000, Remaining: 4999, Reset: 2025-08-20 23:28:26 +0000 UTC (1h0m0s)
2025-08-20T22:28:26.4227377Z 
2025-08-20T22:28:26.4227523Z [+] GHCR_TOKEN is Exported
2025-08-20T22:28:26.4257474Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T22:28:26.8043685Z Login Succeeded
2025-08-20T22:28:26.8052343Z 
2025-08-20T22:28:26.8052473Z [+] GITLAB is Exported
2025-08-20T22:28:26.9298078Z [git remote -v]
2025-08-20T22:28:27.1549704Z gitlab.com
2025-08-20T22:28:27.1550327Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T22:28:27.1554728Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T22:28:27.1556312Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T22:28:27.1557018Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T22:28:27.1557457Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T22:28:27.1557814Z   ✓ Token found: **************************
2025-08-20T22:28:27.1557976Z 
2025-08-20T22:28:27.1558284Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T22:28:27.1558761Z [git remote -v]
2025-08-20T22:28:27.1566769Z 2025/08/20 22:28:27 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T22:28:27.1567372Z git: exit status 128]
2025-08-20T22:28:27.5922320Z 
2025-08-20T22:28:27.5922533Z 
2025-08-20T22:28:27.5923164Z  [+] Started Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:28:27 PM)
2025-08-20T22:28:27.5923556Z 
2025-08-20T22:28:27.5923559Z 
2025-08-20T22:28:27.5923623Z [+] USER = runner
2025-08-20T22:28:27.5923790Z [+] HOME = /home/runner
2025-08-20T22:28:27.5925930Z [+] PATH = /home/runner/.local/share/soar/bin:/home/runner/bin:/home/runner/.cargo/bin:/home/runner/.cargo/env:/home/runner/.config/guix/current/bin/guix:/home/runner/.go/bin:/home/runner/go/bin:/home/runner/.local/bin:/home/runner/miniconda3/bin:/home/runner/miniconda3/condabin:/root/.config/guix/current/bin/guix:/usr/local/zig:/usr/local/zig/lib:/usr/local/zig/lib/include:/usr/local/musl/bin:/usr/local/musl/lib:/usr/local/musl/include:/snap/bin:/opt/pipx_bin:/home/runner/.config/composer/vendor/bin:/opt/google-cloud-sdk/bin:/home/runner/.dotnet/tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
2025-08-20T22:28:27.5928225Z 
2025-08-20T22:28:27.8453367Z Hit:1 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:28:27.8839373Z Hit:2 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:28:27.8950281Z Hit:3 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:28:27.9560681Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:28:28.0174194Z Hit:5 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:28:28.0784709Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:28:28.9211425Z Reading package lists...
2025-08-20T22:28:28.9515990Z Reading package lists...
2025-08-20T22:28:29.1403967Z Building dependency tree...
2025-08-20T22:28:29.1409887Z Reading state information...
2025-08-20T22:28:29.3967953Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:28:29.3968409Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:28:29.3968824Z ca-certificates is already the newest version (20240203).
2025-08-20T22:28:29.3969444Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:28:29.3969863Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:28:29.3970283Z moreutils is already the newest version (0.69-1).
2025-08-20T22:28:29.3970722Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T22:28:29.3971177Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:28:29.3971979Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:28:29.5695789Z Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
2025-08-20T22:28:29.6264932Z Hit:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease
2025-08-20T22:28:29.6737619Z Hit:3 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:28:29.6875111Z Hit:4 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease
2025-08-20T22:28:29.7006214Z Hit:5 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:28:29.7486515Z Hit:6 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease
2025-08-20T22:28:30.6185111Z Reading package lists...
2025-08-20T22:28:30.6488327Z Reading package lists...
2025-08-20T22:28:30.8581263Z Building dependency tree...
2025-08-20T22:28:30.8589698Z Reading state information...
2025-08-20T22:28:31.1142524Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:28:31.1143122Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:28:31.1143688Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:28:31.1144061Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:28:31.1144456Z ca-certificates is already the newest version (20240203).
2025-08-20T22:28:31.1144885Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:28:31.1145279Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:28:31.1145929Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:28:31.1146289Z gawk set to manually installed.
2025-08-20T22:28:31.1146580Z git-lfs is already the newest version (3.6.1).
2025-08-20T22:28:31.1147177Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:28:31.1147607Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:28:31.1147978Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:28:31.1148395Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:28:31.1148815Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:28:31.1149158Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:28:31.1149485Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:28:31.1149793Z The following additional packages will be installed:
2025-08-20T22:28:31.1150166Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T22:28:31.1150583Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T22:28:31.1151014Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T22:28:31.1151419Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T22:28:31.1151856Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T22:28:31.1152242Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:28:31.1158973Z Suggested packages:
2025-08-20T22:28:31.1159294Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T22:28:31.1159711Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T22:28:31.1160149Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T22:28:31.1160584Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T22:28:31.1160960Z   xdg-utils inkscape poppler-utils fonts-japanese-mincho
2025-08-20T22:28:31.1161329Z   | fonts-ipafont-mincho fonts-japanese-gothic | fonts-ipafont-gothic
2025-08-20T22:28:31.1161687Z   fonts-arphic-ukai fonts-arphic-uming fonts-nanum
2025-08-20T22:28:31.1382589Z The following NEW packages will be installed:
2025-08-20T22:28:31.1382955Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T22:28:31.1383955Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T22:28:31.1385003Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T22:28:31.1385860Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T22:28:31.1386306Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T22:28:31.1390304Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T22:28:31.1391365Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:28:31.2907856Z 0 upgraded, 36 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:28:31.2908251Z Need to get 27.2 MB of archives.
2025-08-20T22:28:31.2908545Z After this operation, 111 MB of additional disk space will be used.
2025-08-20T22:28:31.2909097Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T22:28:31.8060741Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T22:28:31.9334567Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 b3sum arm64 1.2.0-1 [343 kB]
2025-08-20T22:28:31.9984059Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 build-essential arm64 12.10ubuntu1 [4932 B]
2025-08-20T22:28:32.0600121Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libhiredis1.1.0 arm64 1.2.0-6ubuntu3 [40.7 kB]
2025-08-20T22:28:32.1217922Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 ccache arm64 4.9.1-1 [541 kB]
2025-08-20T22:28:32.1887484Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T22:28:32.2544126Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T22:28:32.3218996Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xfonts-utils arm64 1:7.7+6build3 [93.1 kB]
2025-08-20T22:28:32.3839093Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T22:28:32.5951413Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T22:28:32.6577947Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T22:28:32.7218763Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libidn12 arm64 1.42-1build1 [56.9 kB]
2025-08-20T22:28:32.7839387Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libijs-0.35 arm64 0.35-15.1build1 [15.3 kB]
2025-08-20T22:28:32.8457264Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjbig2dec0 arm64 0.20-1build3 [63.2 kB]
2025-08-20T22:28:32.9072888Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper1 arm64 1.1.29build1 [13.4 kB]
2025-08-20T22:28:32.9692618Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgs10 arm64 10.02.1~dfsg1-0ubuntu7.7 [3777 kB]
2025-08-20T22:28:33.0503650Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 ghostscript arm64 10.02.1~dfsg1-0ubuntu7.7 [43.5 kB]
2025-08-20T22:28:33.2140176Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick-6.q16 arm64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T22:28:33.2771298Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 imagemagick arm64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T22:28:33.3389490Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T22:28:33.4008605Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdjvulibre21 arm64 3.5.28-2ubuntu0.24.04.1 [608 kB]
2025-08-20T22:28:33.4659266Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libimath-3-1-29t64 arm64 3.1.9-3.1ubuntu2 [68.2 kB]
2025-08-20T22:28:33.5277216Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr0t64 arm64 1.2~git20170615.f752187-5.1ubuntu2 [177 kB]
2025-08-20T22:28:33.5902193Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjxr-tools arm64 1.2~git20170615.f752187-5.1ubuntu2 [16.0 kB]
2025-08-20T22:28:33.6518507Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libopenexr-3-1-30 arm64 3.1.5-5.1build3 [939 kB]
2025-08-20T22:28:33.7184319Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwmflite-0.2-7 arm64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T22:28:33.7805011Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libmagickcore-6.q16-7-extra arm64 8:6.9.12.98+dfsg1-5.2build2 [67.7 kB]
2025-08-20T22:28:33.8434708Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libnetpbm11t64 arm64 2:11.05.02-1.1build1 [113 kB]
2025-08-20T22:28:33.9057112Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpaper-utils arm64 1.1.29build1 [8490 B]
2025-08-20T22:28:33.9675017Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtool-bin arm64 2.4.7-7build1 [84.0 kB]
2025-08-20T22:28:34.0294203Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 lzip arm64 1.24.1-1build1 [81.7 kB]
2025-08-20T22:28:34.0913304Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netpbm arm64 2:11.05.02-1.1build1 [2092 kB]
2025-08-20T22:28:34.1642735Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl arm64 1.2.4-2 [420 kB]
2025-08-20T22:28:34.2278022Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-dev arm64 1.2.4-2 [613 kB]
2025-08-20T22:28:34.2927368Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 musl-tools arm64 1.2.4-2 [5542 B]
2025-08-20T22:28:34.5183253Z Preconfiguring packages ...
2025-08-20T22:28:34.6872946Z Fetched 27.2 MB in 3s (8649 kB/s)
2025-08-20T22:28:34.7355197Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T22:28:34.7385815Z (Reading database ... 
2025-08-20T22:28:34.7386080Z (Reading database ... 5%
2025-08-20T22:28:34.7386282Z (Reading database ... 10%
2025-08-20T22:28:34.7386483Z (Reading database ... 15%
2025-08-20T22:28:34.7386678Z (Reading database ... 20%
2025-08-20T22:28:34.7387026Z (Reading database ... 25%
2025-08-20T22:28:34.7387231Z (Reading database ... 30%
2025-08-20T22:28:34.7387429Z (Reading database ... 35%
2025-08-20T22:28:34.7387622Z (Reading database ... 40%
2025-08-20T22:28:34.7387814Z (Reading database ... 45%
2025-08-20T22:28:34.7388007Z (Reading database ... 50%
2025-08-20T22:28:34.7407560Z (Reading database ... 55%
2025-08-20T22:28:34.7488890Z (Reading database ... 60%
2025-08-20T22:28:34.7526651Z (Reading database ... 65%
2025-08-20T22:28:34.7540161Z (Reading database ... 70%
2025-08-20T22:28:34.7559332Z (Reading database ... 75%
2025-08-20T22:28:34.7590060Z (Reading database ... 80%
2025-08-20T22:28:34.7743947Z (Reading database ... 85%
2025-08-20T22:28:34.7760942Z (Reading database ... 90%
2025-08-20T22:28:34.7847245Z (Reading database ... 95%
2025-08-20T22:28:34.7847474Z (Reading database ... 100%
2025-08-20T22:28:34.7847776Z (Reading database ... 189350 files and directories currently installed.)
2025-08-20T22:28:34.7872521Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T22:28:34.8098784Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:28:34.9920181Z Selecting previously unselected package poppler-data.
2025-08-20T22:28:35.0053240Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T22:28:35.0136994Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T22:28:35.1441843Z Selecting previously unselected package b3sum.
2025-08-20T22:28:35.1593411Z Preparing to unpack .../02-b3sum_1.2.0-1_arm64.deb ...
2025-08-20T22:28:35.1687354Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T22:28:35.2470982Z Selecting previously unselected package build-essential.
2025-08-20T22:28:35.2623844Z Preparing to unpack .../03-build-essential_12.10ubuntu1_arm64.deb ...
2025-08-20T22:28:35.2714218Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T22:28:35.3441687Z Selecting previously unselected package libhiredis1.1.0:arm64.
2025-08-20T22:28:35.3575214Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_arm64.deb ...
2025-08-20T22:28:35.3753925Z Unpacking libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T22:28:35.4528879Z Selecting previously unselected package ccache.
2025-08-20T22:28:35.4655440Z Preparing to unpack .../05-ccache_4.9.1-1_arm64.deb ...
2025-08-20T22:28:35.4738408Z Unpacking ccache (4.9.1-1) ...
2025-08-20T22:28:35.5602481Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T22:28:35.5729400Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T22:28:35.5812062Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T22:28:35.6482585Z Selecting previously unselected package xfonts-encodings.
2025-08-20T22:28:35.6639440Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T22:28:35.7155814Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:28:35.7948832Z Selecting previously unselected package xfonts-utils.
2025-08-20T22:28:35.8071559Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_arm64.deb ...
2025-08-20T22:28:35.8154014Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:28:35.9100496Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T22:28:35.9247279Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T22:28:35.9850801Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T22:28:36.0995952Z Selecting previously unselected package libgs-common.
2025-08-20T22:28:36.1161937Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:28:36.1244646Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:28:36.1903562Z Selecting previously unselected package libgs10-common.
2025-08-20T22:28:36.2061700Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:28:36.2148184Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:28:36.3234842Z Selecting previously unselected package libidn12:arm64.
2025-08-20T22:28:36.3378647Z Preparing to unpack .../12-libidn12_1.42-1build1_arm64.deb ...
2025-08-20T22:28:36.3463474Z Unpacking libidn12:arm64 (1.42-1build1) ...
2025-08-20T22:28:36.4207223Z Selecting previously unselected package libijs-0.35:arm64.
2025-08-20T22:28:36.4343399Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_arm64.deb ...
2025-08-20T22:28:36.4434529Z Unpacking libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T22:28:36.5165999Z Selecting previously unselected package libjbig2dec0:arm64.
2025-08-20T22:28:36.5327049Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_arm64.deb ...
2025-08-20T22:28:36.5418850Z Unpacking libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T22:28:36.6324160Z Selecting previously unselected package libpaper1:arm64.
2025-08-20T22:28:36.6474287Z Preparing to unpack .../15-libpaper1_1.1.29build1_arm64.deb ...
2025-08-20T22:28:36.6557943Z Unpacking libpaper1:arm64 (1.1.29build1) ...
2025-08-20T22:28:36.7290954Z Selecting previously unselected package libgs10:arm64.
2025-08-20T22:28:36.7411188Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T22:28:36.7498342Z Unpacking libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:28:36.9166342Z Selecting previously unselected package ghostscript.
2025-08-20T22:28:36.9331802Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_arm64.deb ...
2025-08-20T22:28:36.9415417Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:28:37.0139676Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T22:28:37.0299367Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:28:37.0388020Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:28:37.2056389Z Selecting previously unselected package imagemagick.
2025-08-20T22:28:37.2190191Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:28:37.2280603Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:28:37.2947150Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T22:28:37.3080498Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T22:28:37.3175647Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:28:37.3912115Z Selecting previously unselected package libdjvulibre21:arm64.
2025-08-20T22:28:37.4071919Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_arm64.deb ...
2025-08-20T22:28:37.4158917Z Unpacking libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:28:37.4948495Z Selecting previously unselected package libimath-3-1-29t64:arm64.
2025-08-20T22:28:37.5105308Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_arm64.deb ...
2025-08-20T22:28:37.5194316Z Unpacking libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:28:37.5982390Z Selecting previously unselected package libjxr0t64:arm64.
2025-08-20T22:28:37.6113384Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T22:28:37.6206448Z Unpacking libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:28:37.6854151Z Selecting previously unselected package libjxr-tools.
2025-08-20T22:28:37.6977019Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_arm64.deb ...
2025-08-20T22:28:37.7065082Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:28:37.7784859Z Selecting previously unselected package libopenexr-3-1-30:arm64.
2025-08-20T22:28:37.7899579Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_arm64.deb ...
2025-08-20T22:28:37.7992634Z Unpacking libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T22:28:37.8992663Z Selecting previously unselected package libwmflite-0.2-7:arm64.
2025-08-20T22:28:37.9148723Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_arm64.deb ...
2025-08-20T22:28:37.9235526Z Unpacking libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T22:28:37.9911055Z Selecting previously unselected package libmagickcore-6.q16-7-extra:arm64.
2025-08-20T22:28:38.0043580Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_arm64.deb ...
2025-08-20T22:28:38.0129500Z Unpacking libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:28:38.1052452Z Selecting previously unselected package libnetpbm11t64:arm64.
2025-08-20T22:28:38.1191245Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T22:28:38.1299310Z Unpacking libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T22:28:38.1989096Z Selecting previously unselected package libpaper-utils.
2025-08-20T22:28:38.2127132Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_arm64.deb ...
2025-08-20T22:28:38.2210564Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T22:28:38.2854171Z Selecting previously unselected package libtool-bin.
2025-08-20T22:28:38.3015242Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_arm64.deb ...
2025-08-20T22:28:38.3109167Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T22:28:38.3864807Z Selecting previously unselected package lzip.
2025-08-20T22:28:38.4016908Z Preparing to unpack .../31-lzip_1.24.1-1build1_arm64.deb ...
2025-08-20T22:28:38.4114809Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T22:28:38.4833886Z Selecting previously unselected package netpbm.
2025-08-20T22:28:38.4962769Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_arm64.deb ...
2025-08-20T22:28:38.5059817Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:28:39.4929870Z Selecting previously unselected package musl:arm64.
2025-08-20T22:28:39.5098865Z Preparing to unpack .../33-musl_1.2.4-2_arm64.deb ...
2025-08-20T22:28:39.5185529Z Unpacking musl:arm64 (1.2.4-2) ...
2025-08-20T22:28:39.6003925Z Selecting previously unselected package musl-dev:arm64.
2025-08-20T22:28:39.6160681Z Preparing to unpack .../34-musl-dev_1.2.4-2_arm64.deb ...
2025-08-20T22:28:39.6248746Z Unpacking musl-dev:arm64 (1.2.4-2) ...
2025-08-20T22:28:39.7141567Z Selecting previously unselected package musl-tools.
2025-08-20T22:28:39.7276421Z Preparing to unpack .../35-musl-tools_1.2.4-2_arm64.deb ...
2025-08-20T22:28:39.7366008Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T22:28:39.8217345Z Setting up libpaper1:arm64 (1.1.29build1) ...
2025-08-20T22:28:39.9664041Z 
2025-08-20T22:28:39.9664503Z Creating config file /etc/papersize with new version
2025-08-20T22:28:40.0512676Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T22:28:40.0928451Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T22:28:40.1283096Z Setting up libwmflite-0.2-7:arm64 (0.2.13-1.1build3) ...
2025-08-20T22:28:40.1532204Z Setting up libijs-0.35:arm64 (0.35-15.1build1) ...
2025-08-20T22:28:40.1863325Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:28:40.2108673Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T22:28:40.2353459Z Setting up libnetpbm11t64:arm64 (2:11.05.02-1.1build1) ...
2025-08-20T22:28:40.2612930Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T22:28:40.3344340Z Setting up libjxr0t64:arm64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:28:40.3654342Z Setting up libjbig2dec0:arm64 (0.20-1build3) ...
2025-08-20T22:28:40.3924908Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T22:28:40.4126129Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T22:28:40.4205803Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T22:28:40.4286163Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T22:28:40.4441783Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:28:40.4712769Z Setting up libimath-3-1-29t64:arm64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:28:40.4974977Z Setting up libidn12:arm64 (1.42-1build1) ...
2025-08-20T22:28:40.5222437Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:28:40.5482635Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:28:40.5699046Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T22:28:40.5778213Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T22:28:40.5862217Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T22:28:40.5944793Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T22:28:40.6030711Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T22:28:40.6111022Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T22:28:40.6196369Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T22:28:40.6301293Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T22:28:40.6385902Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T22:28:40.6471225Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T22:28:40.6561904Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T22:28:40.6643522Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T22:28:40.6735454Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T22:28:40.6825741Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T22:28:40.6913832Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T22:28:40.6996302Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T22:28:40.7082075Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T22:28:40.7158672Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T22:28:40.7261648Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T22:28:40.7343414Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T22:28:40.7430539Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T22:28:40.7530185Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T22:28:40.7685856Z Setting up b3sum (1.2.0-1) ...
2025-08-20T22:28:40.7975006Z Setting up musl:arm64 (1.2.4-2) ...
2025-08-20T22:28:40.8449507Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T22:28:40.8710841Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:28:40.9234509Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:28:40.9481933Z Setting up libhiredis1.1.0:arm64 (1.2.0-6ubuntu3) ...
2025-08-20T22:28:40.9749660Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:28:40.9999279Z Setting up ccache (4.9.1-1) ...
2025-08-20T22:28:41.0189008Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:28:41.0348775Z Setting up libdjvulibre21:arm64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:28:41.0632094Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:28:41.0912687Z Setting up musl-dev:arm64 (1.2.4-2) ...
2025-08-20T22:28:41.1179688Z Setting up libopenexr-3-1-30:arm64 (3.1.5-5.1build3) ...
2025-08-20T22:28:41.1460817Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:28:41.1718338Z Setting up libmagickcore-6.q16-7-extra:arm64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:28:41.1982300Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T22:28:41.3977502Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T22:28:41.4230593Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:28:41.4479185Z Setting up libgs10:arm64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:28:41.4744361Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:28:41.5047964Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:28:41.5869391Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T22:28:42.0328168Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T22:28:43.0644949Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:28:43.1020254Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:28:45.7176334Z Reading package lists...
2025-08-20T22:28:45.9153395Z Building dependency tree...
2025-08-20T22:28:45.9159499Z Reading state information...
2025-08-20T22:28:46.1542974Z autoconf is already the newest version (2.71-3).
2025-08-20T22:28:46.1543378Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:28:46.1543721Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:28:46.1544049Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:28:46.1544390Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:28:46.1544768Z ca-certificates is already the newest version (20240203).
2025-08-20T22:28:46.1545079Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:28:46.1545370Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:28:46.1545672Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:28:46.1545977Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:28:46.1546288Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:28:46.1547132Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:28:46.1547441Z patch set to manually installed.
2025-08-20T22:28:46.1547703Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:28:46.1548026Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:28:46.1548330Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:28:46.1548624Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:28:46.1548904Z Suggested packages:
2025-08-20T22:28:46.1549071Z   scons-doc
2025-08-20T22:28:46.1692486Z The following NEW packages will be installed:
2025-08-20T22:28:46.1700009Z   autopoint byacc clang qemu-user-static scons
2025-08-20T22:28:46.5137387Z 0 upgraded, 5 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:28:46.5137740Z Need to get 17.8 MB of archives.
2025-08-20T22:28:46.5138038Z After this operation, 171 MB of additional disk space will be used.
2025-08-20T22:28:46.5138563Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T22:28:47.3266199Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 clang arm64 1:18.0-59~exp2 [5854 B]
2025-08-20T22:28:47.4568579Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 qemu-user-static arm64 1:8.2.2+ds-0ubuntu1.9 [16.7 MB]
2025-08-20T22:28:48.5693478Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T22:28:48.8290920Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 byacc arm64 1:2.0.20221106-1 [82.2 kB]
2025-08-20T22:28:49.0688163Z Fetched 17.8 MB in 3s (6717 kB/s)
2025-08-20T22:28:49.0961342Z Selecting previously unselected package autopoint.
2025-08-20T22:28:49.0993855Z (Reading database ... 
2025-08-20T22:28:49.0994106Z (Reading database ... 5%
2025-08-20T22:28:49.0994306Z (Reading database ... 10%
2025-08-20T22:28:49.0994509Z (Reading database ... 15%
2025-08-20T22:28:49.0994735Z (Reading database ... 20%
2025-08-20T22:28:49.0995390Z (Reading database ... 25%
2025-08-20T22:28:49.0995595Z (Reading database ... 30%
2025-08-20T22:28:49.0995789Z (Reading database ... 35%
2025-08-20T22:28:49.0995977Z (Reading database ... 40%
2025-08-20T22:28:49.0996170Z (Reading database ... 45%
2025-08-20T22:28:49.0996364Z (Reading database ... 50%
2025-08-20T22:28:49.1016120Z (Reading database ... 55%
2025-08-20T22:28:49.1099615Z (Reading database ... 60%
2025-08-20T22:28:49.1139320Z (Reading database ... 65%
2025-08-20T22:28:49.1153794Z (Reading database ... 70%
2025-08-20T22:28:49.1173990Z (Reading database ... 75%
2025-08-20T22:28:49.1299279Z (Reading database ... 80%
2025-08-20T22:28:49.1370188Z (Reading database ... 85%
2025-08-20T22:28:49.1395570Z (Reading database ... 90%
2025-08-20T22:28:49.1484963Z (Reading database ... 95%
2025-08-20T22:28:49.1485213Z (Reading database ... 100%
2025-08-20T22:28:49.1485499Z (Reading database ... 191843 files and directories currently installed.)
2025-08-20T22:28:49.1515301Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T22:28:49.1669355Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T22:28:49.2475338Z Selecting previously unselected package clang.
2025-08-20T22:28:49.2629811Z Preparing to unpack .../clang_1%3a18.0-59~exp2_arm64.deb ...
2025-08-20T22:28:49.2711161Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T22:28:49.3329573Z Selecting previously unselected package qemu-user-static.
2025-08-20T22:28:49.3464134Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_arm64.deb ...
2025-08-20T22:28:49.3548273Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:28:50.6183118Z Selecting previously unselected package scons.
2025-08-20T22:28:50.6322004Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T22:28:50.6404586Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T22:28:50.7389665Z Selecting previously unselected package byacc.
2025-08-20T22:28:50.7526044Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_arm64.deb ...
2025-08-20T22:28:50.7621032Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T22:28:50.8445953Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:28:50.8735662Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T22:28:50.9130006Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T22:28:50.9685023Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T22:28:51.3391089Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T22:28:51.3648781Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:28:52.5669436Z Processing triggers for systemd (255.4-1ubuntu8.8) ...
2025-08-20T22:28:53.6242317Z Reading package lists...
2025-08-20T22:28:53.7969401Z Building dependency tree...
2025-08-20T22:28:53.7976293Z Reading state information...
2025-08-20T22:28:54.0144223Z The following additional packages will be installed:
2025-08-20T22:28:54.0144671Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:28:54.0145031Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:28:54.0145457Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:28:54.0145925Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:28:54.0146363Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:28:54.0146782Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:28:54.0147450Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:28:54.0148283Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:28:54.0148689Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:28:54.0158067Z Suggested packages:
2025-08-20T22:28:54.0158359Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T22:28:54.0158746Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T22:28:54.0159171Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T22:28:54.0161527Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T22:28:54.0161930Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts
2025-08-20T22:28:54.0162338Z   postgresql-client pristine-lfs quilt ratt reprotest svn-buildpackage w3m
2025-08-20T22:28:54.0162791Z   debian-keyring equivs libgitlab-api-v4-perl libsoap-lite-perl pristine-tar
2025-08-20T22:28:54.0163257Z   libcrypt-ssleay-perl libscalar-number-perl libxstring-perl libsub-name-perl
2025-08-20T22:28:54.0163631Z   libauthen-ntlm-perl wdiff-doc
2025-08-20T22:28:54.0163841Z Recommended packages:
2025-08-20T22:28:54.0164112Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T22:28:54.0164535Z   libjson-perl liblist-compare-perl libstring-shellquote-perl licensecheck
2025-08-20T22:28:54.0164929Z   lintian python3-unidiff python3-xdg libhtml-format-perl
2025-08-20T22:28:54.0165280Z   libnamespace-clean-perl libdata-dump-perl libhtml-form-perl
2025-08-20T22:28:54.0165604Z   libhttp-daemon-perl libmailtools-perl
2025-08-20T22:28:54.0331391Z The following NEW packages will be installed:
2025-08-20T22:28:54.0332507Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:28:54.0332921Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:28:54.0333316Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:28:54.0333789Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:28:54.0334248Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:28:54.0334664Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:28:54.0335106Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:28:54.0336189Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:28:54.0339206Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:28:54.3712973Z 0 upgraded, 30 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:28:54.3713370Z Need to get 2409 kB of archives.
2025-08-20T22:28:54.3713661Z After this operation, 7427 kB of additional disk space will be used.
2025-08-20T22:28:54.3714166Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T22:28:54.5004072Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T22:28:54.6563952Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T22:28:54.9138513Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T22:28:55.0514347Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T22:28:55.1983936Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libclass-xsaccessor-perl arm64 1.19-4build4 [33.0 kB]
2025-08-20T22:28:55.3664673Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libb-hooks-op-check-perl arm64 0.22-3build1 [9284 B]
2025-08-20T22:28:55.5031154Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T22:28:55.6424660Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libdevel-callchecker-perl arm64 0.008-2build3 [13.0 kB]
2025-08-20T22:28:55.7854921Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libparams-classify-perl arm64 0.015-2build5 [19.7 kB]
2025-08-20T22:28:55.9358312Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T22:28:56.2110078Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T22:28:56.3397069Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T22:28:56.5175144Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T22:28:56.7046362Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T22:28:56.9766108Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T22:28:57.1146632Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T22:28:57.4830626Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T22:28:57.6175853Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T22:28:57.7504692Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 perl-openssl-defaults arm64 7build3 [6628 B]
2025-08-20T22:28:57.8805231Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-ssleay-perl arm64 1.94-1build4 [311 kB]
2025-08-20T22:28:58.2126729Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T22:28:58.6050188Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T22:28:58.8670655Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T22:28:59.0138662Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T22:28:59.1907497Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T22:28:59.3451769Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T22:28:59.7692211Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 patchutils arm64 0.4.2-1build3 [75.3 kB]
2025-08-20T22:28:59.9407487Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 wdiff arm64 1.2.2-6build1 [28.6 kB]
2025-08-20T22:29:00.0828684Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 devscripts all 2.23.7 [1069 kB]
2025-08-20T22:29:00.7466707Z Fetched 2409 kB in 6s (373 kB/s)
2025-08-20T22:29:00.7773484Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T22:29:00.7805388Z (Reading database ... 
2025-08-20T22:29:00.7805636Z (Reading database ... 5%
2025-08-20T22:29:00.7805834Z (Reading database ... 10%
2025-08-20T22:29:00.7806073Z (Reading database ... 15%
2025-08-20T22:29:00.7806267Z (Reading database ... 20%
2025-08-20T22:29:00.7806460Z (Reading database ... 25%
2025-08-20T22:29:00.7806654Z (Reading database ... 30%
2025-08-20T22:29:00.7806962Z (Reading database ... 35%
2025-08-20T22:29:00.7807166Z (Reading database ... 40%
2025-08-20T22:29:00.7807355Z (Reading database ... 45%
2025-08-20T22:29:00.7807552Z (Reading database ... 50%
2025-08-20T22:29:00.7826925Z (Reading database ... 55%
2025-08-20T22:29:00.7907632Z (Reading database ... 60%
2025-08-20T22:29:00.7946615Z (Reading database ... 65%
2025-08-20T22:29:00.7960230Z (Reading database ... 70%
2025-08-20T22:29:00.7982052Z (Reading database ... 75%
2025-08-20T22:29:00.8101251Z (Reading database ... 80%
2025-08-20T22:29:00.8169974Z (Reading database ... 85%
2025-08-20T22:29:00.8194595Z (Reading database ... 90%
2025-08-20T22:29:00.8281079Z (Reading database ... 95%
2025-08-20T22:29:00.8281310Z (Reading database ... 100%
2025-08-20T22:29:00.8281603Z (Reading database ... 192291 files and directories currently installed.)
2025-08-20T22:29:00.8312585Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T22:29:00.8404853Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:29:00.9135110Z Selecting previously unselected package libfile-which-perl.
2025-08-20T22:29:00.9270303Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T22:29:00.9378586Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T22:29:01.0021152Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T22:29:01.0151074Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T22:29:01.0244778Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T22:29:01.0909955Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T22:29:01.1077171Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T22:29:01.1167968Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T22:29:01.1766899Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T22:29:01.1921219Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T22:29:01.2005254Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:29:01.2623527Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T22:29:01.2748216Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_arm64.deb ...
2025-08-20T22:29:01.2968117Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:29:01.3553962Z Selecting previously unselected package libb-hooks-op-check-perl:arm64.
2025-08-20T22:29:01.3675572Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_arm64.deb ...
2025-08-20T22:29:01.3768824Z Unpacking libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T22:29:01.4419414Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T22:29:01.4546024Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T22:29:01.4632197Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:29:01.5250929Z Selecting previously unselected package libdevel-callchecker-perl:arm64.
2025-08-20T22:29:01.5399945Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_arm64.deb ...
2025-08-20T22:29:01.5483144Z Unpacking libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T22:29:01.6101471Z Selecting previously unselected package libparams-classify-perl:arm64.
2025-08-20T22:29:01.6244372Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_arm64.deb ...
2025-08-20T22:29:01.6326980Z Unpacking libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T22:29:01.6949284Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T22:29:01.7063652Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T22:29:01.7164350Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:29:01.7861639Z Selecting previously unselected package libimport-into-perl.
2025-08-20T22:29:01.7983769Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T22:29:01.8071025Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T22:29:01.8707955Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T22:29:01.8834154Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T22:29:01.8915514Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T22:29:01.9551464Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T22:29:01.9715423Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T22:29:01.9800892Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:29:02.0461032Z Selecting previously unselected package libmoo-perl.
2025-08-20T22:29:02.0621868Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T22:29:02.0719964Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T22:29:02.1419734Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T22:29:02.1559813Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T22:29:02.1654673Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T22:29:02.2297415Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T22:29:02.2433923Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T22:29:02.2526425Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T22:29:02.3204505Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T22:29:02.3352711Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T22:29:02.3471504Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:29:02.4108246Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T22:29:02.4272538Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T22:29:02.4375216Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:29:02.4994118Z Selecting previously unselected package perl-openssl-defaults:arm64.
2025-08-20T22:29:02.5147324Z Preparing to unpack .../19-perl-openssl-defaults_7build3_arm64.deb ...
2025-08-20T22:29:02.5230078Z Unpacking perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T22:29:02.5970217Z Selecting previously unselected package libnet-ssleay-perl:arm64.
2025-08-20T22:29:02.6095791Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_arm64.deb ...
2025-08-20T22:29:02.6181815Z Unpacking libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T22:29:02.6917487Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T22:29:02.7046615Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T22:29:02.7132071Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:29:02.7797294Z Selecting previously unselected package libnet-http-perl.
2025-08-20T22:29:02.7934764Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T22:29:02.8017424Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T22:29:02.8655011Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T22:29:02.8819410Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T22:29:02.8917970Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:29:02.9543808Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T22:29:02.9701160Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T22:29:02.9801754Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T22:29:03.0395178Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T22:29:03.0524004Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T22:29:03.0617150Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:29:03.1264051Z Selecting previously unselected package libwww-perl.
2025-08-20T22:29:03.1400703Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T22:29:03.1489068Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T22:29:03.2189567Z Selecting previously unselected package patchutils.
2025-08-20T22:29:03.2331086Z Preparing to unpack .../27-patchutils_0.4.2-1build3_arm64.deb ...
2025-08-20T22:29:03.2432639Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T22:29:03.3077275Z Selecting previously unselected package wdiff.
2025-08-20T22:29:03.3237451Z Preparing to unpack .../28-wdiff_1.2.2-6build1_arm64.deb ...
2025-08-20T22:29:03.3352149Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T22:29:03.4392786Z Selecting previously unselected package devscripts.
2025-08-20T22:29:03.4546589Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T22:29:03.4781877Z Unpacking devscripts (2.23.7) ...
2025-08-20T22:29:03.6151908Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T22:29:03.6431949Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:29:03.6676262Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T22:29:03.6940036Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T22:29:03.7193210Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:29:03.7456629Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:29:03.7714008Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:29:03.7955329Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T22:29:03.8221402Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T22:29:03.8462309Z Setting up perl-openssl-defaults:arm64 (7build3) ...
2025-08-20T22:29:03.8708176Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T22:29:03.8955623Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T22:29:03.9221905Z Setting up libb-hooks-op-check-perl:arm64 (0.22-3build1) ...
2025-08-20T22:29:03.9494358Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:29:03.9730108Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T22:29:03.9989411Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:29:04.0229583Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:29:04.0499076Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:29:04.0742961Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T22:29:04.0990055Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T22:29:04.1242290Z Setting up libnet-ssleay-perl:arm64 (1.94-1build4) ...
2025-08-20T22:29:04.1942321Z Setting up libdevel-callchecker-perl:arm64 (0.008-2build3) ...
2025-08-20T22:29:04.2268055Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:29:04.2593469Z Setting up libparams-classify-perl:arm64 (0.015-2build5) ...
2025-08-20T22:29:04.2832805Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:29:04.3092763Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T22:29:04.3366075Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T22:29:04.3613855Z Setting up libwww-perl (6.76-1) ...
2025-08-20T22:29:04.3885640Z Setting up devscripts (2.23.7) ...
2025-08-20T22:29:04.5193930Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:29:04.5460807Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:29:06.0634570Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:29:07.2505734Z Reading package lists...
2025-08-20T22:29:07.4370184Z Building dependency tree...
2025-08-20T22:29:07.4378480Z Reading state information...
2025-08-20T22:29:07.6760254Z The following additional packages will be installed:
2025-08-20T22:29:07.6767255Z   cmake-data libjsoncpp25 librhash0
2025-08-20T22:29:07.6775660Z Suggested packages:
2025-08-20T22:29:07.6775863Z   cmake-doc cmake-format elpa-cmake-mode
2025-08-20T22:29:07.6926326Z The following NEW packages will be installed:
2025-08-20T22:29:07.6934291Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T22:29:07.8378574Z 0 upgraded, 4 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:29:07.8378925Z Need to get 12.7 MB of archives.
2025-08-20T22:29:07.8379216Z After this operation, 45.0 MB of additional disk space will be used.
2025-08-20T22:29:07.8379722Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libjsoncpp25 arm64 1.9.5-6build1 [78.2 kB]
2025-08-20T22:29:08.0635783Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 librhash0 arm64 1.4.3-3build1 [126 kB]
2025-08-20T22:29:08.2049198Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T22:29:08.5115290Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cmake arm64 3.28.3-1build7 [10.3 MB]
2025-08-20T22:29:08.9452559Z Fetched 12.7 MB in 1s (12.7 MB/s)
2025-08-20T22:29:08.9834225Z Selecting previously unselected package libjsoncpp25:arm64.
2025-08-20T22:29:08.9866708Z (Reading database ... 
2025-08-20T22:29:08.9867080Z (Reading database ... 5%
2025-08-20T22:29:08.9867299Z (Reading database ... 10%
2025-08-20T22:29:08.9867495Z (Reading database ... 15%
2025-08-20T22:29:08.9867689Z (Reading database ... 20%
2025-08-20T22:29:08.9867881Z (Reading database ... 25%
2025-08-20T22:29:08.9868078Z (Reading database ... 30%
2025-08-20T22:29:08.9868269Z (Reading database ... 35%
2025-08-20T22:29:08.9868828Z (Reading database ... 40%
2025-08-20T22:29:08.9869021Z (Reading database ... 45%
2025-08-20T22:29:08.9869214Z (Reading database ... 50%
2025-08-20T22:29:08.9889191Z (Reading database ... 55%
2025-08-20T22:29:08.9970994Z (Reading database ... 60%
2025-08-20T22:29:09.0010812Z (Reading database ... 65%
2025-08-20T22:29:09.0024624Z (Reading database ... 70%
2025-08-20T22:29:09.0051259Z (Reading database ... 75%
2025-08-20T22:29:09.0170437Z (Reading database ... 80%
2025-08-20T22:29:09.0238546Z (Reading database ... 85%
2025-08-20T22:29:09.0265663Z (Reading database ... 90%
2025-08-20T22:29:09.0352800Z (Reading database ... 95%
2025-08-20T22:29:09.0353031Z (Reading database ... 100%
2025-08-20T22:29:09.0353324Z (Reading database ... 193226 files and directories currently installed.)
2025-08-20T22:29:09.0380617Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_arm64.deb ...
2025-08-20T22:29:09.0551146Z Unpacking libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T22:29:09.1767489Z Selecting previously unselected package librhash0:arm64.
2025-08-20T22:29:09.1900936Z Preparing to unpack .../librhash0_1.4.3-3build1_arm64.deb ...
2025-08-20T22:29:09.2003083Z Unpacking librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T22:29:09.2888047Z Selecting previously unselected package cmake-data.
2025-08-20T22:29:09.3014900Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T22:29:09.3149326Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T22:29:10.2692431Z Selecting previously unselected package cmake.
2025-08-20T22:29:10.2874334Z Preparing to unpack .../cmake_3.28.3-1build7_arm64.deb ...
2025-08-20T22:29:10.2958446Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T22:29:10.5020260Z Setting up libjsoncpp25:arm64 (1.9.5-6build1) ...
2025-08-20T22:29:10.5281138Z Setting up librhash0:arm64 (1.4.3-3build1) ...
2025-08-20T22:29:10.5558044Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T22:29:10.5839604Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T22:29:10.6113272Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:29:11.9809439Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:29:13.0141973Z Reading package lists...
2025-08-20T22:29:13.1904053Z Building dependency tree...
2025-08-20T22:29:13.1911895Z Reading state information...
2025-08-20T22:29:13.4311756Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:29:13.4312176Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:29:13.4312850Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:29:13.4313184Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:29:13.4313487Z b3sum is already the newest version (1.2.0-1).
2025-08-20T22:29:13.4313796Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:29:13.4314135Z ca-certificates is already the newest version (20240203).
2025-08-20T22:29:13.4314433Z ccache is already the newest version (4.9.1-1).
2025-08-20T22:29:13.4314729Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:29:13.4315041Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:29:13.4315331Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:29:13.4315613Z git-lfs is already the newest version (3.6.1).
2025-08-20T22:29:13.4315946Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T22:29:13.4316295Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T22:29:13.4316598Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:29:13.4317484Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:29:13.4317845Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:29:13.4318148Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:29:13.4318420Z musl is already the newest version (1.2.4-2).
2025-08-20T22:29:13.4318692Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T22:29:13.4318979Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T22:29:13.4319596Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:29:13.4319937Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:29:13.4320236Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:29:13.4320531Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:29:13.4320853Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:29:13.4507130Z Reading package lists...
2025-08-20T22:29:13.6280568Z Building dependency tree...
2025-08-20T22:29:13.6289583Z Reading state information...
2025-08-20T22:29:13.8870381Z autoconf is already the newest version (2.71-3).
2025-08-20T22:29:13.8870752Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:29:13.8871094Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T22:29:13.8871416Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:29:13.8871739Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:29:13.8872112Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:29:13.8872445Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T22:29:13.8872758Z ca-certificates is already the newest version (20240203).
2025-08-20T22:29:13.8873071Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T22:29:13.8873361Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:29:13.8873650Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:29:13.8873960Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:29:13.8874265Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:29:13.8874577Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:29:13.8874883Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:29:13.8875187Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:29:13.8875505Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:29:13.8875873Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:29:13.8876220Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:29:13.8876507Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:29:13.8876805Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:29:13.8877309Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:29:13.9062392Z Reading package lists...
2025-08-20T22:29:14.0875575Z Building dependency tree...
2025-08-20T22:29:14.0883867Z Reading state information...
2025-08-20T22:29:14.3330532Z devscripts is already the newest version (2.23.7).
2025-08-20T22:29:14.3330936Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:29:14.3518162Z Reading package lists...
2025-08-20T22:29:14.5097839Z Building dependency tree...
2025-08-20T22:29:14.5104503Z Reading state information...
2025-08-20T22:29:14.7435455Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T22:29:14.7435882Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:29:14.7622548Z Reading package lists...
2025-08-20T22:29:14.9395081Z Building dependency tree...
2025-08-20T22:29:14.9401333Z Reading state information...
2025-08-20T22:29:15.1647964Z binutils-aarch64-linux-gnu is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:29:15.1648404Z binutils-aarch64-linux-gnu set to manually installed.
2025-08-20T22:29:15.2016355Z 0 upgraded, 0 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:29:15.2430897Z Reading package lists...
2025-08-20T22:29:15.4092653Z Building dependency tree...
2025-08-20T22:29:15.4101056Z Reading state information...
2025-08-20T22:29:15.6255092Z g++-aarch64-linux-gnu is already the newest version (4:13.2.0-7ubuntu1).
2025-08-20T22:29:15.6255947Z g++-aarch64-linux-gnu set to manually installed.
2025-08-20T22:29:15.6256331Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:29:15.6257212Z The following additional packages will be installed:
2025-08-20T22:29:15.6257545Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:29:15.6257941Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T22:29:15.6258390Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:29:15.6258773Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:29:15.6259171Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:29:15.6259595Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:29:15.6260012Z   gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf libasan8-armel-cross
2025-08-20T22:29:15.6260415Z   libasan8-armhf-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:29:15.6260787Z   libc6-armel-cross libc6-armhf-cross libc6-dev-armel-cross
2025-08-20T22:29:15.6261174Z   libc6-dev-armhf-cross libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross
2025-08-20T22:29:15.6261598Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-armel-cross
2025-08-20T22:29:15.6261940Z   libgomp1-armhf-cross libstdc++-13-dev-armel-cross
2025-08-20T22:29:15.6262306Z   libstdc++-13-dev-armhf-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:29:15.6262772Z   libubsan1-armel-cross libubsan1-armhf-cross linux-libc-dev-armel-cross
2025-08-20T22:29:15.6263113Z   linux-libc-dev-armhf-cross
2025-08-20T22:29:15.6269643Z Suggested packages:
2025-08-20T22:29:15.6269958Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T22:29:15.6270333Z   gdb-arm-linux-gnueabi gcc-doc gdb-arm-linux-gnueabihf
2025-08-20T22:29:15.6582283Z The following NEW packages will be installed:
2025-08-20T22:29:15.6582608Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:29:15.6583003Z   cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf cpp-arm-linux-gnueabi
2025-08-20T22:29:15.6583475Z   cpp-arm-linux-gnueabihf g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:29:15.6583898Z   g++-arm-linux-gnueabi g++-arm-linux-gnueabihf gcc-13-arm-linux-gnueabi
2025-08-20T22:29:15.6584270Z   gcc-13-arm-linux-gnueabi-base gcc-13-arm-linux-gnueabihf
2025-08-20T22:29:15.6584656Z   gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base gcc-13-cross-base-ports
2025-08-20T22:29:15.6585068Z   gcc-14-cross-base gcc-14-cross-base-ports gcc-arm-linux-gnueabi
2025-08-20T22:29:15.6585775Z   gcc-arm-linux-gnueabihf libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:29:15.6586197Z   libatomic1-armel-cross libatomic1-armhf-cross libc6-armel-cross
2025-08-20T22:29:15.6586574Z   libc6-armhf-cross libc6-dev-armel-cross libc6-dev-armhf-cross
2025-08-20T22:29:15.6587155Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-armel-cross
2025-08-20T22:29:15.6587596Z   libgcc-s1-armhf-cross libgomp1-armel-cross libgomp1-armhf-cross
2025-08-20T22:29:15.6587956Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:29:15.6588342Z   libstdc++6-armel-cross libstdc++6-armhf-cross libubsan1-armel-cross
2025-08-20T22:29:15.6591293Z   libubsan1-armhf-cross linux-libc-dev-armel-cross linux-libc-dev-armhf-cross
2025-08-20T22:29:15.8033974Z 0 upgraded, 42 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:29:15.8034672Z Need to get 112 MB of archives.
2025-08-20T22:29:15.8035000Z After this operation, 377 MB of additional disk space will be used.
2025-08-20T22:29:15.8035683Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:29:15.9964781Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 cpp-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [9910 kB]
2025-08-20T22:29:16.5396194Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf-base arm64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:29:16.6013241Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 cpp-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [9911 kB]
2025-08-20T22:29:16.7933890Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 cpp-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [4456 B]
2025-08-20T22:29:16.8552120Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 cpp-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [5328 B]
2025-08-20T22:29:16.9168042Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 binutils-arm-linux-gnueabi arm64 2.42-4ubuntu2.5 [3449 kB]
2025-08-20T22:29:16.9964122Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T22:29:17.0581052Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T22:29:17.1196701Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T22:29:17.1867136Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T22:29:17.2484669Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T22:29:17.3107412Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T22:29:17.3723963Z Get:14 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T22:29:17.4493525Z Get:15 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T22:29:17.5145066Z Get:16 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T22:29:17.6838612Z Get:17 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T22:29:17.7504082Z Get:18 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 gcc-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T22:29:18.0824276Z Get:19 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T22:29:18.1628802Z Get:20 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T22:29:18.2439703Z Get:21 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T22:29:18.3397025Z Get:22 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 g++-13-arm-linux-gnueabi arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T22:29:18.5593924Z Get:23 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 binutils-arm-linux-gnueabihf arm64 2.42-4ubuntu2.5 [3450 kB]
2025-08-20T22:29:18.6691520Z Get:24 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T22:29:18.7307559Z Get:25 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T22:29:18.7927397Z Get:26 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T22:29:18.8721183Z Get:27 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T22:29:18.9338384Z Get:28 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T22:29:18.9960039Z Get:29 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T22:29:19.0575315Z Get:30 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T22:29:19.1595165Z Get:31 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T22:29:19.2298986Z Get:32 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T22:29:19.3065628Z Get:33 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T22:29:19.4819302Z Get:34 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 gcc-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [19.1 MB]
2025-08-20T22:29:19.8145865Z Get:35 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T22:29:19.8947109Z Get:36 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T22:29:19.9749511Z Get:37 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T22:29:20.0709091Z Get:38 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 g++-13-arm-linux-gnueabihf arm64 13.3.0-6ubuntu2~24.04cross1 [11.2 MB]
2025-08-20T22:29:20.2911362Z Get:39 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 gcc-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T22:29:20.3526301Z Get:40 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 g++-arm-linux-gnueabi arm64 4:13.2.1-2ubuntu1 [946 B]
2025-08-20T22:29:20.4137416Z Get:41 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 gcc-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [1232 B]
2025-08-20T22:29:20.4753941Z Get:42 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 g++-arm-linux-gnueabihf arm64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T22:29:20.7359497Z Fetched 112 MB in 5s (23.3 MB/s)
2025-08-20T22:29:20.7632943Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:arm64.
2025-08-20T22:29:20.7666184Z (Reading database ... 
2025-08-20T22:29:20.7666420Z (Reading database ... 5%
2025-08-20T22:29:20.7666619Z (Reading database ... 10%
2025-08-20T22:29:20.7666814Z (Reading database ... 15%
2025-08-20T22:29:20.7667140Z (Reading database ... 20%
2025-08-20T22:29:20.7667645Z (Reading database ... 25%
2025-08-20T22:29:20.7667918Z (Reading database ... 30%
2025-08-20T22:29:20.7668112Z (Reading database ... 35%
2025-08-20T22:29:20.7668302Z (Reading database ... 40%
2025-08-20T22:29:20.7668493Z (Reading database ... 45%
2025-08-20T22:29:20.7668684Z (Reading database ... 50%
2025-08-20T22:29:20.7685727Z (Reading database ... 55%
2025-08-20T22:29:20.7766709Z (Reading database ... 60%
2025-08-20T22:29:20.7805684Z (Reading database ... 65%
2025-08-20T22:29:20.7819378Z (Reading database ... 70%
2025-08-20T22:29:20.7845913Z (Reading database ... 75%
2025-08-20T22:29:20.7963043Z (Reading database ... 80%
2025-08-20T22:29:20.8035371Z (Reading database ... 85%
2025-08-20T22:29:20.8061327Z (Reading database ... 90%
2025-08-20T22:29:20.8144049Z (Reading database ... 95%
2025-08-20T22:29:20.8144268Z (Reading database ... 100%
2025-08-20T22:29:20.8144559Z (Reading database ... 196635 files and directories currently installed.)
2025-08-20T22:29:20.8170083Z Preparing to unpack .../00-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:29:20.8252692Z Unpacking gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:20.8952035Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T22:29:20.9090714Z Preparing to unpack .../01-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:29:20.9190926Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:21.1734680Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:arm64.
2025-08-20T22:29:21.1874633Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:29:21.1960046Z Unpacking gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:21.2639259Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T22:29:21.2773158Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:29:21.2875587Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:21.5046584Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T22:29:21.5208232Z Preparing to unpack .../04-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:29:21.5291181Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:29:21.5884565Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T22:29:21.6017290Z Preparing to unpack .../05-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:29:21.6110006Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:29:21.6821712Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T22:29:21.6950433Z Preparing to unpack .../06-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T22:29:21.7143434Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:29:21.8415846Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T22:29:21.8584365Z Preparing to unpack .../07-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:21.8674215Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:21.9252430Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T22:29:21.9411534Z Preparing to unpack .../08-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:21.9493380Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:22.0191374Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T22:29:22.0328373Z Preparing to unpack .../09-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:29:22.0425479Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:29:22.1388096Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T22:29:22.1521533Z Preparing to unpack .../10-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:22.1605715Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:22.2296245Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T22:29:22.2467608Z Preparing to unpack .../11-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:22.2554767Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:22.3327193Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T22:29:22.3497055Z Preparing to unpack .../12-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:22.3646105Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:22.4445739Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T22:29:22.4586319Z Preparing to unpack .../13-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:22.4679638Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:22.5720932Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T22:29:22.5862345Z Preparing to unpack .../14-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:22.5977999Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:22.6759379Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T22:29:22.6930774Z Preparing to unpack .../15-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:22.7020031Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:22.7798084Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T22:29:22.7967160Z Preparing to unpack .../16-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:22.8053311Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:22.9053053Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T22:29:22.9193573Z Preparing to unpack .../17-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:29:22.9299417Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:23.3223760Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T22:29:23.3369363Z Preparing to unpack .../18-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:29:23.3452921Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:29:23.5929988Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T22:29:23.6098715Z Preparing to unpack .../19-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:29:23.6218196Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:29:23.7537154Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T22:29:23.7679092Z Preparing to unpack .../20-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:23.7759575Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:24.0173096Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T22:29:24.0345952Z Preparing to unpack .../21-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:29:24.0466887Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:24.3257047Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T22:29:24.3400611Z Preparing to unpack .../22-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_arm64.deb ...
2025-08-20T22:29:24.3524541Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:29:24.4760384Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T22:29:24.4932887Z Preparing to unpack .../23-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:24.5020484Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:24.5660951Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T22:29:24.5821187Z Preparing to unpack .../24-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:24.5951824Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:24.6628607Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T22:29:24.6758758Z Preparing to unpack .../25-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:29:24.6870675Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:29:24.7721655Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T22:29:24.7862866Z Preparing to unpack .../26-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:24.7959170Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:24.8725848Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T22:29:24.8898449Z Preparing to unpack .../27-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:24.8986277Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:24.9661781Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T22:29:24.9819162Z Preparing to unpack .../28-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:24.9936686Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:25.0708164Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T22:29:25.0852310Z Preparing to unpack .../29-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:25.0982819Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:25.2222705Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T22:29:25.2373153Z Preparing to unpack .../30-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:25.2473000Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:25.3408495Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T22:29:25.3578084Z Preparing to unpack .../31-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:25.3664343Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:25.4452861Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T22:29:25.4623868Z Preparing to unpack .../32-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:25.4710510Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:25.5583807Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T22:29:25.5730593Z Preparing to unpack .../33-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:29:25.5835070Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:25.9695948Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T22:29:25.9842581Z Preparing to unpack .../34-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:29:25.9928195Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:29:26.2466585Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T22:29:26.2643890Z Preparing to unpack .../35-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:29:26.2733846Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:29:26.3976971Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T22:29:26.4118775Z Preparing to unpack .../36-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:29:26.4213021Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:26.6591186Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T22:29:26.6780620Z Preparing to unpack .../37-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_arm64.deb ...
2025-08-20T22:29:26.6900146Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:26.9741928Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T22:29:26.9887652Z Preparing to unpack .../38-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:29:26.9971159Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:29:27.0490362Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T22:29:27.0638231Z Preparing to unpack .../39-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_arm64.deb ...
2025-08-20T22:29:27.0722467Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:29:27.1232496Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T22:29:27.1397692Z Preparing to unpack .../40-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:29:27.1480780Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:29:27.1994013Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T22:29:27.2158908Z Preparing to unpack .../41-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_arm64.deb ...
2025-08-20T22:29:27.2242201Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:29:27.2997057Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:29:27.3255477Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:29:27.3502335Z Setting up gcc-13-arm-linux-gnueabi-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:27.3749068Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:27.4010198Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:27.4246243Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:29:27.4489179Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:27.4743323Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:29:27.5013420Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:29:27.5260696Z Setting up gcc-13-arm-linux-gnueabihf-base:arm64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:27.5503848Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:27.5762121Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:29:27.6015291Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:29:27.6265506Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:27.6510834Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:27.6794639Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:27.7072073Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:27.7337248Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:27.7590428Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:27.7837048Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:27.8078855Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:29:27.8329053Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:27.8576965Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:27.8822197Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:29:27.9089151Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:27.9358956Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:27.9596425Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:27.9831117Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:29:28.0069461Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:28.0310676Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:29:28.0549591Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:28.0803732Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:28.1038696Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:28.1285123Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:28.1534292Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:29:28.1764623Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:28.2025400Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:28.2262717Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:28.2514593Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:29:28.2767705Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:29:28.3058829Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:29:28.3303333Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:29:28.3567279Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T22:29:28.3658309Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:29:28.3798436Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:29:29.7017737Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:29:30.8284008Z Reading package lists...
2025-08-20T22:29:31.0145952Z Building dependency tree...
2025-08-20T22:29:31.0153674Z Reading state information...
2025-08-20T22:29:31.2470241Z The following additional packages will be installed:
2025-08-20T22:29:31.2470795Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:29:31.2475776Z   libpcap0.8-dev
2025-08-20T22:29:31.2741650Z The following NEW packages will be installed:
2025-08-20T22:29:31.2742349Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:29:31.2748008Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T22:29:31.2916332Z 0 upgraded, 8 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:29:31.6423263Z Need to get 1640 kB of archives.
2025-08-20T22:29:31.6423719Z After this operation, 7134 kB of additional disk space will be used.
2025-08-20T22:29:31.6424300Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libdbus-1-dev arm64 1.14.10-4ubuntu4.1 [200 kB]
2025-08-20T22:29:32.3141599Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 libjudydebian1 arm64 1.0.5-5.1build1 [104 kB]
2025-08-20T22:29:32.4918995Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-3-dev arm64 3.7.0-0.3build1.1 [105 kB]
2025-08-20T22:29:32.6708508Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libnl-route-3-dev arm64 3.7.0-0.3build1.1 [225 kB]
2025-08-20T22:29:32.9688753Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 libibverbs-dev arm64 50.0-2ubuntu0.2 [695 kB]
2025-08-20T22:29:33.4174408Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap0.8-dev arm64 1.10.4-4.1ubuntu3 [265 kB]
2025-08-20T22:29:33.6885793Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpcap-dev arm64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T22:29:33.8181067Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 pcaputils arm64 0.8-1.1build2 [42.4 kB]
2025-08-20T22:29:34.0635097Z Fetched 1640 kB in 3s (651 kB/s)
2025-08-20T22:29:34.1107388Z Selecting previously unselected package libdbus-1-dev:arm64.
2025-08-20T22:29:34.1141767Z (Reading database ... 
2025-08-20T22:29:34.1141996Z (Reading database ... 5%
2025-08-20T22:29:34.1142197Z (Reading database ... 10%
2025-08-20T22:29:34.1143046Z (Reading database ... 15%
2025-08-20T22:29:34.1143274Z (Reading database ... 20%
2025-08-20T22:29:34.1143463Z (Reading database ... 25%
2025-08-20T22:29:34.1143993Z (Reading database ... 30%
2025-08-20T22:29:34.1144220Z (Reading database ... 35%
2025-08-20T22:29:34.1144411Z (Reading database ... 40%
2025-08-20T22:29:34.1144600Z (Reading database ... 45%
2025-08-20T22:29:34.1144791Z (Reading database ... 50%
2025-08-20T22:29:34.1163907Z (Reading database ... 55%
2025-08-20T22:29:34.1247906Z (Reading database ... 60%
2025-08-20T22:29:34.1286636Z (Reading database ... 65%
2025-08-20T22:29:34.1303356Z (Reading database ... 70%
2025-08-20T22:29:34.1326467Z (Reading database ... 75%
2025-08-20T22:29:34.1477400Z (Reading database ... 80%
2025-08-20T22:29:34.1524041Z (Reading database ... 85%
2025-08-20T22:29:34.1549379Z (Reading database ... 90%
2025-08-20T22:29:34.1639964Z (Reading database ... 95%
2025-08-20T22:29:34.1640188Z (Reading database ... 100%
2025-08-20T22:29:34.1640477Z (Reading database ... 202071 files and directories currently installed.)
2025-08-20T22:29:34.1666959Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_arm64.deb ...
2025-08-20T22:29:34.1963226Z Unpacking libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:29:34.2923078Z Selecting previously unselected package libjudydebian1.
2025-08-20T22:29:34.3052629Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_arm64.deb ...
2025-08-20T22:29:34.3607039Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:29:34.4210822Z Selecting previously unselected package libnl-3-dev:arm64.
2025-08-20T22:29:34.4352875Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T22:29:34.4487727Z Unpacking libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:29:34.5294843Z Selecting previously unselected package libnl-route-3-dev:arm64.
2025-08-20T22:29:34.5457113Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_arm64.deb ...
2025-08-20T22:29:34.5577996Z Unpacking libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:29:34.6244322Z Selecting previously unselected package libibverbs-dev:arm64.
2025-08-20T22:29:34.6380140Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_arm64.deb ...
2025-08-20T22:29:34.6460643Z Unpacking libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T22:29:34.7468467Z Selecting previously unselected package libpcap0.8-dev:arm64.
2025-08-20T22:29:34.7602766Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T22:29:34.7725273Z Unpacking libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:29:34.8463720Z Selecting previously unselected package libpcap-dev:arm64.
2025-08-20T22:29:34.8599214Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_arm64.deb ...
2025-08-20T22:29:34.8683224Z Unpacking libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:29:34.9625585Z Selecting previously unselected package pcaputils.
2025-08-20T22:29:34.9798586Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_arm64.deb ...
2025-08-20T22:29:34.9914111Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T22:29:35.0751653Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:29:35.1009816Z Setting up libdbus-1-dev:arm64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:29:35.2436547Z Setting up libnl-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:29:35.2713290Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T22:29:35.3124103Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T22:29:35.5422412Z Setting up libnl-route-3-dev:arm64 (3.7.0-0.3build1.1) ...
2025-08-20T22:29:35.5690232Z Setting up libibverbs-dev:arm64 (50.0-2ubuntu0.2) ...
2025-08-20T22:29:35.5982563Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:29:35.6356112Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:29:37.2233379Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:29:37.2779218Z Setting up libpcap0.8-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:29:37.3049175Z Setting up libpcap-dev:arm64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:29:38.3434334Z Reading package lists...
2025-08-20T22:29:38.5148353Z Building dependency tree...
2025-08-20T22:29:38.5156095Z Reading state information...
2025-08-20T22:29:38.5525723Z Reading package lists...
2025-08-20T22:29:38.7178146Z Building dependency tree...
2025-08-20T22:29:38.7186071Z Reading state information...
2025-08-20T22:29:38.9525330Z The following additional packages will be installed:
2025-08-20T22:29:38.9529433Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T22:29:38.9536372Z Suggested packages:
2025-08-20T22:29:38.9536725Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T22:29:38.9537190Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T22:29:38.9704772Z The following NEW packages will be installed:
2025-08-20T22:29:38.9705618Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T22:29:38.9710639Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T22:29:39.1152615Z 0 upgraded, 9 newly installed, 0 to remove and 168 not upgraded.
2025-08-20T22:29:39.1153520Z Need to get 801 kB of archives.
2025-08-20T22:29:39.1153860Z After this operation, 6261 kB of additional disk space will be used.
2025-08-20T22:29:39.1154361Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz1 arm64 1.14-1 [37.6 kB]
2025-08-20T22:29:39.2699361Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 liblz-dev arm64 1.14-1 [53.3 kB]
2025-08-20T22:29:39.3971271Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-libc-dev arm64 0.2.152-1 [353 kB]
2025-08-20T22:29:39.6085904Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-cc-dev arm64 1.0.83-1 [61.6 kB]
2025-08-20T22:29:39.6759965Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-pkg-config-dev arm64 0.3.27-1 [21.5 kB]
2025-08-20T22:29:39.7389396Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 liblzma-dev arm64 5.6.1+really5.4.5-1ubuntu0.2 [178 kB]
2025-08-20T22:29:39.8186287Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 librust-lzma-sys-dev arm64 0.1.20-1 [10.9 kB]
2025-08-20T22:29:39.8805910Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma arm64 9.22-2.2 [43.5 kB]
2025-08-20T22:29:39.9460010Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T22:29:40.1933965Z Fetched 801 kB in 1s (828 kB/s)
2025-08-20T22:29:40.2301760Z Selecting previously unselected package liblz1:arm64.
2025-08-20T22:29:40.2335960Z (Reading database ... 
2025-08-20T22:29:40.2336547Z (Reading database ... 5%
2025-08-20T22:29:40.2336774Z (Reading database ... 10%
2025-08-20T22:29:40.2337099Z (Reading database ... 15%
2025-08-20T22:29:40.2337300Z (Reading database ... 20%
2025-08-20T22:29:40.2337492Z (Reading database ... 25%
2025-08-20T22:29:40.2337683Z (Reading database ... 30%
2025-08-20T22:29:40.2337872Z (Reading database ... 35%
2025-08-20T22:29:40.2338062Z (Reading database ... 40%
2025-08-20T22:29:40.2338262Z (Reading database ... 45%
2025-08-20T22:29:40.2338469Z (Reading database ... 50%
2025-08-20T22:29:40.2357268Z (Reading database ... 55%
2025-08-20T22:29:40.2446565Z (Reading database ... 60%
2025-08-20T22:29:40.2482645Z (Reading database ... 65%
2025-08-20T22:29:40.2499454Z (Reading database ... 70%
2025-08-20T22:29:40.2522999Z (Reading database ... 75%
2025-08-20T22:29:40.2677076Z (Reading database ... 80%
2025-08-20T22:29:40.2724005Z (Reading database ... 85%
2025-08-20T22:29:40.2751852Z (Reading database ... 90%
2025-08-20T22:29:40.2843403Z (Reading database ... 95%
2025-08-20T22:29:40.2843654Z (Reading database ... 100%
2025-08-20T22:29:40.2843948Z (Reading database ... 202727 files and directories currently installed.)
2025-08-20T22:29:40.2871081Z Preparing to unpack .../0-liblz1_1.14-1_arm64.deb ...
2025-08-20T22:29:40.3065436Z Unpacking liblz1:arm64 (1.14-1) ...
2025-08-20T22:29:40.3727726Z Selecting previously unselected package liblz-dev:arm64.
2025-08-20T22:29:40.3855413Z Preparing to unpack .../1-liblz-dev_1.14-1_arm64.deb ...
2025-08-20T22:29:40.3957307Z Unpacking liblz-dev:arm64 (1.14-1) ...
2025-08-20T22:29:40.4711516Z Selecting previously unselected package librust-libc-dev:arm64.
2025-08-20T22:29:40.4866388Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_arm64.deb ...
2025-08-20T22:29:40.4963266Z Unpacking librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T22:29:40.5891542Z Selecting previously unselected package librust-cc-dev:arm64.
2025-08-20T22:29:40.6031386Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_arm64.deb ...
2025-08-20T22:29:40.6126359Z Unpacking librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T22:29:40.7022525Z Selecting previously unselected package librust-pkg-config-dev:arm64.
2025-08-20T22:29:40.7154324Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_arm64.deb ...
2025-08-20T22:29:40.7253151Z Unpacking librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T22:29:40.8065357Z Selecting previously unselected package liblzma-dev:arm64.
2025-08-20T22:29:40.8212524Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_arm64.deb ...
2025-08-20T22:29:40.8342570Z Unpacking liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:29:40.9142024Z Selecting previously unselected package librust-lzma-sys-dev:arm64.
2025-08-20T22:29:40.9307947Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_arm64.deb ...
2025-08-20T22:29:40.9418911Z Unpacking librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T22:29:41.0094535Z Selecting previously unselected package lzma.
2025-08-20T22:29:41.0254933Z Preparing to unpack .../7-lzma_9.22-2.2_arm64.deb ...
2025-08-20T22:29:41.0349398Z Unpacking lzma (9.22-2.2) ...
2025-08-20T22:29:41.1116135Z Selecting previously unselected package lzma-dev.
2025-08-20T22:29:41.1259504Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T22:29:41.1356214Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T22:29:41.2228247Z Setting up liblz1:arm64 (1.14-1) ...
2025-08-20T22:29:41.2545824Z Setting up librust-libc-dev:arm64 (0.2.152-1) ...
2025-08-20T22:29:41.2807275Z Setting up librust-cc-dev:arm64 (1.0.83-1) ...
2025-08-20T22:29:41.3056805Z Setting up liblz-dev:arm64 (1.14-1) ...
2025-08-20T22:29:41.3304358Z Setting up lzma (9.22-2.2) ...
2025-08-20T22:29:41.3504792Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T22:29:41.3653661Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T22:29:41.3918748Z Setting up liblzma-dev:arm64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:29:41.4170254Z Setting up librust-pkg-config-dev:arm64 (0.3.27-1) ...
2025-08-20T22:29:41.4411600Z Setting up librust-lzma-sys-dev:arm64 (0.1.20-1) ...
2025-08-20T22:29:41.4663838Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:29:41.5051755Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:29:42.8207736Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:29:43.9022747Z Reading package lists...
2025-08-20T22:29:44.0957188Z Building dependency tree...
2025-08-20T22:29:44.0963829Z Reading state information...
2025-08-20T22:29:44.3561980Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T22:29:44.3562826Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T22:29:44.3563179Z inetutils-telnet set to manually installed.
2025-08-20T22:29:44.3563482Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T22:29:44.3563808Z The following additional packages will be installed:
2025-08-20T22:29:44.3564072Z   tcpd update-inetd
2025-08-20T22:29:44.3714173Z The following packages will be REMOVED:
2025-08-20T22:29:44.3720140Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T22:29:44.3721260Z The following NEW packages will be installed:
2025-08-20T22:29:44.3721594Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T22:29:44.3721987Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T22:29:44.3728284Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T22:29:44.5784513Z 0 upgraded, 13 newly installed, 3 to remove and 167 not upgraded.
2025-08-20T22:29:44.5784911Z Need to get 691 kB of archives.
2025-08-20T22:29:44.5785437Z After this operation, 987 kB disk space will be freed.
2025-08-20T22:29:44.5785945Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-syslogd arm64 2:2.5-3ubuntu4 [61.1 kB]
2025-08-20T22:29:44.7826943Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 tcpd arm64 7.6.q-33 [25.2 kB]
2025-08-20T22:29:44.8582788Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 update-inetd all 4.53 [24.0 kB]
2025-08-20T22:29:44.9336449Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-inetd arm64 2:2.5-3ubuntu4 [44.9 kB]
2025-08-20T22:29:45.0228419Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftp arm64 2:2.5-3ubuntu4 [82.8 kB]
2025-08-20T22:29:45.1374615Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ftpd arm64 2:2.5-3ubuntu4 [72.2 kB]
2025-08-20T22:29:45.2318145Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-ping arm64 2:2.5-3ubuntu4 [61.9 kB]
2025-08-20T22:29:45.3197616Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talk arm64 2:2.5-3ubuntu4 [45.0 kB]
2025-08-20T22:29:45.3997314Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-talkd arm64 2:2.5-3ubuntu4 [34.5 kB]
2025-08-20T22:29:45.4759375Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-telnetd arm64 2:2.5-3ubuntu4 [59.1 kB]
2025-08-20T22:29:45.5620826Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-tools arm64 2:2.5-3ubuntu4 [76.6 kB]
2025-08-20T22:29:45.6572391Z Get:12 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 netcat-traditional arm64 1.10-48 [61.1 kB]
2025-08-20T22:29:45.7431990Z Get:13 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 inetutils-traceroute arm64 2:2.5-3ubuntu4 [42.1 kB]
2025-08-20T22:29:45.9737174Z Preconfiguring packages ...
2025-08-20T22:29:46.0742950Z Fetched 691 kB in 1s (501 kB/s)
2025-08-20T22:29:46.0967444Z (Reading database ... 
2025-08-20T22:29:46.0967715Z (Reading database ... 5%
2025-08-20T22:29:46.0967912Z (Reading database ... 10%
2025-08-20T22:29:46.0968111Z (Reading database ... 15%
2025-08-20T22:29:46.0968301Z (Reading database ... 20%
2025-08-20T22:29:46.0968491Z (Reading database ... 25%
2025-08-20T22:29:46.0968683Z (Reading database ... 30%
2025-08-20T22:29:46.0968907Z (Reading database ... 35%
2025-08-20T22:29:46.0969105Z (Reading database ... 40%
2025-08-20T22:29:46.0969296Z (Reading database ... 45%
2025-08-20T22:29:46.0969488Z (Reading database ... 50%
2025-08-20T22:29:46.0988726Z (Reading database ... 55%
2025-08-20T22:29:46.1074691Z (Reading database ... 60%
2025-08-20T22:29:46.1116180Z (Reading database ... 65%
2025-08-20T22:29:46.1134131Z (Reading database ... 70%
2025-08-20T22:29:46.1159001Z (Reading database ... 75%
2025-08-20T22:29:46.1319348Z (Reading database ... 80%
2025-08-20T22:29:46.1368152Z (Reading database ... 85%
2025-08-20T22:29:46.1397244Z (Reading database ... 90%
2025-08-20T22:29:46.1493027Z (Reading database ... 95%
2025-08-20T22:29:46.1493271Z (Reading database ... 100%
2025-08-20T22:29:46.1493559Z (Reading database ... 203219 files and directories currently installed.)
2025-08-20T22:29:46.1524791Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T22:29:46.2368315Z Removing iputils-ping (3:20240117-1build1) ...
2025-08-20T22:29:46.3335015Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T22:29:46.7229636Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T22:29:46.7263791Z (Reading database ... 
2025-08-20T22:29:46.7264017Z (Reading database ... 5%
2025-08-20T22:29:46.7264213Z (Reading database ... 10%
2025-08-20T22:29:46.7264407Z (Reading database ... 15%
2025-08-20T22:29:46.7264596Z (Reading database ... 20%
2025-08-20T22:29:46.7264789Z (Reading database ... 25%
2025-08-20T22:29:46.7264980Z (Reading database ... 30%
2025-08-20T22:29:46.7265504Z (Reading database ... 35%
2025-08-20T22:29:46.7265725Z (Reading database ... 40%
2025-08-20T22:29:46.7265925Z (Reading database ... 45%
2025-08-20T22:29:46.7266120Z (Reading database ... 50%
2025-08-20T22:29:46.7282872Z (Reading database ... 55%
2025-08-20T22:29:46.7363731Z (Reading database ... 60%
2025-08-20T22:29:46.7402671Z (Reading database ... 65%
2025-08-20T22:29:46.7419565Z (Reading database ... 70%
2025-08-20T22:29:46.7442348Z (Reading database ... 75%
2025-08-20T22:29:46.7591765Z (Reading database ... 80%
2025-08-20T22:29:46.7638573Z (Reading database ... 85%
2025-08-20T22:29:46.7665904Z (Reading database ... 90%
2025-08-20T22:29:46.7755366Z (Reading database ... 95%
2025-08-20T22:29:46.7755574Z (Reading database ... 100%
2025-08-20T22:29:46.7755870Z (Reading database ... 203147 files and directories currently installed.)
2025-08-20T22:29:46.7781902Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:29:46.7896109Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:29:46.8563065Z Selecting previously unselected package tcpd.
2025-08-20T22:29:46.8697055Z Preparing to unpack .../01-tcpd_7.6.q-33_arm64.deb ...
2025-08-20T22:29:46.8805288Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T22:29:46.9657885Z Selecting previously unselected package update-inetd.
2025-08-20T22:29:46.9808191Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T22:29:46.9922347Z Unpacking update-inetd (4.53) ...
2025-08-20T22:29:47.0888524Z Selecting previously unselected package inetutils-inetd.
2025-08-20T22:29:47.1057047Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:29:47.1175859Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:29:47.1976381Z Selecting previously unselected package inetutils-ftp.
2025-08-20T22:29:47.2116428Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:29:47.2200891Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:29:47.2989408Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T22:29:47.3123968Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:29:47.3204448Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:29:47.4061973Z Selecting previously unselected package inetutils-ping.
2025-08-20T22:29:47.4227282Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:29:47.4315233Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:29:47.5051992Z Selecting previously unselected package inetutils-talk.
2025-08-20T22:29:47.5220709Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:29:47.5320393Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:29:47.6089699Z Selecting previously unselected package inetutils-talkd.
2025-08-20T22:29:47.6239697Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:29:47.6330907Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:29:47.7059555Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T22:29:47.7201269Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:29:47.7284972Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:29:47.7999886Z Selecting previously unselected package inetutils-tools.
2025-08-20T22:29:47.8145037Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:29:47.8226205Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:29:47.9001250Z Selecting previously unselected package netcat-traditional.
2025-08-20T22:29:47.9174654Z Preparing to unpack .../11-netcat-traditional_1.10-48_arm64.deb ...
2025-08-20T22:29:47.9266969Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T22:29:48.0054089Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T22:29:48.0227941Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_arm64.deb ...
2025-08-20T22:29:48.0314285Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:29:48.1178079Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T22:29:48.1567135Z Setting up update-inetd (4.53) ...
2025-08-20T22:29:48.2582582Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:29:48.2775605Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T22:29:48.2921560Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:29:48.6318306Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:29:48.6318695Z 
2025-08-20T22:29:48.6318805Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T22:29:48.6318984Z 
2025-08-20T22:29:48.6319386Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:29:48.6319741Z 
2025-08-20T22:29:48.6320267Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:29:48.6320748Z 
2025-08-20T22:29:48.8617211Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:29:48.8994230Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:29:48.9251174Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T22:29:48.9402811Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:29:48.9702621Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:29:48.9974790Z Setting up tcpd (7.6.q-33) ...
2025-08-20T22:29:49.0240289Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:29:49.3567347Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:29:49.3567758Z 
2025-08-20T22:29:49.3568294Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:29:49.3568767Z 
2025-08-20T22:29:49.5954292Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:29:49.7066674Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:29:49.8181760Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:29:49.8950149Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:29:52.6346083Z Reading package lists...
2025-08-20T22:29:52.8124193Z Building dependency tree...
2025-08-20T22:29:52.8131135Z Reading state information...
2025-08-20T22:29:53.1271985Z The following packages will be REMOVED:
2025-08-20T22:29:53.1278765Z   inetutils-ping
2025-08-20T22:29:53.1280182Z The following NEW packages will be installed:
2025-08-20T22:29:53.1287513Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T22:29:53.1292636Z The following packages will be upgraded:
2025-08-20T22:29:53.1299998Z   iputils-tracepath
2025-08-20T22:29:53.4699831Z 1 upgraded, 3 newly installed, 1 to remove and 166 not upgraded.
2025-08-20T22:29:53.4700182Z Need to get 84.5 kB of archives.
2025-08-20T22:29:53.4700916Z After this operation, 163 kB of additional disk space will be used.
2025-08-20T22:29:53.4701528Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-ping arm64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T22:29:53.8568321Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-tracepath arm64 3:20240117-1ubuntu0.1 [13.4 kB]
2025-08-20T22:29:54.0034685Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble-updates/main arm64 iputils-arping arm64 3:20240117-1ubuntu0.1 [14.7 kB]
2025-08-20T22:29:54.1546058Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 iputils-clockdiff arm64 3:20240117-1ubuntu0.1 [11.6 kB]
2025-08-20T22:29:54.4542845Z Fetched 84.5 kB in 1s (81.7 kB/s)
2025-08-20T22:29:54.4761847Z (Reading database ... 
2025-08-20T22:29:54.4762077Z (Reading database ... 5%
2025-08-20T22:29:54.4762299Z (Reading database ... 10%
2025-08-20T22:29:54.4762500Z (Reading database ... 15%
2025-08-20T22:29:54.4762685Z (Reading database ... 20%
2025-08-20T22:29:54.4763156Z (Reading database ... 25%
2025-08-20T22:29:54.4763439Z (Reading database ... 30%
2025-08-20T22:29:54.4763635Z (Reading database ... 35%
2025-08-20T22:29:54.4763829Z (Reading database ... 40%
2025-08-20T22:29:54.4764016Z (Reading database ... 45%
2025-08-20T22:29:54.4764206Z (Reading database ... 50%
2025-08-20T22:29:54.4783778Z (Reading database ... 55%
2025-08-20T22:29:54.4866057Z (Reading database ... 60%
2025-08-20T22:29:54.4903701Z (Reading database ... 65%
2025-08-20T22:29:54.4920470Z (Reading database ... 70%
2025-08-20T22:29:54.4952566Z (Reading database ... 75%
2025-08-20T22:29:54.5091997Z (Reading database ... 80%
2025-08-20T22:29:54.5137505Z (Reading database ... 85%
2025-08-20T22:29:54.5167649Z (Reading database ... 90%
2025-08-20T22:29:54.5251222Z (Reading database ... 95%
2025-08-20T22:29:54.5251439Z (Reading database ... 100%
2025-08-20T22:29:54.5251726Z (Reading database ... 203308 files and directories currently installed.)
2025-08-20T22:29:54.5277267Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:29:54.6547621Z Selecting previously unselected package iputils-ping.
2025-08-20T22:29:54.6579965Z (Reading database ... 
2025-08-20T22:29:54.6580181Z (Reading database ... 5%
2025-08-20T22:29:54.6580378Z (Reading database ... 10%
2025-08-20T22:29:54.6580590Z (Reading database ... 15%
2025-08-20T22:29:54.6580783Z (Reading database ... 20%
2025-08-20T22:29:54.6580971Z (Reading database ... 25%
2025-08-20T22:29:54.6581163Z (Reading database ... 30%
2025-08-20T22:29:54.6581658Z (Reading database ... 35%
2025-08-20T22:29:54.6581851Z (Reading database ... 40%
2025-08-20T22:29:54.6582046Z (Reading database ... 45%
2025-08-20T22:29:54.6582231Z (Reading database ... 50%
2025-08-20T22:29:54.6598993Z (Reading database ... 55%
2025-08-20T22:29:54.6678275Z (Reading database ... 60%
2025-08-20T22:29:54.6714649Z (Reading database ... 65%
2025-08-20T22:29:54.6730478Z (Reading database ... 70%
2025-08-20T22:29:54.6761463Z (Reading database ... 75%
2025-08-20T22:29:54.6897178Z (Reading database ... 80%
2025-08-20T22:29:54.6941184Z (Reading database ... 85%
2025-08-20T22:29:54.6970032Z (Reading database ... 90%
2025-08-20T22:29:54.7050489Z (Reading database ... 95%
2025-08-20T22:29:54.7050727Z (Reading database ... 100%
2025-08-20T22:29:54.7051018Z (Reading database ... 203299 files and directories currently installed.)
2025-08-20T22:29:54.7075000Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:29:54.7156463Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:29:54.7983742Z Preparing to unpack .../iputils-tracepath_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:29:54.8254531Z Unpacking iputils-tracepath (3:20240117-1ubuntu0.1) over (3:20240117-1build1) ...
2025-08-20T22:29:54.9158903Z Selecting previously unselected package iputils-arping.
2025-08-20T22:29:54.9329918Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:29:54.9432015Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:29:55.0185795Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T22:29:55.0322693Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_arm64.deb ...
2025-08-20T22:29:55.0425489Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:29:55.1323608Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:29:55.1812809Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:29:55.2170211Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:29:55.2535448Z Setting up iputils-tracepath (3:20240117-1ubuntu0.1) ...
2025-08-20T22:29:55.2798819Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:29:57.8198904Z Reading package lists...
2025-08-20T22:29:58.0022276Z Building dependency tree...
2025-08-20T22:29:58.0030312Z Reading state information...
2025-08-20T22:29:58.2342197Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T22:29:58.2618874Z The following packages will be upgraded:
2025-08-20T22:29:58.2619576Z   python3-pip python3-pip-whl
2025-08-20T22:29:58.2793965Z 2 upgraded, 0 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:29:58.5592582Z Need to get 3020 kB of archives.
2025-08-20T22:29:58.5592966Z After this operation, 1024 B of additional disk space will be used.
2025-08-20T22:29:58.5593551Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip all 24.0+dfsg-1ubuntu1.2 [1317 kB]
2025-08-20T22:29:59.5817149Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe arm64 python3-pip-whl all 24.0+dfsg-1ubuntu1.2 [1703 kB]
2025-08-20T22:30:00.3440101Z Fetched 3020 kB in 2s (1663 kB/s)
2025-08-20T22:30:00.3890145Z (Reading database ... 
2025-08-20T22:30:00.3890838Z (Reading database ... 5%
2025-08-20T22:30:00.3891085Z (Reading database ... 10%
2025-08-20T22:30:00.3891283Z (Reading database ... 15%
2025-08-20T22:30:00.3891475Z (Reading database ... 20%
2025-08-20T22:30:00.3891667Z (Reading database ... 25%
2025-08-20T22:30:00.3891885Z (Reading database ... 30%
2025-08-20T22:30:00.3892076Z (Reading database ... 35%
2025-08-20T22:30:00.3892264Z (Reading database ... 40%
2025-08-20T22:30:00.3892455Z (Reading database ... 45%
2025-08-20T22:30:00.3892639Z (Reading database ... 50%
2025-08-20T22:30:00.3911767Z (Reading database ... 55%
2025-08-20T22:30:00.3995838Z (Reading database ... 60%
2025-08-20T22:30:00.4034236Z (Reading database ... 65%
2025-08-20T22:30:00.4051014Z (Reading database ... 70%
2025-08-20T22:30:00.4083525Z (Reading database ... 75%
2025-08-20T22:30:00.4226806Z (Reading database ... 80%
2025-08-20T22:30:00.4273397Z (Reading database ... 85%
2025-08-20T22:30:00.4303999Z (Reading database ... 90%
2025-08-20T22:30:00.4390568Z (Reading database ... 95%
2025-08-20T22:30:00.4390786Z (Reading database ... 100%
2025-08-20T22:30:00.4391076Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T22:30:00.4417290Z Preparing to unpack .../python3-pip_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T22:30:00.6271655Z Unpacking python3-pip (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T22:30:00.8145531Z Preparing to unpack .../python3-pip-whl_24.0+dfsg-1ubuntu1.2_all.deb ...
2025-08-20T22:30:00.8413121Z Unpacking python3-pip-whl (24.0+dfsg-1ubuntu1.2) over (24.0+dfsg-1ubuntu1.1) ...
2025-08-20T22:30:00.9593968Z Setting up python3-pip-whl (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T22:30:00.9938756Z Setting up python3-pip (24.0+dfsg-1ubuntu1.2) ...
2025-08-20T22:30:01.9318252Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:30:04.6351145Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T22:30:04.9073755Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:30:05.8423350Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T22:30:05.9666141Z Collecting pip
2025-08-20T22:30:06.0364137Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T22:30:06.0594987Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T22:30:06.1230646Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 29.4 MB/s eta 0:00:00
2025-08-20T22:30:06.4037121Z Installing collected packages: pip
2025-08-20T22:30:07.0605000Z Successfully installed pip-25.2
2025-08-20T22:30:07.2554123Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T22:30:07.2958528Z Reading package lists...
2025-08-20T22:30:07.4809233Z Building dependency tree...
2025-08-20T22:30:07.4818250Z Reading state information...
2025-08-20T22:30:07.7104569Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T22:30:07.7104910Z pciutils set to manually installed.
2025-08-20T22:30:07.7105187Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T22:30:07.7105511Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T22:30:07.7105807Z python3-distro set to manually installed.
2025-08-20T22:30:07.7106120Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T22:30:07.7106800Z python3-netifaces set to manually installed.
2025-08-20T22:30:07.7107247Z The following additional packages will be installed:
2025-08-20T22:30:07.7107511Z   libsysfs2
2025-08-20T22:30:07.7114762Z Suggested packages:
2025-08-20T22:30:07.7114979Z   fancontrol read-edid i2c-tools
2025-08-20T22:30:07.7372429Z The following NEW packages will be installed:
2025-08-20T22:30:07.7375092Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T22:30:07.7547607Z 0 upgraded, 4 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:30:08.0235966Z Need to get 133 kB of archives.
2025-08-20T22:30:08.0236318Z After this operation, 695 kB of additional disk space will be used.
2025-08-20T22:30:08.0236919Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libsysfs2 arm64 2.1.1-6build1 [21.2 kB]
2025-08-20T22:30:08.2856052Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 sysfsutils arm64 2.1.1-6build1 [15.0 kB]
2025-08-20T22:30:08.4434834Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 lm-sensors arm64 1:3.6.0-9build1 [81.5 kB]
2025-08-20T22:30:08.7779505Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 virt-what arm64 1.25-2 [15.2 kB]
2025-08-20T22:30:09.0334443Z Fetched 133 kB in 1s (130 kB/s)
2025-08-20T22:30:09.0750933Z Selecting previously unselected package libsysfs2:arm64.
2025-08-20T22:30:09.0785818Z (Reading database ... 
2025-08-20T22:30:09.0786033Z (Reading database ... 5%
2025-08-20T22:30:09.0786239Z (Reading database ... 10%
2025-08-20T22:30:09.0786770Z (Reading database ... 15%
2025-08-20T22:30:09.0787110Z (Reading database ... 20%
2025-08-20T22:30:09.0787304Z (Reading database ... 25%
2025-08-20T22:30:09.0787493Z (Reading database ... 30%
2025-08-20T22:30:09.0787682Z (Reading database ... 35%
2025-08-20T22:30:09.0787872Z (Reading database ... 40%
2025-08-20T22:30:09.0788063Z (Reading database ... 45%
2025-08-20T22:30:09.0788265Z (Reading database ... 50%
2025-08-20T22:30:09.0807187Z (Reading database ... 55%
2025-08-20T22:30:09.0892331Z (Reading database ... 60%
2025-08-20T22:30:09.0931311Z (Reading database ... 65%
2025-08-20T22:30:09.0948116Z (Reading database ... 70%
2025-08-20T22:30:09.0981459Z (Reading database ... 75%
2025-08-20T22:30:09.1128649Z (Reading database ... 80%
2025-08-20T22:30:09.1177033Z (Reading database ... 85%
2025-08-20T22:30:09.1208858Z (Reading database ... 90%
2025-08-20T22:30:09.1296242Z (Reading database ... 95%
2025-08-20T22:30:09.1296457Z (Reading database ... 100%
2025-08-20T22:30:09.1296775Z (Reading database ... 203318 files and directories currently installed.)
2025-08-20T22:30:09.1324240Z Preparing to unpack .../libsysfs2_2.1.1-6build1_arm64.deb ...
2025-08-20T22:30:09.1881506Z Unpacking libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T22:30:09.2781311Z Selecting previously unselected package sysfsutils.
2025-08-20T22:30:09.2929367Z Preparing to unpack .../sysfsutils_2.1.1-6build1_arm64.deb ...
2025-08-20T22:30:09.3044134Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T22:30:09.4362401Z Selecting previously unselected package lm-sensors.
2025-08-20T22:30:09.4528513Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_arm64.deb ...
2025-08-20T22:30:09.4771498Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:30:09.5425113Z Selecting previously unselected package virt-what.
2025-08-20T22:30:09.5567527Z Preparing to unpack .../virt-what_1.25-2_arm64.deb ...
2025-08-20T22:30:09.5650274Z Unpacking virt-what (1.25-2) ...
2025-08-20T22:30:09.6451398Z Setting up virt-what (1.25-2) ...
2025-08-20T22:30:09.6715531Z Setting up libsysfs2:arm64 (2.1.1-6build1) ...
2025-08-20T22:30:09.6958174Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T22:30:10.0174258Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:30:10.0174639Z 
2025-08-20T22:30:10.0175134Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:30:10.0175573Z 
2025-08-20T22:30:10.2509259Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:30:10.5596095Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T22:30:10.5596589Z 
2025-08-20T22:30:10.5715824Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:30:12.1491803Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:30:13.2602354Z Reading package lists...
2025-08-20T22:30:13.4430094Z Building dependency tree...
2025-08-20T22:30:13.4440785Z Reading state information...
2025-08-20T22:30:13.6757960Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:30:13.6758310Z The following additional packages will be installed:
2025-08-20T22:30:13.6762206Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T22:30:13.6762541Z   xorg-sgml-doctools
2025-08-20T22:30:13.6770432Z Suggested packages:
2025-08-20T22:30:13.6770610Z   libxcb-doc
2025-08-20T22:30:13.6928328Z The following NEW packages will be installed:
2025-08-20T22:30:13.6930165Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T22:30:13.6933286Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T22:30:13.6933637Z   xcb xorg-sgml-doctools
2025-08-20T22:30:13.9770322Z 0 upgraded, 11 newly installed, 0 to remove and 164 not upgraded.
2025-08-20T22:30:13.9770677Z Need to get 816 kB of archives.
2025-08-20T22:30:13.9770964Z After this operation, 3266 kB of additional disk space will be used.
2025-08-20T22:30:13.9771851Z Get:1 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libpthread-stubs0-dev arm64 0.4-1build3 [4734 B]
2025-08-20T22:30:14.1085493Z Get:2 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T22:30:14.2485841Z Get:3 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T22:30:15.0199049Z Get:4 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxau-dev arm64 1:1.0.9-1build6 [10.0 kB]
2025-08-20T22:30:15.1520208Z Get:5 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxdmcp-dev arm64 1:1.1.3-0ubuntu6 [26.3 kB]
2025-08-20T22:30:15.2859266Z Get:6 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb1-dev arm64 1.15-1ubuntu2 [91.2 kB]
2025-08-20T22:30:15.4301804Z Get:7 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-render0-dev arm64 1.15-1ubuntu2 [20.9 kB]
2025-08-20T22:30:15.5633891Z Get:8 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0 arm64 1.15-1ubuntu2 [6250 B]
2025-08-20T22:30:15.6946709Z Get:9 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-shape0-dev arm64 1.15-1ubuntu2 [7806 B]
2025-08-20T22:30:15.8262113Z Get:10 http://ports.ubuntu.com/ubuntu-ports noble/main arm64 libxcb-xfixes0-dev arm64 1.15-1ubuntu2 [14.2 kB]
2025-08-20T22:30:15.9588752Z Get:11 http://ports.ubuntu.com/ubuntu-ports noble/universe arm64 xcb arm64 2.4-8build2 [21.1 kB]
2025-08-20T22:30:16.2054329Z Fetched 816 kB in 2s (361 kB/s)
2025-08-20T22:30:16.2401247Z Selecting previously unselected package libpthread-stubs0-dev:arm64.
2025-08-20T22:30:16.2436053Z (Reading database ... 
2025-08-20T22:30:16.2436569Z (Reading database ... 5%
2025-08-20T22:30:16.2437114Z (Reading database ... 10%
2025-08-20T22:30:16.2437337Z (Reading database ... 15%
2025-08-20T22:30:16.2437534Z (Reading database ... 20%
2025-08-20T22:30:16.2437731Z (Reading database ... 25%
2025-08-20T22:30:16.2437928Z (Reading database ... 30%
2025-08-20T22:30:16.2438146Z (Reading database ... 35%
2025-08-20T22:30:16.2438341Z (Reading database ... 40%
2025-08-20T22:30:16.2438536Z (Reading database ... 45%
2025-08-20T22:30:16.2438724Z (Reading database ... 50%
2025-08-20T22:30:16.2458571Z (Reading database ... 55%
2025-08-20T22:30:16.2544580Z (Reading database ... 60%
2025-08-20T22:30:16.2584711Z (Reading database ... 65%
2025-08-20T22:30:16.2602226Z (Reading database ... 70%
2025-08-20T22:30:16.2637327Z (Reading database ... 75%
2025-08-20T22:30:16.2787049Z (Reading database ... 80%
2025-08-20T22:30:16.2836644Z (Reading database ... 85%
2025-08-20T22:30:16.2868758Z (Reading database ... 90%
2025-08-20T22:30:16.2959610Z (Reading database ... 95%
2025-08-20T22:30:16.2959825Z (Reading database ... 100%
2025-08-20T22:30:16.2960116Z (Reading database ... 203371 files and directories currently installed.)
2025-08-20T22:30:16.2988952Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_arm64.deb ...
2025-08-20T22:30:16.3085146Z Unpacking libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T22:30:16.3715742Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T22:30:16.3844112Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T22:30:16.3929220Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:30:16.4729312Z Selecting previously unselected package x11proto-dev.
2025-08-20T22:30:16.4866309Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T22:30:16.4952904Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T22:30:16.5710747Z Selecting previously unselected package libxau-dev:arm64.
2025-08-20T22:30:16.5857195Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_arm64.deb ...
2025-08-20T22:30:16.5952615Z Unpacking libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T22:30:16.6775778Z Selecting previously unselected package libxdmcp-dev:arm64.
2025-08-20T22:30:16.6935754Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_arm64.deb ...
2025-08-20T22:30:16.7017320Z Unpacking libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:30:16.7661230Z Selecting previously unselected package libxcb1-dev:arm64.
2025-08-20T22:30:16.7826265Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:30:16.7914693Z Unpacking libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:30:16.8647467Z Selecting previously unselected package libxcb-render0-dev:arm64.
2025-08-20T22:30:16.8793546Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:30:16.8978374Z Unpacking libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:30:16.9821320Z Selecting previously unselected package libxcb-shape0:arm64.
2025-08-20T22:30:16.9968258Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:30:17.0153042Z Unpacking libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:30:17.0828254Z Selecting previously unselected package libxcb-shape0-dev:arm64.
2025-08-20T22:30:17.1004956Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:30:17.1092268Z Unpacking libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:30:17.1937932Z Selecting previously unselected package libxcb-xfixes0-dev:arm64.
2025-08-20T22:30:17.2116367Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_arm64.deb ...
2025-08-20T22:30:17.2199980Z Unpacking libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:30:17.2978444Z Selecting previously unselected package xcb.
2025-08-20T22:30:17.3125542Z Preparing to unpack .../10-xcb_2.4-8build2_arm64.deb ...
2025-08-20T22:30:17.3208887Z Unpacking xcb (2.4-8build2) ...
2025-08-20T22:30:17.4058047Z Setting up libxcb-shape0:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:30:17.4318830Z Setting up libpthread-stubs0-dev:arm64 (0.4-1build3) ...
2025-08-20T22:30:17.4572195Z Setting up xcb (2.4-8build2) ...
2025-08-20T22:30:17.4924761Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:30:17.5209247Z Processing triggers for libc-bin (2.39-0ubuntu8.4) ...
2025-08-20T22:30:17.5609213Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:30:19.0386582Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:30:19.0725131Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T22:30:19.1044647Z Setting up libxau-dev:arm64 (1:1.0.9-1build6) ...
2025-08-20T22:30:19.1294546Z Setting up libxdmcp-dev:arm64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:30:19.1867135Z Setting up libxcb1-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:30:19.2113355Z Setting up libxcb-render0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:30:19.2360858Z Setting up libxcb-shape0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:30:19.2614587Z Setting up libxcb-xfixes0-dev:arm64 (1.15-1ubuntu2) ...
2025-08-20T22:30:20.5520350Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:30:21.1965958Z Collecting build
2025-08-20T22:30:21.2522896Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:30:21.3723398Z Collecting cffi
2025-08-20T22:30:21.3830664Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:30:21.4210622Z Collecting scons
2025-08-20T22:30:21.4312253Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:30:21.4713945Z Collecting scuba
2025-08-20T22:30:21.4817998Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:30:21.5446246Z Collecting pytest
2025-08-20T22:30:21.5543279Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:30:21.5972108Z Collecting packaging>=19.1 (from build)
2025-08-20T22:30:21.6065459Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:30:21.6402958Z Collecting pyproject_hooks (from build)
2025-08-20T22:30:21.6502258Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:30:21.6893427Z Collecting pycparser (from cffi)
2025-08-20T22:30:21.6991747Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:30:21.7522205Z Collecting PyYAML (from scuba)
2025-08-20T22:30:21.7626745Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:30:21.7990589Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:30:21.8084841Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:30:21.8506123Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:30:21.8602471Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:30:21.9035397Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:30:21.9129749Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:30:21.9375110Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:30:21.9621842Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:30:22.0133796Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:30:22.0651876Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 79.9 MB/s  0:00:00
2025-08-20T22:30:22.0753154Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:30:22.1015721Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:30:22.1255125Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:30:22.1469394Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:30:22.1679050Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:30:22.1901205Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:30:22.2108060Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 51.1 MB/s  0:00:00
2025-08-20T22:30:22.2200832Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:30:22.2425114Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:30:22.2666449Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:30:22.2837571Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 739.2/739.2 kB 31.2 MB/s  0:00:00
2025-08-20T22:30:22.3774014Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:30:23.9608325Z 
2025-08-20T22:30:23.9623055Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:30:24.2445496Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:30:24.8919869Z Collecting ansi2txt
2025-08-20T22:30:24.9447769Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:30:24.9958284Z Collecting pipx
2025-08-20T22:30:25.0050097Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:30:25.0434589Z Collecting scons
2025-08-20T22:30:25.0444408Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:30:25.0706542Z Collecting py2static
2025-08-20T22:30:25.0804211Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:30:25.1226365Z Collecting typer
2025-08-20T22:30:25.1317997Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:30:25.1821770Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:30:25.1915292Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:30:25.2304380Z Collecting packaging>=20 (from pipx)
2025-08-20T22:30:25.2313547Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:30:25.2626475Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:30:25.2718760Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:30:25.3133765Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:30:25.3225194Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:30:25.3874593Z Collecting pyinstaller (from py2static)
2025-08-20T22:30:25.3977352Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:30:25.4371776Z Collecting staticx (from py2static)
2025-08-20T22:30:25.4472218Z   Downloading staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:30:25.4857333Z   Preparing metadata (setup.py): started
2025-08-20T22:30:25.9342945Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:30:25.9655630Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:30:25.9748645Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:30:26.0246038Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:30:26.0342572Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:30:26.0718276Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:30:26.0810684Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:30:26.1397231Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:30:26.1488934Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:30:26.1911201Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:30:26.2003748Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:30:26.2391088Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:30:26.2401347Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:30:26.2649632Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:30:26.2748917Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:30:26.3972185Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:30:26.4063817Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:30:26.4479943Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:30:26.4570816Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:30:26.5036243Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:30:26.5135038Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:30:26.5564544Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:30:26.5665182Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:30:26.5912221Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:30:26.6126666Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:30:26.6277701Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:30:26.6407024Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:30:26.6624728Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:30:26.6842768Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:30:26.7213329Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:30:26.7460255Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:30:26.7552775Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:30:26.7767938Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:30:26.8008581Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:30:26.8116409Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:30:26.8350618Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:30:26.8562684Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:30:26.8772870Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:30:26.8987182Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:30:26.9211407Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:30:26.9490575Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 726.3/726.3 kB 18.9 MB/s  0:00:00
2025-08-20T22:30:26.9598736Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:30:26.9875931Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:30:27.0119486Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 41.5 MB/s  0:00:00
2025-08-20T22:30:27.0210547Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:30:27.0434051Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:30:27.0895339Z Building wheels for collected packages: staticx
2025-08-20T22:30:27.0902351Z   Building wheel for staticx (setup.py): started
2025-08-20T22:30:37.3308483Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:30:37.3317369Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790695 sha256=7d3495a301c91575f7d32d4e3907d00294d01ec76277758a3b80c81236d07d18
2025-08-20T22:30:37.3318651Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:30:37.3333737Z Successfully built staticx
2025-08-20T22:30:37.4268697Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:30:38.2344398Z   Attempting uninstall: scons
2025-08-20T22:30:38.2415151Z     Found existing installation: SCons 4.9.1
2025-08-20T22:30:38.2699008Z     Uninstalling SCons-4.9.1:
2025-08-20T22:30:38.2758307Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:30:38.7693007Z   Attempting uninstall: pygments
2025-08-20T22:30:38.7761148Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:30:38.7909741Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:30:38.7932062Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:30:39.3736454Z   Attempting uninstall: packaging
2025-08-20T22:30:39.3804271Z     Found existing installation: packaging 25.0
2025-08-20T22:30:39.3823167Z     Uninstalling packaging-25.0:
2025-08-20T22:30:39.3828918Z       Successfully uninstalled packaging-25.0
2025-08-20T22:30:40.3179514Z 
2025-08-20T22:30:40.3203858Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:30:40.6098486Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:30:40.7803346Z Collecting build
2025-08-20T22:30:40.7813509Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:30:40.8565146Z Collecting cffi
2025-08-20T22:30:40.8575158Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (1.5 kB)
2025-08-20T22:30:40.8813187Z Collecting scons
2025-08-20T22:30:40.8822737Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:30:40.9041946Z Collecting scuba
2025-08-20T22:30:40.9052012Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:30:40.9509359Z Collecting pytest
2025-08-20T22:30:40.9518776Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:30:40.9759638Z Collecting packaging>=19.1 (from build)
2025-08-20T22:30:40.9768760Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:30:40.9943626Z Collecting pyproject_hooks (from build)
2025-08-20T22:30:40.9953126Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:30:41.0136566Z Collecting pycparser (from cffi)
2025-08-20T22:30:41.0146939Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:30:41.0469976Z Collecting PyYAML (from scuba)
2025-08-20T22:30:41.0483713Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.metadata (2.1 kB)
2025-08-20T22:30:41.0680327Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:30:41.0689589Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:30:41.0919901Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:30:41.0929193Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:30:41.1178619Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:30:41.1187931Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:30:41.1235420Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:30:41.1244780Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (478 kB)
2025-08-20T22:30:41.1256474Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:30:41.1290996Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:30:41.1301687Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:30:41.1312767Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:30:41.1322343Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:30:41.1330663Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:30:41.1339380Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:30:41.1355370Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:30:41.1364842Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:30:41.1373738Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (739 kB)
2025-08-20T22:30:41.2404579Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:30:41.2408532Z   Attempting uninstall: scons
2025-08-20T22:30:41.2478584Z     Found existing installation: SCons 4.9.1
2025-08-20T22:30:41.2754499Z     Uninstalling SCons-4.9.1:
2025-08-20T22:30:41.2812460Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:30:41.7771061Z   Attempting uninstall: PyYAML
2025-08-20T22:30:41.7849026Z     Found existing installation: PyYAML 6.0.2
2025-08-20T22:30:41.7868005Z     Uninstalling PyYAML-6.0.2:
2025-08-20T22:30:41.7874197Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T22:30:41.8454162Z   Attempting uninstall: pyproject_hooks
2025-08-20T22:30:41.8522771Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T22:30:41.8535939Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T22:30:41.8540950Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T22:30:41.8729240Z   Attempting uninstall: pygments
2025-08-20T22:30:41.8795260Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:30:41.8945809Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:30:41.8970220Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:30:42.4490847Z   Attempting uninstall: pycparser
2025-08-20T22:30:42.4558252Z     Found existing installation: pycparser 2.22
2025-08-20T22:30:42.4576505Z     Uninstalling pycparser-2.22:
2025-08-20T22:30:42.4581855Z       Successfully uninstalled pycparser-2.22
2025-08-20T22:30:42.5730641Z   Attempting uninstall: pluggy
2025-08-20T22:30:42.5798513Z     Found existing installation: pluggy 1.6.0
2025-08-20T22:30:42.5813336Z     Uninstalling pluggy-1.6.0:
2025-08-20T22:30:42.5818273Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T22:30:42.6048147Z   Attempting uninstall: packaging
2025-08-20T22:30:42.6118484Z     Found existing installation: packaging 25.0
2025-08-20T22:30:42.6136796Z     Uninstalling packaging-25.0:
2025-08-20T22:30:42.6142213Z       Successfully uninstalled packaging-25.0
2025-08-20T22:30:42.6573765Z   Attempting uninstall: iniconfig
2025-08-20T22:30:42.6644553Z     Found existing installation: iniconfig 2.1.0
2025-08-20T22:30:42.6657455Z     Uninstalling iniconfig-2.1.0:
2025-08-20T22:30:42.6662185Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T22:30:42.6821291Z   Attempting uninstall: scuba
2025-08-20T22:30:42.6887791Z     Found existing installation: scuba 2.14.1
2025-08-20T22:30:42.6904858Z     Uninstalling scuba-2.14.1:
2025-08-20T22:30:42.6912055Z       Successfully uninstalled scuba-2.14.1
2025-08-20T22:30:42.7177731Z   Attempting uninstall: pytest
2025-08-20T22:30:42.7250916Z     Found existing installation: pytest 8.4.1
2025-08-20T22:30:42.7297623Z     Uninstalling pytest-8.4.1:
2025-08-20T22:30:42.7495427Z       Successfully uninstalled pytest-8.4.1
2025-08-20T22:30:42.9574570Z   Attempting uninstall: cffi
2025-08-20T22:30:42.9642102Z     Found existing installation: cffi 1.17.1
2025-08-20T22:30:42.9662924Z     Uninstalling cffi-1.17.1:
2025-08-20T22:30:42.9852046Z       Successfully uninstalled cffi-1.17.1
2025-08-20T22:30:43.0561899Z   Attempting uninstall: build
2025-08-20T22:30:43.0631669Z     Found existing installation: build 1.3.0
2025-08-20T22:30:43.0651256Z     Uninstalling build-1.3.0:
2025-08-20T22:30:43.0658680Z       Successfully uninstalled build-1.3.0
2025-08-20T22:30:43.0928824Z 
2025-08-20T22:30:43.0952132Z Successfully installed PyYAML-6.0.2 build-1.3.0 cffi-1.17.1 iniconfig-2.1.0 packaging-25.0 pluggy-1.6.0 pycparser-2.22 pygments-2.19.2 pyproject_hooks-1.2.0 pytest-8.4.1 scons-4.9.1 scuba-2.14.1
2025-08-20T22:30:43.3823894Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:30:43.5483521Z Collecting ansi2txt
2025-08-20T22:30:43.5493336Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:30:43.5746306Z Collecting pipx
2025-08-20T22:30:43.5755318Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:30:43.5991344Z Collecting scons
2025-08-20T22:30:43.6000743Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:30:43.6185723Z Collecting py2static
2025-08-20T22:30:43.6194680Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:30:43.6435119Z Collecting typer
2025-08-20T22:30:43.6444286Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:30:43.6741685Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:30:43.6750974Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:30:43.7036228Z Collecting packaging>=20 (from pipx)
2025-08-20T22:30:43.7045224Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:30:43.7279594Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:30:43.7289880Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:30:43.7506049Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:30:43.7515396Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:30:43.7998215Z Collecting pyinstaller (from py2static)
2025-08-20T22:30:43.8008411Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl.metadata (8.4 kB)
2025-08-20T22:30:43.8275816Z Collecting staticx (from py2static)
2025-08-20T22:30:43.8285020Z   Using cached staticx-0.14.1.tar.gz (73 kB)
2025-08-20T22:30:43.8416386Z   Preparing metadata (setup.py): started
2025-08-20T22:30:44.0352781Z   Preparing metadata (setup.py): finished with status 'done'
2025-08-20T22:30:44.0600434Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:30:44.0610128Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:30:44.0858884Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:30:44.0868139Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:30:44.1167074Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:30:44.1176912Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:30:44.1576531Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:30:44.1585611Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:30:44.1909037Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:30:44.1918548Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:30:44.2189187Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:30:44.2198290Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:30:44.2384817Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:30:44.2393904Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:30:44.3316511Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:30:44.3324977Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:30:44.3560397Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:30:44.3569408Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:30:44.3816023Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:30:44.3824913Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:30:44.4313325Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:30:44.4322536Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:30:44.4351413Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:30:44.4359852Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:30:44.4368593Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:30:44.4401740Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:30:44.4410133Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:30:44.4418732Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:30:44.4427288Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:30:44.4436143Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:30:44.4444883Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:30:44.4453862Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:30:44.4463075Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:30:44.4478800Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:30:44.4487864Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:30:44.4496123Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:30:44.4504875Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:30:44.4513666Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:30:44.4522192Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_aarch64.whl (726 kB)
2025-08-20T22:30:44.4533979Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:30:44.4544534Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:30:44.4558475Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:30:44.4567102Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:30:44.4869856Z Building wheels for collected packages: staticx
2025-08-20T22:30:44.4875644Z   Building wheel for staticx (setup.py): started
2025-08-20T22:30:46.8147158Z   Building wheel for staticx (setup.py): finished with status 'done'
2025-08-20T22:30:46.8157482Z   Created wheel for staticx: filename=staticx-0.14.1-py3-none-manylinux1_aarch64.whl size=790772 sha256=7266e694a69a5a52fa5ba333b6e7c84d0a9d7dc0119a611394ba1e9ca18a4179
2025-08-20T22:30:46.8158442Z   Stored in directory: /home/runner/.cache/pip/wheels/00/b3/af/a35c87126ca3734bc09bf9274a2c1ffdab9273a232bfa1325c
2025-08-20T22:30:46.8175818Z Successfully built staticx
2025-08-20T22:30:46.9159379Z Installing collected packages: pyelftools, altgraph, typing-extensions, staticx, shellingham, setuptools, scons, pygments, platformdirs, packaging, mdurl, click, argcomplete, ansi2txt, userpath, pyinstaller-hooks-contrib, markdown-it-py, rich, pyinstaller, pipx, typer, py2static
2025-08-20T22:30:46.9162705Z   Attempting uninstall: pyelftools
2025-08-20T22:30:46.9228301Z     Found existing installation: pyelftools 0.32
2025-08-20T22:30:46.9265903Z     Uninstalling pyelftools-0.32:
2025-08-20T22:30:46.9278116Z       Successfully uninstalled pyelftools-0.32
2025-08-20T22:30:47.0376639Z   Attempting uninstall: altgraph
2025-08-20T22:30:47.0446450Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:30:47.0462302Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:30:47.0467193Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:30:47.0691246Z   Attempting uninstall: typing-extensions
2025-08-20T22:30:47.0759701Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T22:30:47.0771913Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T22:30:47.0960185Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T22:30:47.1268754Z   Attempting uninstall: staticx
2025-08-20T22:30:47.1338210Z     Found existing installation: staticx 0.14.1
2025-08-20T22:30:47.1358460Z     Uninstalling staticx-0.14.1:
2025-08-20T22:30:47.1366039Z       Successfully uninstalled staticx-0.14.1
2025-08-20T22:30:47.1698425Z   Attempting uninstall: shellingham
2025-08-20T22:30:47.1769911Z     Found existing installation: shellingham 1.5.4
2025-08-20T22:30:47.1784848Z     Uninstalling shellingham-1.5.4:
2025-08-20T22:30:47.1789928Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T22:30:47.1977686Z   Attempting uninstall: setuptools
2025-08-20T22:30:47.2045676Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:30:47.2246707Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:30:47.2463034Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:30:47.8360882Z   Attempting uninstall: scons
2025-08-20T22:30:47.8433838Z     Found existing installation: SCons 4.9.1
2025-08-20T22:30:47.8724009Z     Uninstalling SCons-4.9.1:
2025-08-20T22:30:47.8781991Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:30:48.3758409Z   Attempting uninstall: pygments
2025-08-20T22:30:48.3835806Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:30:48.3987954Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:30:48.4010031Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:30:48.9827009Z   Attempting uninstall: platformdirs
2025-08-20T22:30:48.9912793Z     Found existing installation: platformdirs 4.3.8
2025-08-20T22:30:48.9930569Z     Uninstalling platformdirs-4.3.8:
2025-08-20T22:30:48.9935510Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T22:30:49.0169060Z   Attempting uninstall: packaging
2025-08-20T22:30:49.0241295Z     Found existing installation: packaging 25.0
2025-08-20T22:30:49.0260693Z     Uninstalling packaging-25.0:
2025-08-20T22:30:49.0266177Z       Successfully uninstalled packaging-25.0
2025-08-20T22:30:49.0721589Z   Attempting uninstall: mdurl
2025-08-20T22:30:49.0789126Z     Found existing installation: mdurl 0.1.2
2025-08-20T22:30:49.0803018Z     Uninstalling mdurl-0.1.2:
2025-08-20T22:30:49.0808995Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T22:30:49.0983170Z   Attempting uninstall: click
2025-08-20T22:30:49.1055787Z     Found existing installation: click 8.2.1
2025-08-20T22:30:49.1074535Z     Uninstalling click-8.2.1:
2025-08-20T22:30:49.1079909Z       Successfully uninstalled click-8.2.1
2025-08-20T22:30:49.2244019Z   Attempting uninstall: argcomplete
2025-08-20T22:30:49.2315970Z     Found existing installation: argcomplete 3.6.2
2025-08-20T22:30:49.2343561Z     Uninstalling argcomplete-3.6.2:
2025-08-20T22:30:49.2352054Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T22:30:49.2644201Z   Attempting uninstall: ansi2txt
2025-08-20T22:30:49.2716101Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T22:30:49.2728682Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T22:30:49.2914975Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T22:30:49.3061972Z   Attempting uninstall: userpath
2025-08-20T22:30:49.3131472Z     Found existing installation: userpath 1.9.2
2025-08-20T22:30:49.3146583Z     Uninstalling userpath-1.9.2:
2025-08-20T22:30:49.3153013Z       Successfully uninstalled userpath-1.9.2
2025-08-20T22:30:49.3331131Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:30:49.3403336Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:30:49.3691923Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:30:49.3728982Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:30:49.5691234Z   Attempting uninstall: markdown-it-py
2025-08-20T22:30:49.5759900Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T22:30:49.5813170Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T22:30:49.5823438Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T22:30:49.6444152Z   Attempting uninstall: rich
2025-08-20T22:30:49.6516151Z     Found existing installation: rich 14.1.0
2025-08-20T22:30:49.6560635Z     Uninstalling rich-14.1.0:
2025-08-20T22:30:49.6568586Z       Successfully uninstalled rich-14.1.0
2025-08-20T22:30:49.8103801Z   Attempting uninstall: pyinstaller
2025-08-20T22:30:49.8177064Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:30:49.8413859Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:30:49.8449646Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:30:50.1095065Z   Attempting uninstall: pipx
2025-08-20T22:30:50.1175922Z     Found existing installation: pipx 1.7.1
2025-08-20T22:30:50.1204210Z     Uninstalling pipx-1.7.1:
2025-08-20T22:30:50.1212039Z       Successfully uninstalled pipx-1.7.1
2025-08-20T22:30:50.1758477Z   Attempting uninstall: typer
2025-08-20T22:30:50.1828681Z     Found existing installation: typer 0.16.1
2025-08-20T22:30:50.1849912Z     Uninstalling typer-0.16.1:
2025-08-20T22:30:50.1856693Z       Successfully uninstalled typer-0.16.1
2025-08-20T22:30:50.2261653Z   Attempting uninstall: py2static
2025-08-20T22:30:50.2326410Z     Found existing installation: py2static 0.0.1
2025-08-20T22:30:50.2342286Z     Uninstalling py2static-0.0.1:
2025-08-20T22:30:50.2349987Z       Successfully uninstalled py2static-0.0.1
2025-08-20T22:30:50.2509546Z 
2025-08-20T22:30:50.2532983Z Successfully installed altgraph-0.17.4 ansi2txt-0.2.0 argcomplete-3.6.2 click-8.2.1 markdown-it-py-4.0.0 mdurl-0.1.2 packaging-25.0 pipx-1.7.1 platformdirs-4.3.8 py2static-0.0.1 pyelftools-0.32 pygments-2.19.2 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 rich-14.1.0 scons-4.9.1 setuptools-80.9.0 shellingham-1.5.4 staticx-0.14.1 typer-0.16.1 typing-extensions-4.14.1 userpath-1.9.2
2025-08-20T22:30:50.5412291Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:30:50.6374219Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T22:30:50.6377556Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-8kd0y70n
2025-08-20T22:30:50.6393940Z 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-8kd0y70n
2025-08-20T22:30:52.9500138Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T22:30:52.9533638Z   Installing build dependencies: started
2025-08-20T22:30:53.5839009Z   Installing build dependencies: finished with status 'done'
2025-08-20T22:30:53.5848238Z   Getting requirements to build wheel: started
2025-08-20T22:30:53.8407659Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T22:30:53.8417474Z   Preparing metadata (pyproject.toml): started
2025-08-20T22:30:54.0084706Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T22:30:54.1603963Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T22:30:54.1612565Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:30:54.1878752Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T22:30:54.1887957Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:30:54.2146135Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T22:30:54.2155283Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:30:54.2385495Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T22:30:54.2395139Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:30:54.2433734Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:30:54.2443427Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:30:54.2455392Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:30:54.2470854Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:30:54.2578553Z Building wheels for collected packages: pyinstaller
2025-08-20T22:30:54.2585377Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T22:30:56.8677289Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T22:30:56.8698294Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1828928 sha256=5a93193cff7fa1c186ffe786503be54f9968f90bbec4aa2ef5ac54c7d2110b3f
2025-08-20T22:30:56.8699444Z   Stored in directory: /tmp/pip-ephem-wheel-cache-_sdb3fzx/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T22:30:56.8736538Z Successfully built pyinstaller
2025-08-20T22:30:56.9539549Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T22:30:56.9542935Z   Attempting uninstall: altgraph
2025-08-20T22:30:56.9612430Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:30:56.9629093Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:30:56.9634770Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:30:56.9879780Z   Attempting uninstall: setuptools
2025-08-20T22:30:56.9947131Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:30:57.0144587Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:30:57.0361412Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:30:57.6202857Z   Attempting uninstall: packaging
2025-08-20T22:30:57.6286589Z     Found existing installation: packaging 25.0
2025-08-20T22:30:57.6305129Z     Uninstalling packaging-25.0:
2025-08-20T22:30:57.6310809Z       Successfully uninstalled packaging-25.0
2025-08-20T22:30:57.6890159Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:30:57.6961595Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:30:57.7253583Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:30:57.7291531Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:30:57.9238357Z   Attempting uninstall: pyinstaller
2025-08-20T22:30:57.9308808Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:30:57.9561999Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:30:57.9597900Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:30:58.2384388Z 
2025-08-20T22:30:58.2407708Z Successfully installed altgraph-0.17.4 packaging-25.0 pyinstaller-6.15.0 pyinstaller-hooks-contrib-2025.8 setuptools-80.9.0
2025-08-20T22:30:58.4602474Z 6.15.0
2025-08-20T22:30:59.7974378Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T22:30:59.7982750Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T22:30:59.7983084Z 
2025-08-20T22:30:59.7983297Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T22:30:59.7983797Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T22:30:59.7984282Z installation.
2025-08-20T22:30:59.7984418Z 
2025-08-20T22:30:59.7984628Z If you installed the current Docker package using this script and are using it
2025-08-20T22:30:59.7985210Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T22:30:59.7985683Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T22:30:59.7986082Z files to match the parameters passed to the script.
2025-08-20T22:30:59.7986341Z 
2025-08-20T22:30:59.7986468Z You may press Ctrl+C now to abort this script.
2025-08-20T22:30:59.8127990Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:31:01.1747814Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T22:31:01.6183870Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T22:31:01.6200317Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T22:31:01.6942129Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T22:31:01.6955102Z + sh -c 'echo "deb [arch=arm64 signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu noble stable" > /etc/apt/sources.list.d/docker.list'
2025-08-20T22:31:01.6961448Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:31:02.8838623Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install docker-ce docker-ce-cli containerd.io docker-compose-plugin docker-ce-rootless-extras docker-buildx-plugin docker-model-plugin >/dev/null'
2025-08-20T22:31:13.0341779Z + sh -c 'docker version'
2025-08-20T22:31:13.0476438Z Client: Docker Engine - Community
2025-08-20T22:31:13.0477460Z  Version:           28.3.3
2025-08-20T22:31:13.0477938Z  API version:       1.51
2025-08-20T22:31:13.0478198Z  Go version:        go1.24.5
2025-08-20T22:31:13.0478438Z  Git commit:        980b856
2025-08-20T22:31:13.0478741Z  Built:             Fri Jul 25 11:35:18 2025
2025-08-20T22:31:13.0479042Z  OS/Arch:           linux/arm64
2025-08-20T22:31:13.0479317Z  Context:           default
2025-08-20T22:31:13.0479467Z 
2025-08-20T22:31:13.0479587Z Server: Docker Engine - Community
2025-08-20T22:31:13.0479851Z  Engine:
2025-08-20T22:31:13.0480121Z   Version:          28.3.3
2025-08-20T22:31:13.0480386Z   API version:      1.51 (minimum version 1.24)
2025-08-20T22:31:13.0480720Z   Go version:       go1.24.5
2025-08-20T22:31:13.0480998Z   Git commit:       bea959c
2025-08-20T22:31:13.0481247Z   Built:            Fri Jul 25 11:35:18 2025
2025-08-20T22:31:13.0481512Z   OS/Arch:          linux/arm64
2025-08-20T22:31:13.0481816Z   Experimental:     false
2025-08-20T22:31:13.0482073Z  containerd:
2025-08-20T22:31:13.0482314Z   Version:          1.7.27
2025-08-20T22:31:13.0482630Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T22:31:13.0482930Z  runc:
2025-08-20T22:31:13.0483167Z   Version:          1.2.5
2025-08-20T22:31:13.0483436Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T22:31:13.0483689Z  docker-init:
2025-08-20T22:31:13.0483946Z   Version:          0.19.0
2025-08-20T22:31:13.0484165Z   GitCommit:        de40ad0
2025-08-20T22:31:13.0492711Z 
2025-08-20T22:31:13.0493364Z ================================================================================
2025-08-20T22:31:13.0493909Z 
2025-08-20T22:31:13.0494147Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T22:31:13.0494518Z Docker daemon in rootless mode for your user:
2025-08-20T22:31:13.0494850Z 
2025-08-20T22:31:13.0495001Z     dockerd-rootless-setuptool.sh install
2025-08-20T22:31:13.0495192Z 
2025-08-20T22:31:13.0495418Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T22:31:13.0495802Z 
2025-08-20T22:31:13.0495846Z 
2025-08-20T22:31:13.0496039Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T22:31:13.0496498Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T22:31:13.0496745Z 
2025-08-20T22:31:13.0497382Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T22:31:13.0497869Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T22:31:13.0498342Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T22:31:13.0498637Z 
2025-08-20T22:31:13.0498828Z ================================================================================
2025-08-20T22:31:13.0499024Z 
2025-08-20T22:31:24.0476053Z ● docker.service - Docker Application Container Engine
2025-08-20T22:31:24.0476745Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:31:24.0477397Z      Active: active (running) since Wed 2025-08-20 22:31:14 UTC; 10s ago
2025-08-20T22:31:24.0478320Z TriggeredBy: ● docker.socket
2025-08-20T22:31:24.0478652Z        Docs: https://docs.docker.com
2025-08-20T22:31:24.0478998Z    Main PID: 21669 (dockerd)
2025-08-20T22:31:24.0479299Z       Tasks: 10
2025-08-20T22:31:24.0479541Z      Memory: 20.7M (peak: 23.9M)
2025-08-20T22:31:24.0479792Z         CPU: 240ms
2025-08-20T22:31:24.0480084Z      CGroup: /system.slice/docker.service
2025-08-20T22:31:24.0482473Z              └─21669 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:31:24.0482864Z 
2025-08-20T22:31:24.0483179Z Aug 20 22:31:13 runnervmdbl46 dockerd[21669]: time="2025-08-20T22:31:13.442940065Z" level=info msg="Loading containers: start."
2025-08-20T22:31:24.0484450Z Aug 20 22:31:13 runnervmdbl46 dockerd[21669]: time="2025-08-20T22:31:13.950318702Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 6581ec715cb565413f3ba29565df269b2c98cf66a932624753029c9e1f12214e], retrying...."
2025-08-20T22:31:24.0485792Z Aug 20 22:31:13 runnervmdbl46 dockerd[21669]: time="2025-08-20T22:31:13.990369644Z" level=info msg="Loading containers: done."
2025-08-20T22:31:24.0487074Z Aug 20 22:31:14 runnervmdbl46 dockerd[21669]: time="2025-08-20T22:31:14.012499611Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:31:24.0488470Z Aug 20 22:31:14 runnervmdbl46 dockerd[21669]: time="2025-08-20T22:31:14.012606078Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:31:24.0489350Z Aug 20 22:31:14 runnervmdbl46 dockerd[21669]: time="2025-08-20T22:31:14.012638911Z" level=info msg="Initializing buildkit"
2025-08-20T22:31:24.0490092Z Aug 20 22:31:14 runnervmdbl46 dockerd[21669]: time="2025-08-20T22:31:14.028241012Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:31:24.0490841Z Aug 20 22:31:14 runnervmdbl46 dockerd[21669]: time="2025-08-20T22:31:14.032140961Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:31:24.0491600Z Aug 20 22:31:14 runnervmdbl46 dockerd[21669]: time="2025-08-20T22:31:14.032190539Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:31:24.0492317Z Aug 20 22:31:14 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:31:24.0564174Z ● docker.service - Docker Application Container Engine
2025-08-20T22:31:24.0564984Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:31:24.0565499Z      Active: active (running) since Wed 2025-08-20 22:31:14 UTC; 10s ago
2025-08-20T22:31:24.0565952Z TriggeredBy: ● docker.socket
2025-08-20T22:31:24.0566335Z        Docs: https://docs.docker.com
2025-08-20T22:31:24.0566615Z    Main PID: 21669 (dockerd)
2025-08-20T22:31:24.0566981Z       Tasks: 10
2025-08-20T22:31:24.0567301Z      Memory: 20.7M (peak: 23.9M)
2025-08-20T22:31:24.0567577Z         CPU: 240ms
2025-08-20T22:31:24.0567885Z      CGroup: /system.slice/docker.service
2025-08-20T22:31:24.0568483Z              └─21669 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:31:24.0568796Z 
2025-08-20T22:31:24.0569103Z Aug 20 22:31:13 runnervmdbl46 dockerd[21669]: time="2025-08-20T22:31:13.442940065Z" level=info msg="Loading containers: start."
2025-08-20T22:31:24.0570290Z Aug 20 22:31:13 runnervmdbl46 dockerd[21669]: time="2025-08-20T22:31:13.950318702Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 6581ec715cb565413f3ba29565df269b2c98cf66a932624753029c9e1f12214e], retrying...."
2025-08-20T22:31:24.0571449Z Aug 20 22:31:13 runnervmdbl46 dockerd[21669]: time="2025-08-20T22:31:13.990369644Z" level=info msg="Loading containers: done."
2025-08-20T22:31:24.0572586Z Aug 20 22:31:14 runnervmdbl46 dockerd[21669]: time="2025-08-20T22:31:14.012499611Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:31:24.0574133Z Aug 20 22:31:14 runnervmdbl46 dockerd[21669]: time="2025-08-20T22:31:14.012606078Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:31:24.0575017Z Aug 20 22:31:14 runnervmdbl46 dockerd[21669]: time="2025-08-20T22:31:14.012638911Z" level=info msg="Initializing buildkit"
2025-08-20T22:31:24.0575753Z Aug 20 22:31:14 runnervmdbl46 dockerd[21669]: time="2025-08-20T22:31:14.028241012Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:31:24.0576516Z Aug 20 22:31:14 runnervmdbl46 dockerd[21669]: time="2025-08-20T22:31:14.032140961Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:31:24.0577432Z Aug 20 22:31:14 runnervmdbl46 dockerd[21669]: time="2025-08-20T22:31:14.032190539Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:31:24.0578145Z Aug 20 22:31:14 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:31:24.0726362Z ● docker.service - Docker Application Container Engine
2025-08-20T22:31:24.0727097Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:31:24.0727624Z      Active: active (running) since Wed 2025-08-20 22:31:14 UTC; 10s ago
2025-08-20T22:31:24.0728097Z TriggeredBy: ● docker.socket
2025-08-20T22:31:24.0728512Z        Docs: https://docs.docker.com
2025-08-20T22:31:24.0728805Z    Main PID: 21669 (dockerd)
2025-08-20T22:31:24.0729036Z       Tasks: 10
2025-08-20T22:31:24.0729327Z      Memory: 20.7M (peak: 23.9M)
2025-08-20T22:31:24.0729583Z         CPU: 240ms
2025-08-20T22:31:24.0729854Z      CGroup: /system.slice/docker.service
2025-08-20T22:31:24.0730449Z              └─21669 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:31:24.0730756Z 
2025-08-20T22:31:24.0731113Z Aug 20 22:31:13 runnervmdbl46 dockerd[21669]: time="2025-08-20T22:31:13.442940065Z" level=info msg="Loading containers: start."
2025-08-20T22:31:24.0732316Z Aug 20 22:31:13 runnervmdbl46 dockerd[21669]: time="2025-08-20T22:31:13.950318702Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 6581ec715cb565413f3ba29565df269b2c98cf66a932624753029c9e1f12214e], retrying...."
2025-08-20T22:31:24.0733681Z Aug 20 22:31:13 runnervmdbl46 dockerd[21669]: time="2025-08-20T22:31:13.990369644Z" level=info msg="Loading containers: done."
2025-08-20T22:31:24.0734848Z Aug 20 22:31:14 runnervmdbl46 dockerd[21669]: time="2025-08-20T22:31:14.012499611Z" level=warning msg="Not using native diff for overlay2, this may cause degraded performance for building images: kernel has CONFIG_OVERLAY_FS_REDIRECT_DIR enabled" storage-driver=overlay2
2025-08-20T22:31:24.0736234Z Aug 20 22:31:14 runnervmdbl46 dockerd[21669]: time="2025-08-20T22:31:14.012606078Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:31:24.0737830Z Aug 20 22:31:14 runnervmdbl46 dockerd[21669]: time="2025-08-20T22:31:14.012638911Z" level=info msg="Initializing buildkit"
2025-08-20T22:31:24.0738589Z Aug 20 22:31:14 runnervmdbl46 dockerd[21669]: time="2025-08-20T22:31:14.028241012Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:31:24.0739346Z Aug 20 22:31:14 runnervmdbl46 dockerd[21669]: time="2025-08-20T22:31:14.032140961Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:31:24.0740106Z Aug 20 22:31:14 runnervmdbl46 dockerd[21669]: time="2025-08-20T22:31:14.032190539Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:31:24.0740815Z Aug 20 22:31:14 runnervmdbl46 systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:31:24.0813892Z Docker version 28.3.3, build 980b856
2025-08-20T22:31:24.0954134Z Unable to find image 'hello-world:latest' locally
2025-08-20T22:31:25.1204691Z latest: Pulling from library/hello-world
2025-08-20T22:31:25.3549838Z 198f93fd5094: Pulling fs layer
2025-08-20T22:31:25.6825103Z 198f93fd5094: Verifying Checksum
2025-08-20T22:31:25.6825477Z 198f93fd5094: Download complete
2025-08-20T22:31:25.7214306Z 198f93fd5094: Pull complete
2025-08-20T22:31:25.7860379Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T22:31:25.7971626Z Status: Downloaded newer image for hello-world:latest
2025-08-20T22:31:26.5323821Z 
2025-08-20T22:31:26.5324308Z Hello from Docker!
2025-08-20T22:31:26.5324821Z This message shows that your installation appears to be working correctly.
2025-08-20T22:31:26.5325112Z 
2025-08-20T22:31:26.5325277Z To generate this message, Docker took the following steps:
2025-08-20T22:31:26.5325638Z  1. The Docker client contacted the Docker daemon.
2025-08-20T22:31:26.5326156Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T22:31:26.5326517Z     (arm64v8)
2025-08-20T22:31:26.5328518Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T22:31:26.5329153Z     executable that produces the output you are currently reading.
2025-08-20T22:31:26.5329617Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T22:31:26.5330029Z     to your terminal.
2025-08-20T22:31:26.5330199Z 
2025-08-20T22:31:26.5330396Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T22:31:26.5330759Z  $ docker run -it ubuntu bash
2025-08-20T22:31:26.5330939Z 
2025-08-20T22:31:26.5331179Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T22:31:26.5331557Z  https://hub.docker.com/
2025-08-20T22:31:26.5331722Z 
2025-08-20T22:31:26.5331821Z For more examples and ideas, visit:
2025-08-20T22:31:26.5332177Z  https://docs.docker.com/get-started/
2025-08-20T22:31:26.5332374Z 
2025-08-20T22:31:26.6533234Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:31:26.6593070Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:31:26.6593556Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:31:26.6593920Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:31:26.6594290Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:31:26.6594645Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:31:26.6595005Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:31:26.6595680Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:31:26.6596060Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:31:26.6596386Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:31:26.6596740Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:31:26.6597311Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:31:26.6597711Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:31:26.6598114Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:31:26.6598681Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:31:26.6599081Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:31:26.6599478Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:31:26.6599844Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:31:26.6600221Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:31:26.6600678Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:31:26.6601121Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:31:26.6601510Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:31:26.6602203Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:31:26.6602603Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:31:26.6602952Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:31:26.6603339Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:31:26.6603764Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:31:26.6604180Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:31:26.6604581Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:31:26.6604992Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:31:26.6605408Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:31:26.6605829Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:31:26.6606258Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:31:26.6606676Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:31:26.6607264Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:31:26.6607691Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:31:26.6608096Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:31:26.6608502Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:31:26.6608891Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:31:26.6609294Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:31:26.6609712Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:31:26.6610127Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:31:26.6610531Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:31:26.6610922Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:31:26.6611372Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:31:26.6611839Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:31:26.6612501Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:31:26.6613026Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:31:26.6613466Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:31:26.6613880Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:31:26.6614296Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:31:26.6614707Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:31:26.6615118Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:31:26.6615514Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:31:26.6615877Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:31:26.6616232Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:31:26.6616599Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:31:26.6617136Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:31:26.6617542Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:31:26.6617920Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:31:26.6618327Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:31:26.6618941Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:31:26.6619361Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:31:26.6619768Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:31:26.6620185Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:31:26.6620614Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:31:26.6621013Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:31:26.6621404Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:31:26.6621837Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:31:26.6622327Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:31:26.6622825Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:31:26.6623281Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:31:26.6623694Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:31:26.6624078Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:31:26.6624467Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:31:26.6624868Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:31:26.6625263Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:31:26.6625718Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:31:26.6626213Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:31:26.6626716Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:31:26.6627336Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:31:26.6627782Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:31:26.6628180Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:31:26.6628570Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:31:26.6629151Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:31:26.6629572Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:31:26.6629955Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:31:26.6630376Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:31:26.6630796Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:31:26.6631181Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:31:26.6631548Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:31:26.6631948Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:31:26.6632349Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:31:26.6632721Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:31:26.6633090Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:31:26.6633478Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:31:26.6633861Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:31:26.6634208Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:31:26.6634577Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:31:26.6634983Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:31:26.6635548Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:31:26.6635908Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:31:26.6636269Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:31:26.6636643Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:31:26.6637130Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:31:26.6637526Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:31:26.6637918Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:31:26.6638301Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:31:26.6638679Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:31:26.6639075Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:31:26.6639477Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:31:26.6639844Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:31:26.6640201Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:31:26.6640547Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:31:26.6640896Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:31:26.6641259Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:31:26.6641607Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:31:26.6641977Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:31:26.6642368Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:31:26.6642792Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:31:26.6643231Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:31:26.6643633Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:31:26.6644023Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:31:26.6644412Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:31:26.6644797Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:31:26.6645399Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:31:26.6645827Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:31:26.6646207Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:31:26.6646596Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:31:26.6647365Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:31:26.6647815Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:31:26.6648237Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:31:26.6648623Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:31:26.6649012Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:31:26.6649416Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:31:26.6649825Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:31:26.6650224Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:31:26.6650612Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:31:26.6651003Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:31:26.6651400Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:31:26.6651934Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:31:26.6652287Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:31:26.6652648Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:31:26.6653040Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:31:26.6653432Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:31:26.6653834Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:31:26.6654219Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:31:26.6654586Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:31:26.6654957Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:31:26.6655333Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:31:26.6655722Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:31:26.6656142Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:31:26.6656582Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:31:26.6657211Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:31:26.6657602Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:31:26.6658002Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:31:26.6658419Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:31:26.6658834Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:31:26.6659182Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:31:26.6659519Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:31:26.6659934Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:31:26.6660360Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:31:26.6660764Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:31:26.6661141Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:31:26.6661519Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:31:26.6662077Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:31:26.6662514Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:31:26.6662975Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:31:26.6663384Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:31:26.6663748Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:31:26.6664108Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:31:26.6664558Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:31:26.6665057Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:31:26.6665492Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:31:26.6665867Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:31:26.6666326Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:31:26.6666962Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:31:26.6667479Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:31:26.6667915Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:31:26.6668455Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:31:26.6668831Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:31:26.6669239Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:31:26.6669651Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:31:26.6670051Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:31:26.6670425Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:31:26.6670798Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:31:26.6671192Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:31:26.6671613Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:31:26.6672008Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:31:26.6672410Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:31:26.6672802Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:31:26.6673194Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:31:26.6673612Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:31:26.6674054Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:31:26.6674484Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:31:26.6674871Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:31:26.6675243Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:31:26.6675622Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:31:26.6675992Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:31:26.6676386Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:31:26.6676802Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:31:26.6677546Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:31:26.6678002Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:31:26.6678405Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:31:26.6678995Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:31:26.6679405Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:31:26.6679786Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:31:26.6680153Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:31:26.6680535Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:31:26.6680917Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:31:26.6681357Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:31:26.6681825Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:31:26.6682281Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:31:26.6682799Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:31:26.6683307Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:31:26.6683807Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:31:26.6684240Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:31:26.6684601Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:31:26.6685108Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:31:26.6685485Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:31:26.6685863Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:31:26.6686228Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:31:26.6686607Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:31:26.6687227Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:31:26.6687622Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:31:26.6687997Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:31:26.6688370Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:31:26.6688765Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:31:26.6689159Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:31:26.6689570Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:31:26.6690003Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:31:26.6690420Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:31:26.6690828Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:31:26.6691234Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:31:26.6691642Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:31:26.6692058Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:31:26.6692448Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:31:26.6692806Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:31:26.6693315Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:31:26.6693833Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:31:26.6694199Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:31:26.6694645Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:31:26.6695192Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:31:26.6695617Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:31:26.6696049Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:31:26.6696469Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:31:26.6697042Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:31:26.6697458Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:31:26.6697866Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:31:26.6698286Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:31:26.6698694Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:31:26.6699082Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:31:26.6699514Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:31:26.6700000Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:31:26.6700494Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:31:26.6701171Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:31:26.6701585Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:31:26.6702151Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:31:26.6702623Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:31:26.6703106Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:31:26.6703511Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:31:26.6703948Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:31:26.6704397Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:31:26.6704800Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:31:26.6705157Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:31:26.6705506Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:31:26.6705871Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:31:26.6706257Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:31:26.6706622Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:31:26.6707140Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:31:26.6707517Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:31:26.6707876Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:31:26.6708235Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:31:26.6708601Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:31:26.6708954Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:31:26.6709325Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:31:26.6709710Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:31:26.6710071Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:31:26.6710426Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:31:26.6710779Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:31:26.6711142Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:31:26.6711513Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:31:26.6712059Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:31:26.6712479Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:31:26.6712856Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:31:26.6713268Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:31:26.6713706Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:31:26.6714109Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:31:26.6714475Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:31:26.6714853Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:31:26.6715274Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:31:26.6715671Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:31:26.6716031Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:31:26.6716393Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:31:26.6716749Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:31:26.6717235Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:31:26.6717580Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:31:26.6717932Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:31:26.6718509Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:31:26.6718868Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:31:26.6719211Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:31:26.6719541Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:31:26.6719913Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:31:26.6720317Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:31:26.6720704Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:31:26.6721096Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:31:26.6721484Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:31:26.6721893Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:31:26.6722395Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:31:26.6723006Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:31:26.6723631Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:31:26.6724172Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:31:26.6724646Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:31:26.6725098Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:31:26.6725615Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:31:26.6726230Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:31:26.6726792Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:31:26.6727489Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:31:26.6727935Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:31:26.6728302Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:31:26.6728672Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:31:26.6729228Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:31:26.6729635Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:31:26.6730024Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:31:26.6730409Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:31:26.6730794Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:31:26.6731182Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:31:26.6731562Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:31:26.6731935Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:31:26.6732308Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:31:26.6732677Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:31:26.6733070Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:31:26.6733457Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:31:26.6733865Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:31:26.6734274Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:31:26.6734657Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:31:26.6735230Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:31:26.6735637Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:31:26.6736046Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:31:26.6736480Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:31:26.6737001Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:31:26.6737381Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:31:26.6737750Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:31:26.6738129Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:31:26.6738495Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:31:26.6738882Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:31:26.6739273Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:31:26.6739653Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:31:26.6740032Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:31:26.6740390Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:31:26.6740756Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:31:26.6741308Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:31:26.6742020Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:31:26.6742701Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:31:26.6743362Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:31:26.6743892Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:31:26.6744272Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:31:26.6744673Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:31:26.6745072Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:31:26.6745596Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:31:26.6746001Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:31:26.6746367Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:31:26.6746740Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:31:26.6747238Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:31:26.6747620Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:31:26.6747996Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:31:26.6748379Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:31:26.6748778Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:31:26.6749172Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:31:26.6749570Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:31:26.6749955Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:31:26.6750331Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:31:26.6750714Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:31:26.6751114Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:31:26.6751654Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:31:26.6752050Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:31:26.6752440Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:31:26.6752862Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:31:26.6753290Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:31:26.6753694Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:31:26.6754126Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:31:26.6754578Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:31:26.6754980Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:31:26.6755346Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:31:26.6755729Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:31:26.6756122Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:31:26.6756530Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:31:26.6757077Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:31:26.6757488Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:31:26.6757885Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:31:26.6758356Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:31:26.6758822Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:31:26.6759219Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:31:26.6759623Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:31:26.6760076Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:31:26.6760520Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:31:26.6760992Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:31:26.6761478Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:31:26.6762102Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:31:26.6762571Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:31:26.6762967Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:31:26.6763355Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:31:26.6763767Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:31:26.6764154Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:31:26.6764525Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:31:26.6764930Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:31:26.6765328Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:31:26.6765730Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:31:26.6766151Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:31:26.6766541Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:31:26.6767078Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:31:26.6767475Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:31:26.6767829Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:31:26.6768374Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:31:26.6768793Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:31:26.6769187Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:31:26.6769632Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:31:26.6770084Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:31:26.6770484Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:31:26.6770918Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:31:26.6771339Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:31:26.6771743Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:31:26.6772148Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:31:26.6772506Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:31:26.6772866Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:31:26.6773255Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:31:26.6773648Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:31:26.6774028Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:31:26.6774384Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:31:26.6774729Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:31:26.6775075Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:31:26.6775560Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:31:26.6776072Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:31:26.6776456Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:31:26.6776947Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:31:26.6777356Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:31:26.6777771Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:31:26.6778384Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:31:26.6778815Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:31:26.6779228Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:31:26.6779632Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:31:26.6780004Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:31:26.6780368Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:31:26.6780731Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:31:26.6781105Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:31:26.6781524Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:31:26.6781947Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:31:26.6782348Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:31:26.6782768Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:31:26.6783208Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:31:26.6783603Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:31:26.6783975Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:31:26.6784489Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:31:26.6784836Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:31:26.6785201Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:31:26.6785573Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:31:26.6785946Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:31:26.6786345Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:31:26.6786759Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:31:26.6787397Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:31:26.6787834Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:31:26.6788206Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:31:26.6788590Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:31:26.6788980Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:31:26.6789369Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:31:26.6789748Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:31:26.6790122Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:31:26.6790562Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:31:26.6791052Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:31:26.6791475Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:31:26.6791846Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:31:26.6792221Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:31:26.6792628Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:31:26.6793020Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:31:26.6793395Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:31:26.6793790Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:31:26.6794166Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:31:26.6794704Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:31:26.6795088Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:31:26.6795484Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:31:26.6795896Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:31:26.6796271Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:31:26.6796653Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:31:26.6797213Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:31:26.6797650Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:31:26.6798073Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:31:26.6798466Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:31:26.6798983Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:31:26.6799486Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:31:26.6799874Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:31:26.6800279Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:31:26.6800698Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:31:26.6801392Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:31:26.6801970Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:31:26.6802572Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:31:26.6803219Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:31:26.6803862Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:31:26.6804487Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:31:26.6805105Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:31:26.6805686Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:31:26.6806164Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:31:26.6806605Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:31:26.6807144Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:31:26.6807572Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:31:26.6808050Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:31:26.6808481Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:31:26.6808855Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:31:26.6809234Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:31:26.6809610Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:31:26.6809991Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:31:26.6810396Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:31:26.6810806Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:31:26.6811169Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:31:26.6811554Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:31:26.6812182Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:31:26.6812694Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:31:26.6813182Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:31:26.6813668Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:31:26.6814122Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:31:26.6814535Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:31:26.6814949Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:31:26.6815361Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:31:26.6815788Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:31:26.6816216Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:31:26.6816603Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:31:26.6817118Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:31:26.6817503Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:31:26.6817878Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:31:26.6818464Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:31:26.6818899Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:31:26.6819300Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:31:26.6819712Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:31:26.6820142Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:31:26.6820589Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:31:26.6821031Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:31:26.6821463Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:31:26.6821858Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:31:26.6822230Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:31:26.6822618Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:31:26.6822986Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:31:26.6823353Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:31:26.6823753Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:31:26.6824153Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:31:26.6824579Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:31:26.6825045Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:31:26.6825502Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:31:26.6825889Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:31:26.6826242Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:31:26.6826607Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:31:26.6827160Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:31:26.6827553Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:31:26.6827942Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:31:26.6828531Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:31:26.6829007Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:31:26.6829423Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:31:26.6829806Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:31:26.6830202Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:31:26.6830744Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:31:26.6831319Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:31:26.6831766Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:31:26.6832208Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:31:26.6832633Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:31:26.6833029Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:31:26.6833418Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:31:26.6833805Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:31:26.6834201Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:31:26.6834794Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:31:26.6835173Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:31:26.6835562Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:31:26.6835962Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:31:26.6836331Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:31:26.6836737Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:31:26.6837321Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:31:26.6837744Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:31:26.6838118Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:31:26.6838491Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:31:26.6838880Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:31:26.6839252Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:31:26.6839617Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:31:26.6840043Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:31:26.6840485Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:31:26.6840890Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:31:26.6841286Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:31:26.6841682Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:31:26.6842058Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:31:26.6842433Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:31:26.6842821Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:31:26.6843219Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:31:26.6843664Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:31:26.6844112Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:31:26.6844752Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:31:26.6845183Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:31:26.6845593Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:31:26.6846017Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:31:26.6846406Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:31:26.6846761Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:31:26.6847237Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:31:26.6847602Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:31:26.6847973Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:31:26.6848323Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:31:26.6848693Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:31:26.6849088Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:31:26.6849482Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:31:26.6849836Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:31:26.6850182Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:31:26.6850558Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:31:26.6851126Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:31:26.6851502Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:31:26.6851863Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:31:26.6852224Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:31:26.6852601Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:31:26.6852983Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:31:26.6853335Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:31:26.6853709Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:31:26.6854100Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:31:26.6854481Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:31:26.6854857Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:31:26.6855238Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:31:26.6855621Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:31:26.6856026Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:31:26.6856445Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:31:26.6856967Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:31:26.6857337Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:31:26.6857684Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:31:26.6858022Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:31:26.6858438Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:31:26.6858933Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:31:26.6859428Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:31:26.6859901Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:31:26.6860401Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:31:26.6860836Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:31:26.6861378Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:31:26.6861787Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:31:26.6862175Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:31:26.6862561Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:31:26.6862945Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:31:26.6863335Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:31:26.6863708Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:31:26.6864099Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:31:26.6864541Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:31:26.6864969Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:31:26.6865342Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:31:26.6865738Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:31:26.6866157Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:31:26.6866534Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:31:26.6867032Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:31:26.6867619Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:31:26.6868069Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:31:26.6868525Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:31:26.6868934Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:31:26.6869350Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:31:26.6869778Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:31:26.6870202Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:31:26.8212772Z [+] Installing Go for linux-arm64...
2025-08-20T22:31:27.1927051Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T22:31:27.1927379Z [!] GOROOT: /usr/lib/go-1.22
2025-08-20T22:31:27.1927640Z [!] Removing existing GOROOT: /usr/lib/go-1.22
2025-08-20T22:31:27.1936865Z rm: cannot remove '/usr/lib/go-1.22/test': Permission denied
2025-08-20T22:31:27.1937244Z rm: cannot remove '/usr/lib/go-1.22/bin/gofmt': Permission denied
2025-08-20T22:31:27.1937591Z rm: cannot remove '/usr/lib/go-1.22/bin/go': Permission denied
2025-08-20T22:31:27.2011295Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/link': Permission denied
2025-08-20T22:31:27.2011783Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cover': Permission denied
2025-08-20T22:31:27.2012234Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/compile': Permission denied
2025-08-20T22:31:27.2012686Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pack': Permission denied
2025-08-20T22:31:27.2013123Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/cgo': Permission denied
2025-08-20T22:31:27.2013590Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/covdata': Permission denied
2025-08-20T22:31:27.2014056Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/addr2line': Permission denied
2025-08-20T22:31:27.2014505Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/fix': Permission denied
2025-08-20T22:31:27.2014937Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/vet': Permission denied
2025-08-20T22:31:27.2015370Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/doc': Permission denied
2025-08-20T22:31:27.2015799Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/asm': Permission denied
2025-08-20T22:31:27.2016569Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/nm': Permission denied
2025-08-20T22:31:27.2017175Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/trace': Permission denied
2025-08-20T22:31:27.2017625Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/objdump': Permission denied
2025-08-20T22:31:27.2018085Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/dist': Permission denied
2025-08-20T22:31:27.2018534Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/test2json': Permission denied
2025-08-20T22:31:27.2019033Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/distpack': Permission denied
2025-08-20T22:31:27.2019488Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/pprof': Permission denied
2025-08-20T22:31:27.2019933Z rm: cannot remove '/usr/lib/go-1.22/pkg/tool/linux_arm64/buildid': Permission denied
2025-08-20T22:31:27.2020342Z rm: cannot remove '/usr/lib/go-1.22/pkg/include': Permission denied
2025-08-20T22:31:27.2020693Z rm: cannot remove '/usr/lib/go-1.22/api': Permission denied
2025-08-20T22:31:27.2021012Z rm: cannot remove '/usr/lib/go-1.22/src': Permission denied
2025-08-20T22:31:27.2021336Z rm: cannot remove '/usr/lib/go-1.22/go.env': Permission denied
2025-08-20T22:31:27.2021666Z rm: cannot remove '/usr/lib/go-1.22/misc': Permission denied
2025-08-20T22:31:27.2021999Z rm: cannot remove '/usr/lib/go-1.22/VERSION': Permission denied
2025-08-20T22:31:27.2048113Z go version go1.22.2 linux/arm64
2025-08-20T22:31:27.2340530Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:31:27.2340933Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:31:27.2341291Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:31:27.2341652Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:31:27.2342027Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:31:27.2342390Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:31:27.2342774Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:31:27.2343135Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:31:27.2343480Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:31:27.2343808Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:31:27.2344163Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:31:27.2344551Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:31:27.2344930Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:31:27.2345332Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:31:27.2345723Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:31:27.2346121Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:31:27.2346527Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:31:27.2347029Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:31:27.2347451Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:31:27.2347913Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:31:27.2348356Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:31:27.2348750Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:31:27.2349170Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:31:27.2349564Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:31:27.2349915Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:31:27.2350300Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:31:27.2350980Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:31:27.2351426Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:31:27.2351828Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:31:27.2352240Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:31:27.2352657Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:31:27.2353085Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:31:27.2353511Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:31:27.2353928Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:31:27.2354366Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:31:27.2354791Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:31:27.2355192Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:31:27.2355597Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:31:27.2355989Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:31:27.2356395Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:31:27.2356923Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:31:27.2357577Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:31:27.2357982Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:31:27.2358374Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:31:27.2358827Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:31:27.2359301Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:31:27.2359768Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:31:27.2360257Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:31:27.2360696Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:31:27.2361111Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:31:27.2361531Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:31:27.2361941Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:31:27.2362354Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:31:27.2362752Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:31:27.2363119Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:31:27.2363479Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:31:27.2363847Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:31:27.2364240Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:31:27.2364641Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:31:27.2365021Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:31:27.2365432Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:31:27.2365868Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:31:27.2366291Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:31:27.2366703Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:31:27.2367541Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:31:27.2367998Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:31:27.2368404Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:31:27.2368795Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:31:27.2369229Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:31:27.2369721Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:31:27.2370223Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:31:27.2370678Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:31:27.2371092Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:31:27.2371478Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:31:27.2371872Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:31:27.2372269Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:31:27.2372665Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:31:27.2373121Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:31:27.2373621Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:31:27.2374295Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:31:27.2374784Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:31:27.2375221Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:31:27.2375623Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:31:27.2376020Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:31:27.2376425Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:31:27.2376942Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:31:27.2377362Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:31:27.2377782Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:31:27.2378211Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:31:27.2378593Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:31:27.2378959Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:31:27.2379363Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:31:27.2379766Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:31:27.2380143Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:31:27.2380510Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:31:27.2380902Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:31:27.2381288Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:31:27.2381636Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:31:27.2382011Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:31:27.2382419Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:31:27.2382804Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:31:27.2383166Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:31:27.2383527Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:31:27.2384095Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:31:27.2384499Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:31:27.2385050Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:31:27.2385445Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:31:27.2385824Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:31:27.2386202Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:31:27.2386601Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:31:27.2387172Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:31:27.2387548Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:31:27.2387901Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:31:27.2388247Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:31:27.2388603Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:31:27.2388961Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:31:27.2389312Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:31:27.2389680Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:31:27.2390073Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:31:27.2390693Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:31:27.2391125Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:31:27.2391525Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:31:27.2391913Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:31:27.2392298Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:31:27.2392686Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:31:27.2393084Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:31:27.2393491Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:31:27.2393871Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:31:27.2394264Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:31:27.2394679Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:31:27.2395113Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:31:27.2395542Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:31:27.2395931Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:31:27.2396325Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:31:27.2396738Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:31:27.2397363Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:31:27.2397787Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:31:27.2398178Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:31:27.2398573Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:31:27.2398981Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:31:27.2399357Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:31:27.2399711Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:31:27.2400074Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:31:27.2400485Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:31:27.2401152Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:31:27.2401574Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:31:27.2401962Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:31:27.2402333Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:31:27.2402702Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:31:27.2403083Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:31:27.2403464Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:31:27.2403882Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:31:27.2404321Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:31:27.2404714Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:31:27.2405089Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:31:27.2405479Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:31:27.2405893Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:31:27.2406308Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:31:27.2406659Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:31:27.2408141Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:31:27.2408568Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:31:27.2408994Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:31:27.2409400Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:31:27.2409778Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:31:27.2410165Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:31:27.2410543Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:31:27.2410964Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:31:27.2411429Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:31:27.2411842Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:31:27.2412217Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:31:27.2412572Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:31:27.2413015Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:31:27.2413518Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:31:27.2413961Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:31:27.2414334Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:31:27.2414795Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:31:27.2415331Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:31:27.2415832Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:31:27.2416271Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:31:27.2416632Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:31:27.2417160Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:31:27.2417573Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:31:27.2417987Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:31:27.2418597Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:31:27.2419002Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:31:27.2419379Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:31:27.2419776Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:31:27.2420172Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:31:27.2420570Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:31:27.2420965Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:31:27.2421357Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:31:27.2421746Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:31:27.2422161Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:31:27.2422606Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:31:27.2423031Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:31:27.2423419Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:31:27.2423791Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:31:27.2424160Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:31:27.2424702Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:31:27.2425093Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:31:27.2425510Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:31:27.2425975Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:31:27.2426420Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:31:27.2426933Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:31:27.2427336Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:31:27.2427717Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:31:27.2428092Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:31:27.2428460Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:31:27.2428850Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:31:27.2429229Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:31:27.2429671Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:31:27.2430140Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:31:27.2430596Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:31:27.2431111Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:31:27.2431620Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:31:27.2432124Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:31:27.2432560Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:31:27.2432925Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:31:27.2433287Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:31:27.2433665Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:31:27.2434043Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:31:27.2434409Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:31:27.2434981Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:31:27.2435391Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:31:27.2435775Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:31:27.2436149Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:31:27.2436524Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:31:27.2437022Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:31:27.2437420Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:31:27.2437834Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:31:27.2438264Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:31:27.2438682Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:31:27.2439095Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:31:27.2439491Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:31:27.2439900Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:31:27.2440318Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:31:27.2440705Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:31:27.2441250Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:31:27.2441757Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:31:27.2442274Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:31:27.2442641Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:31:27.2443020Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:31:27.2443383Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:31:27.2443776Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:31:27.2444206Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:31:27.2444628Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:31:27.2445056Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:31:27.2445463Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:31:27.2445865Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:31:27.2446286Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:31:27.2446694Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:31:27.2447197Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:31:27.2447659Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:31:27.2448146Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:31:27.2448641Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:31:27.2449086Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:31:27.2449503Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:31:27.2449902Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:31:27.2450378Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:31:27.2450859Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:31:27.2451446Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:31:27.2451948Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:31:27.2452400Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:31:27.2452803Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:31:27.2453163Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:31:27.2453512Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:31:27.2453883Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:31:27.2454262Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:31:27.2454623Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:31:27.2454974Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:31:27.2455339Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:31:27.2455701Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:31:27.2456056Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:31:27.2456424Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:31:27.2456777Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:31:27.2457545Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:31:27.2458165Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:31:27.2458525Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:31:27.2458882Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:31:27.2459238Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:31:27.2459600Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:31:27.2459975Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:31:27.2460340Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:31:27.2460698Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:31:27.2461069Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:31:27.2461489Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:31:27.2461920Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:31:27.2462327Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:31:27.2462685Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:31:27.2463066Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:31:27.2463493Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:31:27.2463893Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:31:27.2464251Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:31:27.2464618Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:31:27.2464971Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:31:27.2465314Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:31:27.2465658Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:31:27.2466014Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:31:27.2466381Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:31:27.2466740Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:31:27.2467480Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:31:27.2467841Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:31:27.2468423Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:31:27.2468844Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:31:27.2469239Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:31:27.2469633Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:31:27.2470024Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:31:27.2470444Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:31:27.2470939Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:31:27.2471547Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:31:27.2472167Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:31:27.2472708Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:31:27.2473297Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:31:27.2473753Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:31:27.2474270Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:31:27.2474904Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:31:27.2475670Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:31:27.2476160Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:31:27.2476598Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:31:27.2477099Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:31:27.2477482Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:31:27.2477851Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:31:27.2478232Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:31:27.2478616Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:31:27.2478999Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:31:27.2479389Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:31:27.2479774Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:31:27.2480155Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:31:27.2480531Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:31:27.2480906Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:31:27.2481283Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:31:27.2481677Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:31:27.2482066Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:31:27.2482474Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:31:27.2482889Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:31:27.2483259Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:31:27.2483646Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:31:27.2484054Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:31:27.2484461Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:31:27.2484895Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:31:27.2485514Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:31:27.2485912Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:31:27.2486279Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:31:27.2486661Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:31:27.2487237Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:31:27.2487636Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:31:27.2488025Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:31:27.2488408Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:31:27.2488784Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:31:27.2489143Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:31:27.2489512Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:31:27.2490058Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:31:27.2490769Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:31:27.2491453Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:31:27.2492320Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:31:27.2492852Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:31:27.2493232Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:31:27.2493636Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:31:27.2494041Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:31:27.2494415Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:31:27.2494791Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:31:27.2495151Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:31:27.2495523Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:31:27.2495903Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:31:27.2496277Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:31:27.2496648Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:31:27.2497199Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:31:27.2497606Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:31:27.2498009Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:31:27.2498404Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:31:27.2498791Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:31:27.2499166Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:31:27.2499552Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:31:27.2499957Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:31:27.2500351Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:31:27.2500745Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:31:27.2501135Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:31:27.2501557Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:31:27.2502171Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:31:27.2502611Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:31:27.2503051Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:31:27.2503504Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:31:27.2503907Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:31:27.2504279Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:31:27.2504655Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:31:27.2505054Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:31:27.2505461Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:31:27.2505861Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:31:27.2506244Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:31:27.2506633Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:31:27.2507261Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:31:27.2507737Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:31:27.2508129Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:31:27.2508708Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:31:27.2509160Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:31:27.2509605Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:31:27.2510076Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:31:27.2510567Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:31:27.2511010Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:31:27.2511444Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:31:27.2511840Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:31:27.2512228Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:31:27.2512649Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:31:27.2513026Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:31:27.2513399Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:31:27.2513806Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:31:27.2514206Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:31:27.2514616Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:31:27.2515036Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:31:27.2515427Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:31:27.2515804Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:31:27.2516172Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:31:27.2516530Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:31:27.2517033Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:31:27.2517462Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:31:27.2517854Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:31:27.2518490Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:31:27.2518955Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:31:27.2519357Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:31:27.2519794Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:31:27.2520214Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:31:27.2520619Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:31:27.2521028Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:31:27.2521381Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:31:27.2521737Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:31:27.2522127Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:31:27.2522523Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:31:27.2522904Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:31:27.2523260Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:31:27.2523606Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:31:27.2523952Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:31:27.2524433Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:31:27.2525092Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:31:27.2525473Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:31:27.2525857Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:31:27.2526253Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:31:27.2526664Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:31:27.2527200Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:31:27.2527603Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:31:27.2528019Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:31:27.2528428Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:31:27.2528804Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:31:27.2529173Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:31:27.2529532Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:31:27.2529905Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:31:27.2530324Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:31:27.2530755Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:31:27.2531154Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:31:27.2531573Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:31:27.2532011Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:31:27.2532410Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:31:27.2532779Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:31:27.2533127Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:31:27.2533476Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:31:27.2533847Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:31:27.2534221Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:31:27.2534827Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:31:27.2535248Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:31:27.2535660Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:31:27.2536116Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:31:27.2536549Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:31:27.2537034Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:31:27.2537443Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:31:27.2537828Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:31:27.2538207Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:31:27.2538587Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:31:27.2538964Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:31:27.2539405Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:31:27.2539890Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:31:27.2540310Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:31:27.2540683Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:31:27.2541209Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:31:27.2541611Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:31:27.2542001Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:31:27.2542372Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:31:27.2542764Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:31:27.2543145Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:31:27.2543492Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:31:27.2543849Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:31:27.2544243Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:31:27.2544662Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:31:27.2545040Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:31:27.2545428Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:31:27.2545866Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:31:27.2546306Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:31:27.2546730Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:31:27.2547330Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:31:27.2547874Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:31:27.2548394Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:31:27.2548783Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:31:27.2549193Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:31:27.2549622Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:31:27.2550139Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:31:27.2550719Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:31:27.2551519Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:31:27.2552180Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:31:27.2552826Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:31:27.2553451Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:31:27.2554073Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:31:27.2554655Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:31:27.2555134Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:31:27.2555573Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:31:27.2556008Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:31:27.2556436Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:31:27.2557031Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:31:27.2557472Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:31:27.2557854Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:31:27.2558219Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:31:27.2558751Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:31:27.2559133Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:31:27.2559535Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:31:27.2559946Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:31:27.2560307Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:31:27.2560694Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:31:27.2561155Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:31:27.2561643Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:31:27.2562130Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:31:27.2562623Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:31:27.2563071Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:31:27.2563484Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:31:27.2563897Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:31:27.2564311Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:31:27.2564745Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:31:27.2565173Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:31:27.2565563Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:31:27.2565944Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:31:27.2566316Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:31:27.2566696Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:31:27.2567261Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:31:27.2567705Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:31:27.2568106Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:31:27.2568517Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:31:27.2569127Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:31:27.2569583Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:31:27.2570030Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:31:27.2570461Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:31:27.2570855Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:31:27.2571229Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:31:27.2571612Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:31:27.2571982Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:31:27.2572351Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:31:27.2572753Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:31:27.2573152Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:31:27.2573577Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:31:27.2574051Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:31:27.2574508Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:31:27.2575039Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:31:27.2575391Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:31:27.2575759Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:31:27.2576150Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:31:27.2576534Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:31:27.2577107Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:31:27.2577541Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:31:27.2577983Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:31:27.2578397Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:31:27.2578780Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:31:27.2579182Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:31:27.2579722Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:31:27.2580299Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:31:27.2580751Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:31:27.2581194Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:31:27.2581618Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:31:27.2582014Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:31:27.2582403Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:31:27.2582789Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:31:27.2583192Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:31:27.2583592Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:31:27.2583971Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:31:27.2584363Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:31:27.2584765Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:31:27.2585323Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:31:27.2585797Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:31:27.2586263Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:31:27.2586685Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:31:27.2587272Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:31:27.2587660Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:31:27.2588047Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:31:27.2588420Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:31:27.2588787Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:31:27.2589216Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:31:27.2589662Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:31:27.2590063Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:31:27.2590460Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:31:27.2590854Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:31:27.2591232Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:31:27.2591827Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:31:27.2592214Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:31:27.2592613Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:31:27.2593057Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:31:27.2593508Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:31:27.2593930Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:31:27.2594327Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:31:27.2594729Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:31:27.2595153Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:31:27.2595539Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:31:27.2595896Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:31:27.2596239Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:31:27.2596602Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:31:27.2597178Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:31:27.2597537Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:31:27.2597911Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:31:27.2598305Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:31:27.2598686Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:31:27.2599042Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:31:27.2599388Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:31:27.2599769Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:31:27.2600163Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:31:27.2600538Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:31:27.2600903Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:31:27.2601264Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:31:27.2601820Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:31:27.2602218Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:31:27.2602565Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:31:27.2602936Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:31:27.2603325Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:31:27.2603700Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:31:27.2604081Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:31:27.2604457Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:31:27.2604840Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:31:27.2605240Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:31:27.2605666Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:31:27.2606065Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:31:27.2606419Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:31:27.2606767Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:31:27.2607256Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:31:27.2607676Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:31:27.2608340Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:31:27.2608812Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:31:27.2609287Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:31:27.2609786Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:31:27.2610224Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:31:27.2610601Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:31:27.2610986Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:31:27.2611373Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:31:27.2611759Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:31:27.2612148Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:31:27.2612527Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:31:27.2612901Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:31:27.2613291Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:31:27.2613737Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:31:27.2614168Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:31:27.2614541Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:31:27.2614939Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:31:27.2615361Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:31:27.2615739Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:31:27.2616090Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:31:27.2616473Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:31:27.2617059Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:31:27.2617531Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:31:27.2618121Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:31:27.2618557Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:31:27.2618981Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:31:27.2619411Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:31:27.4495178Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:31:27.6216625Z Collecting meson
2025-08-20T22:31:27.6761862Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T22:31:27.7280616Z Collecting ninja
2025-08-20T22:31:27.7398819Z   Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl.metadata (5.1 kB)
2025-08-20T22:31:27.7661882Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T22:31:27.8228289Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 25.6 MB/s  0:00:00
2025-08-20T22:31:27.8358811Z Downloading ninja-1.13.0-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl (177 kB)
2025-08-20T22:31:27.9214470Z Installing collected packages: ninja, meson
2025-08-20T22:31:28.5766479Z 
2025-08-20T22:31:28.5789315Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T22:31:28.8456089Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:31:28.9333856Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T22:31:29.0082030Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T22:31:29.3857013Z 1.8.4
2025-08-20T22:31:29.4131152Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T22:31:29.4428393Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:31:29.4428814Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:31:29.4429166Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:31:29.4429552Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:31:29.4429914Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:31:29.4430284Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:31:29.4430667Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:31:29.4431039Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:31:29.4431383Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:31:29.4431725Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:31:29.4432077Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:31:29.4432458Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:31:29.4432835Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:31:29.4433236Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:31:29.4433636Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:31:29.4434036Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:31:29.4434434Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:31:29.4434794Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:31:29.4435165Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:31:29.4435628Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:31:29.4436066Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:31:29.4436451Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:31:29.4437090Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:31:29.4437514Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:31:29.4438176Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:31:29.4438629Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:31:29.4439062Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:31:29.4439483Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:31:29.4439884Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:31:29.4440301Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:31:29.4440715Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:31:29.4441135Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:31:29.4441558Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:31:29.4441974Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:31:29.4442413Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:31:29.4442836Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:31:29.4443236Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:31:29.4443644Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:31:29.4444036Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:31:29.4444669Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:31:29.4445093Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:31:29.4445510Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:31:29.4445909Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:31:29.4446304Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:31:29.4446752Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:31:29.4447448Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:31:29.4447924Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:31:29.4448415Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:31:29.4448861Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:31:29.4449277Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:31:29.4449693Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:31:29.4450099Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:31:29.4450508Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:31:29.4450908Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:31:29.4451273Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:31:29.4451628Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:31:29.4451994Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:31:29.4452391Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:31:29.4452795Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:31:29.4453168Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:31:29.4453612Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:31:29.4454047Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:31:29.4454670Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:31:29.4455148Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:31:29.4455569Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:31:29.4455994Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:31:29.4456394Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:31:29.4456785Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:31:29.4457401Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:31:29.4457902Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:31:29.4458398Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:31:29.4458853Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:31:29.4459273Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:31:29.4459656Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:31:29.4460043Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:31:29.4460437Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:31:29.4460835Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:31:29.4461461Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:31:29.4461959Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:31:29.4462460Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:31:29.4462950Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:31:29.4463389Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:31:29.4463787Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:31:29.4464175Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:31:29.4464577Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:31:29.4464972Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:31:29.4465359Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:31:29.4465777Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:31:29.4466193Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:31:29.4466572Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:31:29.4467085Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:31:29.4467510Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:31:29.4467915Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:31:29.4468287Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:31:29.4468651Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:31:29.4469038Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:31:29.4469426Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:31:29.4469771Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:31:29.4470145Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:31:29.4470549Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:31:29.4470931Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:31:29.4471466Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:31:29.4471886Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:31:29.4472262Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:31:29.4472648Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:31:29.4473044Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:31:29.4473431Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:31:29.4473810Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:31:29.4474192Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:31:29.4474586Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:31:29.4474981Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:31:29.4475353Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:31:29.4475705Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:31:29.4476049Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:31:29.4476400Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:31:29.4476760Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:31:29.4477409Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:31:29.4478101Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:31:29.4478498Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:31:29.4478923Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:31:29.4479356Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:31:29.4479751Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:31:29.4480147Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:31:29.4480531Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:31:29.4480916Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:31:29.4481315Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:31:29.4481719Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:31:29.4482101Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:31:29.4482495Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:31:29.4482903Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:31:29.4483366Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:31:29.4483793Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:31:29.4484190Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:31:29.4484585Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:31:29.4484990Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:31:29.4485393Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:31:29.4485794Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:31:29.4486197Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:31:29.4486596Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:31:29.4487253Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:31:29.4487637Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:31:29.4487993Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:31:29.4488567Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:31:29.4488984Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:31:29.4489378Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:31:29.4489774Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:31:29.4490159Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:31:29.4490533Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:31:29.4490905Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:31:29.4491280Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:31:29.4491663Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:31:29.4492082Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:31:29.4492525Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:31:29.4492920Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:31:29.4493292Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:31:29.4493678Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:31:29.4494094Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:31:29.4494662Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:31:29.4495016Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:31:29.4495358Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:31:29.4495768Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:31:29.4496314Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:31:29.4496722Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:31:29.4497497Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:31:29.4497885Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:31:29.4498266Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:31:29.4498686Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:31:29.4499152Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:31:29.4499564Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:31:29.4499925Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:31:29.4500283Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:31:29.4500726Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:31:29.4501223Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:31:29.4501663Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:31:29.4502037Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:31:29.4502493Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:31:29.4503028Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:31:29.4503524Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:31:29.4503959Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:31:29.4504316Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:31:29.4504692Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:31:29.4505332Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:31:29.4505803Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:31:29.4506211Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:31:29.4506584Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:31:29.4507114Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:31:29.4507531Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:31:29.4507928Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:31:29.4508323Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:31:29.4508718Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:31:29.4509108Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:31:29.4509502Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:31:29.4509918Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:31:29.4510361Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:31:29.4510784Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:31:29.4511169Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:31:29.4511732Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:31:29.4512104Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:31:29.4512479Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:31:29.4512865Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:31:29.4513281Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:31:29.4513749Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:31:29.4514193Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:31:29.4514591Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:31:29.4514977Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:31:29.4515359Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:31:29.4515736Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:31:29.4516102Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:31:29.4516488Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:31:29.4516983Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:31:29.4517450Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:31:29.4517921Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:31:29.4518376Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:31:29.4518893Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:31:29.4519401Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:31:29.4519903Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:31:29.4520339Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:31:29.4520700Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:31:29.4521060Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:31:29.4521437Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:31:29.4521993Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:31:29.4522390Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:31:29.4522768Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:31:29.4523150Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:31:29.4523528Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:31:29.4523903Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:31:29.4524277Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:31:29.4524671Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:31:29.4525057Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:31:29.4525471Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:31:29.4525909Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:31:29.4526331Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:31:29.4526743Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:31:29.4527269Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:31:29.4527687Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:31:29.4528266Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:31:29.4528653Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:31:29.4529013Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:31:29.4529517Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:31:29.4530034Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:31:29.4530405Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:31:29.4530777Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:31:29.4531138Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:31:29.4531532Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:31:29.4531963Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:31:29.4532387Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:31:29.4532815Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:31:29.4533219Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:31:29.4533622Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:31:29.4534043Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:31:29.4534452Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:31:29.4534839Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:31:29.4535266Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:31:29.4535753Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:31:29.4536250Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:31:29.4536697Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:31:29.4537334Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:31:29.4537743Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:31:29.4538419Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:31:29.4538926Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:31:29.4539335Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:31:29.4539765Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:31:29.4540217Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:31:29.4540621Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:31:29.4540979Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:31:29.4541326Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:31:29.4541691Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:31:29.4542074Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:31:29.4542441Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:31:29.4542789Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:31:29.4543155Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:31:29.4543513Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:31:29.4543869Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:31:29.4544235Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:31:29.4544745Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:31:29.4545118Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:31:29.4545499Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:31:29.4545857Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:31:29.4546213Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:31:29.4546573Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:31:29.4547183Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:31:29.4547592Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:31:29.4547958Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:31:29.4548315Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:31:29.4548687Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:31:29.4549106Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:31:29.4549534Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:31:29.4549935Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:31:29.4550299Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:31:29.4550684Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:31:29.4551107Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:31:29.4551504Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:31:29.4551866Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:31:29.4552227Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:31:29.4552580Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:31:29.4552924Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:31:29.4553269Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:31:29.4553667Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:31:29.4554033Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:31:29.4554393Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:31:29.4554958Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:31:29.4555318Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:31:29.4555712Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:31:29.4556116Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:31:29.4556506Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:31:29.4557059Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:31:29.4557474Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:31:29.4557891Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:31:29.4558388Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:31:29.4559002Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:31:29.4559622Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:31:29.4560160Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:31:29.4560626Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:31:29.4561077Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:31:29.4561772Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:31:29.4562388Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:31:29.4562946Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:31:29.4563440Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:31:29.4563882Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:31:29.4564247Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:31:29.4564617Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:31:29.4564985Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:31:29.4565363Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:31:29.4565750Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:31:29.4566137Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:31:29.4566522Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:31:29.4567019Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:31:29.4567420Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:31:29.4567798Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:31:29.4568172Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:31:29.4568545Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:31:29.4568932Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:31:29.4569324Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:31:29.4569737Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:31:29.4570149Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:31:29.4570513Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:31:29.4570903Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:31:29.4571307Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:31:29.4571904Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:31:29.4572366Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:31:29.4572795Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:31:29.4573157Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:31:29.4573521Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:31:29.4573906Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:31:29.4574274Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:31:29.4574659Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:31:29.4575050Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:31:29.4575430Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:31:29.4575809Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:31:29.4576169Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:31:29.4576533Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:31:29.4577282Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:31:29.4578013Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:31:29.4578868Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:31:29.4579533Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:31:29.4580058Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:31:29.4580445Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:31:29.4580849Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:31:29.4581247Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:31:29.4581620Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:31:29.4581993Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:31:29.4582359Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:31:29.4582733Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:31:29.4583111Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:31:29.4583485Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:31:29.4583863Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:31:29.4584253Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:31:29.4584653Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:31:29.4585050Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:31:29.4585446Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:31:29.4585833Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:31:29.4586208Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:31:29.4586595Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:31:29.4587267Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:31:29.4587672Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:31:29.4588069Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:31:29.4588678Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:31:29.4589127Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:31:29.4589554Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:31:29.4589950Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:31:29.4590385Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:31:29.4590839Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:31:29.4591241Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:31:29.4591607Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:31:29.4591986Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:31:29.4592381Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:31:29.4592791Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:31:29.4593194Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:31:29.4593574Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:31:29.4593963Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:31:29.4594430Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:31:29.4595088Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:31:29.4595487Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:31:29.4595890Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:31:29.4596337Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:31:29.4596788Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:31:29.4597408Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:31:29.4597903Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:31:29.4598343Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:31:29.4598778Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:31:29.4599177Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:31:29.4599565Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:31:29.4599978Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:31:29.4600357Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:31:29.4600730Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:31:29.4601140Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:31:29.4601539Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:31:29.4601938Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:31:29.4602354Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:31:29.4602742Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:31:29.4603123Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:31:29.4603490Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:31:29.4603842Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:31:29.4604224Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:31:29.4604644Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:31:29.4605293Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:31:29.4605768Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:31:29.4606218Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:31:29.4606618Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:31:29.4607332Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:31:29.4607771Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:31:29.4608178Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:31:29.4608582Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:31:29.4608933Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:31:29.4609299Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:31:29.4609689Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:31:29.4610081Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:31:29.4610460Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:31:29.4610818Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:31:29.4611162Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:31:29.4611737Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:31:29.4612222Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:31:29.4612727Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:31:29.4613108Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:31:29.4613485Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:31:29.4613880Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:31:29.4614283Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:31:29.4614689Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:31:29.4615088Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:31:29.4615506Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:31:29.4615914Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:31:29.4616286Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:31:29.4616651Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:31:29.4617222Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:31:29.4617608Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:31:29.4618029Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:31:29.4618455Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:31:29.4618851Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:31:29.4619271Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:31:29.4619713Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:31:29.4620108Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:31:29.4620475Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:31:29.4620824Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:31:29.4621168Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:31:29.4621740Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:31:29.4622125Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:31:29.4622499Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:31:29.4622894Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:31:29.4623305Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:31:29.4623763Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:31:29.4624202Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:31:29.4624574Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:31:29.4624960Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:31:29.4625345Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:31:29.4625737Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:31:29.4626148Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:31:29.4626523Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:31:29.4627105Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:31:29.4627611Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:31:29.4628211Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:31:29.4628589Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:31:29.4628964Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:31:29.4629364Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:31:29.4629753Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:31:29.4630126Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:31:29.4630539Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:31:29.4630916Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:31:29.4631261Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:31:29.4631615Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:31:29.4632012Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:31:29.4632436Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:31:29.4632813Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:31:29.4633198Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:31:29.4633637Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:31:29.4634077Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:31:29.4634503Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:31:29.4634893Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:31:29.4635405Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:31:29.4635910Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:31:29.4636306Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:31:29.4636716Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:31:29.4637285Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:31:29.4637808Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:31:29.4638594Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:31:29.4639227Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:31:29.4639875Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:31:29.4640519Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:31:29.4641147Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:31:29.4641768Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:31:29.4642342Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:31:29.4642820Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:31:29.4643262Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:31:29.4643694Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:31:29.4644119Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:31:29.4644591Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:31:29.4645019Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:31:29.4645513Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:31:29.4645881Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:31:29.4646255Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:31:29.4646634Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:31:29.4647170Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:31:29.4647584Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:31:29.4647947Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:31:29.4648333Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:31:29.4648791Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:31:29.4649280Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:31:29.4649772Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:31:29.4650258Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:31:29.4650708Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:31:29.4651119Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:31:29.4651534Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:31:29.4651959Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:31:29.4652390Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:31:29.4652813Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:31:29.4653198Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:31:29.4653617Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:31:29.4653989Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:31:29.4654367Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:31:29.4654800Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:31:29.4655239Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:31:29.4655852Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:31:29.4656288Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:31:29.4656713Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:31:29.4657301Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:31:29.4657750Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:31:29.4658185Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:31:29.4658576Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:31:29.4658945Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:31:29.4659331Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:31:29.4659706Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:31:29.4660074Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:31:29.4660474Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:31:29.4660867Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:31:29.4661288Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:31:29.4661754Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:31:29.4662377Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:31:29.4662770Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:31:29.4663125Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:31:29.4663495Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:31:29.4663890Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:31:29.4664272Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:31:29.4664660Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:31:29.4665085Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:31:29.4665528Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:31:29.4665945Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:31:29.4666330Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:31:29.4666731Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:31:29.4667469Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:31:29.4668061Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:31:29.4668518Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:31:29.4668961Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:31:29.4669385Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:31:29.4669782Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:31:29.4670175Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:31:29.4670559Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:31:29.4670957Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:31:29.4671357Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:31:29.4671735Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:31:29.4672328Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:31:29.4672766Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:31:29.4673138Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:31:29.4673545Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:31:29.4674004Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:31:29.4674431Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:31:29.4674802Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:31:29.4675179Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:31:29.4675564Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:31:29.4675936Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:31:29.4676310Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:31:29.4676741Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:31:29.4677408Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:31:29.4677820Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:31:29.4678216Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:31:29.4678793Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:31:29.4679174Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:31:29.4679543Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:31:29.4679924Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:31:29.4680322Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:31:29.4680766Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:31:29.4681210Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:31:29.4681630Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:31:29.4682030Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:31:29.4682433Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:31:29.4682859Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:31:29.4683249Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:31:29.4683606Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:31:29.4683950Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:31:29.4684315Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:31:29.4684691Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:31:29.4685042Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:31:29.4685412Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:31:29.4685806Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:31:29.4686189Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:31:29.4686546Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:31:29.4687046Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:31:29.4687436Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:31:29.4687833Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:31:29.4688208Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:31:29.4688754Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:31:29.4689137Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:31:29.4689525Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:31:29.4689902Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:31:29.4690250Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:31:29.4690625Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:31:29.4691015Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:31:29.4691391Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:31:29.4691765Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:31:29.4692139Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:31:29.4692524Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:31:29.4692928Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:31:29.4693347Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:31:29.4693747Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:31:29.4694101Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:31:29.4694446Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:31:29.4694988Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:31:29.4695422Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:31:29.4695920Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:31:29.4696388Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:31:29.4696992Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:31:29.4697500Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:31:29.4697935Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:31:29.4698313Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:31:29.4698697Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:31:29.4699087Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:31:29.4699471Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:31:29.4699856Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:31:29.4700236Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:31:29.4700608Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:31:29.4701002Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:31:29.4701442Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:31:29.4701871Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:31:29.4702243Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:31:29.4702641Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:31:29.4703067Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:31:29.4703447Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:31:29.4703796Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:31:29.4704181Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:31:29.4704818Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:31:29.4705346Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:31:29.4705760Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:31:29.4706174Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:31:29.4706599Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:31:29.4707181Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:31:29.6282742Z info: downloading installer
2025-08-20T22:31:29.8338223Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T22:31:29.8338605Z warn: /home/runner/.rustup/settings.toml
2025-08-20T22:31:29.8339349Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T22:31:29.8339768Z warn: instead of the one inferred from the default host triple.
2025-08-20T22:31:29.8531258Z info: profile set to 'default'
2025-08-20T22:31:29.8531554Z info: default host triple is aarch64-unknown-linux-gnu
2025-08-20T22:31:29.8531909Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T22:31:29.9065373Z info: syncing channel updates for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:31:30.0456047Z info: latest update on 2025-08-07, rust version 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:31:30.0756619Z info: downloading component 'clippy'
2025-08-20T22:31:30.1717367Z info: downloading component 'rustfmt'
2025-08-20T22:31:30.2531316Z info: downloading component 'cargo'
2025-08-20T22:31:30.3793915Z info: downloading component 'rust-std'
2025-08-20T22:31:30.6772280Z info: downloading component 'rustc'
2025-08-20T22:31:31.3687015Z info: removing previous version of component 'clippy'
2025-08-20T22:31:31.3839535Z info: removing previous version of component 'rustfmt'
2025-08-20T22:31:31.3913352Z info: removing previous version of component 'cargo'
2025-08-20T22:31:31.4137158Z info: removing previous version of component 'rust-std'
2025-08-20T22:31:31.4245132Z info: removing previous version of component 'rustc'
2025-08-20T22:31:31.4481667Z info: installing component 'clippy'
2025-08-20T22:31:31.7125625Z info: installing component 'rustfmt'
2025-08-20T22:31:31.9130205Z info: installing component 'cargo'
2025-08-20T22:31:32.4032499Z info: installing component 'rust-std'
2025-08-20T22:31:33.6973763Z info: installing component 'rustc'
2025-08-20T22:31:36.4489974Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:31:36.4490281Z 
2025-08-20T22:31:36.4564391Z   stable-aarch64-unknown-linux-gnu updated - rustc 1.89.0 (29483883e 2025-08-04) (from rustc 1.87.0 (17067e9ac 2025-05-09))
2025-08-20T22:31:36.4564820Z 
2025-08-20T22:31:36.4564825Z 
2025-08-20T22:31:36.4564904Z Rust is installed now. Great!
2025-08-20T22:31:36.4565052Z 
2025-08-20T22:31:36.4565224Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T22:31:36.4565646Z environment variable. This has not been done automatically.
2025-08-20T22:31:36.4565868Z 
2025-08-20T22:31:36.4565978Z To configure your current shell, you need to source
2025-08-20T22:31:36.4566261Z the corresponding env file under $HOME/.cargo.
2025-08-20T22:31:36.4566441Z 
2025-08-20T22:31:36.4566607Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T22:31:36.4567149Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T22:31:36.4567461Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T22:31:36.4567735Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T22:31:36.4734938Z info: using existing install for 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:31:36.5061211Z info: default toolchain set to 'stable-aarch64-unknown-linux-gnu'
2025-08-20T22:31:36.5061467Z 
2025-08-20T22:31:36.5126657Z   stable-aarch64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:31:36.5127030Z 
2025-08-20T22:31:36.5516691Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:31:36.5887026Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T22:31:36.6177988Z 651 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:31:36.6178332Z 	libz3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so.4
2025-08-20T22:31:36.6178677Z 	libz3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz3.so
2025-08-20T22:31:36.6179040Z 	libzstd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so.1
2025-08-20T22:31:36.6179444Z 	libzstd.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libzstd.so
2025-08-20T22:31:36.6179820Z 	libzmq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzmq.so.5
2025-08-20T22:31:36.6180180Z 	libzip.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzip.so.4
2025-08-20T22:31:36.6180548Z 	libzen.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libzen.so.0
2025-08-20T22:31:36.6180907Z 	libz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so.1
2025-08-20T22:31:36.6181228Z 	libz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libz.so
2025-08-20T22:31:36.6181589Z 	libyaml-0.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyaml-0.so.2
2025-08-20T22:31:36.6181973Z 	libyajl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libyajl.so.2
2025-08-20T22:31:36.6182356Z 	libxxhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxxhash.so.0
2025-08-20T22:31:36.6182759Z 	libxtables.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxtables.so.12
2025-08-20T22:31:36.6183153Z 	libxslt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxslt.so.1
2025-08-20T22:31:36.6183887Z 	libxshmfence.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxshmfence.so.1
2025-08-20T22:31:36.6184429Z 	libxml2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so.2
2025-08-20T22:31:36.6184790Z 	libxml2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxml2.so
2025-08-20T22:31:36.6185166Z 	libxmlsec1.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:31:36.6185620Z 	libxmlsec1-openssl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:31:36.6186069Z 	libxmlb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxmlb.so.2
2025-08-20T22:31:36.6186458Z 	libxkbfile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbfile.so.1
2025-08-20T22:31:36.6187181Z 	libxkbcommon.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:31:36.6187618Z 	libxcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so.1
2025-08-20T22:31:36.6187968Z 	libxcb.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb.so
2025-08-20T22:31:36.6188368Z 	libxcb-xfixes.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:31:36.6188797Z 	libxcb-xfixes.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:31:36.6189211Z 	libxcb-sync.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:31:36.6189614Z 	libxcb-shm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:31:36.6190029Z 	libxcb-shape.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:31:36.6190442Z 	libxcb-shape.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-shape.so
2025-08-20T22:31:36.6190863Z 	libxcb-render.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so.0
2025-08-20T22:31:36.6191288Z 	libxcb-render.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-render.so
2025-08-20T22:31:36.6191707Z 	libxcb-randr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:31:36.6192146Z 	libxcb-present.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-present.so.0
2025-08-20T22:31:36.6192578Z 	libxcb-glx.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:31:36.6192981Z 	libxcb-dri3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:31:36.6193388Z 	libxcb-dri2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libxcb-dri2.so.0
2025-08-20T22:31:36.6193780Z 	libwrap.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwrap.so.0
2025-08-20T22:31:36.6194446Z 	libwmflite-0.2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:31:36.6194900Z 	libwebpmux.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpmux.so.3
2025-08-20T22:31:36.6195316Z 	libwebpdemux.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:31:36.6195718Z 	libwebp.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwebp.so.7
2025-08-20T22:31:36.6196110Z 	libwbclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwbclient.so.0
2025-08-20T22:31:36.6196568Z 	libwayland-server.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-server.so.0
2025-08-20T22:31:36.6197367Z 	libwayland-egl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:31:36.6197849Z 	libwayland-cursor.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:31:36.6198340Z 	libwayland-client.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libwayland-client.so.0
2025-08-20T22:31:36.6198789Z 	libvulkan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvulkan.so.1
2025-08-20T22:31:36.6199205Z 	libvorbisfile.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:31:36.6199625Z 	libvorbis.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvorbis.so.0
2025-08-20T22:31:36.6200031Z 	libvolume_key.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvolume_key.so.1
2025-08-20T22:31:36.6200447Z 	libvmtools.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvmtools.so.0
2025-08-20T22:31:36.6200843Z 	libvgauth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libvgauth.so.0
2025-08-20T22:31:36.6201448Z 	libuv.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuv.so.1
2025-08-20T22:31:36.6201812Z 	libuuid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuuid.so.1
2025-08-20T22:31:36.6202180Z 	libutil.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutil.so.1
2025-08-20T22:31:36.6202572Z 	libutempter.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libutempter.so.0
2025-08-20T22:31:36.6202981Z 	libusb-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:31:36.6203359Z 	liburcu.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu.so.8
2025-08-20T22:31:36.6203763Z 	liburcu-signal.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:31:36.6204198Z 	liburcu-qsbr.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:31:36.6204618Z 	liburcu-memb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:31:36.6205030Z 	liburcu-mb.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:31:36.6205454Z 	liburcu-common.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-common.so.8
2025-08-20T22:31:36.6205882Z 	liburcu-cds.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:31:36.6206283Z 	liburcu-bp.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:31:36.6206676Z 	libunwind.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind.so.8
2025-08-20T22:31:36.6207358Z 	libunwind-ptrace.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:31:36.6207862Z 	libunwind-coredump.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:31:36.6208357Z 	libunwind-aarch64.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunwind-aarch64.so.8
2025-08-20T22:31:36.6208815Z 	libunistring.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libunistring.so.5
2025-08-20T22:31:36.6209235Z 	libudisks2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudisks2.so.0
2025-08-20T22:31:36.6209628Z 	libudev.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libudev.so.1
2025-08-20T22:31:36.6210023Z 	libuchardet.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libuchardet.so.0
2025-08-20T22:31:36.6210420Z 	libubsan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubsan.so.1
2025-08-20T22:31:36.6210818Z 	libubootenv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libubootenv.so.0
2025-08-20T22:31:36.6211465Z 	libtss2-tcti-swtpm.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:31:36.6212046Z 	libtss2-tcti-mssim.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:31:36.6212555Z 	libtss2-tcti-device.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:31:36.6213044Z 	libtss2-tcti-cmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:31:36.6213478Z 	libtss2-sys.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:31:36.6213883Z 	libtss2-rc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:31:36.6214274Z 	libtss2-mu.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:31:36.6214677Z 	libtss2-esys.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:31:36.6215070Z 	libtsan.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtsan.so.2
2025-08-20T22:31:36.6215454Z 	libtracefs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtracefs.so.1
2025-08-20T22:31:36.6215880Z 	libtraceevent.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtraceevent.so.1
2025-08-20T22:31:36.6216301Z 	libtommath.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtommath.so.1
2025-08-20T22:31:36.6216678Z 	libtk8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtk8.6.so
2025-08-20T22:31:36.6217217Z 	libtirpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtirpc.so.3
2025-08-20T22:31:36.6217629Z 	libtinyxml2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:31:36.6218336Z 	libtinfo.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so.6
2025-08-20T22:31:36.6218711Z 	libtinfo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtinfo.so
2025-08-20T22:31:36.6219079Z 	libtiff.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtiff.so.6
2025-08-20T22:31:36.6219471Z 	libtidy.so.5deb1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:31:36.6219856Z 	libtic.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so.6
2025-08-20T22:31:36.6220208Z 	libtic.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtic.so
2025-08-20T22:31:36.6220586Z 	libthread_db.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so.1
2025-08-20T22:31:36.6220992Z 	libthread_db.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libthread_db.so
2025-08-20T22:31:36.6221373Z 	libthai.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libthai.so.0
2025-08-20T22:31:36.6221732Z 	libtdb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtdb.so.1
2025-08-20T22:31:36.6222099Z 	libtcl8.6.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libtcl8.6.so
2025-08-20T22:31:36.6222473Z 	libtasn1.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtasn1.so.6
2025-08-20T22:31:36.6222860Z 	libtalloc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libtalloc.so.2
2025-08-20T22:31:36.6223256Z 	libsystemd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsystemd.so.0
2025-08-20T22:31:36.6223649Z 	libsysfs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsysfs.so.2
2025-08-20T22:31:36.6224032Z 	libsybdb.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsybdb.so.5
2025-08-20T22:31:36.6224412Z 	libsubid.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsubid.so.4
2025-08-20T22:31:36.6224807Z 	libstemmer.so.0d (libc6,AArch64) => /lib/aarch64-linux-gnu/libstemmer.so.0d
2025-08-20T22:31:36.6225209Z 	libstdc++.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libstdc++.so.6
2025-08-20T22:31:36.6225581Z 	libssl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl3.so
2025-08-20T22:31:36.6225934Z 	libssl.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so.3
2025-08-20T22:31:36.6226286Z 	libssl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libssl.so
2025-08-20T22:31:36.6226646Z 	libssh2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh2.so.1
2025-08-20T22:31:36.6227345Z 	libssh.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libssh.so.4
2025-08-20T22:31:36.6227712Z 	libss.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libss.so.2
2025-08-20T22:31:36.6228082Z 	libsqlite3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so.0
2025-08-20T22:31:36.6228683Z 	libsqlite3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsqlite3.so
2025-08-20T22:31:36.6229124Z 	libsourcekitdInProc.so (libc6,AArch64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:31:36.6229552Z 	libsoftokn3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsoftokn3.so
2025-08-20T22:31:36.6229950Z 	libsodium.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsodium.so.23
2025-08-20T22:31:36.6230337Z 	libsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnmp.so.40
2025-08-20T22:31:36.6230727Z 	libsnappy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsnappy.so.1
2025-08-20T22:31:36.6231108Z 	libsmime3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmime3.so
2025-08-20T22:31:36.6231505Z 	libsmartcols.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsmartcols.so.1
2025-08-20T22:31:36.6231909Z 	libslirp.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslirp.so.0
2025-08-20T22:31:36.6232291Z 	libslang.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libslang.so.2
2025-08-20T22:31:36.6232684Z 	libsigsegv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsigsegv.so.2
2025-08-20T22:31:36.6233094Z 	libsharpyuv.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:31:36.6233530Z 	libsgutils2-1.46.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:31:36.6233958Z 	libsframe.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsframe.so.1
2025-08-20T22:31:36.6234346Z 	libsepol.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsepol.so.2
2025-08-20T22:31:36.6234886Z 	libsensors.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsensors.so.5
2025-08-20T22:31:36.6235296Z 	libsemanage.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsemanage.so.2
2025-08-20T22:31:36.6235705Z 	libselinux.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libselinux.so.1
2025-08-20T22:31:36.6236110Z 	libseccomp.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libseccomp.so.2
2025-08-20T22:31:36.6236507Z 	libsasl2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libsasl2.so.2
2025-08-20T22:31:36.6237183Z 	libruby-3.2.so.3.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:31:36.6237614Z 	libruby-3.2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libruby-3.2.so
2025-08-20T22:31:36.6238001Z 	librtmp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librtmp.so.1
2025-08-20T22:31:36.6238351Z 	librt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/librt.so.1
2025-08-20T22:31:36.6238712Z 	librsvg-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/librsvg-2.so.2
2025-08-20T22:31:36.6239108Z 	librpmsign.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmsign.so.9
2025-08-20T22:31:36.6239502Z 	librpmio.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmio.so.9
2025-08-20T22:31:36.6239902Z 	librpmbuild.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpmbuild.so.9
2025-08-20T22:31:36.6240288Z 	librpm.so.9 (libc6,AArch64) => /lib/aarch64-linux-gnu/librpm.so.9
2025-08-20T22:31:36.6240661Z 	librhash.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/librhash.so.0
2025-08-20T22:31:36.6241035Z 	libre2.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libre2.so.10
2025-08-20T22:31:36.6241416Z 	libresolv.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so.2
2025-08-20T22:31:36.6241799Z 	libresolv.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libresolv.so
2025-08-20T22:31:36.6242219Z 	libreiserfscore.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:31:36.6242662Z 	libreadline.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libreadline.so.8
2025-08-20T22:31:36.6243063Z 	libraw_r.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw_r.so.23
2025-08-20T22:31:36.6243434Z 	libraw.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libraw.so.23
2025-08-20T22:31:36.6243825Z 	librabbitmq.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/librabbitmq.so.4
2025-08-20T22:31:36.6244248Z 	libqrtr-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:31:36.6244865Z 	libqmi-glib.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:31:36.6245282Z 	libqdbm.so.14 (libc6,AArch64) => /lib/libqdbm.so.14
2025-08-20T22:31:36.6245631Z 	libp11-kit.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libp11-kit.so.0
2025-08-20T22:31:36.6246045Z 	libpython3.12.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:31:36.6246474Z 	libpython3.12.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpython3.12.so
2025-08-20T22:31:36.6247254Z 	libpthread.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpthread.so.0
2025-08-20T22:31:36.6247690Z 	libpsx.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsx.so.2
2025-08-20T22:31:36.6248075Z 	libpspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpspell.so.15
2025-08-20T22:31:36.6248456Z 	libpsl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpsl.so.5
2025-08-20T22:31:36.6248877Z 	libprotobuf-lite.so.32 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:31:36.6249349Z 	libprotobuf-c.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:31:36.6249760Z 	libproc2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libproc2.so.0
2025-08-20T22:31:36.6250124Z 	libpq.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpq.so.5
2025-08-20T22:31:36.6250482Z 	libpopt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpopt.so.0
2025-08-20T22:31:36.6250927Z 	libpolkit-gobject-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:31:36.6251434Z 	libpolkit-agent-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:31:36.6252092Z 	libpng16.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpng16.so.16
2025-08-20T22:31:36.6252463Z 	libply.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply.so.5
2025-08-20T22:31:36.6252928Z 	libply-splash-graphics.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:31:36.6253461Z 	libply-splash-core.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:31:36.6253968Z 	libply-boot-client.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:31:36.6254405Z 	libplds4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplds4.so
2025-08-20T22:31:36.6254763Z 	libplc4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libplc4.so
2025-08-20T22:31:36.6255141Z 	libpkgconf.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpkgconf.so.3
2025-08-20T22:31:36.6255548Z 	libpixman-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpixman-1.so.0
2025-08-20T22:31:36.6255960Z 	libpipeline.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpipeline.so.1
2025-08-20T22:31:36.6256365Z 	libpgm-5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:31:36.6256735Z 	libpfm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpfm.so.4
2025-08-20T22:31:36.6257315Z 	libperl.so.5.38 (libc6,AArch64) => /lib/aarch64-linux-gnu/libperl.so.5.38
2025-08-20T22:31:36.6257720Z 	libpcre2-32.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:31:36.6258122Z 	libpcre2-32.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-32.so
2025-08-20T22:31:36.6258518Z 	libpcre2-16.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:31:36.6258916Z 	libpcre2-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-16.so
2025-08-20T22:31:36.6259310Z 	libpcre2-8.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:31:36.6259702Z 	libpcre2-8.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-8.so
2025-08-20T22:31:36.6260123Z 	libpcre2-posix.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:31:36.6260568Z 	libpcre2-posix.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcre2-posix.so
2025-08-20T22:31:36.6260992Z 	libpcprofile.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcprofile.so
2025-08-20T22:31:36.6261384Z 	libpci.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpci.so.3
2025-08-20T22:31:36.6261960Z 	libpcap.so.0.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so.0.8
2025-08-20T22:31:36.6262356Z 	libpcap.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpcap.so
2025-08-20T22:31:36.6262729Z 	libparted.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libparted.so.2
2025-08-20T22:31:36.6263117Z 	libpaper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpaper.so.1
2025-08-20T22:31:36.6263532Z 	libpangoft2-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:31:36.6264000Z 	libpangocairo-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:31:36.6264447Z 	libpango-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:31:36.6264850Z 	libpanelw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so.6
2025-08-20T22:31:36.6265237Z 	libpanelw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanelw.so
2025-08-20T22:31:36.6265620Z 	libpanel.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so.6
2025-08-20T22:31:36.6265996Z 	libpanel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libpanel.so
2025-08-20T22:31:36.6266364Z 	libpamc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpamc.so.0
2025-08-20T22:31:36.6266748Z 	libpam_misc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam_misc.so.0
2025-08-20T22:31:36.6267426Z 	libpam.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpam.so.0
2025-08-20T22:31:36.6267889Z 	libpackagekit-glib2.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:31:36.6268359Z 	libopenjp2.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopenjp2.so.7
2025-08-20T22:31:36.6269012Z 	libopeniscsiusr.so.0.2.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:31:36.6269528Z 	libopcodes-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:31:36.6270043Z 	libopcodes-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:31:36.6270552Z 	libopcodes-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:31:36.6270990Z 	libonig.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libonig.so.5
2025-08-20T22:31:36.6271354Z 	libogg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libogg.so.0
2025-08-20T22:31:36.6271716Z 	libodbc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libodbc.so.2
2025-08-20T22:31:36.6272097Z 	libobjc_gc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:31:36.6272477Z 	libobjc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libobjc.so.4
2025-08-20T22:31:36.6272847Z 	libnvme.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme.so.1
2025-08-20T22:31:36.6273228Z 	libnvme-mi.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:31:36.6273605Z 	libnuma.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnuma.so.1
2025-08-20T22:31:36.6273989Z 	libntfs-3g.so.89 (libc6,AArch64) => /lib/aarch64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:31:36.6274364Z 	libnss3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss3.so
2025-08-20T22:31:36.6274744Z 	libnssutil3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssutil3.so
2025-08-20T22:31:36.6275149Z 	libnssdbm3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssdbm3.so
2025-08-20T22:31:36.6275546Z 	libnssckbi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnssckbi.so
2025-08-20T22:31:36.6275963Z 	libnss_systemd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:31:36.6276400Z 	libnss_hesiod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:31:36.6276970Z 	libnss_hesiod.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_hesiod.so
2025-08-20T22:31:36.6277441Z 	libnss_files.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_files.so.2
2025-08-20T22:31:36.6277846Z 	libnss_dns.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_dns.so.2
2025-08-20T22:31:36.6278258Z 	libnss_compat.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so.2
2025-08-20T22:31:36.6278889Z 	libnss_compat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnss_compat.so
2025-08-20T22:31:36.6279296Z 	libnspr4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnspr4.so
2025-08-20T22:31:36.6279660Z 	libnsl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnsl.so.1
2025-08-20T22:31:36.6280170Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:31:36.6280687Z 	libnpth.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnpth.so.0
2025-08-20T22:31:36.6281059Z 	libnorm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnorm.so.1
2025-08-20T22:31:36.6281428Z 	libnl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so.200
2025-08-20T22:31:36.6281791Z 	libnl-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-3.so
2025-08-20T22:31:36.6282185Z 	libnl-route-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:31:36.6282615Z 	libnl-route-3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-route-3.so
2025-08-20T22:31:36.6283040Z 	libnl-genl-3.so.200 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:31:36.6283468Z 	libnghttp2.so.14 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnghttp2.so.14
2025-08-20T22:31:36.6283874Z 	libnftnl.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftnl.so.11
2025-08-20T22:31:36.6284273Z 	libnftables.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnftables.so.1
2025-08-20T22:31:36.6284693Z 	libnfnetlink.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:31:36.6285258Z 	libnewt.so.0.52 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnewt.so.0.52
2025-08-20T22:31:36.6285650Z 	libnettle.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnettle.so.8
2025-08-20T22:31:36.6286075Z 	libnetsnmpmibs.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:31:36.6286562Z 	libnetsnmphelpers.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:31:36.6287303Z 	libnetsnmpagent.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:31:36.6287760Z 	libnetsnmp.so.40 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:31:36.6288170Z 	libnetplan.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetplan.so.1
2025-08-20T22:31:36.6288572Z 	libnetpbm.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetpbm.so.11
2025-08-20T22:31:36.6289045Z 	libnetfilter_conntrack.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:31:36.6289537Z 	libncursesw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncursesw.so.6
2025-08-20T22:31:36.6289942Z 	libncurses.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libncurses.so.6
2025-08-20T22:31:36.6290376Z 	libmysqlclient.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:31:36.6290831Z 	libmysqlclient.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmysqlclient.so
2025-08-20T22:31:36.6291235Z 	libmvec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so.1
2025-08-20T22:31:36.6291621Z 	libmvec.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmvec.so
2025-08-20T22:31:36.6291975Z 	libmultipath.so.0 (libc6,AArch64) => /lib/libmultipath.so.0
2025-08-20T22:31:36.6292342Z 	libmspack.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmspack.so.0
2025-08-20T22:31:36.6292724Z 	libmpfr.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpfr.so.6
2025-08-20T22:31:36.6293088Z 	libmpc.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmpc.so.3
2025-08-20T22:31:36.6293441Z 	libmpathutil.so.0 (libc6,AArch64) => /lib/libmpathutil.so.0
2025-08-20T22:31:36.6293814Z 	libmpathpersist.so.0 (libc6,AArch64) => /lib/libmpathpersist.so.0
2025-08-20T22:31:36.6294175Z 	libmpathcmd.so.0 (libc6,AArch64) => /lib/libmpathcmd.so.0
2025-08-20T22:31:36.6294528Z 	libmount.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmount.so.1
2025-08-20T22:31:36.6294896Z 	libmnl.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmnl.so.0
2025-08-20T22:31:36.6295255Z 	libmms.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmms.so.0
2025-08-20T22:31:36.6295833Z 	libmm-glib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmm-glib.so.0
2025-08-20T22:31:36.6296290Z 	libmlx5.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so.1
2025-08-20T22:31:36.6296654Z 	libmlx5.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx5.so
2025-08-20T22:31:36.6297222Z 	libmlx4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so.1
2025-08-20T22:31:36.6297585Z 	libmlx4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmlx4.so
2025-08-20T22:31:36.6297959Z 	libmenuw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so.6
2025-08-20T22:31:36.6298331Z 	libmenuw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenuw.so
2025-08-20T22:31:36.6298696Z 	libmenu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so.6
2025-08-20T22:31:36.6299054Z 	libmenu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmenu.so
2025-08-20T22:31:36.6299422Z 	libmemusage.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemusage.so
2025-08-20T22:31:36.6299842Z 	libmemcached.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmemcached.so.11
2025-08-20T22:31:36.6300274Z 	libmediainfo.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmediainfo.so.0
2025-08-20T22:31:36.6300679Z 	libmecab.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmecab.so.2
2025-08-20T22:31:36.6301041Z 	libmd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmd.so.0
2025-08-20T22:31:36.6301423Z 	libmbim-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:31:36.6302041Z 	libmaxminddb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:31:36.6302441Z 	libmana.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so.1
2025-08-20T22:31:36.6302801Z 	libmana.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libmana.so
2025-08-20T22:31:36.6303168Z 	libmagic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libmagic.so.1
2025-08-20T22:31:36.6303522Z 	libm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libm.so.6
2025-08-20T22:31:36.6303867Z 	liblz4.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so.1
2025-08-20T22:31:36.6304213Z 	liblz4.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz4.so
2025-08-20T22:31:36.6304563Z 	liblzo2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzo2.so.2
2025-08-20T22:31:36.6304927Z 	liblzma.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so.5
2025-08-20T22:31:36.6305285Z 	liblzma.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblzma.so
2025-08-20T22:31:36.6305629Z 	liblz.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so.1
2025-08-20T22:31:36.6305964Z 	liblz.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblz.so
2025-08-20T22:31:36.6306338Z 	liblvm2cmd.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:31:36.6306743Z 	liblua5.4.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4.so.0
2025-08-20T22:31:36.6307284Z 	liblua5.4-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:31:36.6307685Z 	liblua5.3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3.so.0
2025-08-20T22:31:36.6308082Z 	liblua5.3-c++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:31:36.6308493Z 	liblttng-ust.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:31:36.6308992Z 	liblttng-ust-tracepoint.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:31:36.6309602Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:31:36.6310228Z 	liblttng-ust-libc-wrapper.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:31:36.6310768Z 	liblttng-ust-fork.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:31:36.6311235Z 	liblttng-ust-fd.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:31:36.6311683Z 	liblttng-ust-dl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:31:36.6312394Z 	liblttng-ust-cyg-profile.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:31:36.6313026Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:31:36.6313585Z 	liblttng-ust-ctl.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:31:36.6314073Z 	liblttng-ust-common.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:31:36.6314514Z 	libltdl.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libltdl.so.7
2025-08-20T22:31:36.6314887Z 	liblsan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblsan.so.0
2025-08-20T22:31:36.6315257Z 	liblqr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblqr-1.so.0
2025-08-20T22:31:36.6315625Z 	liblmdb.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblmdb.so.0
2025-08-20T22:31:36.6316004Z 	liblldb-18.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so.1
2025-08-20T22:31:36.6316393Z 	liblldb-18.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-18.so
2025-08-20T22:31:36.6316778Z 	liblldb-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so.1
2025-08-20T22:31:36.6317284Z 	liblldb-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-17.so
2025-08-20T22:31:36.6317673Z 	liblldb-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so.1
2025-08-20T22:31:36.6318052Z 	liblldb-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/liblldb-16.so
2025-08-20T22:31:36.6318425Z 	libldap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libldap.so.2
2025-08-20T22:31:36.6318964Z 	liblcms2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblcms2.so.2
2025-08-20T22:31:36.6319337Z 	liblber.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/liblber.so.2
2025-08-20T22:31:36.6319727Z 	libk5crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libk5crypto.so.3
2025-08-20T22:31:36.6320118Z 	libksba.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libksba.so.8
2025-08-20T22:31:36.6320534Z 	libkrb5support.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5support.so.0
2025-08-20T22:31:36.6320945Z 	libkrb5.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkrb5.so.3
2025-08-20T22:31:36.6321311Z 	libkmod.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkmod.so.2
2025-08-20T22:31:36.6321699Z 	libkeyutils.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libkeyutils.so.1
2025-08-20T22:31:36.6322109Z 	libjxrglue.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjxrglue.so.0
2025-08-20T22:31:36.6322514Z 	libjsoncpp.so.25 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:31:36.6322955Z 	libjson-glib-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:31:36.6323383Z 	libjson-c.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjson-c.so.5
2025-08-20T22:31:36.6323750Z 	libjq.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjq.so.1
2025-08-20T22:31:36.6324116Z 	libjpegxr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpegxr.so.0
2025-08-20T22:31:36.6324502Z 	libjpeg.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjpeg.so.8
2025-08-20T22:31:36.6324871Z 	libjcat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjcat.so.1
2025-08-20T22:31:36.6325260Z 	libjbig2dec.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:31:36.6325651Z 	libjbig.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjbig.so.0
2025-08-20T22:31:36.6326031Z 	libjansson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libjansson.so.4
2025-08-20T22:31:36.6326410Z 	libitm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libitm.so.1
2025-08-20T22:31:36.6326775Z 	libisns.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisns.so.0
2025-08-20T22:31:36.6327376Z 	libisl.so.23 (libc6,AArch64) => /lib/aarch64-linux-gnu/libisl.so.23
2025-08-20T22:31:36.6327928Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:31:36.6328837Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:31:36.6329539Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:31:36.6330205Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:31:36.6330729Z 	libip6tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip6tc.so.2
2025-08-20T22:31:36.6331111Z 	libip4tc.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libip4tc.so.2
2025-08-20T22:31:36.6331520Z 	libiniparser.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libiniparser.so.1
2025-08-20T22:31:36.6331919Z 	libinih.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libinih.so.1
2025-08-20T22:31:36.6332291Z 	libijs-0.35.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libijs-0.35.so
2025-08-20T22:31:36.6332663Z 	libidn2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn2.so.0
2025-08-20T22:31:36.6333029Z 	libidn.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libidn.so.12
2025-08-20T22:31:36.6333401Z 	libicuuc.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so.74
2025-08-20T22:31:36.6333777Z 	libicuuc.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuuc.so
2025-08-20T22:31:36.6334150Z 	libicutu.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so.74
2025-08-20T22:31:36.6334524Z 	libicutu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutu.so
2025-08-20T22:31:36.6334909Z 	libicutest.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so.74
2025-08-20T22:31:36.6335464Z 	libicutest.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicutest.so
2025-08-20T22:31:36.6335862Z 	libicui18n.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so.74
2025-08-20T22:31:36.6336258Z 	libicui18n.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicui18n.so
2025-08-20T22:31:36.6336639Z 	libicuio.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so.74
2025-08-20T22:31:36.6337184Z 	libicuio.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicuio.so
2025-08-20T22:31:36.6337574Z 	libicudata.so.74 (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so.74
2025-08-20T22:31:36.6337974Z 	libicudata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libicudata.so
2025-08-20T22:31:36.6338370Z 	libibverbs.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so.1
2025-08-20T22:31:36.6338766Z 	libibverbs.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libibverbs.so
2025-08-20T22:31:36.6339154Z 	libhwasan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhwasan.so.0
2025-08-20T22:31:36.6339577Z 	libhunspell-1.7.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:31:36.6340006Z 	libhogweed.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhogweed.so.6
2025-08-20T22:31:36.6340408Z 	libhistory.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhistory.so.8
2025-08-20T22:31:36.6340843Z 	libhiredis_ssl.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:31:36.6341299Z 	libhiredis.so.1.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:31:36.6341701Z 	libhgfs.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhgfs.so.0
2025-08-20T22:31:36.6342069Z 	libheif.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libheif.so.1
2025-08-20T22:31:36.6342445Z 	libhavege.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhavege.so.2
2025-08-20T22:31:36.6342842Z 	libhashkit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhashkit.so.2
2025-08-20T22:31:36.6343249Z 	libharfbuzz.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:31:36.6343657Z 	libhandle.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libhandle.so.1
2025-08-20T22:31:36.6344037Z 	libgusb.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgusb.so.2
2025-08-20T22:31:36.6344433Z 	libguestlib.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestlib.so.0
2025-08-20T22:31:36.6344902Z 	libguestStoreClient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:31:36.6345598Z 	libgudev-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:31:36.6346052Z 	libgtk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgtk-3.so.0
2025-08-20T22:31:36.6346459Z 	libgthread-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:31:36.6347059Z 	libgstreamer-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:31:36.6347531Z 	libgstnet-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:31:36.6348011Z 	libgstcontroller-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:31:36.6348515Z 	libgstcheck-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:31:36.6348957Z 	libgstbase-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:31:36.6349391Z 	libgssapi_krb5.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:31:36.6349792Z 	libgs.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgs.so.10
2025-08-20T22:31:36.6350177Z 	libgraphite2.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgraphite2.so.3
2025-08-20T22:31:36.6350590Z 	libgprofng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgprofng.so.0
2025-08-20T22:31:36.6350969Z 	libgpm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpm.so.2
2025-08-20T22:31:36.6351341Z 	libgpgme.so.11 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpgme.so.11
2025-08-20T22:31:36.6351746Z 	libgpg-error.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgpg-error.so.0
2025-08-20T22:31:36.6352329Z 	libgomp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgomp.so.1
2025-08-20T22:31:36.6352728Z 	libgobject-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:31:36.6353143Z 	libgnutls.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgnutls.so.30
2025-08-20T22:31:36.6353532Z 	libgmpxx.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so.4
2025-08-20T22:31:36.6353914Z 	libgmpxx.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmpxx.so
2025-08-20T22:31:36.6354279Z 	libgmp.so.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so.10
2025-08-20T22:31:36.6354629Z 	libgmp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmp.so
2025-08-20T22:31:36.6355014Z 	libgmodule-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:31:36.6355428Z 	libglib-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:31:36.6355816Z 	libglapi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libglapi.so.0
2025-08-20T22:31:36.6356265Z 	libgirepository-1.0.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:31:36.6356714Z 	libgio-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:31:36.6357238Z 	libgfortran.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgfortran.so.5
2025-08-20T22:31:36.6357676Z 	libgdk_pixbuf-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:31:36.6358101Z 	libgdk-3.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdk-3.so.0
2025-08-20T22:31:36.6358506Z 	libgdbm_compat.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:31:36.6358909Z 	libgdbm.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgdbm.so.6
2025-08-20T22:31:36.6359262Z 	libgd.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgd.so.3
2025-08-20T22:31:36.6359620Z 	libgctba.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgctba.so.1
2025-08-20T22:31:36.6360013Z 	libgcrypt.so.20 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcrypt.so.20
2025-08-20T22:31:36.6360405Z 	libgccpp.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgccpp.so.1
2025-08-20T22:31:36.6360782Z 	libgcc_s.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgcc_s.so.1
2025-08-20T22:31:36.6361136Z 	libgc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgc.so.1
2025-08-20T22:31:36.6361484Z 	libgbm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so.1
2025-08-20T22:31:36.6362021Z 	libgbm.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgbm.so
2025-08-20T22:31:36.6362536Z 	libgallium-24.2.8-1ubuntu1~24.04.1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libgallium-24.2.8-1ubuntu1~24.04.1.so
2025-08-20T22:31:36.6363044Z 	libfwupd.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfwupd.so.2
2025-08-20T22:31:36.6363420Z 	libfuse3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfuse3.so.3
2025-08-20T22:31:36.6363798Z 	libftdi1.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libftdi1.so.2
2025-08-20T22:31:36.6364198Z 	libfsverity.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfsverity.so.0
2025-08-20T22:31:36.6364608Z 	libfribidi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfribidi.so.0
2025-08-20T22:31:36.6365030Z 	libfreetype.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreetype.so.6
2025-08-20T22:31:36.6365435Z 	libfreebl3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreebl3.so
2025-08-20T22:31:36.6365845Z 	libfreeblpriv3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:31:36.6366259Z 	libformw.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so.6
2025-08-20T22:31:36.6366630Z 	libformw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libformw.so
2025-08-20T22:31:36.6367146Z 	libform.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so.6
2025-08-20T22:31:36.6367506Z 	libform.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libform.so
2025-08-20T22:31:36.6367882Z 	libfontenc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontenc.so.1
2025-08-20T22:31:36.6368492Z 	libfontconfig.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfontconfig.so.1
2025-08-20T22:31:36.6368920Z 	libflashrom.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libflashrom.so.1
2025-08-20T22:31:36.6369314Z 	libfido2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfido2.so.1
2025-08-20T22:31:36.6369733Z 	libfftw3_threads.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:31:36.6370172Z 	libfftw3_omp.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:31:36.6370571Z 	libfftw3.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfftw3.so.3
2025-08-20T22:31:36.6370939Z 	libffi.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so.8
2025-08-20T22:31:36.6371285Z 	libffi.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libffi.so
2025-08-20T22:31:36.6371627Z 	libfdt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdt.so.1
2025-08-20T22:31:36.6371992Z 	libfdisk.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfdisk.so.1
2025-08-20T22:31:36.6372370Z 	libfcgi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi.so.0
2025-08-20T22:31:36.6372743Z 	libfcgi++.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfcgi++.so.0
2025-08-20T22:31:36.6373143Z 	libfbclient.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfbclient.so.2
2025-08-20T22:31:36.6373555Z 	libfastjson.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libfastjson.so.4
2025-08-20T22:31:36.6374016Z 	libfakeroot-0.so (libc6,AArch64) => /usr/lib/aarch64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:31:36.6374452Z 	libe2p.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libe2p.so.2
2025-08-20T22:31:36.6374827Z 	libext2fs.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libext2fs.so.2
2025-08-20T22:31:36.6375216Z 	libexslt.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexslt.so.0
2025-08-20T22:31:36.6375602Z 	libexpatw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so.1
2025-08-20T22:31:36.6375988Z 	libexpatw.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpatw.so
2025-08-20T22:31:36.6376374Z 	libexpat.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so.1
2025-08-20T22:31:36.6376746Z 	libexpat.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libexpat.so
2025-08-20T22:31:36.6377344Z 	libevent_pthreads-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:31:36.6377842Z 	libevent_core-2.1.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:31:36.6378264Z 	libevdev.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libevdev.so.2
2025-08-20T22:31:36.6378826Z 	libestr.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libestr.so.0
2025-08-20T22:31:36.6379214Z 	libepoxy.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libepoxy.so.0
2025-08-20T22:31:36.6379613Z 	libenchant-2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libenchant-2.so.2
2025-08-20T22:31:36.6380003Z 	libelf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libelf.so.1
2025-08-20T22:31:36.6380370Z 	libefivar.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefivar.so.1
2025-08-20T22:31:36.6380774Z 	libefiboot.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefiboot.so.1
2025-08-20T22:31:36.6381152Z 	libefa.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so.1
2025-08-20T22:31:36.6381498Z 	libefa.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libefa.so
2025-08-20T22:31:36.6381851Z 	libedit.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libedit.so.2
2025-08-20T22:31:36.6382246Z 	libeatmydata.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so.1
2025-08-20T22:31:36.6382668Z 	libeatmydata.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libeatmydata.so
2025-08-20T22:31:36.6383044Z 	libdw.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdw.so.1
2025-08-20T22:31:36.6383426Z 	libduktape.so.207 (libc6,AArch64) => /lib/aarch64-linux-gnu/libduktape.so.207
2025-08-20T22:31:36.6383862Z 	libdrop_ambient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:31:36.6384300Z 	libdrm_radeon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_radeon.so.1
2025-08-20T22:31:36.6384902Z 	libdrm_amdgpu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:31:36.6385299Z 	libdrm.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdrm.so.2
2025-08-20T22:31:36.6385812Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:31:36.6386318Z 	libdl.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdl.so.2
2025-08-20T22:31:36.6386711Z 	libdjvulibre.so.21 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:31:36.6387254Z 	libde265.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libde265.so.0
2025-08-20T22:31:36.6387681Z 	libdevmapper.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:31:36.6388198Z 	libdevmapper-event.so.1.02.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:31:36.6388777Z 	libdevmapper-event-lvm2vdo.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:31:36.6389387Z 	libdevmapper-event-lvm2thin.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:31:36.6390029Z 	libdevmapper-event-lvm2snapshot.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:31:36.6390674Z 	libdevmapper-event-lvm2raid.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:31:36.6391298Z 	libdevmapper-event-lvm2mirror.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:31:36.6391919Z 	libdevmapper-event-lvm2.so.2.03 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:31:36.6392498Z 	libdevmapper-event-lvm2.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:31:36.6392978Z 	libdeflate.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdeflate.so.0
2025-08-20T22:31:36.6393418Z 	libdebconfclient.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:31:36.6393854Z 	libdconf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdconf.so.1
2025-08-20T22:31:36.6394280Z 	libdbusmenu-gtk3.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:31:36.6394752Z 	libdbusmenu-glib.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:31:36.6395182Z 	libdbus-1.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so.3
2025-08-20T22:31:36.6395778Z 	libdbus-1.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdbus-1.so
2025-08-20T22:31:36.6396175Z 	libdb-5.3.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libdb-5.3.so
2025-08-20T22:31:36.6396554Z 	libdatrie.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libdatrie.so.1
2025-08-20T22:31:36.6397045Z 	libcurl.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl.so.4
2025-08-20T22:31:36.6397466Z 	libcurl-gnutls.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:31:36.6397877Z 	libcups.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcups.so.2
2025-08-20T22:31:36.6398243Z 	libctf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf.so.0
2025-08-20T22:31:36.6398627Z 	libctf-nobfd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:31:36.6399084Z 	libctf-nobfd-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:31:36.6399568Z 	libctf-nobfd-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:31:36.6400061Z 	libctf-nobfd-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:31:36.6400548Z 	libctf-nobfd-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:31:36.6400999Z 	libctf-armhf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:31:36.6401412Z 	libctf-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armhf.so
2025-08-20T22:31:36.6401821Z 	libctf-armel.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so.0
2025-08-20T22:31:36.6402472Z 	libctf-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libctf-armel.so
2025-08-20T22:31:36.6402908Z 	libcryptsetup.so.12 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:31:36.6403333Z 	libcrypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so.3
2025-08-20T22:31:36.6403719Z 	libcrypto.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypto.so
2025-08-20T22:31:36.6404104Z 	libcrypt.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so.1
2025-08-20T22:31:36.6404481Z 	libcrypt.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libcrypt.so
2025-08-20T22:31:36.6404858Z 	libcom_err.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcom_err.so.2
2025-08-20T22:31:36.6405292Z 	libcolordprivate.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:31:36.6405730Z 	libcolord.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcolord.so.2
2025-08-20T22:31:36.6406130Z 	libclang-18.so.18 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-18.so.18
2025-08-20T22:31:36.6406547Z 	libclang-17.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-17.so.17
2025-08-20T22:31:36.6407113Z 	libclang-16.so.16.0.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:31:36.6407575Z 	libclang-cpp.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:31:36.6408018Z 	libclang-cpp.so.17 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:31:36.6408452Z 	libclang-cpp.so.16 (libc6,AArch64) => /lib/aarch64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:31:36.6408850Z 	libcc1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcc1.so.0
2025-08-20T22:31:36.6409220Z 	libcbor.so.0.10 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcbor.so.0.10
2025-08-20T22:31:36.6409606Z 	libcares.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcares.so.2
2025-08-20T22:31:36.6409974Z 	libcap.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap.so.2
2025-08-20T22:31:36.6410354Z 	libcap-ng.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcap-ng.so.0
2025-08-20T22:31:36.6410749Z 	libcanberra.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcanberra.so.0
2025-08-20T22:31:36.6411150Z 	libcairo.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo.so.2
2025-08-20T22:31:36.6411573Z 	libcairo-gobject.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:31:36.6412039Z 	libc_malloc_debug.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:31:36.6412708Z 	libc_malloc_debug.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:31:36.6413117Z 	libc.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libc.so.6
2025-08-20T22:31:36.6413467Z 	libc-client.so.2007e (libc6,AArch64) => /lib/libc-client.so.2007e
2025-08-20T22:31:36.6413839Z 	libbz2.so.1.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbz2.so.1.0
2025-08-20T22:31:36.6414232Z 	libbytesize.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbytesize.so.1
2025-08-20T22:31:36.6414619Z 	libbsd.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbsd.so.0
2025-08-20T22:31:36.6415008Z 	libbrotlienc.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:31:36.6415436Z 	libbrotlidec.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:31:36.6415882Z 	libbrotlicommon.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:31:36.6416295Z 	libbpf.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbpf.so.1
2025-08-20T22:31:36.6416683Z 	libblockdev.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblockdev.so.3
2025-08-20T22:31:36.6417238Z 	libblkid.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libblkid.so.1
2025-08-20T22:31:36.6417792Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:31:36.6418369Z 	libbfd-2.42-system.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:31:36.6418993Z 	libbfd-2.42-armhf.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:31:36.6419438Z 	libbfd-2.42-armel.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:31:36.6419863Z 	libbd_utils.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_utils.so.3
2025-08-20T22:31:36.6420258Z 	libbd_swap.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_swap.so.3
2025-08-20T22:31:36.6420650Z 	libbd_part.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_part.so.3
2025-08-20T22:31:36.6421037Z 	libbd_nvme.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:31:36.6421435Z 	libbd_mdraid.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:31:36.6421835Z 	libbd_loop.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_loop.so.3
2025-08-20T22:31:36.6422212Z 	libbd_fs.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_fs.so.3
2025-08-20T22:31:36.6422600Z 	libbd_crypto.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:31:36.6423005Z 	libbcc_bpf.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:31:36.6423378Z 	libbcc.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libbcc.so.0
2025-08-20T22:31:36.6423780Z 	libavahi-common.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-common.so.3
2025-08-20T22:31:36.6424239Z 	libavahi-client.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libavahi-client.so.3
2025-08-20T22:31:36.6424663Z 	libaudit.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaudit.so.1
2025-08-20T22:31:36.6425039Z 	libattr.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libattr.so.1
2025-08-20T22:31:36.6425414Z 	libatspi.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatspi.so.0
2025-08-20T22:31:36.6425802Z 	libatomic.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatomic.so.1
2025-08-20T22:31:36.6426179Z 	libatm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatm.so.1
2025-08-20T22:31:36.6426547Z 	libatk-1.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:31:36.6427145Z 	libatk-bridge-2.0.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:31:36.6427601Z 	libatasmart.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libatasmart.so.4
2025-08-20T22:31:36.6428006Z 	libassuan.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libassuan.so.0
2025-08-20T22:31:36.6428400Z 	libaspell.so.15 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaspell.so.15
2025-08-20T22:31:36.6428983Z 	libasound.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasound.so.2
2025-08-20T22:31:36.6429369Z 	libasan.so.8 (libc6,AArch64) => /lib/aarch64-linux-gnu/libasan.so.8
2025-08-20T22:31:36.6429744Z 	libaria2.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaria2.so.0
2025-08-20T22:31:36.6430125Z 	libargon2.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libargon2.so.1
2025-08-20T22:31:36.6430524Z 	libarchive.so.13 (libc6,AArch64) => /lib/aarch64-linux-gnu/libarchive.so.13
2025-08-20T22:31:36.6430966Z 	libapt-private.so.0.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:31:36.6431417Z 	libapt-pkg.so.6.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:31:36.6431838Z 	libaprutil-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:31:36.6432236Z 	libapr-1.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapr-1.so.0
2025-08-20T22:31:36.6432636Z 	libappstream.so.5 (libc6,AArch64) => /lib/aarch64-linux-gnu/libappstream.so.5
2025-08-20T22:31:36.6433063Z 	libapparmor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libapparmor.so.1
2025-08-20T22:31:36.6433449Z 	libaom.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaom.so.3
2025-08-20T22:31:36.6433803Z 	libanl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so.1
2025-08-20T22:31:36.6434149Z 	libanl.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libanl.so
2025-08-20T22:31:36.6434513Z 	libaio.so.1t64 (libc6,AArch64) => /lib/aarch64-linux-gnu/libaio.so.1t64
2025-08-20T22:31:36.6434885Z 	libacl.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libacl.so.1
2025-08-20T22:31:36.6435387Z 	libX11.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11.so.6
2025-08-20T22:31:36.6435758Z 	libX11-xcb.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:31:36.6436149Z 	libXxf86vm.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:31:36.6436528Z 	libXtst.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXtst.so.6
2025-08-20T22:31:36.6437039Z 	libXt.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXt.so.6
2025-08-20T22:31:36.6437386Z 	libXss.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXss.so.1
2025-08-20T22:31:36.6437762Z 	libXrender.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrender.so.1
2025-08-20T22:31:36.6438159Z 	libXrandr.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXrandr.so.2
2025-08-20T22:31:36.6438535Z 	libXpm.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXpm.so.4
2025-08-20T22:31:36.6438896Z 	libXmuu.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmuu.so.1
2025-08-20T22:31:36.6439259Z 	libXmu.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXmu.so.6
2025-08-20T22:31:36.6455718Z 	libXinerama.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXinerama.so.1
2025-08-20T22:31:36.6456270Z 	libXi.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXi.so.6
2025-08-20T22:31:36.6456628Z 	libXft.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXft.so.2
2025-08-20T22:31:36.6457295Z 	libXfont2.so.2 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfont2.so.2
2025-08-20T22:31:36.6457712Z 	libXfixes.so.3 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXfixes.so.3
2025-08-20T22:31:36.6458096Z 	libXext.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXext.so.6
2025-08-20T22:31:36.6458469Z 	libXdmcp.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so.6
2025-08-20T22:31:36.6458842Z 	libXdmcp.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdmcp.so
2025-08-20T22:31:36.6459222Z 	libXdamage.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXdamage.so.1
2025-08-20T22:31:36.6459632Z 	libXcursor.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcursor.so.1
2025-08-20T22:31:36.6460051Z 	libXcomposite.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXcomposite.so.1
2025-08-20T22:31:36.6460448Z 	libXaw.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXaw.so.7
2025-08-20T22:31:36.6460800Z 	libXau.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so.6
2025-08-20T22:31:36.6461146Z 	libXau.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libXau.so
2025-08-20T22:31:36.6461827Z 	libSM.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libSM.so.6
2025-08-20T22:31:36.6462269Z 	libOpenEXRUtil-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:31:36.6462771Z 	libOpenEXRCore-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:31:36.6463241Z 	libOpenEXR-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:31:36.6463718Z 	libMagickWand-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:31:36.6464226Z 	libMagickCore-6.Q16.so.7 (libc6,AArch64) => /lib/aarch64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:31:36.6464664Z 	libLerc.so.4 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLerc.so.4
2025-08-20T22:31:36.6465041Z 	libLLVM.so.19.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:31:36.6465426Z 	libLLVM.so.18.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:31:36.6465817Z 	libLLVM-17.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:31:36.6466203Z 	libLLVM-17.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-17.so
2025-08-20T22:31:36.6466590Z 	libLLVM-16.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:31:36.6467207Z 	libLLVM-16.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libLLVM-16.so
2025-08-20T22:31:36.6467592Z 	libJudy.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libJudy.so.1
2025-08-20T22:31:36.6467983Z 	libImath-3_1.so.29 (libc6,AArch64) => /lib/aarch64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:31:36.6468612Z 	libIlmThread-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:31:36.6469045Z 	libIex-3_1.so.30 (libc6,AArch64) => /lib/aarch64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:31:36.6469417Z 	libICE.so.6 (libc6,AArch64) => /lib/aarch64-linux-gnu/libICE.so.6
2025-08-20T22:31:36.6469817Z 	libGLdispatch.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:31:36.6470244Z 	libGLX_mesa.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:31:36.6470621Z 	libGLX.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGLX.so.0
2025-08-20T22:31:36.6470969Z 	libGL.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libGL.so.1
2025-08-20T22:31:36.6471354Z 	libDeployPkg.so.0 (libc6,AArch64) => /lib/aarch64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:31:36.6471800Z 	libBrokenLocale.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:31:36.6472265Z 	libBrokenLocale.so (libc6,AArch64) => /lib/aarch64-linux-gnu/libBrokenLocale.so
2025-08-20T22:31:36.6472672Z 	ld-musl-aarch64.so.1 (libc6,AArch64) => /lib/ld-musl-aarch64.so.1
2025-08-20T22:31:36.6473088Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1
2025-08-20T22:31:36.6473513Z 	ld-linux-aarch64.so.1 (libc6,AArch64) => /lib/ld-linux-aarch64.so.1
2025-08-20T22:31:36.6473940Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.4) stable release version 2.39
2025-08-20T22:31:36.6474268Z 
2025-08-20T22:31:36.6474273Z 
2025-08-20T22:31:36.6474629Z  [+] Finished Initializing Linux runnervmdbl46 6.11.0-1015-azure aarch64 :: at Wednesday, 2025-08-20 (10:31:36 PM)
2025-08-20T22:31:36.6474984Z 
2025-08-20T22:31:36.6474988Z 
2025-08-20T22:31:36.6474991Z 
2025-08-20T22:31:36.6475058Z [+] Continue : YES
2025-08-20T22:31:36.6475160Z 
2025-08-20T22:31:36.6475389Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T22:31:36.7970618Z 
2025-08-20T22:31:36.7971219Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (10:31:36 PM) UTC
2025-08-20T22:31:36.7971474Z 
2025-08-20T22:31:36.7984932Z 
2025-08-20T22:31:36.7985087Z [+] Total RECIPES :: 1
2025-08-20T22:31:36.7985220Z 
2025-08-20T22:31:36.8054538Z 
2025-08-20T22:31:36.8055214Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml (1/1)
2025-08-20T22:31:36.8055706Z 
2025-08-20T22:31:36.9748995Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:31:36.9758591Z mode of '/tmp/pkgforge/jrqRzaw1p_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:31:36.9802226Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/sic/official [Provided]
2025-08-20T22:31:36.9802604Z [+] Setting '.pkg_family' --> sic [Provided]
2025-08-20T22:31:36.9815317Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T22:31:36.9819155Z [00:00:00.000]➜  [+] HOST: Linux runnervmdbl46 6.11.0-1015-azure #15~24.04.1-Ubuntu SMP Thu May  1 03:01:44 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
2025-08-20T22:31:36.9844993Z [00:00:00.003]➜  
2025-08-20T22:31:36.9845513Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/arm64" to 'docker run' ==> /tmp/pkgforge/jrqRzaw1p_build.yaml
2025-08-20T22:31:36.9845926Z [00:00:00.003]➜  
2025-08-20T22:31:36.9878809Z [00:00:00.006]➜  
2025-08-20T22:31:36.9879295Z [00:00:00.006]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':aarch64' ==> /tmp/pkgforge/jrqRzaw1p_build.yaml
2025-08-20T22:31:36.9879689Z [00:00:00.006]➜  
2025-08-20T22:31:36.9952262Z [00:00:00.013]➜  
2025-08-20T22:31:36.9953240Z [00:00:00.013]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/sic/static.official.source.yaml) --> /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (10:31:36 PM) UTC]
2025-08-20T22:31:36.9954034Z [00:00:00.013]➜  
2025-08-20T22:31:36.9954548Z [00:00:00.013]➜  
2025-08-20T22:31:36.9954730Z [00:00:00.013]➜  
2025-08-20T22:31:36.9955000Z [00:00:00.013]➜  ###################################################################
2025-08-20T22:31:36.9960722Z [00:00:00.014]➜  #!/SBUILD ver @v1.0.0
2025-08-20T22:31:36.9964767Z [00:00:00.014]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:31:36.9965366Z [00:00:00.014]➜  _disabled: false
2025-08-20T22:31:36.9965590Z [00:00:00.014]➜  
2025-08-20T22:31:36.9965802Z [00:00:00.014]➜  pkg: "sic"
2025-08-20T22:31:36.9966078Z [00:00:00.014]➜  pkg_id: "github.com.foresterre.sic"
2025-08-20T22:31:36.9966371Z [00:00:00.014]➜  pkg_type: "static"
2025-08-20T22:31:36.9966609Z [00:00:00.014]➜  category:
2025-08-20T22:31:36.9967342Z [00:00:00.014]➜    - "ConsoleOnly"
2025-08-20T22:31:36.9967717Z [00:00:00.014]➜    - "Utility"
2025-08-20T22:31:36.9968233Z [00:00:00.014]➜  description: "Accessible image processing and conversion from the terminal using image-rs/image"
2025-08-20T22:31:36.9968708Z [00:00:00.014]➜  homepage:
2025-08-20T22:31:36.9968996Z [00:00:00.014]➜    - "https://github.com/foresterre/sic"
2025-08-20T22:31:36.9969292Z [00:00:00.014]➜  maintainer:
2025-08-20T22:31:36.9969595Z [00:00:00.014]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:31:36.9969892Z [00:00:00.014]➜  note:
2025-08-20T22:31:36.9970169Z [00:00:00.014]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T22:31:36.9970735Z [00:00:00.014]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/foresterre/sic"  
2025-08-20T22:31:36.9971152Z [00:00:00.014]➜  src_url:
2025-08-20T22:31:36.9971425Z [00:00:00.014]➜    - "https://github.com/foresterre/sic"
2025-08-20T22:31:36.9971712Z [00:00:00.014]➜  tag:
2025-08-20T22:31:36.9971943Z [00:00:00.014]➜    - "image"
2025-08-20T22:31:36.9972165Z [00:00:00.014]➜  x_exec:
2025-08-20T22:31:36.9972401Z [00:00:00.014]➜    bsys: "docker://rust"
2025-08-20T22:31:36.9972651Z [00:00:00.014]➜    host:
2025-08-20T22:31:36.9972894Z [00:00:00.014]➜      - "aarch64-Linux"
2025-08-20T22:31:36.9973162Z [00:00:00.014]➜      - "x86_64-Linux"
2025-08-20T22:31:36.9973410Z [00:00:00.014]➜    shell: "bash"
2025-08-20T22:31:36.9973646Z [00:00:00.014]➜    pkgver: |
2025-08-20T22:31:36.9973927Z [00:00:00.014]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T22:31:36.9974869Z [00:00:00.014]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/foresterre/sic" "./TEMPREPO" &>/dev/null && \
2025-08-20T22:31:36.9975796Z [00:00:00.014]➜      git --git-dir="./TEMPREPO/.git" --no-pager log -1 --pretty=format:'HEAD-%h-%cd' --date=format:'%y%m%dT%H%M%S' && \
2025-08-20T22:31:36.9976431Z [00:00:00.014]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T22:31:36.9976800Z [00:00:00.014]➜    run: |
2025-08-20T22:31:36.9978511Z [00:00:00.014]➜      #Build
2025-08-20T22:31:36.9979437Z [00:00:00.014]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/arm64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T22:31:36.9980740Z [00:00:00.014]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T22:31:36.9981460Z [00:00:00.014]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T22:31:36.9981928Z [00:00:00.014]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T22:31:36.9982347Z [00:00:00.014]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:aarch64" \
2025-08-20T22:31:36.9982687Z [00:00:00.014]➜        bash -l -c '
2025-08-20T22:31:36.9982928Z [00:00:00.014]➜        #Setup ENV
2025-08-20T22:31:36.9983297Z [00:00:00.014]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:31:36.9983737Z [00:00:00.014]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T22:31:36.9984156Z [00:00:00.014]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-20T22:31:36.9985110Z [00:00:00.014]➜           RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T22:31:36.9985661Z [00:00:00.014]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T22:31:36.9985992Z [00:00:00.014]➜             export RUST_TARGET
2025-08-20T22:31:36.9986252Z [00:00:00.014]➜           else
2025-08-20T22:31:36.9986516Z [00:00:00.014]➜             rustc -Vv ; exit 1
2025-08-20T22:31:36.9986780Z [00:00:00.014]➜           fi
2025-08-20T22:31:36.9987419Z [00:00:00.014]➜         else
2025-08-20T22:31:36.9987757Z [00:00:00.014]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T22:31:36.9988133Z [00:00:00.014]➜           rustup target add "${RUST_TARGET}"
2025-08-20T22:31:36.9988406Z [00:00:00.014]➜         fi
2025-08-20T22:31:36.9988633Z [00:00:00.014]➜         RUST_FLAGS=()
2025-08-20T22:31:36.9988973Z [00:00:00.014]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:31:36.9989372Z [00:00:00.014]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:31:36.9989784Z [00:00:00.014]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T22:31:36.9990175Z [00:00:00.014]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:31:36.9990470Z [00:00:00.014]➜         fi
2025-08-20T22:31:36.9990744Z [00:00:00.014]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:31:36.9991092Z [00:00:00.014]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:31:36.9991411Z [00:00:00.014]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:31:36.9991729Z [00:00:00.014]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:31:36.9992054Z [00:00:00.014]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:31:36.9992378Z [00:00:00.014]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:31:36.9992698Z [00:00:00.014]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:31:36.9993078Z [00:00:00.014]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:31:36.9993497Z [00:00:00.014]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:31:36.9993856Z [00:00:00.014]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:31:36.9994190Z [00:00:00.014]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:31:36.9994548Z [00:00:00.014]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:31:36.9995130Z [00:00:00.014]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T22:31:36.9995498Z [00:00:00.014]➜        #Build
2025-08-20T22:31:36.9996006Z [00:00:00.014]➜         git clone --filter "blob:none" --quiet "https://github.com/foresterre/sic" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T22:31:36.9996523Z [00:00:00.014]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T22:31:36.9997032Z [00:00:00.014]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T22:31:36.9997735Z [00:00:00.014]➜         sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T22:31:36.9998321Z [00:00:00.014]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T22:31:36.9998847Z [00:00:00.014]➜         cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T22:31:36.9999428Z [00:00:00.014]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T22:31:36.9999790Z [00:00:00.014]➜        #Copy
2025-08-20T22:31:37.0000730Z [00:00:00.014]➜         find "./target/${RUST_TARGET}/release" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T22:31:37.0001976Z [00:00:00.014]➜         ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:31:37.0002776Z [00:00:00.014]➜        #Strip 
2025-08-20T22:31:37.0003266Z [00:00:00.014]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:31:37.0003944Z [00:00:00.014]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:31:37.0004633Z [00:00:00.014]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:31:37.0005222Z [00:00:00.014]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:31:37.0005781Z [00:00:00.014]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:31:37.0006321Z [00:00:00.014]➜         popd &>/dev/null
2025-08-20T22:31:37.0006590Z [00:00:00.014]➜        '
2025-08-20T22:31:37.0006809Z [00:00:00.014]➜      #Copy & Meta
2025-08-20T22:31:37.0007340Z [00:00:00.014]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T22:31:37.0007883Z [00:00:00.014]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T22:31:37.0008954Z [00:00:00.014]➜       find "${SBUILD_TMPDIR}" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "${SBUILD_OUTDIR}"
2025-08-20T22:31:37.0009721Z [00:00:00.014]➜  
2025-08-20T22:31:37.0009905Z [00:00:00.014]➜  
2025-08-20T22:31:37.0010174Z [00:00:00.014]➜  ###################################################################
2025-08-20T22:31:37.0010443Z [00:00:00.014]➜  
2025-08-20T22:31:37.0010622Z [00:00:00.014]➜  
2025-08-20T22:31:37.0010803Z [00:00:00.014]➜  
2025-08-20T22:31:37.0011305Z [00:00:00.015]➜  '/tmp/pkgforge/jrqRzaw1p_build.yaml' -> '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T22:31:38.5285759Z [00:00:01.546]➜  '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/sic.static.version' -> '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/sic.version'
2025-08-20T22:31:38.5334426Z [00:00:01.551]➜  [+] Version: HEAD-d691d1f-250819T202517 ('.x_exec.pkgver') [/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/sic.static.version]
2025-08-20T22:31:38.5456397Z [00:00:01.564]➜  [+] Progs: sic
2025-08-20T22:31:38.9096123Z [00:00:01.928]➜  
2025-08-20T22:31:38.9096478Z [00:00:01.928]➜  [-] Missing packages. Found: 
2025-08-20T22:31:38.9096770Z [00:00:01.928]➜  [+] Expected: sic
2025-08-20T22:31:38.9097270Z [00:00:01.928]➜  [+] Continuing with build...
2025-08-20T22:31:38.9097537Z [00:00:01.928]➜  
2025-08-20T22:31:39.2187970Z [00:00:02.237]➜  
2025-08-20T22:31:39.2188242Z [00:00:02.237]➜  
2025-08-20T22:31:39.2260659Z [00:00:02.244]➜  + mkdir -pv /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T22:31:39.2276260Z [00:00:02.245]➜  + docker run --platform=linux/arm64 --privileged --net=host --name alpine-builder --pull=always -e PKG=sic -e PKG_ID=github.com.foresterre.sic -e PKG_TYPE=static -e PKG_VER=HEAD-d691d1f-250819T202517 -e PKGVER=HEAD-d691d1f-250819T202517 -e SBUILD_PKG=sic.static -e SBUILD_PKGVER=HEAD-d691d1f-250819T202517 --volume /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:aarch64 bash -l -c '
2025-08-20T22:31:39.2277945Z [00:00:02.246]➜    #Setup ENV
2025-08-20T22:31:39.2278315Z [00:00:02.246]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:31:39.2278755Z [00:00:02.246]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T22:31:39.2279158Z [00:00:02.246]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-20T22:31:39.2279765Z [00:00:02.246]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T22:31:39.2280722Z [00:00:02.246]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T22:31:39.2281043Z [00:00:02.246]➜         export RUST_TARGET
2025-08-20T22:31:39.2281325Z [00:00:02.246]➜       else
2025-08-20T22:31:39.2281560Z [00:00:02.246]➜         rustc -Vv ; exit 1
2025-08-20T22:31:39.2281806Z [00:00:02.246]➜       fi
2025-08-20T22:31:39.2282027Z [00:00:02.246]➜     else
2025-08-20T22:31:39.2282335Z [00:00:02.246]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T22:31:39.2282701Z [00:00:02.246]➜       rustup target add "${RUST_TARGET}"
2025-08-20T22:31:39.2282971Z [00:00:02.246]➜     fi
2025-08-20T22:31:39.2283184Z [00:00:02.246]➜     RUST_FLAGS=()
2025-08-20T22:31:39.2283494Z [00:00:02.246]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:31:39.2283868Z [00:00:02.246]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:31:39.2284281Z [00:00:02.246]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T22:31:39.2284665Z [00:00:02.246]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:31:39.2284954Z [00:00:02.246]➜     fi
2025-08-20T22:31:39.2285214Z [00:00:02.246]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:31:39.2285545Z [00:00:02.246]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:31:39.2285856Z [00:00:02.246]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:31:39.2286171Z [00:00:02.246]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:31:39.2286490Z [00:00:02.246]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:31:39.2286813Z [00:00:02.246]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:31:39.2287406Z [00:00:02.246]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:31:39.2287763Z [00:00:02.246]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:31:39.2288127Z [00:00:02.246]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:31:39.2288481Z [00:00:02.246]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:31:39.2288810Z [00:00:02.246]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:31:39.2289158Z [00:00:02.246]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:31:39.2289500Z [00:00:02.246]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T22:31:39.2289773Z [00:00:02.246]➜    #Build
2025-08-20T22:31:39.2290567Z [00:00:02.246]➜     git clone --filter "blob:none" --quiet "https://github.com/foresterre/sic" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T22:31:39.2291154Z [00:00:02.246]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T22:31:39.2291482Z [00:00:02.246]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T22:31:39.2292099Z [00:00:02.246]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T22:31:39.2292677Z [00:00:02.246]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T22:31:39.2293200Z [00:00:02.246]➜     cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T22:31:39.2293762Z [00:00:02.246]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T22:31:39.2294117Z [00:00:02.246]➜    #Copy
2025-08-20T22:31:39.2295059Z [00:00:02.246]➜     find "./target/${RUST_TARGET}/release" -maxdepth 1 -type f -exec file -i "{}" \; | grep -Ei "application/.*executable|inode/symlink|text/x-perl|text/.*script" | cut -d":" -f1 | xargs realpath --no-symlinks | xargs -I "{}" rsync -achvL "{}" "/build-bins/"
2025-08-20T22:31:39.2296286Z [00:00:02.246]➜     ( askalono --format "json" crawl --follow "$(realpath .)" | jq -r ".. | objects | .path? // empty" | head -n 1 | xargs -I "{}" cp -fv "{}" "/build-bins/LICENSE" ) 2>/dev/null
2025-08-20T22:31:39.2296979Z [00:00:02.246]➜    #Strip 
2025-08-20T22:31:39.2297524Z [00:00:02.246]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:31:39.2298437Z [00:00:02.246]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:31:39.2299112Z [00:00:02.246]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:31:39.2299696Z [00:00:02.246]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:31:39.2300250Z [00:00:02.246]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:31:39.2300657Z [00:00:02.246]➜     popd &>/dev/null
2025-08-20T22:31:39.2300887Z [00:00:02.246]➜    '
2025-08-20T22:31:40.0669405Z [00:00:03.085]➜  aarch64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T22:31:40.2886494Z [00:00:03.307]➜  b2e6f696af52: Pulling fs layer
2025-08-20T22:31:40.2887095Z [00:00:03.307]➜  996f2cb07f7c: Pulling fs layer
2025-08-20T22:31:40.2887501Z [00:00:03.307]➜  99fd740fb142: Pulling fs layer
2025-08-20T22:31:40.2887800Z [00:00:03.307]➜  2b92eb3035e7: Pulling fs layer
2025-08-20T22:31:40.2888103Z [00:00:03.307]➜  4239b2f25ebc: Pulling fs layer
2025-08-20T22:31:40.2888398Z [00:00:03.307]➜  323e89f8c367: Pulling fs layer
2025-08-20T22:31:40.2888670Z [00:00:03.307]➜  2b92eb3035e7: Waiting
2025-08-20T22:31:40.2888928Z [00:00:03.307]➜  4239b2f25ebc: Waiting
2025-08-20T22:31:40.2889180Z [00:00:03.307]➜  323e89f8c367: Waiting
2025-08-20T22:31:40.5858971Z [00:00:03.604]➜  99fd740fb142: Verifying Checksum
2025-08-20T22:31:40.5859354Z [00:00:03.604]➜  99fd740fb142: Download complete
2025-08-20T22:31:40.6913354Z [00:00:03.709]➜  b2e6f696af52: Download complete
2025-08-20T22:31:40.7110752Z [00:00:03.729]➜  996f2cb07f7c: Verifying Checksum
2025-08-20T22:31:40.7111160Z [00:00:03.729]➜  996f2cb07f7c: Download complete
2025-08-20T22:31:40.7852794Z [00:00:03.803]➜  b2e6f696af52: Pull complete
2025-08-20T22:31:41.0709696Z [00:00:04.089]➜  323e89f8c367: Verifying Checksum
2025-08-20T22:31:41.0710757Z [00:00:04.089]➜  323e89f8c367: Download complete
2025-08-20T22:31:42.1370072Z [00:00:05.155]➜  4239b2f25ebc: Verifying Checksum
2025-08-20T22:31:42.1370505Z [00:00:05.155]➜  4239b2f25ebc: Download complete
2025-08-20T22:31:44.8603919Z [00:00:07.878]➜  996f2cb07f7c: Pull complete
2025-08-20T22:31:46.8057006Z [00:00:09.824]➜  99fd740fb142: Pull complete
2025-08-20T22:32:12.1732475Z [00:00:35.191]➜  2b92eb3035e7: Verifying Checksum
2025-08-20T22:32:12.1733535Z [00:00:35.191]➜  2b92eb3035e7: Download complete
2025-08-20T22:33:34.0964434Z [00:01:57.114]➜  2b92eb3035e7: Pull complete
2025-08-20T22:33:42.0406015Z [00:02:05.059]➜  4239b2f25ebc: Pull complete
2025-08-20T22:33:42.1090259Z [00:02:05.127]➜  323e89f8c367: Pull complete
2025-08-20T22:33:42.1381710Z [00:02:05.156]➜  Digest: sha256:dbb80a1ad31baabce9ce8c0fc820e46b46e1b8e0c15b77c1b005d3c06d8b9bc4
2025-08-20T22:33:42.1490286Z [00:02:05.167]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:aarch64
2025-08-20T22:33:42.5699448Z [00:02:05.588]➜  + mkdir -p /build-bins
2025-08-20T22:33:42.5713835Z [00:02:05.589]➜  ++ mktemp -d
2025-08-20T22:33:42.5726381Z [00:02:05.591]➜  + pushd /tmp/tmp.bM7tfAOAw7
2025-08-20T22:33:42.5726781Z [00:02:05.591]➜  + [[ -s /root/.cargo/env ]]
2025-08-20T22:33:42.5727394Z [00:02:05.591]➜  + source /root/.cargo/env
2025-08-20T22:33:42.5727680Z [00:02:05.591]➜  ++ case ":${PATH}:" in
2025-08-20T22:33:42.5732425Z [00:02:05.591]➜  ++ uname -m
2025-08-20T22:33:42.5743497Z [00:02:05.592]➜  ++ tr -d '[:space:]'
2025-08-20T22:33:42.5748979Z [00:02:05.593]➜  + [[ aarch64 == riscv64 ]]
2025-08-20T22:33:42.5751890Z [00:02:05.593]➜  ++ uname -m
2025-08-20T22:33:42.5764572Z [00:02:05.594]➜  + export RUST_TARGET=aarch64-unknown-linux-musl
2025-08-20T22:33:42.5765026Z [00:02:05.594]➜  + RUST_TARGET=aarch64-unknown-linux-musl
2025-08-20T22:33:42.5765391Z [00:02:05.594]➜  + rustup target add aarch64-unknown-linux-musl
2025-08-20T22:33:42.7304802Z [00:02:05.748]➜  info: component 'rust-std' for target 'aarch64-unknown-linux-musl' is up to date
2025-08-20T22:33:42.7323163Z [00:02:05.750]➜  + RUST_FLAGS=()
2025-08-20T22:33:42.7323523Z [00:02:05.750]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:33:42.7323921Z [00:02:05.750]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:33:42.7326607Z [00:02:05.751]➜  + echo aarch64-unknown-linux-musl
2025-08-20T22:33:42.7335233Z [00:02:05.751]➜  + grep -Eqiv 'alpine|gnu'
2025-08-20T22:33:42.7335653Z [00:02:05.752]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:33:42.7336026Z [00:02:05.752]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:33:42.7338816Z [00:02:05.752]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:33:42.7339164Z [00:02:05.752]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:33:42.7339465Z [00:02:05.752]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:33:42.7339774Z [00:02:05.752]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:33:42.7340089Z [00:02:05.752]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:33:42.7340420Z [00:02:05.752]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:33:42.7340771Z [00:02:05.752]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:33:42.7341095Z [00:02:05.752]➜  ++ which mold
2025-08-20T22:33:42.7362459Z [00:02:05.754]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:33:42.7362892Z [00:02:05.754]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:33:42.7363228Z [00:02:05.754]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:33:42.7363894Z [00:02:05.754]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:33:42.7365408Z [00:02:05.754]➜  + export 'RUSTFLAGS=-C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none'
2025-08-20T22:33:42.7368116Z [00:02:05.754]➜  + RUSTFLAGS='-C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none'
2025-08-20T22:33:42.7369532Z [00:02:05.755]➜  + git clone --filter blob:none --quiet https://github.com/foresterre/sic ./TEMPREPO
2025-08-20T22:33:44.0654376Z [00:02:07.083]➜  + cd ./TEMPREPO/
2025-08-20T22:33:44.0654832Z [00:02:07.083]➜  + echo -e '\n[+] Target: aarch64-unknown-linux-musl'
2025-08-20T22:33:44.0656279Z [00:02:07.083]➜  + echo -e '[+] Flags: -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none\n'
2025-08-20T22:33:44.0658001Z [00:02:07.083]➜  
2025-08-20T22:33:44.0658263Z [00:02:07.083]➜  [+] Target: aarch64-unknown-linux-musl
2025-08-20T22:33:44.0659635Z [00:02:07.083]➜  [+] Flags: -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none
2025-08-20T22:33:44.0660745Z [00:02:07.083]➜  
2025-08-20T22:33:44.0661023Z [00:02:07.083]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-20T22:33:44.0662877Z [00:02:07.084]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-20T22:33:44.0663859Z [00:02:07.084]➜  + rm -rvf ./.cargo 'rust-toolchain*'
2025-08-20T22:33:44.0681068Z [00:02:07.086]➜  ++ nproc
2025-08-20T22:33:44.0693321Z [00:02:07.087]➜  + cargo build --target aarch64-unknown-linux-musl --release --jobs=5 --keep-going --verbose
2025-08-20T22:33:44.1947379Z [00:02:07.213]➜      Updating crates.io index
2025-08-20T22:33:44.9003328Z [00:02:07.918]➜   Downloading crates ...
2025-08-20T22:33:44.9665109Z [00:02:07.984]➜    Downloaded arg_enum_proc_macro v0.3.4
2025-08-20T22:33:44.9719387Z [00:02:07.990]➜    Downloaded bit_field v0.10.2
2025-08-20T22:33:44.9733528Z [00:02:07.991]➜    Downloaded autocfg v1.5.0
2025-08-20T22:33:44.9752786Z [00:02:07.993]➜    Downloaded num-derive v0.4.2
2025-08-20T22:33:44.9768470Z [00:02:07.995]➜    Downloaded maybe-rayon v0.1.1
2025-08-20T22:33:44.9777275Z [00:02:07.996]➜    Downloaded lebe v0.5.2
2025-08-20T22:33:44.9789417Z [00:02:07.997]➜    Downloaded heck v0.5.0
2025-08-20T22:33:44.9801502Z [00:02:07.998]➜    Downloaded jobserver v0.1.27
2025-08-20T22:33:44.9819752Z [00:02:08.000]➜    Downloaded atty v0.2.14
2025-08-20T22:33:44.9834084Z [00:02:08.001]➜    Downloaded block-buffer v0.10.4
2025-08-20T22:33:44.9845858Z [00:02:08.003]➜    Downloaded ansi_term v0.12.1
2025-08-20T22:33:44.9864633Z [00:02:08.005]➜    Downloaded byteorder-lite v0.1.0
2025-08-20T22:33:44.9881335Z [00:02:08.006]➜    Downloaded strsim v0.8.0
2025-08-20T22:33:44.9892971Z [00:02:08.007]➜    Downloaded arrayvec v0.7.6
2025-08-20T22:33:44.9913468Z [00:02:08.009]➜    Downloaded cfg-if v1.0.1
2025-08-20T22:33:44.9931694Z [00:02:08.011]➜    Downloaded thiserror v1.0.69
2025-08-20T22:33:44.9982806Z [00:02:08.016]➜    Downloaded built v0.7.6
2025-08-20T22:33:45.0004206Z [00:02:08.018]➜    Downloaded thiserror-impl v2.0.15
2025-08-20T22:33:45.0021033Z [00:02:08.020]➜    Downloaded simd_helpers v0.1.0
2025-08-20T22:33:45.0029898Z [00:02:08.021]➜    Downloaded clap v2.34.0
2025-08-20T22:33:45.0098762Z [00:02:08.028]➜    Downloaded thiserror-impl v1.0.69
2025-08-20T22:33:45.0112699Z [00:02:08.029]➜    Downloaded rgb v0.8.52
2025-08-20T22:33:45.0140820Z [00:02:08.032]➜    Downloaded strum_macros v0.27.2
2025-08-20T22:33:45.0169755Z [00:02:08.035]➜    Downloaded rustversion v1.0.22
2025-08-20T22:33:45.0203321Z [00:02:08.038]➜    Downloaded zune-core v0.4.12
2025-08-20T22:33:45.0224089Z [00:02:08.040]➜    Downloaded version_check v0.9.5
2025-08-20T22:33:45.0234780Z [00:02:08.042]➜    Downloaded sha2 v0.10.9
2025-08-20T22:33:45.0267080Z [00:02:08.045]➜    Downloaded zune-inflate v0.2.54
2025-08-20T22:33:45.0299611Z [00:02:08.048]➜    Downloaded wasm-bindgen-macro-support v0.2.100
2025-08-20T22:33:45.0317310Z [00:02:08.050]➜    Downloaded weezl v0.1.10
2025-08-20T22:33:45.0348386Z [00:02:08.053]➜    Downloaded rayon-core v1.13.0
2025-08-20T22:33:45.0402665Z [00:02:08.058]➜    Downloaded zune-jpeg v0.4.20
2025-08-20T22:33:45.0430847Z [00:02:08.061]➜    Downloaded rayon v1.11.0
2025-08-20T22:33:45.0518051Z [00:02:08.070]➜    Downloaded rand_core v0.6.4
2025-08-20T22:33:45.0540558Z [00:02:08.072]➜    Downloaded ttf-parser v0.25.1
2025-08-20T22:33:45.0618348Z [00:02:08.080]➜    Downloaded num-iter v0.1.45
2025-08-20T22:33:45.0635267Z [00:02:08.082]➜    Downloaded rand_distr v0.4.3
2025-08-20T22:33:45.0662300Z [00:02:08.084]➜    Downloaded png v0.17.16
2025-08-20T22:33:45.0702827Z [00:02:08.088]➜    Downloaded nom v7.1.3
2025-08-20T22:33:45.0746747Z [00:02:08.093]➜    Downloaded libm v0.2.9
2025-08-20T22:33:45.0807059Z [00:02:08.099]➜    Downloaded syn v2.0.106
2025-08-20T22:33:45.0894239Z [00:02:08.107]➜    Downloaded zerocopy v0.8.26
2025-08-20T22:33:45.1052064Z [00:02:08.123]➜    Downloaded pest v2.7.15
2025-08-20T22:33:45.1094274Z [00:02:08.127]➜    Downloaded regex-syntax v0.8.5
2025-08-20T22:33:45.1157516Z [00:02:08.134]➜    Downloaded image v0.25.6
2025-08-20T22:33:45.1222762Z [00:02:08.140]➜    Downloaded itertools v0.12.1
2025-08-20T22:33:45.1272118Z [00:02:08.145]➜    Downloaded flate2 v1.0.35
2025-08-20T22:33:45.1312732Z [00:02:08.149]➜    Downloaded nalgebra v0.32.6
2025-08-20T22:33:45.1465437Z [00:02:08.165]➜    Downloaded unicode-width v0.1.14
2025-08-20T22:33:45.1518459Z [00:02:08.170]➜    Downloaded miniz_oxide v0.8.9
2025-08-20T22:33:45.1541293Z [00:02:08.172]➜    Downloaded ignore v0.4.23
2025-08-20T22:33:45.1561743Z [00:02:08.174]➜    Downloaded minimal-lexical v0.2.1
2025-08-20T22:33:45.1594511Z [00:02:08.177]➜    Downloaded num-bigint v0.4.6
2025-08-20T22:33:45.1631309Z [00:02:08.181]➜    Downloaded jpeg-decoder v0.3.2
2025-08-20T22:33:45.1689213Z [00:02:08.187]➜    Downloaded imageproc v0.25.0
2025-08-20T22:33:45.1729018Z [00:02:08.191]➜    Downloaded memchr v2.7.5
2025-08-20T22:33:45.1768597Z [00:02:08.195]➜    Downloaded imgref v1.11.0
2025-08-20T22:33:45.1782491Z [00:02:08.196]➜    Downloaded fdeflate v0.3.5
2025-08-20T22:33:45.1794531Z [00:02:08.197]➜    Downloaded regex-automata v0.4.9
2025-08-20T22:33:45.1916069Z [00:02:08.210]➜    Downloaded crossbeam-utils v0.8.21
2025-08-20T22:33:45.1936600Z [00:02:08.212]➜    Downloaded exr v1.73.0
2025-08-20T22:33:45.2007233Z [00:02:08.219]➜    Downloaded is-docker v0.2.0
2025-08-20T22:33:45.2015049Z [00:02:08.220]➜    Downloaded image-webp v0.2.3
2025-08-20T22:33:45.2033736Z [00:02:08.221]➜    Downloaded digest v0.10.7
2025-08-20T22:33:45.2047210Z [00:02:08.223]➜    Downloaded libc v0.2.163
2025-08-20T22:33:45.2256251Z [00:02:08.244]➜    Downloaded crossbeam-deque v0.8.6
2025-08-20T22:33:45.2268258Z [00:02:08.245]➜    Downloaded quote v1.0.40
2025-08-20T22:33:45.2287954Z [00:02:08.247]➜    Downloaded num v0.4.3
2025-08-20T22:33:45.2296423Z [00:02:08.248]➜    Downloaded noop_proc_macro v0.3.0
2025-08-20T22:33:45.2303429Z [00:02:08.248]➜    Downloaded new_debug_unreachable v1.0.6
2025-08-20T22:33:45.2311887Z [00:02:08.249]➜    Downloaded matrixmultiply v0.3.10
2025-08-20T22:33:45.2338155Z [00:02:08.252]➜    Downloaded loop9 v0.1.5
2025-08-20T22:33:45.2344254Z [00:02:08.252]➜    Downloaded log v0.4.27
2025-08-20T22:33:45.2362269Z [00:02:08.254]➜    Downloaded globwalk v0.8.1
2025-08-20T22:33:45.2373754Z [00:02:08.255]➜    Downloaded getrandom v0.2.16
2025-08-20T22:33:45.2394851Z [00:02:08.258]➜    Downloaded generic-array v0.14.7
2025-08-20T22:33:45.2405691Z [00:02:08.259]➜    Downloaded either v1.13.0
2025-08-20T22:33:45.2416809Z [00:02:08.260]➜    Downloaded crypto-common v0.1.6
2025-08-20T22:33:45.2424433Z [00:02:08.260]➜    Downloaded crossbeam-epoch v0.9.18
2025-08-20T22:33:45.2443639Z [00:02:08.262]➜    Downloaded rav1e v0.7.1
2025-08-20T22:33:45.2731909Z [00:02:08.291]➜    Downloaded rand_chacha v0.3.1
2025-08-20T22:33:45.2740938Z [00:02:08.292]➜    Downloaded rand v0.8.5
2025-08-20T22:33:45.2767454Z [00:02:08.295]➜    Downloaded quick-error v2.0.1
2025-08-20T22:33:45.2776517Z [00:02:08.296]➜    Downloaded qoi v0.4.1
2025-08-20T22:33:45.2797337Z [00:02:08.298]➜    Downloaded profiling-procmacros v1.0.17
2025-08-20T22:33:45.2803751Z [00:02:08.298]➜    Downloaded profiling v1.0.17
2025-08-20T22:33:45.2813543Z [00:02:08.299]➜    Downloaded pest_generator v2.7.15
2025-08-20T22:33:45.2823610Z [00:02:08.300]➜    Downloaded open v5.3.2
2025-08-20T22:33:45.2835032Z [00:02:08.302]➜    Downloaded once_cell v1.20.3
2025-08-20T22:33:45.2853572Z [00:02:08.303]➜    Downloaded num-integer v0.1.46
2025-08-20T22:33:45.2865942Z [00:02:08.305]➜    Downloaded num-complex v0.4.6
2025-08-20T22:33:45.2877869Z [00:02:08.306]➜    Downloaded nasm-rs v0.2.5
2025-08-20T22:33:45.2884864Z [00:02:08.307]➜    Downloaded is-wsl v0.4.0
2025-08-20T22:33:45.2892542Z [00:02:08.307]➜    Downloaded half v2.2.1
2025-08-20T22:33:45.2911295Z [00:02:08.309]➜    Downloaded gif v0.13.1
2025-08-20T22:33:45.2925360Z [00:02:08.311]➜    Downloaded pathdiff v0.2.3
2025-08-20T22:33:45.2932676Z [00:02:08.311]➜    Downloaded owned_ttf_parser v0.25.1
2025-08-20T22:33:45.2940739Z [00:02:08.312]➜    Downloaded num-rational v0.4.2
2025-08-20T22:33:45.2951430Z [00:02:08.313]➜    Downloaded wide v0.7.33
2025-08-20T22:33:45.2986529Z [00:02:08.317]➜    Downloaded proc-macro2 v1.0.101
2025-08-20T22:33:45.3007461Z [00:02:08.319]➜    Downloaded ppv-lite86 v0.2.21
2025-08-20T22:33:45.3017802Z [00:02:08.320]➜    Downloaded pest_meta v2.7.15
2025-08-20T22:33:45.3034059Z [00:02:08.321]➜    Downloaded tiff v0.9.1
2025-08-20T22:33:45.3144448Z [00:02:08.332]➜    Downloaded pest_derive v2.7.15
2025-08-20T22:33:45.3161637Z [00:02:08.334]➜    Downloaded globset v0.4.16
2025-08-20T22:33:45.3172675Z [00:02:08.335]➜    Downloaded unicode-ident v1.0.18
2025-08-20T22:33:45.3192789Z [00:02:08.337]➜    Downloaded ucd-trie v0.1.7
2025-08-20T22:33:45.3204474Z [00:02:08.338]➜    Downloaded safe_arch v0.7.4
2025-08-20T22:33:45.3234807Z [00:02:08.342]➜    Downloaded paste v1.0.15
2025-08-20T22:33:45.3254117Z [00:02:08.343]➜    Downloaded wasm-bindgen v0.2.100
2025-08-20T22:33:45.3272012Z [00:02:08.345]➜    Downloaded walkdir v2.5.0
2025-08-20T22:33:45.3284645Z [00:02:08.347]➜    Downloaded typenum v1.18.0
2025-08-20T22:33:45.3308546Z [00:02:08.349]➜    Downloaded num-traits v0.2.19
2025-08-20T22:33:45.3328593Z [00:02:08.351]➜    Downloaded wasm-bindgen-shared v0.2.100
2025-08-20T22:33:45.3335350Z [00:02:08.352]➜    Downloaded wasm-bindgen-macro v0.2.100
2025-08-20T22:33:45.3342062Z [00:02:08.352]➜    Downloaded wasm-bindgen-backend v0.2.100
2025-08-20T22:33:45.3353243Z [00:02:08.353]➜    Downloaded v_frame v0.3.8
2025-08-20T22:33:45.3365046Z [00:02:08.355]➜    Downloaded thiserror v2.0.15
2025-08-20T22:33:45.3402852Z [00:02:08.358]➜    Downloaded simba v0.8.1
2025-08-20T22:33:45.3424363Z [00:02:08.360]➜    Downloaded cc v1.0.94
2025-08-20T22:33:45.3447312Z [00:02:08.363]➜    Downloaded bstr v1.6.2
2025-08-20T22:33:45.3525998Z [00:02:08.371]➜    Downloaded ab_glyph_rasterizer v0.1.10
2025-08-20T22:33:45.3533953Z [00:02:08.371]➜    Downloaded vec_map v0.8.2
2025-08-20T22:33:45.3542104Z [00:02:08.372]➜    Downloaded rawpointer v0.2.1
2025-08-20T22:33:45.3547693Z [00:02:08.373]➜    Downloaded approx v0.5.1
2025-08-20T22:33:45.3559585Z [00:02:08.374]➜    Downloaded bytemuck v1.23.2
2025-08-20T22:33:45.3582503Z [00:02:08.376]➜    Downloaded smallvec v1.15.1
2025-08-20T22:33:45.3598080Z [00:02:08.378]➜    Downloaded ravif v0.11.20
2025-08-20T22:33:45.3607345Z [00:02:08.379]➜    Downloaded av1-grain v0.2.3
2025-08-20T22:33:45.3622988Z [00:02:08.380]➜    Downloaded aho-corasick v1.1.3
2025-08-20T22:33:45.3664392Z [00:02:08.384]➜    Downloaded textwrap v0.11.0
2025-08-20T22:33:45.3676371Z [00:02:08.386]➜    Downloaded strum v0.27.2
2025-08-20T22:33:45.3683421Z [00:02:08.386]➜    Downloaded simd-adler32 v0.3.7
2025-08-20T22:33:45.3695323Z [00:02:08.388]➜    Downloaded serde v1.0.219
2025-08-20T22:33:45.3719477Z [00:02:08.390]➜    Downloaded same-file v1.0.6
2025-08-20T22:33:45.3728499Z [00:02:08.391]➜    Downloaded adler2 v2.0.1
2025-08-20T22:33:45.3737719Z [00:02:08.392]➜    Downloaded ab_glyph v0.2.31
2025-08-20T22:33:45.3750133Z [00:02:08.393]➜    Downloaded aligned-vec v0.5.0
2025-08-20T22:33:45.3756630Z [00:02:08.394]➜    Downloaded cpufeatures v0.2.17
2025-08-20T22:33:45.3766455Z [00:02:08.395]➜    Downloaded color_quant v1.1.0
2025-08-20T22:33:45.3773514Z [00:02:08.395]➜    Downloaded bitflags v1.3.2
2025-08-20T22:33:45.3795529Z [00:02:08.398]➜    Downloaded avif-serialize v0.8.3
2025-08-20T22:33:45.3803178Z [00:02:08.398]➜    Downloaded bumpalo v3.14.0
2025-08-20T22:33:45.3822952Z [00:02:08.400]➜    Downloaded bitstream-io v2.3.0
2025-08-20T22:33:45.3836222Z [00:02:08.402]➜    Downloaded crc32fast v1.4.2
2025-08-20T22:33:45.3849834Z [00:02:08.403]➜    Downloaded anyhow v1.0.99
2025-08-20T22:33:45.4465987Z [00:02:08.465]➜     Compiling proc-macro2 v1.0.101
2025-08-20T22:33:45.4481135Z [00:02:08.465]➜     Compiling unicode-ident v1.0.18
2025-08-20T22:33:45.4483925Z [00:02:08.465]➜     Compiling crossbeam-utils v0.8.21
2025-08-20T22:33:45.4484312Z [00:02:08.465]➜     Compiling autocfg v1.5.0
2025-08-20T22:33:45.4484637Z [00:02:08.465]➜     Compiling libc v0.2.163
2025-08-20T22:33:45.4487873Z [00:02:08.465]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.101/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=dd36e0abd6e5faac -C extra-filename=-da2c404b8ce6e822 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/proc-macro2-da2c404b8ce6e822 -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:33:45.4493398Z [00:02:08.466]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.163/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("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=06c1f8a39109d7d6 -C extra-filename=-3f7bf485cee91ede --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/libc-3f7bf485cee91ede -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:33:45.4498700Z [00:02:08.466]➜       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.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:33:45.4503233Z [00:02:08.466]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name autocfg --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/autocfg-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=c3245173c5ecca97 -C extra-filename=-dd487200042bcaa5 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:33:45.4509054Z [00:02:08.466]➜       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.bM7tfAOAw7/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6 -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:33:45.5435901Z [00:02:08.561]➜     Compiling libm v0.2.9
2025-08-20T22:33:45.5465241Z [00:02:08.564]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "force-soft-floats", "unstable"))' -C metadata=da52d1f25d6af095 -C extra-filename=-5e34cbf7658f9e85 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/libm-5e34cbf7658f9e85 -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:33:45.6837119Z [00:02:08.702]➜       Running `/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/libm-5e34cbf7658f9e85/build-script-build`
2025-08-20T22:33:45.6897063Z [00:02:08.707]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name libm --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libm-0.2.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"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "force-soft-floats", "unstable"))' -C metadata=534ec7c2b6fca330 -C extra-filename=-630db5bee1ce0da8 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/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 assert_no_panic --check-cfg 'cfg(assert_no_panic)' --check-cfg 'cfg(feature, values("unstable"))' --check-cfg 'cfg(feature, values("checked"))'`
2025-08-20T22:33:45.7053158Z [00:02:08.723]➜     Compiling rayon-core v1.13.0
2025-08-20T22:33:45.7060601Z [00:02:08.724]➜       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.bM7tfAOAw7/TEMPREPO/target/release/build/rayon-core-251b4e20b8ec6038 -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:33:45.7876794Z [00:02:08.806]➜       Running `/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/proc-macro2-da2c404b8ce6e822/build-script-build`
2025-08-20T22:33:45.8137539Z [00:02:08.832]➜     Compiling cfg-if v1.0.1
2025-08-20T22:33:45.8144770Z [00:02:08.832]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name cfg_if --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cfg-if-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "rustc-dep-of-std"))' -C metadata=c672f7f25b0ef390 -C extra-filename=-390245f0fda4ac0f --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:45.8357334Z [00:02:08.854]➜       Running `/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/libc-3f7bf485cee91ede/build-script-build`
2025-08-20T22:33:45.8553122Z [00:02:08.873]➜       Running `/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build-script-build`
2025-08-20T22:33:45.8564050Z [00:02:08.874]➜     Compiling memchr v2.7.5
2025-08-20T22:33:45.8572348Z [00:02:08.875]➜       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.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:45.8672068Z [00:02:08.885]➜       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.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/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-20T22:33:45.9649397Z [00:02:08.982]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name proc_macro2 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=c5cd0b52cb5ada60 -C extra-filename=-7a10a5cf4217be1c --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta --cap-lints allow --cfg wrap_proc_macro --cfg proc_macro_span_location --cfg proc_macro_span_file --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(no_is_available)' --check-cfg 'cfg(no_literal_byte_character)' --check-cfg 'cfg(no_literal_c_string)' --check-cfg 'cfg(no_source_text)' --check-cfg 'cfg(proc_macro_span)' --check-cfg 'cfg(proc_macro_span_file)' --check-cfg 'cfg(proc_macro_span_location)' --check-cfg 'cfg(procmacro2_backtrace)' --check-cfg 'cfg(procmacro2_build_probe)' --check-cfg 'cfg(procmacro2_nightly_testing)' --check-cfg 'cfg(procmacro2_semver_exempt)' --check-cfg 'cfg(randomize_layout)' --check-cfg 'cfg(span_locations)' --check-cfg 'cfg(super_unstable)' --check-cfg 'cfg(wrap_proc_macro)'`
2025-08-20T22:33:45.9692938Z [00:02:08.987]➜     Compiling num-traits v0.2.19
2025-08-20T22:33:45.9700381Z [00:02:08.988]➜       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/num-traits-0.2.19/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="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=f7a2b90578c3a8c1 -C extra-filename=-65fc8d269bbb4038 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/num-traits-65fc8d269bbb4038 -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libautocfg-dd487200042bcaa5.rlib --cap-lints allow`
2025-08-20T22:33:46.1862778Z [00:02:09.204]➜       Running `/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/num-traits-65fc8d269bbb4038/build-script-build`
2025-08-20T22:33:46.3311846Z [00:02:09.348]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name libc --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.163/src/lib.rs --error-format=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("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=51ba115b9660abde -C extra-filename=-4e967277c3fcbf64 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/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_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
2025-08-20T22:33:46.7972102Z [00:02:09.815]➜     Compiling quote v1.0.40
2025-08-20T22:33:46.7983043Z [00:02:09.816]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name quote --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quote-1.0.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=2a61df99e99f3bac -C extra-filename=-36c64d2fd4cc1eb0 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libproc_macro2-7a10a5cf4217be1c.rmeta --cap-lints allow`
2025-08-20T22:33:46.8034586Z [00:02:09.821]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name num_traits --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-traits-0.2.19/src/lib.rs --error-format=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="i128"' --cfg 'feature="libm"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=51afdc6993225ccc -C extra-filename=-f6cb156987554964 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern libm=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibm-630db5bee1ce0da8.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_total_cmp --check-cfg 'cfg(has_total_cmp)'`
2025-08-20T22:33:46.8459975Z [00:02:09.864]➜       Running `/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build-script-build`
2025-08-20T22:33:46.8490335Z [00:02:09.866]➜       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 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=8a054f70e92d01a6 -C extra-filename=-9639dcd4999b91b4 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
2025-08-20T22:33:46.9849200Z [00:02:10.003]➜     Compiling crossbeam-epoch v0.9.18
2025-08-20T22:33:46.9859256Z [00:02:10.003]➜       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.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.bM7tfAOAw7/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-20T22:33:47.2288807Z [00:02:10.247]➜     Compiling syn v2.0.106
2025-08-20T22:33:47.2305941Z [00:02:10.247]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name syn --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/syn-2.0.106/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=b79dffcc0b89f26e -C extra-filename=-5c22a6747f63ab4a --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libproc_macro2-7a10a5cf4217be1c.rmeta --extern quote=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libquote-36c64d2fd4cc1eb0.rmeta --extern unicode_ident=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta --cap-lints allow`
2025-08-20T22:33:47.5326200Z [00:02:10.550]➜     Compiling crossbeam-deque v0.8.6
2025-08-20T22:33:47.5347365Z [00:02:10.551]➜       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.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern crossbeam_epoch=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-179e3c81e30bec0d.rmeta --extern crossbeam_utils=/tmp/tmp.bM7tfAOAw7/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-20T22:33:47.5844320Z [00:02:10.602]➜       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 embed-bitcode=no -C debug-assertions=off --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=9e30a37af16f9a0b -C extra-filename=-7bd8ac9ff0817307 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libcrossbeam_utils-9639dcd4999b91b4.rmeta --cap-lints allow`
2025-08-20T22:33:47.7072697Z [00:02:10.724]➜       Running `/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/libc-3f7bf485cee91ede/build-script-build`
2025-08-20T22:33:47.7341100Z [00:02:10.752]➜       Running `/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/rayon-core-251b4e20b8ec6038/build-script-build`
2025-08-20T22:33:47.7367443Z [00:02:10.755]➜     Compiling simd-adler32 v0.3.7
2025-08-20T22:33:47.7380679Z [00:02:10.756]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name simd_adler32 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd-adler32-0.3.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="const-generics"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=5db9100d4b5ce553 -C extra-filename=-3eb596e136ca35cd --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:47.7459556Z [00:02:10.764]➜     Compiling thiserror v2.0.15
2025-08-20T22:33:47.7465477Z [00:02:10.764]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-2.0.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.bM7tfAOAw7/TEMPREPO/target/release/build/thiserror-00b3a1460d7327ab -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:33:47.8872557Z [00:02:10.904]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name libc --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/libc-0.2.163/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("align", "const-extern-fn", "default", "extra_traits", "rustc-dep-of-std", "rustc-std-workspace-core", "std", "use_std"))' -C metadata=7006b95932d0544d -C extra-filename=-c87c2a3179c192e9 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow --cfg freebsd11 --cfg libc_priv_mod_use --cfg libc_union --cfg libc_const_size_of --cfg libc_align --cfg libc_int128 --cfg libc_core_cvoid --cfg libc_packedN --cfg libc_cfg_target_vendor --cfg libc_non_exhaustive --cfg libc_long_array --cfg libc_ptr_addr_of --cfg libc_underscore_const_names --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_stat_abi)' --check-cfg 'cfg(espidf_time32)' --check-cfg 'cfg(freebsd10)' --check-cfg 'cfg(freebsd11)' --check-cfg 'cfg(freebsd12)' --check-cfg 'cfg(freebsd13)' --check-cfg 'cfg(freebsd14)' --check-cfg 'cfg(freebsd15)' --check-cfg 'cfg(libc_align)' --check-cfg 'cfg(libc_cfg_target_vendor)' --check-cfg 'cfg(libc_const_extern_fn)' --check-cfg 'cfg(libc_const_extern_fn_unstable)' --check-cfg 'cfg(libc_const_size_of)' --check-cfg 'cfg(libc_core_cvoid)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_int128)' --check-cfg 'cfg(libc_long_array)' --check-cfg 'cfg(libc_non_exhaustive)' --check-cfg 'cfg(libc_packedN)' --check-cfg 'cfg(libc_priv_mod_use)' --check-cfg 'cfg(libc_ptr_addr_of)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_underscore_const_names)' --check-cfg 'cfg(libc_union)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
2025-08-20T22:33:48.0268923Z [00:02:11.044]➜     Compiling num-integer v0.1.46
2025-08-20T22:33:48.0274093Z [00:02:11.045]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name num_integer --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-integer-0.1.46/src/lib.rs --error-format=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="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=17063a8bf950cc95 -C extra-filename=-12339fc7b32d8e3b --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern num_traits=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-f6cb156987554964.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:48.0553153Z [00:02:11.073]➜       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 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", "std"))' -C metadata=17ac7f20aef2e16f -C extra-filename=-54ec308c01233beb --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern crossbeam_epoch=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libcrossbeam_epoch-7bd8ac9ff0817307.rmeta --extern crossbeam_utils=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libcrossbeam_utils-9639dcd4999b91b4.rmeta --cap-lints allow`
2025-08-20T22:33:48.1439618Z [00:02:11.162]➜       Running `/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/rayon-core-251b4e20b8ec6038/build-script-build`
2025-08-20T22:33:48.1510257Z [00:02:11.169]➜     Compiling log v0.4.27
2025-08-20T22:33:48.1545824Z [00:02:11.172]➜       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.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:48.2758093Z [00:02:11.293]➜       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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=0e4af1caf84a26fa -C extra-filename=-9bdca583eb7c4cbb --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern crossbeam_deque=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libcrossbeam_deque-54ec308c01233beb.rmeta --extern crossbeam_utils=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libcrossbeam_utils-9639dcd4999b91b4.rmeta --cap-lints allow`
2025-08-20T22:33:48.4327401Z [00:02:11.451]➜     Compiling num-bigint v0.4.6
2025-08-20T22:33:48.4338661Z [00:02:11.451]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name num_bigint --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-bigint-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=ff3f6200bc55169c -C extra-filename=-1bca2500b812a47c --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern num_integer=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_integer-12339fc7b32d8e3b.rmeta --extern num_traits=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-f6cb156987554964.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:48.5308948Z [00:02:11.548]➜     Compiling paste v1.0.15
2025-08-20T22:33:48.5332223Z [00:02:11.549]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25a31c761650791f -C extra-filename=-86fbadf795b6fc2f --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:33:48.8906141Z [00:02:11.908]➜     Compiling either v1.13.0
2025-08-20T22:33:48.8923551Z [00:02:11.910]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name either --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=b55e33887a661085 -C extra-filename=-dbe63fcd06a43b30 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:33:49.0995786Z [00:02:12.117]➜     Compiling jobserver v0.1.27
2025-08-20T22:33:49.1014449Z [00:02:12.119]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name jobserver --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jobserver-0.1.27/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=8ca0f3bce1f4f2a7 -C extra-filename=-0ee9b3d44bd9296f --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/liblibc-c87c2a3179c192e9.rmeta --cap-lints allow`
2025-08-20T22:33:49.1428521Z [00:02:12.158]➜     Compiling rayon v1.11.0
2025-08-20T22:33:49.1447380Z [00:02:12.162]➜       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 embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=2651bc73cb0e9bfa -C extra-filename=-f08a16e43c32c0b7 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern either=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libeither-dbe63fcd06a43b30.rmeta --extern rayon_core=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/librayon_core-9bdca583eb7c4cbb.rmeta --cap-lints allow`
2025-08-20T22:33:49.5103081Z [00:02:12.528]➜       Running `/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build-script-build`
2025-08-20T22:33:49.5518791Z [00:02:12.569]➜       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.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern crossbeam_deque=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-eb77c69ac2d7beae.rmeta --extern crossbeam_utils=/tmp/tmp.bM7tfAOAw7/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-20T22:33:49.5806301Z [00:02:12.598]➜     Compiling adler2 v2.0.1
2025-08-20T22:33:49.5817666Z [00:02:12.599]➜       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.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("core", "default", "rustc-dep-of-std", "std"))' -C metadata=c02d64449a82332b -C extra-filename=-0ef8966097685d4f --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:49.7583281Z [00:02:12.776]➜     Compiling bytemuck v1.23.2
2025-08-20T22:33:49.7596052Z [00:02:12.776]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name bytemuck --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bytemuck-1.23.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 --deny=unexpected_cfgs --check-cfg 'cfg(target_arch, values("spirv"))' --cfg 'feature="extern_crate_alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aarch64_simd", "align_offset", "alloc_uninit", "avx512_simd", "bytemuck_derive", "const_zeroed", "derive", "extern_crate_alloc", "extern_crate_std", "impl_core_error", "latest_stable_rust", "min_const_generics", "must_cast", "must_cast_extra", "nightly_docs", "nightly_float", "nightly_portable_simd", "nightly_stdsimd", "pod_saturating", "track_caller", "transparentwrapper_extra", "unsound_ptr_pod_impl", "wasm_simd", "zeroable_atomics", "zeroable_maybe_uninit", "zeroable_unwind_fn"))' -C metadata=2ef028a91e1b8235 -C extra-filename=-0c5a425932763083 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:50.0501419Z [00:02:13.068]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name either --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/either-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 --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=144aa826c6b1aac2 -C extra-filename=-b3141ecb6e1f5118 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:50.4095885Z [00:02:13.427]➜     Compiling num-rational v0.4.2
2025-08-20T22:33:50.4107409Z [00:02:13.428]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name num_rational --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-rational-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 --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="num-bigint-std"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=81622f68160abc00 -C extra-filename=-385a00d1593c6d66 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern num_bigint=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_bigint-1bca2500b812a47c.rmeta --extern num_integer=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_integer-12339fc7b32d8e3b.rmeta --extern num_traits=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-f6cb156987554964.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:51.2544137Z [00:02:14.272]➜     Compiling once_cell v1.20.3
2025-08-20T22:33:51.2557009Z [00:02:14.273]➜       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.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=ba9096440d936e5e -C extra-filename=-e636ddc523b524b0 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:51.4915393Z [00:02:14.509]➜     Compiling anyhow v1.0.99
2025-08-20T22:33:51.4924091Z [00:02:14.510]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=55f98498abcfcf9d -C extra-filename=-8c3506acb46b5e96 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/anyhow-8c3506acb46b5e96 -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:33:51.6507478Z [00:02:14.668]➜     Compiling zerocopy v0.8.26
2025-08-20T22:33:51.6514535Z [00:02:14.669]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.26/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=8e8f60c1e28e4147 -C extra-filename=-8b96b2378aae5583 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/zerocopy-8b96b2378aae5583 -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:33:51.8221373Z [00:02:14.840]➜     Compiling miniz_oxide v0.8.9
2025-08-20T22:33:51.8242597Z [00:02:14.841]➜       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.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 --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="default"' --cfg 'feature="simd"' --cfg 'feature="simd-adler32"' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "block-boundary", "core", "default", "rustc-dep-of-std", "serde", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=f4cbd50a93cf5578 -C extra-filename=-8a47b21992ba894b --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern adler2=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libadler2-0ef8966097685d4f.rmeta --extern simd_adler32=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsimd_adler32-3eb596e136ca35cd.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:51.8248584Z [00:02:14.841]➜       Running `/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/anyhow-8c3506acb46b5e96/build-script-build`
2025-08-20T22:33:51.9906045Z [00:02:15.008]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name paste --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/paste-1.0.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=25c4d466992e83fd -C extra-filename=-fbdf26ac509ef3cc --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern proc_macro --cap-lints allow --check-cfg 'cfg(no_literal_fromstr)' --check-cfg 'cfg(feature, values("protocol_feature_paste"))'`
2025-08-20T22:33:52.0238362Z [00:02:15.042]➜       Running `/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/zerocopy-8b96b2378aae5583/build-script-build`
2025-08-20T22:33:52.0411850Z [00:02:15.059]➜     Compiling cc v1.0.94
2025-08-20T22:33:52.0415956Z [00:02:15.059]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name cc --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/cc-1.0.94/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="jobserver"' --cfg 'feature="libc"' --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("jobserver", "libc", "parallel"))' -C metadata=c484f67a74b24f07 -C extra-filename=-79c51fc398b0f67a --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern jobserver=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libjobserver-0ee9b3d44bd9296f.rmeta --extern libc=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/liblibc-c87c2a3179c192e9.rmeta --cap-lints allow`
2025-08-20T22:33:52.3185509Z [00:02:15.336]➜     Compiling nasm-rs v0.2.5
2025-08-20T22:33:52.3196515Z [00:02:15.337]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name nasm_rs --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nasm-rs-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="parallel"' --cfg 'feature="rayon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("parallel", "rayon"))' -C metadata=5b4ff090af920fca -C extra-filename=-ae3521f84bfd9610 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern rayon=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/librayon-f08a16e43c32c0b7.rmeta --cap-lints allow`
2025-08-20T22:33:52.6747458Z [00:02:15.692]➜     Compiling minimal-lexical v0.2.1
2025-08-20T22:33:52.6753126Z [00:02:15.693]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name minimal_lexical --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/minimal-lexical-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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=8a0b65754314aaf7 -C extra-filename=-79f70aa3ad38fa03 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:53.0681781Z [00:02:16.086]➜     Compiling aligned-vec v0.5.0
2025-08-20T22:33:53.0688215Z [00:02:16.086]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name aligned_vec --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/aligned-vec-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=92efeed592f3784c -C extra-filename=-8b3e50d0064bb1d8 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:53.0876301Z [00:02:16.105]➜     Compiling thiserror v1.0.69
2025-08-20T22:33:53.0881932Z [00:02:16.106]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name build_script_build --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=24e7e72a500f0d87 -C extra-filename=-8196f37f0d52254e --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:33:53.1870396Z [00:02:16.204]➜     Compiling built v0.7.6
2025-08-20T22:33:53.1873619Z [00:02:16.205]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name built --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/built-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cargo-lock", "chrono", "dependency-tree", "git2", "semver"))' -C metadata=9f72510bea2e0d20 -C extra-filename=-79d157deb8568dbb --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:33:53.2161358Z [00:02:16.234]➜     Compiling arrayvec v0.7.6
2025-08-20T22:33:53.2168718Z [00:02:16.234]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name arrayvec --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arrayvec-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=2c4e7a86d0365cb1 -C extra-filename=-c10f46480f6921b8 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:53.3530274Z [00:02:16.371]➜       Running `/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build-script-build`
2025-08-20T22:33:53.4363240Z [00:02:16.454]➜     Compiling v_frame v0.3.8
2025-08-20T22:33:53.4377411Z [00:02:16.455]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name v_frame --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/v_frame-0.3.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("profiling", "serde", "serialize", "tracing"))' -C metadata=03acca827ef5a457 -C extra-filename=-a73facb76f3b1e93 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern aligned_vec=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaligned_vec-8b3e50d0064bb1d8.rmeta --extern num_traits=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-f6cb156987554964.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:53.4756758Z [00:02:16.493]➜     Compiling nom v7.1.3
2025-08-20T22:33:53.4790463Z [00:02:16.496]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name nom --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nom-7.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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=5e6fa1ff7f3c45a1 -C extra-filename=-6403210b9152b214 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rmeta --extern minimal_lexical=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminimal_lexical-79f70aa3ad38fa03.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:53.6215787Z [00:02:16.639]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name zerocopy --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zerocopy-0.8.26/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="simd"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "derive", "float-nightly", "simd", "simd-nightly", "std", "zerocopy-derive"))' -C metadata=72434442607bc464 -C extra-filename=-fa191919e53ae977 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(rust, values("1.59.0"))' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(rust, values("1.81.0"))' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(rust, values("1.78.0"))' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(rust, values("1.61.0"))' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(rust, values("1.57.0"))' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(rust, values("1.60.0"))' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
2025-08-20T22:33:53.7650100Z [00:02:16.782]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name anyhow --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.99/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=8560a73211943b94 -C extra-filename=-6e19fb18fb037838 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --cfg std_backtrace --check-cfg 'cfg(anyhow_build_probe)' --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
2025-08-20T22:33:54.0519042Z [00:02:17.070]➜     Compiling rav1e v0.7.1
2025-08-20T22:33:54.0527811Z [00:02:17.070]➜       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/rav1e-0.7.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="asm"' --cfg 'feature="cc"' --cfg 'feature="nasm-rs"' --cfg 'feature="threading"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aom-sys", "asm", "av-metrics", "backtrace", "bench", "binaries", "byteorder", "capi", "cc", "channel-api", "check_asm", "clap", "clap_complete", "console", "crossbeam", "dav1d-sys", "decode_test", "decode_test_dav1d", "default", "desync_finder", "dump_ivf", "dump_lookahead_data", "fern", "git_version", "image", "ivf", "nasm-rs", "nom", "quick_test", "scan_fmt", "scenechange", "serde", "serde-big-array", "serialize", "signal-hook", "signal_support", "threading", "toml", "tracing", "tracing-chrome", "tracing-subscriber", "unstable", "wasm", "wasm-bindgen", "y4m"))' -C metadata=17b9be2eb886e506 -C extra-filename=-c1b256e512ff4d41 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/rav1e-c1b256e512ff4d41 -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern built=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libbuilt-79d157deb8568dbb.rlib --extern cc=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libcc-79c51fc398b0f67a.rlib --extern nasm_rs=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libnasm_rs-ae3521f84bfd9610.rlib --cap-lints allow`
2025-08-20T22:33:54.3780913Z [00:02:17.395]➜       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=c85f39b36ebbe8da -C extra-filename=-2a743707f952428d --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern either=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-b3141ecb6e1f5118.rmeta --extern rayon_core=/tmp/tmp.bM7tfAOAw7/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-20T22:33:54.4897692Z [00:02:17.506]➜     Compiling thiserror-impl v2.0.15
2025-08-20T22:33:54.4902367Z [00:02:17.506]➜       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=21c5feecd5bc9bf2 -C extra-filename=-37001788cbe36d4c --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libproc_macro2-7a10a5cf4217be1c.rlib --extern quote=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libquote-36c64d2fd4cc1eb0.rlib --extern syn=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libsyn-5c22a6747f63ab4a.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:33:54.5777424Z [00:02:17.595]➜     Compiling thiserror-impl v1.0.69
2025-08-20T22:33:54.5781514Z [00:02:17.596]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name thiserror_impl --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-impl-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=badf1b2fb5ffd5d3 -C extra-filename=-8cf698bf4b152c2c --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libproc_macro2-7a10a5cf4217be1c.rlib --extern quote=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libquote-36c64d2fd4cc1eb0.rlib --extern syn=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libsyn-5c22a6747f63ab4a.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:33:56.0178587Z [00:02:19.036]➜     Compiling profiling-procmacros v1.0.17
2025-08-20T22:33:56.0205268Z [00:02:19.038]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name profiling_procmacros --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/profiling-procmacros-1.0.17/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("profile-with-optick", "profile-with-puffin", "profile-with-superluminal", "profile-with-tracing", "profile-with-tracy"))' -C metadata=1b726448cee0d908 -C extra-filename=-8f55fbcb81882578 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern quote=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libquote-36c64d2fd4cc1eb0.rlib --extern syn=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libsyn-5c22a6747f63ab4a.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:33:56.3846414Z [00:02:19.403]➜     Compiling getrandom v0.2.16
2025-08-20T22:33:56.3868531Z [00:02:19.404]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name getrandom --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/getrandom-0.2.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "custom", "js", "js-sys", "linux_disable_fallback", "rdrand", "rustc-dep-of-std", "std", "test-in-browser", "wasm-bindgen"))' -C metadata=a9fca210abc6f5df -C extra-filename=-4cd455734f9952ae --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rmeta --extern libc=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-4e967277c3fcbf64.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:56.3970201Z [00:02:19.415]➜     Compiling crc32fast v1.4.2
2025-08-20T22:33:56.3998203Z [00:02:19.417]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name crc32fast --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/crc32fast-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=1e04eb8076da72bd -C extra-filename=-5f6295e13ace7bfe --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:56.4099119Z [00:02:19.428]➜     Compiling bitflags v1.3.2
2025-08-20T22:33:56.4109648Z [00:02:19.428]➜       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.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:56.4577677Z [00:02:19.476]➜     Compiling profiling v1.0.17
2025-08-20T22:33:56.4588440Z [00:02:19.476]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name profiling --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/profiling-1.0.17/src/lib.rs --error-format=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="procmacros"' --cfg 'feature="profiling-procmacros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "optick", "procmacros", "profile-with-optick", "profile-with-puffin", "profile-with-superluminal", "profile-with-tracing", "profile-with-tracy", "profiling-procmacros", "puffin", "superluminal-perf", "tracing", "tracy-client", "type-check"))' -C metadata=60ee08877d381809 -C extra-filename=-51e85ee26a9519f6 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern profiling_procmacros=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libprofiling_procmacros-8f55fbcb81882578.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:56.5057695Z [00:02:19.524]➜     Compiling flate2 v1.0.35
2025-08-20T22:33:56.5079524Z [00:02:19.525]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name flate2 --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/flate2-1.0.35/src/lib.rs --error-format=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="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=376b7cf6e9fc84f3 -C extra-filename=-66bc6476724f6aa8 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern crc32fast=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc32fast-5f6295e13ace7bfe.rmeta --extern miniz_oxide=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminiz_oxide-8a47b21992ba894b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:56.5186733Z [00:02:19.536]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name thiserror --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/thiserror-1.0.69/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=dfc7e013bb92f375 -C extra-filename=-a10c404feebee022 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libthiserror_impl-8cf698bf4b152c2c.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)'`
2025-08-20T22:33:56.5615323Z [00:02:19.579]➜     Compiling rand_core v0.6.4
2025-08-20T22:33:56.5624186Z [00:02:19.580]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rand_core --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_core-0.6.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="getrandom"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=a825ef8074ae5a46 -C extra-filename=-6518ff34cbe15984 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern getrandom=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-4cd455734f9952ae.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:56.6076592Z [00:02:19.625]➜     Compiling ppv-lite86 v0.2.21
2025-08-20T22:33:56.6103374Z [00:02:19.626]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ppv_lite86 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ppv-lite86-0.2.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=5a39c1f23bfeb1d6 -C extra-filename=-069c9741208bad70 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern zerocopy=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerocopy-fa191919e53ae977.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:56.6108014Z [00:02:19.628]➜     Compiling av1-grain v0.2.3
2025-08-20T22:33:56.6117414Z [00:02:19.628]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name av1_grain --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/av1-grain-0.2.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="create"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="estimate"' --cfg 'feature="nom"' --cfg 'feature="num-rational"' --cfg 'feature="parse"' --cfg 'feature="v_frame"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("create", "default", "diff", "estimate", "nom", "num-rational", "parse", "serde", "serialize", "unstable", "v_frame"))' -C metadata=0544e86f2bf42946 -C extra-filename=-7353c85a83f8c167 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-6e19fb18fb037838.rmeta --extern arrayvec=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarrayvec-c10f46480f6921b8.rmeta --extern log=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.rmeta --extern nom=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnom-6403210b9152b214.rmeta --extern num_rational=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_rational-385a00d1593c6d66.rmeta --extern v_frame=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libv_frame-a73facb76f3b1e93.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:56.8485697Z [00:02:19.866]➜     Compiling num-derive v0.4.2
2025-08-20T22:33:56.8525470Z [00:02:19.870]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name num_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-derive-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a20cfe1493306eb9 -C extra-filename=-586bb328865022c3 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libproc_macro2-7a10a5cf4217be1c.rlib --extern quote=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libquote-36c64d2fd4cc1eb0.rlib --extern syn=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libsyn-5c22a6747f63ab4a.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:33:56.9176345Z [00:02:19.935]➜     Compiling arg_enum_proc_macro v0.3.4
2025-08-20T22:33:56.9188293Z [00:02:19.936]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name arg_enum_proc_macro --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/arg_enum_proc_macro-0.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=75e5a8da556f4ef7 -C extra-filename=-84388417e89a027a --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libproc_macro2-7a10a5cf4217be1c.rlib --extern quote=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libquote-36c64d2fd4cc1eb0.rlib --extern syn=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libsyn-5c22a6747f63ab4a.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:33:57.0698836Z [00:02:20.088]➜       Running `/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/rav1e-c1b256e512ff4d41/build-script-build`
2025-08-20T22:33:57.5733860Z [00:02:20.591]➜     Compiling itertools v0.12.1
2025-08-20T22:33:57.5757542Z [00:02:20.593]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name itertools --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/itertools-0.12.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="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=2ce13079b041c3f2 -C extra-filename=-3dce2d85898e7299 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern either=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-b3141ecb6e1f5118.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:57.8475922Z [00:02:20.865]➜     Compiling maybe-rayon v0.1.1
2025-08-20T22:33:57.8489709Z [00:02:20.866]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name maybe_rayon --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/maybe-rayon-0.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="rayon"' --cfg 'feature="threads"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "rayon", "threads"))' -C metadata=3bb2ea886d03ca9e -C extra-filename=-57b90141e4b7e234 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rmeta --extern rayon=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon-2a743707f952428d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:57.8809098Z [00:02:20.899]➜     Compiling safe_arch v0.7.4
2025-08-20T22:33:57.8815126Z [00:02:20.899]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name safe_arch --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/safe_arch-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 --cfg 'feature="bytemuck"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytemuck", "default"))' -C metadata=cdc45c7362d0df5d -C extra-filename=-23b95f237aac617e --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern bytemuck=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytemuck-0c5a425932763083.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:57.9152626Z [00:02:20.933]➜     Compiling num-complex v0.4.6
2025-08-20T22:33:57.9162380Z [00:02:20.933]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name num_complex --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-complex-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=0a314bd2f2407751 -C extra-filename=-21cb33c001b845f2 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern num_traits=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-f6cb156987554964.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:57.9849515Z [00:02:21.003]➜     Compiling simd_helpers v0.1.0
2025-08-20T22:33:57.9861997Z [00:02:21.004]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name simd_helpers --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simd_helpers-0.1.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=48426facb9d172a2 -C extra-filename=-789c2568482e5fdb --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern quote=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libquote-36c64d2fd4cc1eb0.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:33:58.1823210Z [00:02:21.200]➜     Compiling matrixmultiply v0.3.10
2025-08-20T22:33:58.1828080Z [00:02:21.200]➜       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/matrixmultiply-0.3.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cgemm", "constconf", "default", "num_cpus", "once_cell", "std", "thread-tree", "threading"))' -C metadata=308db31aa577ca99 -C extra-filename=-141bae2166662e0a --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/matrixmultiply-141bae2166662e0a -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libautocfg-dd487200042bcaa5.rlib --cap-lints allow`
2025-08-20T22:33:58.3318960Z [00:02:21.350]➜     Compiling noop_proc_macro v0.3.0
2025-08-20T22:33:58.3343377Z [00:02:21.352]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name noop_proc_macro --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/noop_proc_macro-0.3.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=3678addaa5c0823f -C extra-filename=-735c487646a2ec9e --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern proc_macro --cap-lints allow`
2025-08-20T22:33:58.5070767Z [00:02:21.525]➜     Compiling bitstream-io v2.3.0
2025-08-20T22:33:58.5078404Z [00:02:21.525]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name bitstream_io --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bitstream-io-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core2", "default", "std"))' -C metadata=81f7821f96828f91 -C extra-filename=-58febbe5e9175494 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:58.5707454Z [00:02:21.588]➜     Compiling new_debug_unreachable v1.0.6
2025-08-20T22:33:58.5718278Z [00:02:21.589]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name debug_unreachable --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/new_debug_unreachable-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=5e6fbcb7270319df -C extra-filename=-e6bca2bec30abf78 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:58.6068624Z [00:02:21.625]➜     Compiling quick-error v2.0.1
2025-08-20T22:33:58.6080499Z [00:02:21.625]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name quick_error --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/quick-error-2.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=564d0f61f22a515a -C extra-filename=-f6465bf75e341677 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:58.6366296Z [00:02:21.655]➜     Compiling weezl v0.1.10
2025-08-20T22:33:58.6376717Z [00:02:21.655]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name weezl --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/weezl-0.1.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 --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "async", "default", "futures", "std"))' -C metadata=416cb2e92a0ef6ac -C extra-filename=-6273eae429e1b392 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:58.6834770Z [00:02:21.701]➜     Compiling imgref v1.11.0
2025-08-20T22:33:58.6842755Z [00:02:21.702]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name imgref --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/imgref-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 --cfg 'feature="default"' --cfg 'feature="deprecated"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "deprecated"))' -C metadata=d6391494840af604 -C extra-filename=-550ec65c7394d654 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:58.7334750Z [00:02:21.751]➜     Compiling typenum v1.18.0
2025-08-20T22:33:58.7344370Z [00:02:21.752]➜       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/typenum-1.18.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("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=a722a4123ad833b9 -C extra-filename=-fa602c1f4c9bb45c --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/typenum-fa602c1f4c9bb45c -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:33:58.9056789Z [00:02:21.924]➜     Compiling loop9 v0.1.5
2025-08-20T22:33:58.9087204Z [00:02:21.926]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name loop9 --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/loop9-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=6117d0191187d8d5 -C extra-filename=-f5848f5d85f2f98c --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern imgref=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimgref-550ec65c7394d654.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:58.9919677Z [00:02:22.010]➜       Running `/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/matrixmultiply-141bae2166662e0a/build-script-build`
2025-08-20T22:33:59.0000043Z [00:02:22.018]➜     Compiling wide v0.7.33
2025-08-20T22:33:59.0010475Z [00:02:22.018]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name wide --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/wide-0.7.33/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=1805cb8188db933f -C extra-filename=-039e5c9b9977285d --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern bytemuck=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytemuck-0c5a425932763083.rmeta --extern safe_arch=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsafe_arch-23b95f237aac617e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:59.0490912Z [00:02:22.067]➜     Compiling rand_chacha v0.3.1
2025-08-20T22:33:59.0498455Z [00:02:22.067]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rand_chacha --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_chacha-0.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=0c040a13d369d0ac -C extra-filename=-c5ea3092bb87a8d4 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern ppv_lite86=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libppv_lite86-069c9741208bad70.rmeta --extern rand_core=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-6518ff34cbe15984.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:59.1403572Z [00:02:22.158]➜       Running `/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/typenum-fa602c1f4c9bb45c/build-script-build`
2025-08-20T22:33:59.1585616Z [00:02:22.176]➜     Compiling avif-serialize v0.8.3
2025-08-20T22:33:59.1598842Z [00:02:22.177]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name avif_serialize --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/avif-serialize-0.8.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ed71059b8231bd88 -C extra-filename=-f400ece7db879bad --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern arrayvec=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarrayvec-c10f46480f6921b8.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:59.4814715Z [00:02:22.499]➜     Compiling approx v0.5.1
2025-08-20T22:33:59.4849264Z [00:02:22.502]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name approx --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/approx-0.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "num-complex", "std"))' -C metadata=6c8370d6061161d8 -C extra-filename=-869ac4670883f266 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern num_traits=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-f6cb156987554964.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:33:59.5970963Z [00:02:22.613]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rav1e --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rav1e-0.7.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="asm"' --cfg 'feature="cc"' --cfg 'feature="nasm-rs"' --cfg 'feature="threading"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("aom-sys", "asm", "av-metrics", "backtrace", "bench", "binaries", "byteorder", "capi", "cc", "channel-api", "check_asm", "clap", "clap_complete", "console", "crossbeam", "dav1d-sys", "decode_test", "decode_test_dav1d", "default", "desync_finder", "dump_ivf", "dump_lookahead_data", "fern", "git_version", "image", "ivf", "nasm-rs", "nom", "quick_test", "scan_fmt", "scenechange", "serde", "serde-big-array", "serialize", "signal-hook", "signal_support", "threading", "toml", "tracing", "tracing-chrome", "tracing-subscriber", "unstable", "wasm", "wasm-bindgen", "y4m"))' -C metadata=885704b17770897d -C extra-filename=-8d9e4eae338f148d --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern arg_enum_proc_macro=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libarg_enum_proc_macro-84388417e89a027a.so --extern arrayvec=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarrayvec-c10f46480f6921b8.rmeta --extern av1_grain=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libav1_grain-7353c85a83f8c167.rmeta --extern bitstream_io=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitstream_io-58febbe5e9175494.rmeta --extern cfg_if=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rmeta --extern itertools=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-3dce2d85898e7299.rmeta --extern libc=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-4e967277c3fcbf64.rmeta --extern log=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.rmeta --extern rayon=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmaybe_rayon-57b90141e4b7e234.rmeta --extern debug_unreachable=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdebug_unreachable-e6bca2bec30abf78.rmeta --extern noop_proc_macro=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libnoop_proc_macro-735c487646a2ec9e.so --extern num_derive=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libnum_derive-586bb328865022c3.so --extern num_traits=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-f6cb156987554964.rmeta --extern once_cell=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-e636ddc523b524b0.rmeta --extern paste=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libpaste-fbdf26ac509ef3cc.so --extern profiling=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libprofiling-51e85ee26a9519f6.rmeta --extern simd_helpers=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libsimd_helpers-789c2568482e5fdb.so --extern thiserror=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-a10c404feebee022.rmeta --extern v_frame=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libv_frame-a73facb76f3b1e93.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out -l static=rav1e-aarch64 --cfg asm_neon`
2025-08-20T22:33:59.6879593Z [00:02:22.706]➜     Compiling zune-inflate v0.2.54
2025-08-20T22:33:59.6892826Z [00:02:22.707]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name zune_inflate --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zune-inflate-0.2.54/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="simd-adler32"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "gzip", "simd-adler32", "std", "zlib"))' -C metadata=b0617ac82e69ebd2 -C extra-filename=-dcc4a8184937b188 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern simd_adler32=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsimd_adler32-3eb596e136ca35cd.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:00.0407064Z [00:02:23.058]➜     Compiling fdeflate v0.3.5
2025-08-20T22:34:00.0420177Z [00:02:23.059]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name fdeflate --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/fdeflate-0.3.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=3ebe12510d86b4b2 -C extra-filename=-c7332e0f0b98ebf8 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern simd_adler32=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsimd_adler32-3eb596e136ca35cd.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:00.2011108Z [00:02:23.219]➜     Compiling byteorder-lite v0.1.0
2025-08-20T22:34:00.2024711Z [00:02:23.220]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name byteorder_lite --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/byteorder-lite-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=46f23813b4d17bf9 -C extra-filename=-f3d2b88b1eb33bad --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:00.6215642Z [00:02:23.639]➜     Compiling rgb v0.8.52
2025-08-20T22:34:00.6223206Z [00:02:23.639]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rgb --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rgb-0.8.52/src/lib.rs --error-format=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("argb", "as-bytes", "bytemuck", "checked_fns", "default", "defmt-03", "grb", "serde", "unstable-experimental"))' -C metadata=a89a6559f2d9e6c9 -C extra-filename=-ea0cc14e26b5737d --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:00.6298300Z [00:02:23.648]➜     Compiling rawpointer v0.2.1
2025-08-20T22:34:00.6311055Z [00:02:23.648]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rawpointer --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rawpointer-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=21951d1022af6e01 -C extra-filename=-7951e262d4efce52 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:00.6944663Z [00:02:23.712]➜     Compiling ttf-parser v0.25.1
2025-08-20T22:34:00.6951126Z [00:02:23.712]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ttf_parser --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ttf-parser-0.25.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="apple-layout"' --cfg 'feature="glyph-names"' --cfg 'feature="gvar-alloc"' --cfg 'feature="opentype-layout"' --cfg 'feature="std"' --cfg 'feature="variable-fonts"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("apple-layout", "core_maths", "default", "glyph-names", "gvar-alloc", "no-std-float", "opentype-layout", "std", "variable-fonts"))' -C metadata=2ff319b0603a66d6 -C extra-filename=-9a662669b626d7d5 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:00.8984932Z [00:02:23.916]➜     Compiling jpeg-decoder v0.3.2
2025-08-20T22:34:00.8994466Z [00:02:23.917]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name jpeg_decoder --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/jpeg-decoder-0.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nightly_aarch64_neon", "platform_independent", "rayon"))' -C metadata=0e4916908bec2e2c -C extra-filename=-468ddd9ec6091ba0 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:01.2040644Z [00:02:24.222]➜     Compiling color_quant v1.1.0
2025-08-20T22:34:01.2045320Z [00:02:24.222]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name color_quant --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/color_quant-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=f8073e5f0c88c0f7 -C extra-filename=-8640f1062a0aa002 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:01.5504202Z [00:02:24.568]➜     Compiling smallvec v1.15.1
2025-08-20T22:34:01.5509826Z [00:02:24.568]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name smallvec --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/smallvec-1.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "bincode", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "impl_bincode", "malloc_size_of", "may_dangle", "serde", "specialization", "union", "unty", "write"))' -C metadata=d3771f81cc297ecc -C extra-filename=-cfdb221f4103d149 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:01.8600540Z [00:02:24.878]➜     Compiling zune-core v0.4.12
2025-08-20T22:34:01.8608196Z [00:02:24.878]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name zune_core --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zune-core-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("log", "serde", "std"))' -C metadata=9590a96db8fa8df8 -C extra-filename=-7bd55be4e869754a --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:02.1718937Z [00:02:25.190]➜     Compiling lebe v0.5.2
2025-08-20T22:34:02.1723387Z [00:02:25.190]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name lebe --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/lebe-0.5.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=b4d629f29626e063 -C extra-filename=-17c709b9203a3b30 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:02.3172102Z [00:02:25.335]➜     Compiling half v2.2.1
2025-08-20T22:34:02.3195987Z [00:02:25.337]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name half --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/half-2.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "default", "num-traits", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=3a7a4f1611b68ad3 -C extra-filename=-0f21abe7ad1244bd --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:02.4712962Z [00:02:25.489]➜     Compiling bit_field v0.10.2
2025-08-20T22:34:02.4718697Z [00:02:25.489]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name bit_field --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bit_field-0.10.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=ce8c7ca5fc0e0725 -C extra-filename=-023af150687aabaf --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:02.7045717Z [00:02:25.722]➜     Compiling zune-jpeg v0.4.20
2025-08-20T22:34:02.7057559Z [00:02:25.723]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name zune_jpeg --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/zune-jpeg-0.4.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="default"' --cfg 'feature="neon"' --cfg 'feature="std"' --cfg 'feature="x86"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "neon", "std", "x86"))' -C metadata=32ee5c6234a17fc9 -C extra-filename=-09894569afb1512a --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern zune_core=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzune_core-7bd55be4e869754a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:02.8946689Z [00:02:25.912]➜     Compiling exr v1.73.0
2025-08-20T22:34:02.8957594Z [00:02:25.913]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name exr --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/exr-1.73.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=0dc7eb8e080831eb -C extra-filename=-078a7709b5edc364 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern bit_field=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbit_field-023af150687aabaf.rmeta --extern half=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhalf-0f21abe7ad1244bd.rmeta --extern lebe=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblebe-17c709b9203a3b30.rmeta --extern miniz_oxide=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminiz_oxide-8a47b21992ba894b.rmeta --extern rayon_core=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon_core-7c0624f593cfe705.rmeta --extern smallvec=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-cfdb221f4103d149.rmeta --extern zune_inflate=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzune_inflate-dcc4a8184937b188.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:02.9377065Z [00:02:25.956]➜     Compiling tiff v0.9.1
2025-08-20T22:34:02.9383013Z [00:02:25.956]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name tiff --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tiff-0.9.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=235c3ea7b578a565 -C extra-filename=-23a65a6841fb3fb9 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern flate2=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libflate2-66bc6476724f6aa8.rmeta --extern jpeg=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libjpeg_decoder-468ddd9ec6091ba0.rmeta --extern weezl=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libweezl-6273eae429e1b392.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:04.1569253Z [00:02:27.175]➜     Compiling owned_ttf_parser v0.25.1
2025-08-20T22:34:04.1579067Z [00:02:27.175]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name owned_ttf_parser --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/owned_ttf_parser-0.25.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="apple-layout"' --cfg 'feature="default"' --cfg 'feature="glyph-names"' --cfg 'feature="gvar-alloc"' --cfg 'feature="opentype-layout"' --cfg 'feature="std"' --cfg 'feature="variable-fonts"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("apple-layout", "default", "glyph-names", "gvar-alloc", "no-std-float", "opentype-layout", "std", "variable-fonts"))' -C metadata=f39a7d326392328c -C extra-filename=-700023b135254c69 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern ttf_parser=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libttf_parser-9a662669b626d7d5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:04.5671706Z [00:02:27.585]➜     Compiling simba v0.8.1
2025-08-20T22:34:04.5711940Z [00:02:27.588]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name simba --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/simba-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --cfg 'feature="wide"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cordic", "cuda", "cuda_std", "cust_core", "decimal", "default", "fixed", "libm", "libm_force", "packed_simd", "partial_fixed_point_support", "rand", "rkyv", "rkyv-serialize", "serde", "serde_serialize", "std", "wide"))' -C metadata=7cff1e38458b1700 -C extra-filename=-28f8577cd7a76e94 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern approx=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libapprox-869ac4670883f266.rmeta --extern num_complex=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_complex-21cb33c001b845f2.rmeta --extern num_traits=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-f6cb156987554964.rmeta --extern paste=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libpaste-fbdf26ac509ef3cc.so --extern wide=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwide-039e5c9b9977285d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:04.5881131Z [00:02:27.606]➜     Compiling gif v0.13.1
2025-08-20T22:34:04.5889066Z [00:02:27.606]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name gif --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/gif-0.13.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="color_quant"' --cfg 'feature="default"' --cfg 'feature="raii_no_panic"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("color_quant", "default", "raii_no_panic", "std"))' -C metadata=03a9e8ae3ef0175c -C extra-filename=-4a0d4461632e94d9 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern color_quant=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolor_quant-8640f1062a0aa002.rmeta --extern weezl=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libweezl-6273eae429e1b392.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:06.0209283Z [00:02:29.038]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name matrixmultiply --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/matrixmultiply-0.3.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("cgemm", "constconf", "default", "num_cpus", "once_cell", "std", "thread-tree", "threading"))' -C metadata=5e894c0d5459c9eb -C extra-filename=-7f26477e05b9ba2c --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern rawpointer=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librawpointer-7951e262d4efce52.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_aarch64_simd`
2025-08-20T22:34:06.8847708Z [00:02:29.903]➜     Compiling ravif v0.11.20
2025-08-20T22:34:06.8866432Z [00:02:29.903]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ravif --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ravif-0.11.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 --cfg 'feature="asm"' --cfg 'feature="threading"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("asm", "default", "threading"))' -C metadata=913d98c191453c6a -C extra-filename=-f41024cf6512e7b2 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern avif_serialize=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libavif_serialize-f400ece7db879bad.rmeta --extern imgref=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimgref-550ec65c7394d654.rmeta --extern loop9=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libloop9-f5848f5d85f2f98c.rmeta --extern quick_error=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libquick_error-f6465bf75e341677.rmeta --extern rav1e=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librav1e-8d9e4eae338f148d.rmeta --extern rayon=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon-2a743707f952428d.rmeta --extern rgb=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librgb-ea0cc14e26b5737d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out`
2025-08-20T22:34:07.4088336Z [00:02:30.427]➜     Compiling image-webp v0.2.3
2025-08-20T22:34:07.4101725Z [00:02:30.427]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name image_webp --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/image-webp-0.2.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("_benchmarks"))' -C metadata=7622bcaa4a328a8b -C extra-filename=-4a69f3cd13bf2c1b --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern byteorder_lite=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder_lite-f3d2b88b1eb33bad.rmeta --extern quick_error=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libquick_error-f6465bf75e341677.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:08.4629837Z [00:02:31.481]➜     Compiling png v0.17.16
2025-08-20T22:34:08.4646151Z [00:02:31.482]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name png --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/png-0.17.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=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("benchmarks", "unstable"))' -C metadata=03cd204f810375a7 -C extra-filename=-04c228c95e2fc7c2 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-056469cb054f3137.rmeta --extern crc32fast=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc32fast-5f6295e13ace7bfe.rmeta --extern fdeflate=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfdeflate-c7332e0f0b98ebf8.rmeta --extern flate2=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libflate2-66bc6476724f6aa8.rmeta --extern miniz_oxide=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminiz_oxide-8a47b21992ba894b.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:09.7774307Z [00:02:32.795]➜     Compiling rand v0.8.5
2025-08-20T22:34:09.7781892Z [00:02:32.795]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rand --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand-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="alloc"' --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="libc"' --cfg 'feature="rand_chacha"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "libc", "log", "min_const_gen", "nightly", "packed_simd", "rand_chacha", "serde", "serde1", "simd_support", "small_rng", "std", "std_rng"))' -C metadata=ca13b1ba431f6e11 -C extra-filename=-9416b516f7a52de1 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-4e967277c3fcbf64.rmeta --extern rand_chacha=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_chacha-c5ea3092bb87a8d4.rmeta --extern rand_core=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-6518ff34cbe15984.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:10.0162045Z [00:02:33.033]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name typenum --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/typenum-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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=b8e121be6b950006 -C extra-filename=-df9142d69f2e66c2 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:10.7204548Z [00:02:33.738]➜     Compiling qoi v0.4.1
2025-08-20T22:34:10.7212932Z [00:02:33.739]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name qoi --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/qoi-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "reference", "std"))' -C metadata=fc3e5d92047470b8 -C extra-filename=-0ccf924c3439de0f --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern bytemuck=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytemuck-0c5a425932763083.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:11.0768892Z [00:02:34.095]➜     Compiling num-iter v0.1.45
2025-08-20T22:34:11.0793975Z [00:02:34.097]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name num_iter --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-iter-0.1.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 --cfg 'feature="i128"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=bd77a8bcc6a6ddb1 -C extra-filename=-0328186965d0adf5 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern num_integer=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_integer-12339fc7b32d8e3b.rmeta --extern num_traits=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-f6cb156987554964.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:11.0988526Z [00:02:34.117]➜       Running `/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/thiserror-00b3a1460d7327ab/build-script-build`
2025-08-20T22:34:11.1813825Z [00:02:34.199]➜       Running `/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/thiserror-00b3a1460d7327ab/build-script-build`
2025-08-20T22:34:11.2174203Z [00:02:34.235]➜     Compiling ab_glyph_rasterizer v0.1.10
2025-08-20T22:34:11.2180466Z [00:02:34.235]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ab_glyph_rasterizer --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ab_glyph_rasterizer-0.1.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "libm", "std"))' -C metadata=8186cd3f74f90916 -C extra-filename=-8aaa11613673904a --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:11.2729767Z [00:02:34.290]➜       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=9b30a117b18fee55 -C extra-filename=-bb66b071ffc69dd0 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libthiserror_impl-37001788cbe36d4c.so --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
2025-08-20T22:34:11.3609514Z [00:02:34.379]➜     Compiling ab_glyph v0.2.31
2025-08-20T22:34:11.3626270Z [00:02:34.380]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ab_glyph --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ab_glyph-0.2.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 --cfg 'feature="default"' --cfg 'feature="gvar-alloc"' --cfg 'feature="std"' --cfg 'feature="variable-fonts"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "gvar-alloc", "libm", "std", "variable-fonts"))' -C metadata=77cd18e8881482b5 -C extra-filename=-b7c4ce2f54464e39 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern ab_glyph_rasterizer=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libab_glyph_rasterizer-8aaa11613673904a.rmeta --extern owned_ttf_parser=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libowned_ttf_parser-700023b135254c69.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:11.3675382Z [00:02:34.385]➜       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 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=92f5b8c01a29c370 -C extra-filename=-1dfe9f05151df7af --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libthiserror_impl-37001788cbe36d4c.so --cap-lints allow --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(thiserror_nightly_testing)' --check-cfg 'cfg(thiserror_no_backtrace_type)'`
2025-08-20T22:34:11.3743877Z [00:02:34.392]➜     Compiling num v0.4.3
2025-08-20T22:34:11.3754755Z [00:02:34.393]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name num --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/num-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="num-bigint"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=6aafeb41a2c12702 -C extra-filename=-bb0b1603c6f0eab6 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern num_bigint=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_bigint-1bca2500b812a47c.rmeta --extern num_complex=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_complex-21cb33c001b845f2.rmeta --extern num_integer=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_integer-12339fc7b32d8e3b.rmeta --extern num_iter=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_iter-0328186965d0adf5.rmeta --extern num_rational=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_rational-385a00d1593c6d66.rmeta --extern num_traits=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-f6cb156987554964.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:11.4222201Z [00:02:34.440]➜     Compiling image v0.25.6
2025-08-20T22:34:11.4239701Z [00:02:34.440]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name image --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/image-0.25.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="avif"' --cfg 'feature="bmp"' --cfg 'feature="dds"' --cfg 'feature="default"' --cfg 'feature="default-formats"' --cfg 'feature="exr"' --cfg 'feature="ff"' --cfg 'feature="gif"' --cfg 'feature="hdr"' --cfg 'feature="ico"' --cfg 'feature="jpeg"' --cfg 'feature="nasm"' --cfg 'feature="png"' --cfg 'feature="pnm"' --cfg 'feature="qoi"' --cfg 'feature="rayon"' --cfg 'feature="tga"' --cfg 'feature="tiff"' --cfg 'feature="webp"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("avif", "avif-native", "benchmarks", "bmp", "color_quant", "dds", "default", "default-formats", "exr", "ff", "gif", "hdr", "ico", "jpeg", "nasm", "png", "pnm", "qoi", "rayon", "serde", "tga", "tiff", "webp"))' -C metadata=5e576d2376cc9764 -C extra-filename=-72a048e5d9b43549 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern bytemuck=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytemuck-0c5a425932763083.rmeta --extern byteorder_lite=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder_lite-f3d2b88b1eb33bad.rmeta --extern color_quant=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolor_quant-8640f1062a0aa002.rmeta --extern exr=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libexr-078a7709b5edc364.rmeta --extern gif=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgif-4a0d4461632e94d9.rmeta --extern image_webp=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimage_webp-4a69f3cd13bf2c1b.rmeta --extern num_traits=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-f6cb156987554964.rmeta --extern png=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpng-04c228c95e2fc7c2.rmeta --extern qoi=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libqoi-0ccf924c3439de0f.rmeta --extern ravif=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libravif-f41024cf6512e7b2.rmeta --extern rayon=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon-2a743707f952428d.rmeta --extern rgb=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librgb-ea0cc14e26b5737d.rmeta --extern tiff=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtiff-23a65a6841fb3fb9.rmeta --extern zune_core=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzune_core-7bd55be4e869754a.rmeta --extern zune_jpeg=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzune_jpeg-09894569afb1512a.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out`
2025-08-20T22:34:11.4499220Z [00:02:34.467]➜     Compiling rand_distr v0.4.3
2025-08-20T22:34:11.4505711Z [00:02:34.467]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name rand_distr --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/rand_distr-0.4.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "serde1", "std", "std_math"))' -C metadata=c19731aecb4ac901 -C extra-filename=-3890dadb615c3992 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern num_traits=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-f6cb156987554964.rmeta --extern rand=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-9416b516f7a52de1.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:12.3356049Z [00:02:35.353]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name memchr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/memchr-2.7.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=adcbe65f55031186 -C extra-filename=-cf453270fe03ac87 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:34:12.6198166Z [00:02:35.638]➜     Compiling ucd-trie v0.1.7
2025-08-20T22:34:12.6201249Z [00:02:35.638]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ucd_trie --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=048c10746a0a7357 -C extra-filename=-45487be857ef9841 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:34:12.9616255Z [00:02:35.979]➜       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.20.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=35993a6b87d8f82c -C extra-filename=-9ac4efe10e55e8f8 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:34:13.1716912Z [00:02:36.189]➜     Compiling pest v2.7.15
2025-08-20T22:34:13.1721379Z [00:02:36.190]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name pest --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.7.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=bae6ff14f813fcd0 -C extra-filename=-40a68fa7dd6e9635 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libmemchr-cf453270fe03ac87.rmeta --extern thiserror=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libthiserror-1dfe9f05151df7af.rmeta --extern ucd_trie=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libucd_trie-45487be857ef9841.rmeta --cap-lints allow`
2025-08-20T22:34:13.2420691Z [00:02:36.260]➜     Compiling aho-corasick v1.1.3
2025-08-20T22:34:13.2447397Z [00:02:36.262]➜       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="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=a1998461dff1cf7b -C extra-filename=-763bc1a385ccfbe9 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.bM7tfAOAw7/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-20T22:34:15.0437956Z [00:02:38.062]➜     Compiling nalgebra v0.32.6
2025-08-20T22:34:15.0458198Z [00:02:38.063]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name nalgebra --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/nalgebra-0.32.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="matrixmultiply"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alga", "alloc", "arbitrary", "bytemuck", "compare", "convert-bytemuck", "convert-glam014", "convert-glam015", "convert-glam016", "convert-glam017", "convert-glam018", "convert-glam019", "convert-glam020", "convert-glam021", "convert-glam022", "convert-glam023", "convert-glam024", "convert-glam025", "convert-glam027", "convert-mint", "cuda", "cust_core", "debug", "default", "glam014", "glam015", "glam016", "glam017", "glam018", "glam019", "glam020", "glam021", "glam022", "glam023", "glam024", "glam025", "glam027", "io", "libm", "libm-force", "macros", "matrixcompare-core", "matrixmultiply", "mint", "nalgebra-macros", "pest", "pest_derive", "proptest", "proptest-support", "quickcheck", "rand", "rand-no-std", "rand-package", "rand_distr", "rayon", "rkyv", "rkyv-safe-deser", "rkyv-serialize", "rkyv-serialize-no-std", "serde", "serde-serialize", "serde-serialize-no-std", "slow-tests", "sparse", "std"))' -C metadata=8e583400a688395f -C extra-filename=-21961cbd334eb413 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern approx=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libapprox-869ac4670883f266.rmeta --extern matrixmultiply=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmatrixmultiply-7f26477e05b9ba2c.rmeta --extern num_complex=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_complex-21cb33c001b845f2.rmeta --extern num_rational=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_rational-385a00d1593c6d66.rmeta --extern num_traits=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-f6cb156987554964.rmeta --extern simba=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsimba-28f8577cd7a76e94.rmeta --extern typenum=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtypenum-df9142d69f2e66c2.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:15.0573368Z [00:02:38.075]➜     Compiling pest_meta v2.7.15
2025-08-20T22:34:15.0580113Z [00:02:38.075]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name pest_meta --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_meta-2.7.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=7a16c6c4bc3cf3ce -C extra-filename=-b42151f0fca49e2f --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern once_cell=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libonce_cell-9ac4efe10e55e8f8.rmeta --extern pest=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libpest-40a68fa7dd6e9635.rmeta --cap-lints allow`
2025-08-20T22:34:17.4907364Z [00:02:40.509]➜     Compiling heck v0.5.0
2025-08-20T22:34:17.4913409Z [00:02:40.509]➜       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.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:34:17.5838404Z [00:02:40.602]➜     Compiling regex-syntax v0.8.5
2025-08-20T22:34:17.5847952Z [00:02:40.602]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name regex_syntax --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("arbitrary", "default", "std", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=eec3c9ce23c1cb89 -C extra-filename=-056b60670a248d3e --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:17.8202481Z [00:02:40.838]➜     Compiling strum_macros v0.27.2
2025-08-20T22:34:17.8239502Z [00:02:40.841]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name strum_macros --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum_macros-0.27.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debug-assertions=off --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=926e916c9aac7d24 -C extra-filename=-4e6878b7fd943867 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib --extern proc_macro2=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libproc_macro2-7a10a5cf4217be1c.rlib --extern quote=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libquote-36c64d2fd4cc1eb0.rlib --extern syn=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libsyn-5c22a6747f63ab4a.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:34:21.3956658Z [00:02:44.414]➜     Compiling regex-automata v0.4.9
2025-08-20T22:34:21.3993310Z [00:02:44.416]➜       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"' --cfg 'feature="nfa-backtrack"' --cfg 'feature="nfa-pikevm"' --cfg 'feature="nfa-thompson"' --cfg 'feature="perf"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="perf-literal-multisubstring"' --cfg 'feature="perf-literal-substring"' --cfg 'feature="std"' --cfg 'feature="syntax"' --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=e3c3a30c2f08c27f -C extra-filename=-5b3f886e19f9b939 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-763bc1a385ccfbe9.rmeta --extern memchr=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rmeta --extern regex_syntax=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-056b60670a248d3e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:22.8814727Z [00:02:45.899]➜     Compiling pest_generator v2.7.15
2025-08-20T22:34:22.8831275Z [00:02:45.901]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name pest_generator --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_generator-2.7.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debug-assertions=off --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=b6396c080a66994a -C extra-filename=-6d9fcb53fa9e996b --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern pest=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libpest-40a68fa7dd6e9635.rmeta --extern pest_meta=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libpest_meta-b42151f0fca49e2f.rmeta --extern proc_macro2=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libproc_macro2-7a10a5cf4217be1c.rmeta --extern quote=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libquote-36c64d2fd4cc1eb0.rmeta --extern syn=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libsyn-5c22a6747f63ab4a.rmeta --cap-lints allow`
2025-08-20T22:34:22.8967055Z [00:02:45.915]➜     Compiling bstr v1.6.2
2025-08-20T22:34:22.8982853Z [00:02:45.916]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name bstr --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/bstr-1.6.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="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=796665d70ab2bbbc -C extra-filename=-4479434a0df543f8 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.bM7tfAOAw7/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-20T22:34:23.8865781Z [00:02:46.904]➜     Compiling same-file v1.0.6
2025-08-20T22:34:23.8874471Z [00:02:46.905]➜       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.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:23.9115312Z [00:02:46.929]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ucd_trie --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ucd-trie-0.1.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f91a542d0a142111 -C extra-filename=-80633656e863a222 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:24.0697651Z [00:02:47.088]➜     Compiling imageproc v0.25.0
2025-08-20T22:34:24.0708209Z [00:02:47.088]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name imageproc --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/imageproc-0.25.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="rayon"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "display-window", "katexit", "property-testing", "quickcheck", "rayon", "sdl2"))' -C metadata=b0e6a9f2e8e91682 -C extra-filename=-71dbcfdbf60f8c2d --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern ab_glyph=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libab_glyph-b7c4ce2f54464e39.rmeta --extern approx=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libapprox-869ac4670883f266.rmeta --extern image=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimage-72a048e5d9b43549.rmeta --extern itertools=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-3dce2d85898e7299.rmeta --extern nalgebra=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnalgebra-21961cbd334eb413.rmeta --extern num=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum-bb0b1603c6f0eab6.rmeta --extern rand=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-9416b516f7a52de1.rmeta --extern rand_distr=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_distr-3890dadb615c3992.rmeta --extern rayon=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon-2a743707f952428d.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none -L native=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out`
2025-08-20T22:34:24.1033065Z [00:02:47.121]➜     Compiling strum v0.27.2
2025-08-20T22:34:24.1052436Z [00:02:47.122]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name strum --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/strum-0.27.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"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=48f974559eb9a0fa -C extra-filename=-185894431a529b90 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:24.1880660Z [00:02:47.206]➜     Compiling walkdir v2.5.0
2025-08-20T22:34:24.1904371Z [00:02:47.208]➜       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.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern same_file=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:24.4062376Z [00:02:47.422]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name pest --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest-2.7.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="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=16a467b2f79ad67f -C extra-filename=-56bfa3efbc90e4fe --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rmeta --extern thiserror=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-bb66b071ffc69dd0.rmeta --extern ucd_trie=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libucd_trie-80633656e863a222.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:25.0855281Z [00:02:48.103]➜     Compiling globset v0.4.16
2025-08-20T22:34:25.0888106Z [00:02:48.106]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name globset --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globset-0.4.16/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=c984150f28c78732 -C extra-filename=-26be0a519c8d16a7 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-763bc1a385ccfbe9.rmeta --extern bstr=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-4479434a0df543f8.rmeta --extern log=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.rmeta --extern regex_automata=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-5b3f886e19f9b939.rmeta --extern regex_syntax=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-056b60670a248d3e.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:26.6588853Z [00:02:49.677]➜     Compiling sic_core v0.23.0 (/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_core)
2025-08-20T22:34:26.6605923Z [00:02:49.678]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name sic_core --edition=2024 crates/sic_core/src/lib.rs --error-format=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="nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("nasm"))' -C metadata=661646ad288a81e8 -C extra-filename=-50661674fcc72e0f --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern ab_glyph=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libab_glyph-b7c4ce2f54464e39.rmeta --extern image=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimage-72a048e5d9b43549.rmeta --extern imageproc=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimageproc-71dbcfdbf60f8c2d.rmeta --extern thiserror=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-bb66b071ffc69dd0.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 -L native=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out`
2025-08-20T22:34:26.8781278Z [00:02:49.896]➜     Compiling sic_io v0.23.0 (/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io)
2025-08-20T22:34:26.8795537Z [00:02:49.897]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name sic_io --edition=2024 crates/sic_io/src/lib.rs --error-format=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=ee6175812da92c2f -C extra-filename=-beb5af79a442167b --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern sic_core=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_core-50661674fcc72e0f.rmeta --extern thiserror=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-bb66b071ffc69dd0.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 -L native=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out`
2025-08-20T22:34:27.3464738Z [00:02:50.364]➜     Compiling sic_image_engine v0.23.0 (/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine)
2025-08-20T22:34:27.3478183Z [00:02:50.365]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name sic_image_engine --edition=2024 crates/sic_image_engine/src/lib.rs --error-format=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("output-test-images"))' -C metadata=940fb21bf3ba304a -C extra-filename=-b84433a394665032 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern rayon=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon-2a743707f952428d.rmeta --extern sic_core=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_core-50661674fcc72e0f.rmeta --extern sic_io=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_io-beb5af79a442167b.rmeta --extern strum=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-185894431a529b90.rmeta --extern strum_macros=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libstrum_macros-4e6878b7fd943867.so --extern thiserror=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-bb66b071ffc69dd0.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 -L native=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out`
2025-08-20T22:34:27.4949723Z [00:02:50.513]➜     Compiling pest_derive v2.7.15
2025-08-20T22:34:27.4963464Z [00:02:50.513]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name pest_derive --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pest_derive-2.7.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=a5acf0953034f199 -C extra-filename=-7b4c2e2e125f9668 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern pest=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libpest-40a68fa7dd6e9635.rlib --extern pest_generator=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libpest_generator-6d9fcb53fa9e996b.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:34:27.9647306Z [00:02:50.983]➜     Compiling is-docker v0.2.0
2025-08-20T22:34:27.9687601Z [00:02:50.986]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name is_docker --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-docker-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=c6d1c189bc14be1e -C extra-filename=-22afe063b8a340f7 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern once_cell=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-e636ddc523b524b0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:28.2347289Z [00:02:51.252]➜     Compiling unicode-width v0.1.14
2025-08-20T22:34:28.2355385Z [00:02:51.253]➜       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.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:28.6136467Z [00:02:51.631]➜     Compiling textwrap v0.11.0
2025-08-20T22:34:28.6143218Z [00:02:51.632]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name textwrap --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/textwrap-0.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("hyphenation", "term_size"))' -C metadata=00f229f69e5498df -C extra-filename=-ba54d61407f33054 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern unicode_width=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-ae29605e8bb5f11f.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:29.1499506Z [00:02:52.168]➜     Compiling sic_parser v0.23.0 (/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_parser)
2025-08-20T22:34:29.1512297Z [00:02:52.168]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name sic_parser --edition=2024 crates/sic_parser/src/lib.rs --error-format=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=98afa6724af58167 -C extra-filename=-1521a2aff218d4cf --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern pest=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpest-56bfa3efbc90e4fe.rmeta --extern pest_derive=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libpest_derive-7b4c2e2e125f9668.so --extern sic_core=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_core-50661674fcc72e0f.rmeta --extern sic_image_engine=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_image_engine-b84433a394665032.rmeta --extern thiserror=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-bb66b071ffc69dd0.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 -L native=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out`
2025-08-20T22:34:29.7692791Z [00:02:52.787]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:34:29.7693369Z [00:02:52.787]➜     --> crates/sic_parser/src/named_value.rs:268:18
2025-08-20T22:34:29.7722471Z [00:02:52.787]➜      |
2025-08-20T22:34:29.7722849Z [00:02:52.787]➜  268 |     fn arguments(&self) -> &[Value] {
2025-08-20T22:34:29.7723197Z [00:02:52.787]➜      |                  ^^^^^     --------
2025-08-20T22:34:29.7723504Z [00:02:52.787]➜      |                  |         | |
2025-08-20T22:34:29.7723850Z [00:02:52.787]➜      |                  |         | the same lifetime is hidden here
2025-08-20T22:34:29.7724264Z [00:02:52.787]➜      |                  |         the same lifetime is elided here
2025-08-20T22:34:29.7724620Z [00:02:52.787]➜      |                  the lifetime is elided here
2025-08-20T22:34:29.7724898Z [00:02:52.787]➜      |
2025-08-20T22:34:29.7725324Z [00:02:52.787]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:34:29.7725847Z [00:02:52.787]➜      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
2025-08-20T22:34:29.7726219Z [00:02:52.787]➜  help: use `'_` for type paths
2025-08-20T22:34:29.7726478Z [00:02:52.787]➜      |
2025-08-20T22:34:29.7726752Z [00:02:52.787]➜  268 |     fn arguments(&self) -> &[Value<'_>] {
2025-08-20T22:34:29.7727286Z [00:02:52.787]➜      |                                   ++++
2025-08-20T22:34:29.7727548Z [00:02:52.787]➜  
2025-08-20T22:34:30.9956387Z [00:02:54.014]➜     Compiling is-wsl v0.4.0
2025-08-20T22:34:30.9965761Z [00:02:54.014]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name is_wsl --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/is-wsl-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=e612d96c8d5ee020 -C extra-filename=-719c1e118be3235a --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern is_docker=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_docker-22afe063b8a340f7.rmeta --extern once_cell=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-e636ddc523b524b0.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:31.2294080Z [00:02:54.247]➜     Compiling ignore v0.4.23
2025-08-20T22:34:31.2308003Z [00:02:54.247]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ignore --edition=2021 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ignore-0.4.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("simd-accel"))' -C metadata=918eb515dcfb6059 -C extra-filename=-5a8e5e7577c69a1d --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern crossbeam_deque=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-eb77c69ac2d7beae.rmeta --extern globset=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobset-26be0a519c8d16a7.rmeta --extern log=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.rmeta --extern memchr=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rmeta --extern regex_automata=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-5b3f886e19f9b939.rmeta --extern same_file=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rmeta --extern walkdir=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:32.3701885Z [00:02:55.388]➜     Compiling atty v0.2.14
2025-08-20T22:34:32.3729306Z [00:02:55.390]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name atty --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/atty-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=081ccfbf2cc88134 -C extra-filename=-d94d474988d263f3 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-4e967277c3fcbf64.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:32.4653564Z [00:02:55.483]➜     Compiling pathdiff v0.2.3
2025-08-20T22:34:32.4665388Z [00:02:55.484]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name pathdiff --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/pathdiff-0.2.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("camino"))' -C metadata=96a00cc8f9ab3b1a -C extra-filename=-6afe966f22006c7c --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:32.5615802Z [00:02:55.579]➜     Compiling strsim v0.8.0
2025-08-20T22:34:32.5645694Z [00:02:55.582]➜       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.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=053c68d95fd2dc21 -C extra-filename=-106f0a8d539a0ffb --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:32.8161625Z [00:02:55.834]➜  warning: `sic_parser` (lib) generated 1 warning
2025-08-20T22:34:32.8165939Z [00:02:55.834]➜     Compiling ansi_term v0.12.1
2025-08-20T22:34:32.8171013Z [00:02:55.834]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ansi_term --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ansi_term-0.12.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", "serde"))' -C metadata=242ebd35194e2b70 -C extra-filename=-7eca5868e48ccc03 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:33.0278181Z [00:02:56.046]➜     Compiling vec_map v0.8.2
2025-08-20T22:34:33.0285280Z [00:02:56.046]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name vec_map --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/vec_map-0.8.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("eders", "serde"))' -C metadata=3888e45e75a27b23 -C extra-filename=-24fb480879b65233 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:33.2248417Z [00:02:56.243]➜     Compiling clap v2.34.0
2025-08-20T22:34:33.2260399Z [00:02:56.243]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name clap --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/clap-2.34.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="ansi_term"' --cfg 'feature="atty"' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --cfg 'feature="vec_map"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("ansi_term", "atty", "clippy", "color", "debug", "default", "doc", "nightly", "no_cargo", "strsim", "suggestions", "term_size", "unstable", "vec_map", "wrap_help", "yaml", "yaml-rust"))' -C metadata=d47d548c02e20d9d -C extra-filename=-9eef750e852b006d --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern ansi_term=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libansi_term-7eca5868e48ccc03.rmeta --extern atty=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libatty-d94d474988d263f3.rmeta --extern bitflags=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-056469cb054f3137.rmeta --extern strsim=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-106f0a8d539a0ffb.rmeta --extern textwrap=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtextwrap-ba54d61407f33054.rmeta --extern unicode_width=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-ae29605e8bb5f11f.rmeta --extern vec_map=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libvec_map-24fb480879b65233.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:33.2595290Z [00:02:56.277]➜     Compiling open v5.3.2
2025-08-20T22:34:33.2603706Z [00:02:56.278]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name open --edition=2018 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/open-5.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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("shellexecute-on-windows"))' -C metadata=94e224a67676f61d -C extra-filename=-bc2092c32e9dd8e1 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern is_wsl=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_wsl-719c1e118be3235a.rmeta --extern libc=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-4e967277c3fcbf64.rmeta --extern pathdiff=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpathdiff-6afe966f22006c7c.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:33.4930858Z [00:02:56.511]➜     Compiling globwalk v0.8.1
2025-08-20T22:34:33.4945852Z [00:02:56.512]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name globwalk --edition=2015 /root/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/globwalk-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C linker-plugin-lto --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=eceb1569ffbf1a80 -C extra-filename=-2d3a913e01589800 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-056469cb054f3137.rmeta --extern ignore=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libignore-5a8e5e7577c69a1d.rmeta --extern walkdir=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rmeta --cap-lints allow -C target-feature=+crt-static -C default-linker-libraries=yes -C link-self-contained=yes -C prefer-dynamic=no -C embed-bitcode=yes -C lto=yes -C opt-level=z -C debuginfo=none -C strip=symbols -C linker=clang -C link-arg=-fuse-ld=/usr/bin/mold -C link-arg=-Wl,--Bstatic -C link-arg=-Wl,--static -C link-arg=-Wl,-S -C link-arg=-Wl,--build-id=none`
2025-08-20T22:34:33.8598754Z [00:02:56.878]➜     Compiling sic_cli_ops v0.23.0 (/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_cli_ops)
2025-08-20T22:34:33.8627439Z [00:02:56.879]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name sic_cli_ops --edition=2021 crates/sic_cli_ops/src/lib.rs --error-format=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("imageproc-ops"))' -C metadata=b3384e3430c26d8c -C extra-filename=-6c9a818743aefe7a --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern sic_image_engine=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_image_engine-b84433a394665032.rmeta --extern sic_parser=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_parser-1521a2aff218d4cf.rmeta --extern strum=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-185894431a529b90.rmeta --extern strum_macros=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libstrum_macros-4e6878b7fd943867.so --extern thiserror=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-bb66b071ffc69dd0.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 -L native=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out`
2025-08-20T22:34:35.7426381Z [00:02:58.760]➜     Compiling imagineer v0.24.0 (/tmp/tmp.bM7tfAOAw7/TEMPREPO)
2025-08-20T22:34:35.7436947Z [00:02:58.761]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name imagineer --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 --cfg 'feature="default"' --cfg 'feature="nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nasm", "output-test-images"))' -C metadata=f6ef0156115bfa62 -C extra-filename=-afb0f5b4cc0f1ff6 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-6e19fb18fb037838.rmeta --extern atty=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libatty-d94d474988d263f3.rmeta --extern clap=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-9eef750e852b006d.rmeta --extern globwalk=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobwalk-2d3a913e01589800.rmeta --extern open=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopen-bc2092c32e9dd8e1.rmeta --extern sic_cli_ops=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_cli_ops-6c9a818743aefe7a.rmeta --extern sic_core=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_core-50661674fcc72e0f.rmeta --extern sic_image_engine=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_image_engine-b84433a394665032.rmeta --extern sic_io=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_io-beb5af79a442167b.rmeta --extern sic_parser=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_parser-1521a2aff218d4cf.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 -L native=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out`
2025-08-20T22:34:41.3601181Z [00:03:04.377]➜       Running `/root/.rustup/toolchains/stable-aarch64-unknown-linux-musl/bin/rustc --crate-name ig --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 --cfg 'feature="default"' --cfg 'feature="nasm"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "nasm", "output-test-images"))' -C metadata=08fa4cc28b12d62a -C extra-filename=-16f70bb9b61644e7 --out-dir /tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps --target aarch64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-6e19fb18fb037838.rlib --extern atty=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libatty-d94d474988d263f3.rlib --extern clap=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-9eef750e852b006d.rlib --extern globwalk=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobwalk-2d3a913e01589800.rlib --extern imagineer=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimagineer-afb0f5b4cc0f1ff6.rlib --extern open=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopen-bc2092c32e9dd8e1.rlib --extern sic_cli_ops=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_cli_ops-6c9a818743aefe7a.rlib --extern sic_core=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_core-50661674fcc72e0f.rlib --extern sic_image_engine=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_image_engine-b84433a394665032.rlib --extern sic_io=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_io-beb5af79a442167b.rlib --extern sic_parser=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_parser-1521a2aff218d4cf.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 -L native=/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out`
2025-08-20T22:35:41.3059012Z [00:04:04.324]➜      Finished `release` profile [optimized] target(s) in 1m 57s
2025-08-20T22:35:41.3520256Z [00:04:04.370]➜  + find -L ./target/aarch64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-20T22:35:41.3530368Z [00:04:04.371]➜  ./target/aarch64-unknown-linux-musl/release/libimagineer.d
2025-08-20T22:35:41.3530887Z [00:04:04.371]➜  ./target/aarch64-unknown-linux-musl/release/ig
2025-08-20T22:35:41.3531332Z [00:04:04.371]➜  ./target/aarch64-unknown-linux-musl/release/libimagineer.rlib
2025-08-20T22:35:41.3531766Z [00:04:04.371]➜  ./target/aarch64-unknown-linux-musl/release/ig.d
2025-08-20T22:35:41.3532561Z [00:04:04.371]➜  ./target/aarch64-unknown-linux-musl/release/.cargo-lock
2025-08-20T22:35:41.3540492Z [00:04:04.372]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:35:41.3541172Z [00:04:04.372]➜  + find ./target/aarch64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:35:41.3541847Z [00:04:04.372]➜  + cut -d: -f1
2025-08-20T22:35:41.3542154Z [00:04:04.372]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T22:35:41.3550004Z [00:04:04.373]➜  + xargs realpath --no-symlinks
2025-08-20T22:35:41.3957124Z [00:04:04.414]➜  sending incremental file list
2025-08-20T22:35:41.3968604Z [00:04:04.415]➜  ig
2025-08-20T22:35:41.4408779Z [00:04:04.459]➜  
2025-08-20T22:35:41.4409134Z [00:04:04.459]➜  sent 4.56M bytes  received 35 bytes  9.12M bytes/sec
2025-08-20T22:35:41.4409506Z [00:04:04.459]➜  total size is 4.56M  speedup is 1.00
2025-08-20T22:35:41.5531173Z [00:04:04.571]➜  '/tmp/tmp.bM7tfAOAw7/TEMPREPO/NOTICE' -> '/build-bins/LICENSE'
2025-08-20T22:35:41.5814573Z [00:04:04.599]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T22:35:41.5961401Z [00:04:04.614]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T22:35:41.5963713Z [00:04:04.614]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T22:35:41.6257845Z [00:04:04.644]➜  copy from `/build-bins/ig' [elf64-littleaarch64] to `/build-bins/stkodHaK' [elf64-littleaarch64]
2025-08-20T22:35:41.6755029Z [00:04:04.693]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T22:35:41.6782634Z [00:04:04.696]➜  
2025-08-20T22:35:41.6795976Z [00:04:04.698]➜  /build-bins/ig
2025-08-20T22:35:41.6824791Z [00:04:04.700]➜  There are 29 section headers, starting at offset 0x4580b8:
2025-08-20T22:35:41.6825205Z [00:04:04.700]➜  
2025-08-20T22:35:41.6826221Z [00:04:04.700]➜  Section Headers:
2025-08-20T22:35:41.6826583Z [00:04:04.700]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:35:41.6828491Z [00:04:04.701]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:35:41.6828925Z [00:04:04.701]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:35:41.6829326Z [00:04:04.701]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:35:41.6829766Z [00:04:04.701]➜    [ 1] .eh_frame         PROGBITS         0000000000200238  00000238
2025-08-20T22:35:41.6830185Z [00:04:04.701]➜         000000000007fec0  0000000000000000   A       0     0     8
2025-08-20T22:35:41.6830641Z [00:04:04.701]➜    [ 2] .eh_frame_hdr     PROGBITS         00000000002800f8  000800f8
2025-08-20T22:35:41.6831089Z [00:04:04.701]➜         0000000000026cf4  0000000000000000   A       0     0     4
2025-08-20T22:35:41.6831529Z [00:04:04.701]➜    [ 3] .gcc_except_table PROGBITS         00000000002a6dec  000a6dec
2025-08-20T22:35:41.6831965Z [00:04:04.701]➜         0000000000025df0  0000000000000000   A       0     0     4
2025-08-20T22:35:41.6832376Z [00:04:04.701]➜    [ 4] .rodata           PROGBITS         00000000002ccc00  000ccc00
2025-08-20T22:35:41.6832796Z [00:04:04.701]➜         00000000000988c4  0000000000000000   A       0     0     128
2025-08-20T22:35:41.6833227Z [00:04:04.701]➜    [ 5] .rodata.cst16     PROGBITS         00000000003654d0  001654d0
2025-08-20T22:35:41.6833664Z [00:04:04.701]➜         00000000000006c0  0000000000000010  AM       0     0     16
2025-08-20T22:35:41.6834091Z [00:04:04.701]➜    [ 6] .rodata.cst32     PROGBITS         0000000000365b90  00165b90
2025-08-20T22:35:41.6834515Z [00:04:04.701]➜         0000000000000880  0000000000000020  AM       0     0     16
2025-08-20T22:35:41.6834939Z [00:04:04.701]➜    [ 7] .rodata.cst4      PROGBITS         0000000000366410  00166410
2025-08-20T22:35:41.6835713Z [00:04:04.701]➜         0000000000000334  0000000000000004  AM       0     0     4
2025-08-20T22:35:41.6836221Z [00:04:04.701]➜    [ 8] .rodata.cst8      PROGBITS         0000000000366748  00166748
2025-08-20T22:35:41.6836647Z [00:04:04.701]➜         0000000000000600  0000000000000008  AM       0     0     8
2025-08-20T22:35:41.6837324Z [00:04:04.701]➜    [ 9] .rodata.str1.1    PROGBITS         0000000000366d48  00166d48
2025-08-20T22:35:41.6837756Z [00:04:04.701]➜         00000000000096e6  0000000000000001 AMS       0     0     1
2025-08-20T22:35:41.6838190Z [00:04:04.701]➜    [10] .rodata.str1.2    PROGBITS         000000000037042e  0017042e
2025-08-20T22:35:41.6838616Z [00:04:04.701]➜         0000000000000004  0000000000000001 AMS       0     0     2
2025-08-20T22:35:41.6839037Z [00:04:04.701]➜    [11] .rodata.str1.8    PROGBITS         0000000000370438  00170438
2025-08-20T22:35:41.6839469Z [00:04:04.701]➜         0000000000002350  0000000000000001 AMS       0     0     8
2025-08-20T22:35:41.6839899Z [00:04:04.701]➜    [12] .rodata.str2.4    PROGBITS         0000000000372788  00172788
2025-08-20T22:35:41.6840326Z [00:04:04.701]➜         0000000000000038  0000000000000002 AMS       0     0     4
2025-08-20T22:35:41.6840750Z [00:04:04.701]➜    [13] .rodata.str4.4    PROGBITS         00000000003727c0  001727c0
2025-08-20T22:35:41.6841174Z [00:04:04.701]➜         000000000000000c  0000000000000004 AMS       0     0     4
2025-08-20T22:35:41.6841582Z [00:04:04.701]➜    [14] .fini             PROGBITS         00000000003827cc  001727cc
2025-08-20T22:35:41.6842284Z [00:04:04.701]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T22:35:41.6842693Z [00:04:04.701]➜    [15] .init             PROGBITS         00000000003827dc  001727dc
2025-08-20T22:35:41.6843097Z [00:04:04.701]➜         0000000000000010  0000000000000000  AX       0     0     4
2025-08-20T22:35:41.6843910Z [00:04:04.701]➜    [16] .text             PROGBITS         0000000000382800  00172800
2025-08-20T22:35:41.6844336Z [00:04:04.701]➜         00000000002acf80  0000000000000000  AX       0     0     32
2025-08-20T22:35:41.6844758Z [00:04:04.701]➜    [17] .tdata            PROGBITS         000000000063f780  0041f780
2025-08-20T22:35:41.6845171Z [00:04:04.701]➜         0000000000000021  0000000000000000 WAT       0     0     8
2025-08-20T22:35:41.6845582Z [00:04:04.701]➜    [18] .tbss             NOBITS           000000000063f7a8  0041f7a8
2025-08-20T22:35:41.6845988Z [00:04:04.701]➜         00000000000000b0  0000000000000000 WAT       0     0     8
2025-08-20T22:35:41.6846415Z [00:04:04.701]➜    [19] .data.rel.ro      PROGBITS         000000000063f7a8  0041f7a8
2025-08-20T22:35:41.6847720Z [00:04:04.701]➜         0000000000037c58  0000000000000000  WA       0     0     8
2025-08-20T22:35:41.6848242Z [00:04:04.701]➜    [20] .fini_array       FINI_ARRAY       0000000000677400  00457400
2025-08-20T22:35:41.6848662Z [00:04:04.701]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:35:41.6849084Z [00:04:04.701]➜    [21] .got.plt          PROGBITS         0000000000677408  00457408
2025-08-20T22:35:41.6849522Z [00:04:04.701]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T22:35:41.6849947Z [00:04:04.701]➜    [22] .init_array       INIT_ARRAY       0000000000677420  00457420
2025-08-20T22:35:41.6850367Z [00:04:04.701]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:35:41.6850775Z [00:04:04.701]➜    [23] .got              PROGBITS         0000000000677428  00457428
2025-08-20T22:35:41.6851190Z [00:04:04.701]➜         0000000000000098  0000000000000000  WA       0     0     8
2025-08-20T22:35:41.6851620Z [00:04:04.701]➜    [24] .relro_padding    NOBITS           00000000006774c0  004574c0
2025-08-20T22:35:41.6852046Z [00:04:04.701]➜         0000000000008b40  0000000000000000  WA       0     0     1
2025-08-20T22:35:41.6852456Z [00:04:04.701]➜    [25] .data             PROGBITS         00000000006874c0  004574c0
2025-08-20T22:35:41.6853176Z [00:04:04.701]➜         0000000000000ac0  0000000000000000  WA       0     0     8
2025-08-20T22:35:41.6853653Z [00:04:04.701]➜    [26] .bss              NOBITS           0000000000687f80  00457f80
2025-08-20T22:35:41.6854059Z [00:04:04.701]➜         000000000000186c  0000000000000000  WA       0     0     16
2025-08-20T22:35:41.6854472Z [00:04:04.701]➜    [27] .common           NOBITS           00000000006897f0  00457f80
2025-08-20T22:35:41.6854885Z [00:04:04.701]➜         000000000000008c  0000000000000000  WA       0     0     8
2025-08-20T22:35:41.6855310Z [00:04:04.701]➜    [28] .shstrtab         STRTAB           0000000000000000  00457f80
2025-08-20T22:35:41.6855727Z [00:04:04.701]➜         0000000000000132  0000000000000000           0     0     1
2025-08-20T22:35:41.6856038Z [00:04:04.701]➜  Key to Flags:
2025-08-20T22:35:41.6856388Z [00:04:04.701]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:35:41.6857010Z [00:04:04.701]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:35:41.6857528Z [00:04:04.701]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:35:41.6857902Z [00:04:04.701]➜    D (mbind), p (processor specific)
2025-08-20T22:35:41.6858184Z [00:04:04.702]➜  
2025-08-20T22:35:41.6858392Z [00:04:04.704]➜  /build-bins/LICENSE
2025-08-20T22:35:41.6871384Z [00:04:04.705]➜  + file /build-bins/LICENSE /build-bins/ig
2025-08-20T22:35:41.6997015Z [00:04:04.718]➜  /build-bins/LICENSE: ASCII text
2025-08-20T22:35:41.7029654Z [00:04:04.721]➜  /build-bins/ig:      ELF 64-bit LSB executable, ARM aarch64, version 1 (SYSV), statically linked, stripped
2025-08-20T22:35:41.7036071Z [00:04:04.722]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/ig
2025-08-20T22:35:41.7051028Z [00:04:04.723]➜  /build-bins/LICENSE:         1334 Bytes
2025-08-20T22:35:41.7051390Z [00:04:04.723]➜  /build-bins/ig:         4556792 Bytes
2025-08-20T22:35:41.7054985Z [00:04:04.723]➜  + du /build-bins/LICENSE /build-bins/ig --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T22:35:41.7065603Z [00:04:04.725]➜  1.4K	2025-08-20 22:35:41.552540488 +0000	/build-bins/LICENSE
2025-08-20T22:35:41.7066075Z [00:04:04.725]➜  4.4M	2025-08-20 22:35:41.631543378 +0000	/build-bins/ig
2025-08-20T22:35:41.7071578Z [00:04:04.725]➜  + popd
2025-08-20T22:35:41.7828164Z [00:04:04.801]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T22:35:41.8171752Z [00:04:04.835]➜  + '[' -s /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T22:35:41.8172742Z [00:04:04.835]➜  + cp -fv /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T22:35:41.8208237Z [00:04:04.839]➜  '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T22:35:41.8213198Z [00:04:04.839]➜  + find /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:35:41.8219149Z [00:04:04.840]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:35:41.8219584Z [00:04:04.840]➜  + cut -d: -f1
2025-08-20T22:35:41.8219860Z [00:04:04.840]➜  + xargs realpath --no-symlinks
2025-08-20T22:35:41.8220757Z [00:04:04.840]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR
2025-08-20T22:35:41.9294197Z [00:04:04.947]➜  sending incremental file list
2025-08-20T22:35:41.9307386Z [00:04:04.949]➜  ig
2025-08-20T22:35:41.9752895Z [00:04:04.993]➜  
2025-08-20T22:35:41.9753237Z [00:04:04.993]➜  sent 4.56M bytes  received 35 bytes  9.12M bytes/sec
2025-08-20T22:35:41.9753615Z [00:04:04.993]➜  total size is 4.56M  speedup is 1.00
2025-08-20T22:35:41.9765014Z [00:04:04.995]➜  
2025-08-20T22:35:42.3687401Z [00:04:05.387]➜  
2025-08-20T22:35:42.3770374Z [00:04:05.395]➜  ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' retained as runner:runner
2025-08-20T22:35:42.3771362Z [00:04:05.395]➜  ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/ig' retained as runner:runner
2025-08-20T22:35:42.3772198Z [00:04:05.395]➜  ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' retained as runner:runner
2025-08-20T22:35:42.3773213Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/about.toml' from root:root to runner:runner
2025-08-20T22:35:42.3774389Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-20T22:35:42.3775669Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/tools/cargo-publish-workspace/readme.md' from root:root to runner:runner
2025-08-20T22:35:42.3777147Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/tools/cargo-publish-workspace' from root:root to runner:runner
2025-08-20T22:35:42.3778505Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/tools/install_nasm_macos.sh' from root:root to runner:runner
2025-08-20T22:35:42.3780094Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/tools/install_nasm_ubuntu.sh' from root:root to runner:runner
2025-08-20T22:35:42.3781380Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/tools/pack-release/readme.md' from root:root to runner:runner
2025-08-20T22:35:42.3782640Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/tools/pack-release' from root:root to runner:runner
2025-08-20T22:35:42.3783847Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/tools' from root:root to runner:runner
2025-08-20T22:35:42.3784982Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/bors.toml' from root:root to runner:runner
2025-08-20T22:35:42.3786147Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/CHANGELOG.md' from root:root to runner:runner
2025-08-20T22:35:42.3787457Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T22:35:42.3788664Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/setup_rav1e.ps1' from root:root to runner:runner
2025-08-20T22:35:42.3789848Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.gitattributes' from root:root to runner:runner
2025-08-20T22:35:42.3791044Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/rustfmt.toml' from root:root to runner:runner
2025-08-20T22:35:42.3792194Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/NOTICE' from root:root to runner:runner
2025-08-20T22:35:42.3793404Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/examples/gen_completions.rs' from root:root to runner:runner
2025-08-20T22:35:42.3794887Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/examples/update_dep_licenses.rs' from root:root to runner:runner
2025-08-20T22:35:42.3796206Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/examples' from root:root to runner:runner
2025-08-20T22:35:42.3797496Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T22:35:42.3798703Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.github/FUNDING.yml' from root:root to runner:runner
2025-08-20T22:35:42.3800010Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T22:35:42.3801338Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.github/workflows/build-release-binaries.yml' from root:root to runner:runner
2025-08-20T22:35:42.3802680Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.github/workflows/clippy.yml' from root:root to runner:runner
2025-08-20T22:35:42.3804232Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.github/workflows/test.yml' from root:root to runner:runner
2025-08-20T22:35:42.3805498Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.github/workflows/deny.yml' from root:root to runner:runner
2025-08-20T22:35:42.3806788Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.github/workflows/rustfmt.yml' from root:root to runner:runner
2025-08-20T22:35:42.3808199Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.github/workflows/msrv.yml' from root:root to runner:runner
2025-08-20T22:35:42.3809423Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T22:35:42.3810585Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T22:35:42.3811795Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T22:35:42.3812963Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/deny.toml' from root:root to runner:runner
2025-08-20T22:35:42.3814215Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-20T22:35:42.3815691Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sic_core-50661674fcc72e0f.d' from root:root to runner:runner
2025-08-20T22:35:42.3817494Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmatrixmultiply-7f26477e05b9ba2c.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3819462Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/image_webp-4a69f3cd13bf2c1b.d' from root:root to runner:runner
2025-08-20T22:35:42.3821160Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anyhow-6e19fb18fb037838.d' from root:root to runner:runner
2025-08-20T22:35:42.3822828Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libweezl-6273eae429e1b392.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3824477Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sic_io-beb5af79a442167b.d' from root:root to runner:runner
2025-08-20T22:35:42.3826134Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libab_glyph-b7c4ce2f54464e39.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3827940Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/loop9-f5848f5d85f2f98c.d' from root:root to runner:runner
2025-08-20T22:35:42.3829842Z [00:04:05.395]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fdeflate-c7332e0f0b98ebf8.d' from root:root to runner:runner
2025-08-20T22:35:42.3831508Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgif-4a0d4461632e94d9.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3833216Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder_lite-f3d2b88b1eb33bad.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3834962Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminimal_lexical-79f70aa3ad38fa03.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3836635Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/half-0f21abe7ad1244bd.d' from root:root to runner:runner
2025-08-20T22:35:42.3838378Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ig-16f70bb9b61644e7' from root:root to runner:runner
2025-08-20T22:35:42.3840015Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/byteorder_lite-f3d2b88b1eb33bad.d' from root:root to runner:runner
2025-08-20T22:35:42.3841720Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc32fast-5f6295e13ace7bfe.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3843625Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/minimal_lexical-79f70aa3ad38fa03.d' from root:root to runner:runner
2025-08-20T22:35:42.3845392Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand-9416b516f7a52de1.d' from root:root to runner:runner
2025-08-20T22:35:42.3847151Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libexr-078a7709b5edc364.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3848880Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-a10c404feebee022.d' from root:root to runner:runner
2025-08-20T22:35:42.3850573Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaligned_vec-8b3e50d0064bb1d8.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3852278Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_distr-3890dadb615c3992.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3853974Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzune_core-7bd55be4e869754a.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3855893Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblebe-17c709b9203a3b30.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3857648Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_docker-22afe063b8a340f7.d' from root:root to runner:runner
2025-08-20T22:35:42.3859359Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtextwrap-ba54d61407f33054.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3861013Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strum-185894431a529b90.d' from root:root to runner:runner
2025-08-20T22:35:42.3862635Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-056469cb054f3137.d' from root:root to runner:runner
2025-08-20T22:35:42.3864318Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_complex-21cb33c001b845f2.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3866099Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerocopy-fa191919e53ae977.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3868173Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ucd_trie-80633656e863a222.d' from root:root to runner:runner
2025-08-20T22:35:42.3870026Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-9eef750e852b006d.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3871783Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/quick_error-f6465bf75e341677.d' from root:root to runner:runner
2025-08-20T22:35:42.3873459Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsafe_arch-23b95f237aac617e.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3875137Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-4479434a0df543f8.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3876762Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/qoi-0ccf924c3439de0f.d' from root:root to runner:runner
2025-08-20T22:35:42.3878525Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/image-72a048e5d9b43549.d' from root:root to runner:runner
2025-08-20T22:35:42.3880167Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitstream_io-58febbe5e9175494.d' from root:root to runner:runner
2025-08-20T22:35:42.3882050Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3883732Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/owned_ttf_parser-700023b135254c69.d' from root:root to runner:runner
2025-08-20T22:35:42.3885415Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimgref-550ec65c7394d654.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3887141Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/simba-28f8577cd7a76e94.d' from root:root to runner:runner
2025-08-20T22:35:42.3888862Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-056469cb054f3137.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3890584Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-eb77c69ac2d7beae.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3892340Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmatrixmultiply-7f26477e05b9ba2c.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3894105Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libab_glyph_rasterizer-8aaa11613673904a.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3896025Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3897880Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaligned_vec-8b3e50d0064bb1d8.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3899559Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pathdiff-6afe966f22006c7c.d' from root:root to runner:runner
2025-08-20T22:35:42.3901210Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rayon_core-7c0624f593cfe705.d' from root:root to runner:runner
2025-08-20T22:35:42.3902875Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimage-72a048e5d9b43549.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3904547Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3906450Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-3dce2d85898e7299.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3908317Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_rational-385a00d1593c6d66.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3910007Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libqoi-0ccf924c3439de0f.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3911687Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/matrixmultiply-7f26477e05b9ba2c.d' from root:root to runner:runner
2025-08-20T22:35:42.3913371Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum-bb0b1603c6f0eab6.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3915008Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pest-56bfa3efbc90e4fe.d' from root:root to runner:runner
2025-08-20T22:35:42.3916646Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-4e967277c3fcbf64.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3918470Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-51234f7be0e44a62.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3920167Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libatty-d94d474988d263f3.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3921979Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/open-bc2092c32e9dd8e1.d' from root:root to runner:runner
2025-08-20T22:35:42.3923702Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_traits-f6cb156987554964.d' from root:root to runner:runner
2025-08-20T22:35:42.3925390Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerocopy-fa191919e53ae977.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3927156Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cfg_if-390245f0fda4ac0f.d' from root:root to runner:runner
2025-08-20T22:35:42.3928880Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-106f0a8d539a0ffb.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3930571Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_bigint-1bca2500b812a47c.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3932452Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librgb-ea0cc14e26b5737d.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3934140Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-6e19fb18fb037838.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3935829Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarrayvec-c10f46480f6921b8.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3937632Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/globwalk-2d3a913e01589800.d' from root:root to runner:runner
2025-08-20T22:35:42.3939372Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarrayvec-c10f46480f6921b8.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3941055Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand_chacha-c5ea3092bb87a8d4.d' from root:root to runner:runner
2025-08-20T22:35:42.3942746Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsimd_adler32-3eb596e136ca35cd.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3944454Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimageproc-71dbcfdbf60f8c2d.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3946173Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_cli_ops-6c9a818743aefe7a.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3948164Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3949986Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdebug_unreachable-e6bca2bec30abf78.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3951721Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_docker-22afe063b8a340f7.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3953428Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminiz_oxide-8a47b21992ba894b.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3955145Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_parser-1521a2aff218d4cf.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3956893Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-4e967277c3fcbf64.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3958820Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libv_frame-a73facb76f3b1e93.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3960496Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libweezl-6273eae429e1b392.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3962119Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ig-16f70bb9b61644e7.d' from root:root to runner:runner
2025-08-20T22:35:42.3963763Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimage_webp-4a69f3cd13bf2c1b.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3965470Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-9eef750e852b006d.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3967275Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sic_parser-1521a2aff218d4cf.d' from root:root to runner:runner
2025-08-20T22:35:42.3968971Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/walkdir-a545e9a5ea7ecd80.d' from root:root to runner:runner
2025-08-20T22:35:42.3970618Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/safe_arch-23b95f237aac617e.d' from root:root to runner:runner
2025-08-20T22:35:42.3972461Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-5b3f886e19f9b939.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3974244Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpest-56bfa3efbc90e4fe.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3975915Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3977700Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ab_glyph-b7c4ce2f54464e39.d' from root:root to runner:runner
2025-08-20T22:35:42.3979339Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gif-4a0d4461632e94d9.d' from root:root to runner:runner
2025-08-20T22:35:42.3981007Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librawpointer-7951e262d4efce52.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3982726Z [00:04:05.396]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-ae29605e8bb5f11f.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3984676Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zune_core-7bd55be4e869754a.d' from root:root to runner:runner
2025-08-20T22:35:42.3986340Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpng-04c228c95e2fc7c2.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3988192Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder_lite-f3d2b88b1eb33bad.rlib' from root:root to runner:runner
2025-08-20T22:35:42.3989904Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librav1e-8d9e4eae338f148d.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3991542Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/exr-078a7709b5edc364.d' from root:root to runner:runner
2025-08-20T22:35:42.3993197Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libttf_parser-9a662669b626d7d5.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.3994862Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/color_quant-8640f1062a0aa002.d' from root:root to runner:runner
2025-08-20T22:35:42.3996487Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rayon-2a743707f952428d.d' from root:root to runner:runner
2025-08-20T22:35:42.3998420Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmaybe_rayon-57b90141e4b7e234.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4000164Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/arrayvec-c10f46480f6921b8.d' from root:root to runner:runner
2025-08-20T22:35:42.4001780Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/png-04c228c95e2fc7c2.d' from root:root to runner:runner
2025-08-20T22:35:42.4003467Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_complex-21cb33c001b845f2.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4005196Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-ae29605e8bb5f11f.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4006987Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon_core-7c0624f593cfe705.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4008879Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpest-56bfa3efbc90e4fe.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4010560Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libflate2-66bc6476724f6aa8.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4012234Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtiff-23a65a6841fb3fb9.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4013937Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-5b3f886e19f9b939.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4015639Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_wsl-719c1e118be3235a.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4017373Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zune_jpeg-09894569afb1512a.d' from root:root to runner:runner
2025-08-20T22:35:42.4019101Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libprofiling-51e85ee26a9519f6.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4020818Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librawpointer-7951e262d4efce52.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4022501Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bstr-4479434a0df543f8.d' from root:root to runner:runner
2025-08-20T22:35:42.4024296Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-e636ddc523b524b0.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4026041Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/aligned_vec-8b3e50d0064bb1d8.d' from root:root to runner:runner
2025-08-20T22:35:42.4027820Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnalgebra-21961cbd334eb413.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4029505Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libab_glyph-b7c4ce2f54464e39.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4031195Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpathdiff-6afe966f22006c7c.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4032870Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libatty-d94d474988d263f3.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4034707Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/either-b3141ecb6e1f5118.d' from root:root to runner:runner
2025-08-20T22:35:42.4036363Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libloop9-f5848f5d85f2f98c.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4038161Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libppv_lite86-069c9741208bad70.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4039846Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_iter-0328186965d0adf5.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4041495Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/weezl-6273eae429e1b392.d' from root:root to runner:runner
2025-08-20T22:35:42.4043182Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimage_webp-4a69f3cd13bf2c1b.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4044889Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsafe_arch-23b95f237aac617e.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4046591Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-763bc1a385ccfbe9.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4048422Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-e636ddc523b524b0.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4050255Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-185894431a529b90.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4051971Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/atty-d94d474988d263f3.d' from root:root to runner:runner
2025-08-20T22:35:42.4053611Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4055277Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sic_image_engine-b84433a394665032.d' from root:root to runner:runner
2025-08-20T22:35:42.4057121Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-056469cb054f3137.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4058902Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libowned_ttf_parser-700023b135254c69.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4060888Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libowned_ttf_parser-700023b135254c69.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4062622Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_chacha-c5ea3092bb87a8d4.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4064331Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnalgebra-21961cbd334eb413.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4066099Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-179e3c81e30bec0d.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4067938Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_rational-385a00d1593c6d66.d' from root:root to runner:runner
2025-08-20T22:35:42.4069625Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libquick_error-f6465bf75e341677.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4071308Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhalf-0f21abe7ad1244bd.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4072988Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-cfdb221f4103d149.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4074826Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_iter-0328186965d0adf5.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4076583Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libppv_lite86-069c9741208bad70.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4078368Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rgb-ea0cc14e26b5737d.d' from root:root to runner:runner
2025-08-20T22:35:42.4080028Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobwalk-2d3a913e01589800.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4081721Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bytemuck-0c5a425932763083.d' from root:root to runner:runner
2025-08-20T22:35:42.4083368Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-185894431a529b90.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4085032Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon-2a743707f952428d.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4087064Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/av1_grain-7353c85a83f8c167.d' from root:root to runner:runner
2025-08-20T22:35:42.4088817Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_deque-eb77c69ac2d7beae.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4090527Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzune_jpeg-09894569afb1512a.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4092220Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libprofiling-51e85ee26a9519f6.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4093908Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libravif-f41024cf6512e7b2.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4095592Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon_core-7c0624f593cfe705.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4097349Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libravif-f41024cf6512e7b2.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4099108Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-a10c404feebee022.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4100984Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytemuck-0c5a425932763083.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4102728Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwide-039e5c9b9977285d.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4104414Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libquick_error-f6465bf75e341677.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4106090Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwide-039e5c9b9977285d.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4107881Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_automata-5b3f886e19f9b939.d' from root:root to runner:runner
2025-08-20T22:35:42.4109563Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libignore-5a8e5e7577c69a1d.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4111455Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_integer-12339fc7b32d8e3b.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4113160Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-3dce2d85898e7299.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4114866Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc32fast-5f6295e13ace7bfe.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4116532Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ttf_parser-9a662669b626d7d5.d' from root:root to runner:runner
2025-08-20T22:35:42.4118334Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_core-50661674fcc72e0f.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4120027Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-a10c404feebee022.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4121709Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itertools-3dce2d85898e7299.d' from root:root to runner:runner
2025-08-20T22:35:42.4123389Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitstream_io-58febbe5e9175494.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4125063Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ansi_term-7eca5868e48ccc03.d' from root:root to runner:runner
2025-08-20T22:35:42.4126925Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-b3141ecb6e1f5118.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4128655Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/adler2-0ef8966097685d4f.d' from root:root to runner:runner
2025-08-20T22:35:42.4130298Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtiff-23a65a6841fb3fb9.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4131997Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_core-50661674fcc72e0f.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4133673Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-9416b516f7a52de1.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4135317Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nalgebra-21961cbd334eb413.d' from root:root to runner:runner
2025-08-20T22:35:42.4137227Z [00:04:05.397]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memchr-4febb07ae6b182e6.d' from root:root to runner:runner
2025-08-20T22:35:42.4138930Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rawpointer-7951e262d4efce52.d' from root:root to runner:runner
2025-08-20T22:35:42.4140581Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand_distr-3890dadb615c3992.d' from root:root to runner:runner
2025-08-20T22:35:42.4142251Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-4cd455734f9952ae.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4143967Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzune_inflate-dcc4a8184937b188.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4145644Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_integer-12339fc7b32d8e3b.d' from root:root to runner:runner
2025-08-20T22:35:42.4147325Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nom-6403210b9152b214.d' from root:root to runner:runner
2025-08-20T22:35:42.4148997Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/approx-869ac4670883f266.d' from root:root to runner:runner
2025-08-20T22:35:42.4150852Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-f6cb156987554964.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4152601Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_parser-1521a2aff218d4cf.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4154264Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zerocopy-fa191919e53ae977.d' from root:root to runner:runner
2025-08-20T22:35:42.4155898Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/globset-26be0a519c8d16a7.d' from root:root to runner:runner
2025-08-20T22:35:42.4157604Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/typenum-df9142d69f2e66c2.d' from root:root to runner:runner
2025-08-20T22:35:42.4159250Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand_core-6518ff34cbe15984.d' from root:root to runner:runner
2025-08-20T22:35:42.4160893Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibm-630db5bee1ce0da8.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4162784Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libjpeg_decoder-468ddd9ec6091ba0.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4164488Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libav1_grain-7353c85a83f8c167.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4166187Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/imageproc-71dbcfdbf60f8c2d.d' from root:root to runner:runner
2025-08-20T22:35:42.4168004Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-763bc1a385ccfbe9.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4169687Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sic_cli_ops-6c9a818743aefe7a.d' from root:root to runner:runner
2025-08-20T22:35:42.4171324Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ignore-5a8e5e7577c69a1d.d' from root:root to runner:runner
2025-08-20T22:35:42.4172963Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/profiling-51e85ee26a9519f6.d' from root:root to runner:runner
2025-08-20T22:35:42.4174663Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-4479434a0df543f8.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4176482Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libansi_term-7eca5868e48ccc03.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4178276Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/imgref-550ec65c7394d654.d' from root:root to runner:runner
2025-08-20T22:35:42.4179944Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-bb66b071ffc69dd0.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4181636Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnom-6403210b9152b214.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4183303Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-9416b516f7a52de1.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4184972Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_deque-eb77c69ac2d7beae.d' from root:root to runner:runner
2025-08-20T22:35:42.4186639Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libexr-078a7709b5edc364.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4188565Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgif-4a0d4461632e94d9.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4190242Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_docker-22afe063b8a340f7.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4191925Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-f6cb156987554964.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4193626Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitstream_io-58febbe5e9175494.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4195323Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libflate2-66bc6476724f6aa8.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4197107Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_io-beb5af79a442167b.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4199231Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libavif_serialize-f400ece7db879bad.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4200903Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num-bb0b1603c6f0eab6.d' from root:root to runner:runner
2025-08-20T22:35:42.4202743Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_epoch-179e3c81e30bec0d.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4204518Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libucd_trie-80633656e863a222.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4206212Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimageproc-71dbcfdbf60f8c2d.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4208062Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzune_jpeg-09894569afb1512a.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4209762Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libansi_term-7eca5868e48ccc03.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4211435Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblebe-17c709b9203a3b30.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4213313Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-bb66b071ffc69dd0.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4215011Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-6518ff34cbe15984.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4216675Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_complex-21cb33c001b845f2.d' from root:root to runner:runner
2025-08-20T22:35:42.4218456Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum-bb0b1603c6f0eab6.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4220147Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminiz_oxide-8a47b21992ba894b.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4221824Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/miniz_oxide-8a47b21992ba894b.d' from root:root to runner:runner
2025-08-20T22:35:42.4223499Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_bigint-1bca2500b812a47c.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4225189Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbit_field-023af150687aabaf.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4226965Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_image_engine-b84433a394665032.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4228866Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-6e19fb18fb037838.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4230633Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libjpeg_decoder-468ddd9ec6091ba0.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4232354Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolor_quant-8640f1062a0aa002.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4234051Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/avif_serialize-f400ece7db879bad.d' from root:root to runner:runner
2025-08-20T22:35:42.4235765Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_image_engine-b84433a394665032.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4237529Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/simd_adler32-3eb596e136ca35cd.d' from root:root to runner:runner
2025-08-20T22:35:42.4239402Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimagineer-afb0f5b4cc0f1ff6.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4241082Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ppv_lite86-069c9741208bad70.d' from root:root to runner:runner
2025-08-20T22:35:42.4242752Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtypenum-df9142d69f2e66c2.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4244428Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libignore-5a8e5e7577c69a1d.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4246119Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_chacha-c5ea3092bb87a8d4.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4247968Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4249662Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobset-26be0a519c8d16a7.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4251341Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsimba-28f8577cd7a76e94.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4253195Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libadler2-0ef8966097685d4f.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4254956Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_io-beb5af79a442167b.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4256624Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libvec_map-24fb480879b65233.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4258420Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpng-04c228c95e2fc7c2.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4260075Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/imagineer-afb0f5b4cc0f1ff6.d' from root:root to runner:runner
2025-08-20T22:35:42.4261701Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libc-4e967277c3fcbf64.d' from root:root to runner:runner
2025-08-20T22:35:42.4263351Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-4cd455734f9952ae.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4265288Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librav1e-8d9e4eae338f148d.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4267039Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/log-ca76cc5873df6a42.d' from root:root to runner:runner
2025-08-20T22:35:42.4268738Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtypenum-df9142d69f2e66c2.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4270433Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libttf_parser-9a662669b626d7d5.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4272122Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_utils-51234f7be0e44a62.d' from root:root to runner:runner
2025-08-20T22:35:42.4273813Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolor_quant-8640f1062a0aa002.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4275508Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4277275Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobset-26be0a519c8d16a7.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4279171Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librgb-ea0cc14e26b5737d.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4280881Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-bb66b071ffc69dd0.d' from root:root to runner:runner
2025-08-20T22:35:42.4282539Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_wsl-719c1e118be3235a.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4284226Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_distr-3890dadb615c3992.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4285967Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrossbeam_utils-51234f7be0e44a62.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4287801Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libvec_map-24fb480879b65233.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4289665Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/once_cell-e636ddc523b524b0.d' from root:root to runner:runner
2025-08-20T22:35:42.4291289Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lebe-17c709b9203a3b30.d' from root:root to runner:runner
2025-08-20T22:35:42.4292915Z [00:04:05.398]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strsim-106f0a8d539a0ffb.d' from root:root to runner:runner
2025-08-20T22:35:42.4294571Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfdeflate-c7332e0f0b98ebf8.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4296268Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libav1_grain-7353c85a83f8c167.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4298120Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnom-6403210b9152b214.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4299766Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bit_field-023af150687aabaf.d' from root:root to runner:runner
2025-08-20T22:35:42.4301423Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libv_frame-a73facb76f3b1e93.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4303130Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpathdiff-6afe966f22006c7c.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4304965Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crc32fast-5f6295e13ace7bfe.d' from root:root to runner:runner
2025-08-20T22:35:42.4306754Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/debug_unreachable-e6bca2bec30abf78.d' from root:root to runner:runner
2025-08-20T22:35:42.4308614Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-056b60670a248d3e.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4310316Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-106f0a8d539a0ffb.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4311994Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/aho_corasick-763bc1a385ccfbe9.d' from root:root to runner:runner
2025-08-20T22:35:42.4313660Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libapprox-869ac4670883f266.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4315535Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimagineer-afb0f5b4cc0f1ff6.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4317323Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbit_field-023af150687aabaf.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4319057Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_width-ae29605e8bb5f11f.d' from root:root to runner:runner
2025-08-20T22:35:42.4320720Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libloop9-f5848f5d85f2f98c.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4322389Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopen-bc2092c32e9dd8e1.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4324069Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libapprox-869ac4670883f266.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4325715Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/flate2-66bc6476724f6aa8.d' from root:root to runner:runner
2025-08-20T22:35:42.4327435Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytemuck-0c5a425932763083.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4329205Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmaybe_rayon-57b90141e4b7e234.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4331056Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibm-630db5bee1ce0da8.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4332802Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtextwrap-ba54d61407f33054.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4334473Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/same_file-68187b3b758edad5.d' from root:root to runner:runner
2025-08-20T22:35:42.4336092Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rav1e-8d9e4eae338f148d.d' from root:root to runner:runner
2025-08-20T22:35:42.4337835Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crossbeam_epoch-179e3c81e30bec0d.d' from root:root to runner:runner
2025-08-20T22:35:42.4339535Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-056b60670a248d3e.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4341451Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminimal_lexical-79f70aa3ad38fa03.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4343159Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopen-bc2092c32e9dd8e1.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4344793Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/v_frame-a73facb76f3b1e93.d' from root:root to runner:runner
2025-08-20T22:35:42.4346424Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/maybe_rayon-57b90141e4b7e234.d' from root:root to runner:runner
2025-08-20T22:35:42.4348268Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libab_glyph_rasterizer-8aaa11613673904a.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4349958Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ravif-f41024cf6512e7b2.d' from root:root to runner:runner
2025-08-20T22:35:42.4351607Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimgref-550ec65c7394d654.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4353311Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-cfdb221f4103d149.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4355201Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4357045Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobwalk-2d3a913e01589800.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4358785Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon-2a743707f952428d.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4360440Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/textwrap-ba54d61407f33054.d' from root:root to runner:runner
2025-08-20T22:35:42.4362135Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libavif_serialize-f400ece7db879bad.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4363863Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzune_inflate-dcc4a8184937b188.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4365559Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tiff-23a65a6841fb3fb9.d' from root:root to runner:runner
2025-08-20T22:35:42.4367466Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/jpeg_decoder-468ddd9ec6091ba0.d' from root:root to runner:runner
2025-08-20T22:35:42.4369205Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_cli_ops-6c9a818743aefe7a.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4370891Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-6518ff34cbe15984.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4372565Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhalf-0f21abe7ad1244bd.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4374238Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libucd_trie-80633656e863a222.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4375909Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimage-72a048e5d9b43549.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4377635Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/wide-039e5c9b9977285d.d' from root:root to runner:runner
2025-08-20T22:35:42.4379277Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_bigint-1bca2500b812a47c.d' from root:root to runner:runner
2025-08-20T22:35:42.4381141Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdebug_unreachable-e6bca2bec30abf78.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4382894Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libm-630db5bee1ce0da8.d' from root:root to runner:runner
2025-08-20T22:35:42.4384561Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4386468Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zune_inflate-dcc4a8184937b188.d' from root:root to runner:runner
2025-08-20T22:35:42.4388294Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsimba-28f8577cd7a76e94.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4389936Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap-9eef750e852b006d.d' from root:root to runner:runner
2025-08-20T22:35:42.4391572Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libqoi-0ccf924c3439de0f.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4393194Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_wsl-719c1e118be3235a.d' from root:root to runner:runner
2025-08-20T22:35:42.4394815Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/smallvec-cfdb221f4103d149.d' from root:root to runner:runner
2025-08-20T22:35:42.4396444Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_iter-0328186965d0adf5.d' from root:root to runner:runner
2025-08-20T22:35:42.4398218Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-b3141ecb6e1f5118.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4400060Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ab_glyph_rasterizer-8aaa11613673904a.d' from root:root to runner:runner
2025-08-20T22:35:42.4401863Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzune_core-7bd55be4e869754a.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4403532Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/getrandom-4cd455734f9952ae.d' from root:root to runner:runner
2025-08-20T22:35:42.4405223Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_rational-385a00d1593c6d66.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4406974Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/vec_map-24fb480879b65233.d' from root:root to runner:runner
2025-08-20T22:35:42.4408676Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_syntax-056b60670a248d3e.d' from root:root to runner:runner
2025-08-20T22:35:42.4410349Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfdeflate-c7332e0f0b98ebf8.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4412299Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsimd_adler32-3eb596e136ca35cd.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4413998Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libadler2-0ef8966097685d4f.rlib' from root:root to runner:runner
2025-08-20T22:35:42.4415693Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_integer-12339fc7b32d8e3b.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.4417345Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-20T22:35:42.4418875Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/libimagineer.d' from root:root to runner:runner
2025-08-20T22:35:42.4420359Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-20T22:35:42.4421738Z [00:04:05.399]➜  ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/ig' retained as runner:runner
2025-08-20T22:35:42.4423147Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-20T22:35:42.4424599Z [00:04:05.399]➜  ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/libimagineer.rlib' retained as runner:runner
2025-08-20T22:35:42.4426167Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/ig.d' from root:root to runner:runner
2025-08-20T22:35:42.4427871Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/stderr' from root:root to runner:runner
2025-08-20T22:35:42.4429584Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4431384Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/ca81b3637afdb6b5-cdef.o' from root:root to runner:runner
2025-08-20T22:35:42.4433143Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/asm.hash' from root:root to runner:runner
2025-08-20T22:35:42.4434905Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/ca81b3637afdb6b5-sad.o' from root:root to runner:runner
2025-08-20T22:35:42.4437063Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/ca81b3637afdb6b5-mc.o' from root:root to runner:runner
2025-08-20T22:35:42.4438921Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/librav1e-aarch64.a' from root:root to runner:runner
2025-08-20T22:35:42.4440742Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/ca81b3637afdb6b5-cdef_dist.o' from root:root to runner:runner
2025-08-20T22:35:42.4442597Z [00:04:05.399]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/ca81b3637afdb6b5-ipred16.o' from root:root to runner:runner
2025-08-20T22:35:42.4444429Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/ca81b3637afdb6b5-mc16.o' from root:root to runner:runner
2025-08-20T22:35:42.4446187Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/built.rs' from root:root to runner:runner
2025-08-20T22:35:42.4448024Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/config.h' from root:root to runner:runner
2025-08-20T22:35:42.4449793Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/ca81b3637afdb6b5-sse.o' from root:root to runner:runner
2025-08-20T22:35:42.4451789Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/ca81b3637afdb6b5-cdef16.o' from root:root to runner:runner
2025-08-20T22:35:42.4453688Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/ca81b3637afdb6b5-satd.o' from root:root to runner:runner
2025-08-20T22:35:42.4455512Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/ca81b3637afdb6b5-itx.o' from root:root to runner:runner
2025-08-20T22:35:42.4457419Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/24d010046aac078b-tables.o' from root:root to runner:runner
2025-08-20T22:35:42.4459313Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/ca81b3637afdb6b5-itx16.o' from root:root to runner:runner
2025-08-20T22:35:42.4461144Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/ca81b3637afdb6b5-ipred.o' from root:root to runner:runner
2025-08-20T22:35:42.4463113Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out' from root:root to runner:runner
2025-08-20T22:35:42.4464793Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/root-output' from root:root to runner:runner
2025-08-20T22:35:42.4466508Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/output' from root:root to runner:runner
2025-08-20T22:35:42.4468271Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d' from root:root to runner:runner
2025-08-20T22:35:42.4469922Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/stderr' from root:root to runner:runner
2025-08-20T22:35:42.4471708Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4473465Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/out/tests.rs' from root:root to runner:runner
2025-08-20T22:35:42.4475156Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/out' from root:root to runner:runner
2025-08-20T22:35:42.4477045Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/root-output' from root:root to runner:runner
2025-08-20T22:35:42.4478822Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/output' from root:root to runner:runner
2025-08-20T22:35:42.4480474Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce' from root:root to runner:runner
2025-08-20T22:35:42.4482141Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/stderr' from root:root to runner:runner
2025-08-20T22:35:42.4483889Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4485657Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/out' from root:root to runner:runner
2025-08-20T22:35:42.4487624Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/root-output' from root:root to runner:runner
2025-08-20T22:35:42.4489390Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/output' from root:root to runner:runner
2025-08-20T22:35:42.4491066Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2' from root:root to runner:runner
2025-08-20T22:35:42.4492731Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-cf335dc78dc5b867/stderr' from root:root to runner:runner
2025-08-20T22:35:42.4494469Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-cf335dc78dc5b867/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4496236Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-cf335dc78dc5b867/out' from root:root to runner:runner
2025-08-20T22:35:42.4498041Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-cf335dc78dc5b867/root-output' from root:root to runner:runner
2025-08-20T22:35:42.4499754Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-cf335dc78dc5b867/output' from root:root to runner:runner
2025-08-20T22:35:42.4501465Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-cf335dc78dc5b867' from root:root to runner:runner
2025-08-20T22:35:42.4503312Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/stderr' from root:root to runner:runner
2025-08-20T22:35:42.4505208Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4507068Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/out' from root:root to runner:runner
2025-08-20T22:35:42.4508889Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/root-output' from root:root to runner:runner
2025-08-20T22:35:42.4510655Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6/output' from root:root to runner:runner
2025-08-20T22:35:42.4512360Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/crossbeam-utils-385f812694bb36c6' from root:root to runner:runner
2025-08-20T22:35:42.4514245Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-94768adf8bd0f3c0/stderr' from root:root to runner:runner
2025-08-20T22:35:42.4515995Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-94768adf8bd0f3c0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4517843Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-94768adf8bd0f3c0/out' from root:root to runner:runner
2025-08-20T22:35:42.4519550Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-94768adf8bd0f3c0/root-output' from root:root to runner:runner
2025-08-20T22:35:42.4521326Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-94768adf8bd0f3c0/output' from root:root to runner:runner
2025-08-20T22:35:42.4523009Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rayon-core-94768adf8bd0f3c0' from root:root to runner:runner
2025-08-20T22:35:42.4524656Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libm-9e25c6d6a1b9447c/stderr' from root:root to runner:runner
2025-08-20T22:35:42.4526357Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libm-9e25c6d6a1b9447c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4528414Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libm-9e25c6d6a1b9447c/out' from root:root to runner:runner
2025-08-20T22:35:42.4530207Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libm-9e25c6d6a1b9447c/root-output' from root:root to runner:runner
2025-08-20T22:35:42.4531881Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libm-9e25c6d6a1b9447c/output' from root:root to runner:runner
2025-08-20T22:35:42.4533515Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libm-9e25c6d6a1b9447c' from root:root to runner:runner
2025-08-20T22:35:42.4535201Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/matrixmultiply-b909297b9fe20fdc/stderr' from root:root to runner:runner
2025-08-20T22:35:42.4537079Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/matrixmultiply-b909297b9fe20fdc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4538913Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/matrixmultiply-b909297b9fe20fdc/out' from root:root to runner:runner
2025-08-20T22:35:42.4540950Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/matrixmultiply-b909297b9fe20fdc/root-output' from root:root to runner:runner
2025-08-20T22:35:42.4542729Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/matrixmultiply-b909297b9fe20fdc/output' from root:root to runner:runner
2025-08-20T22:35:42.4544445Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/matrixmultiply-b909297b9fe20fdc' from root:root to runner:runner
2025-08-20T22:35:42.4546135Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-176d42101435b8d5/stderr' from root:root to runner:runner
2025-08-20T22:35:42.4548024Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-176d42101435b8d5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4549749Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-176d42101435b8d5/out' from root:root to runner:runner
2025-08-20T22:35:42.4551449Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-176d42101435b8d5/root-output' from root:root to runner:runner
2025-08-20T22:35:42.4553164Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-176d42101435b8d5/output' from root:root to runner:runner
2025-08-20T22:35:42.4554979Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-176d42101435b8d5' from root:root to runner:runner
2025-08-20T22:35:42.4556705Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-5e4c4b96e0c1df13/stderr' from root:root to runner:runner
2025-08-20T22:35:42.4558566Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-5e4c4b96e0c1df13/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4560287Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-5e4c4b96e0c1df13/out' from root:root to runner:runner
2025-08-20T22:35:42.4561975Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-5e4c4b96e0c1df13/root-output' from root:root to runner:runner
2025-08-20T22:35:42.4563655Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-5e4c4b96e0c1df13/output' from root:root to runner:runner
2025-08-20T22:35:42.4565502Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-5e4c4b96e0c1df13' from root:root to runner:runner
2025-08-20T22:35:42.4567262Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-8c03e7dabbdb21b3/stderr' from root:root to runner:runner
2025-08-20T22:35:42.4569021Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-8c03e7dabbdb21b3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4570701Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-8c03e7dabbdb21b3/out' from root:root to runner:runner
2025-08-20T22:35:42.4572372Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-8c03e7dabbdb21b3/root-output' from root:root to runner:runner
2025-08-20T22:35:42.4574099Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-8c03e7dabbdb21b3/output' from root:root to runner:runner
2025-08-20T22:35:42.4575732Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-8c03e7dabbdb21b3' from root:root to runner:runner
2025-08-20T22:35:42.4577460Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-6e63324cf0156bcb/stderr' from root:root to runner:runner
2025-08-20T22:35:42.4579251Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-6e63324cf0156bcb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4581124Z [00:04:05.400]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-6e63324cf0156bcb/out' from root:root to runner:runner
2025-08-20T22:35:42.4582941Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-6e63324cf0156bcb/root-output' from root:root to runner:runner
2025-08-20T22:35:42.4584664Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-6e63324cf0156bcb/output' from root:root to runner:runner
2025-08-20T22:35:42.4586332Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-6e63324cf0156bcb' from root:root to runner:runner
2025-08-20T22:35:42.4587978Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-20T22:35:42.4589436Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-20T22:35:42.4591249Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-bb0b1603c6f0eab6/lib-num.json' from root:root to runner:runner
2025-08-20T22:35:42.4593020Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-bb0b1603c6f0eab6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4594772Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-bb0b1603c6f0eab6/dep-lib-num' from root:root to runner:runner
2025-08-20T22:35:42.4596481Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-bb0b1603c6f0eab6/lib-num' from root:root to runner:runner
2025-08-20T22:35:42.4598270Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-bb0b1603c6f0eab6' from root:root to runner:runner
2025-08-20T22:35:42.4600022Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-056b60670a248d3e/lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:35:42.4601862Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-056b60670a248d3e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4603761Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-056b60670a248d3e/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:35:42.4605779Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-056b60670a248d3e/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T22:35:42.4607737Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-056b60670a248d3e' from root:root to runner:runner
2025-08-20T22:35:42.4609513Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nom-6403210b9152b214/dep-lib-nom' from root:root to runner:runner
2025-08-20T22:35:42.4611236Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nom-6403210b9152b214/lib-nom' from root:root to runner:runner
2025-08-20T22:35:42.4613028Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nom-6403210b9152b214/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4614785Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nom-6403210b9152b214/lib-nom.json' from root:root to runner:runner
2025-08-20T22:35:42.4616659Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nom-6403210b9152b214' from root:root to runner:runner
2025-08-20T22:35:42.4618595Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rav1e-e81bcd5fb30b627d/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.4620563Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rav1e-e81bcd5fb30b627d/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:35:42.4622415Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rav1e-e81bcd5fb30b627d' from root:root to runner:runner
2025-08-20T22:35:42.4624154Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-6e19fb18fb037838/dep-lib-anyhow' from root:root to runner:runner
2025-08-20T22:35:42.4625928Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-6e19fb18fb037838/lib-anyhow' from root:root to runner:runner
2025-08-20T22:35:42.4627825Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-6e19fb18fb037838/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4629636Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-6e19fb18fb037838/lib-anyhow.json' from root:root to runner:runner
2025-08-20T22:35:42.4631541Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-6e19fb18fb037838' from root:root to runner:runner
2025-08-20T22:35:42.4633379Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-docker-22afe063b8a340f7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4635206Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-docker-22afe063b8a340f7/lib-is_docker.json' from root:root to runner:runner
2025-08-20T22:35:42.4637154Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-docker-22afe063b8a340f7/dep-lib-is_docker' from root:root to runner:runner
2025-08-20T22:35:42.4639035Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-docker-22afe063b8a340f7/lib-is_docker' from root:root to runner:runner
2025-08-20T22:35:42.4640765Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-docker-22afe063b8a340f7' from root:root to runner:runner
2025-08-20T22:35:42.4642772Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/maybe-rayon-57b90141e4b7e234/dep-lib-maybe_rayon' from root:root to runner:runner
2025-08-20T22:35:42.4644623Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/maybe-rayon-57b90141e4b7e234/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4646489Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/maybe-rayon-57b90141e4b7e234/lib-maybe_rayon.json' from root:root to runner:runner
2025-08-20T22:35:42.4648448Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/maybe-rayon-57b90141e4b7e234/lib-maybe_rayon' from root:root to runner:runner
2025-08-20T22:35:42.4650212Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/maybe-rayon-57b90141e4b7e234' from root:root to runner:runner
2025-08-20T22:35:42.4652018Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/lib-unicode_width.json' from root:root to runner:runner
2025-08-20T22:35:42.4653885Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/lib-unicode_width' from root:root to runner:runner
2025-08-20T22:35:42.4655748Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4657833Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/dep-lib-unicode_width' from root:root to runner:runner
2025-08-20T22:35:42.4659698Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f' from root:root to runner:runner
2025-08-20T22:35:42.4661495Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/quick-error-f6465bf75e341677/lib-quick_error.json' from root:root to runner:runner
2025-08-20T22:35:42.4663344Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/quick-error-f6465bf75e341677/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4665178Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/quick-error-f6465bf75e341677/lib-quick_error' from root:root to runner:runner
2025-08-20T22:35:42.4667122Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/quick-error-f6465bf75e341677/dep-lib-quick_error' from root:root to runner:runner
2025-08-20T22:35:42.4669097Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/quick-error-f6465bf75e341677' from root:root to runner:runner
2025-08-20T22:35:42.4670947Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-46d38b0effd9acce/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.4672933Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-46d38b0effd9acce/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:35:42.4674760Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-46d38b0effd9acce' from root:root to runner:runner
2025-08-20T22:35:42.4676534Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-rational-385a00d1593c6d66/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4678557Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-rational-385a00d1593c6d66/lib-num_rational.json' from root:root to runner:runner
2025-08-20T22:35:42.4680428Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-rational-385a00d1593c6d66/dep-lib-num_rational' from root:root to runner:runner
2025-08-20T22:35:42.4682306Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-rational-385a00d1593c6d66/lib-num_rational' from root:root to runner:runner
2025-08-20T22:35:42.4684246Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-rational-385a00d1593c6d66' from root:root to runner:runner
2025-08-20T22:35:42.4686125Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zune-core-7bd55be4e869754a/lib-zune_core.json' from root:root to runner:runner
2025-08-20T22:35:42.4688113Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zune-core-7bd55be4e869754a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4689929Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zune-core-7bd55be4e869754a/lib-zune_core' from root:root to runner:runner
2025-08-20T22:35:42.4691732Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zune-core-7bd55be4e869754a/dep-lib-zune_core' from root:root to runner:runner
2025-08-20T22:35:42.4693516Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zune-core-7bd55be4e869754a' from root:root to runner:runner
2025-08-20T22:35:42.4695445Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libm-630db5bee1ce0da8/dep-lib-libm' from root:root to runner:runner
2025-08-20T22:35:42.4697314Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libm-630db5bee1ce0da8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4699146Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libm-630db5bee1ce0da8/lib-libm.json' from root:root to runner:runner
2025-08-20T22:35:42.4700885Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libm-630db5bee1ce0da8/lib-libm' from root:root to runner:runner
2025-08-20T22:35:42.4702574Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libm-630db5bee1ce0da8' from root:root to runner:runner
2025-08-20T22:35:42.4704251Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-9eef750e852b006d/lib-clap' from root:root to runner:runner
2025-08-20T22:35:42.4706010Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-9eef750e852b006d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4707950Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-9eef750e852b006d/dep-lib-clap' from root:root to runner:runner
2025-08-20T22:35:42.4709863Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-9eef750e852b006d/lib-clap.json' from root:root to runner:runner
2025-08-20T22:35:42.4711657Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-9eef750e852b006d' from root:root to runner:runner
2025-08-20T22:35:42.4713393Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-069c9741208bad70/lib-ppv_lite86' from root:root to runner:runner
2025-08-20T22:35:42.4715210Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-069c9741208bad70/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4717118Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-069c9741208bad70/dep-lib-ppv_lite86' from root:root to runner:runner
2025-08-20T22:35:42.4719003Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-069c9741208bad70/lib-ppv_lite86.json' from root:root to runner:runner
2025-08-20T22:35:42.4721013Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-069c9741208bad70' from root:root to runner:runner
2025-08-20T22:35:42.4722765Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/approx-869ac4670883f266/dep-lib-approx' from root:root to runner:runner
2025-08-20T22:35:42.4724548Z [00:04:05.401]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/approx-869ac4670883f266/lib-approx.json' from root:root to runner:runner
2025-08-20T22:35:42.4726351Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/approx-869ac4670883f266/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4728269Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/approx-869ac4670883f266/lib-approx' from root:root to runner:runner
2025-08-20T22:35:42.4729977Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/approx-869ac4670883f266' from root:root to runner:runner
2025-08-20T22:35:42.4731761Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae/lib-crossbeam_deque' from root:root to runner:runner
2025-08-20T22:35:42.4733676Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae/dep-lib-crossbeam_deque' from root:root to runner:runner
2025-08-20T22:35:42.4735740Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4737828Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae/lib-crossbeam_deque.json' from root:root to runner:runner
2025-08-20T22:35:42.4739701Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-eb77c69ac2d7beae' from root:root to runner:runner
2025-08-20T22:35:42.4741498Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-106f0a8d539a0ffb/dep-lib-strsim' from root:root to runner:runner
2025-08-20T22:35:42.4743263Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-106f0a8d539a0ffb/lib-strsim' from root:root to runner:runner
2025-08-20T22:35:42.4745036Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-106f0a8d539a0ffb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4747179Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-106f0a8d539a0ffb/lib-strsim.json' from root:root to runner:runner
2025-08-20T22:35:42.4748972Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-106f0a8d539a0ffb' from root:root to runner:runner
2025-08-20T22:35:42.4750719Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-cfdb221f4103d149/lib-smallvec.json' from root:root to runner:runner
2025-08-20T22:35:42.4752542Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-cfdb221f4103d149/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4754360Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-cfdb221f4103d149/dep-lib-smallvec' from root:root to runner:runner
2025-08-20T22:35:42.4756149Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-cfdb221f4103d149/lib-smallvec' from root:root to runner:runner
2025-08-20T22:35:42.4758010Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-cfdb221f4103d149' from root:root to runner:runner
2025-08-20T22:35:42.4759860Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.4762028Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:35:42.4763968Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2' from root:root to runner:runner
2025-08-20T22:35:42.4765777Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/lib-same_file.json' from root:root to runner:runner
2025-08-20T22:35:42.4767693Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4769539Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/lib-same_file' from root:root to runner:runner
2025-08-20T22:35:42.4771340Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/dep-lib-same_file' from root:root to runner:runner
2025-08-20T22:35:42.4773293Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5' from root:root to runner:runner
2025-08-20T22:35:42.4775016Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/png-04c228c95e2fc7c2/dep-lib-png' from root:root to runner:runner
2025-08-20T22:35:42.4776752Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/png-04c228c95e2fc7c2/lib-png.json' from root:root to runner:runner
2025-08-20T22:35:42.4778651Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/png-04c228c95e2fc7c2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4780397Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/png-04c228c95e2fc7c2/lib-png' from root:root to runner:runner
2025-08-20T22:35:42.4782068Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/png-04c228c95e2fc7c2' from root:root to runner:runner
2025-08-20T22:35:42.4783876Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ab_glyph_rasterizer-8aaa11613673904a/lib-ab_glyph_rasterizer.json' from root:root to runner:runner
2025-08-20T22:35:42.4785823Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ab_glyph_rasterizer-8aaa11613673904a/dep-lib-ab_glyph_rasterizer' from root:root to runner:runner
2025-08-20T22:35:42.4788057Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ab_glyph_rasterizer-8aaa11613673904a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4790050Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ab_glyph_rasterizer-8aaa11613673904a/lib-ab_glyph_rasterizer' from root:root to runner:runner
2025-08-20T22:35:42.4791897Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ab_glyph_rasterizer-8aaa11613673904a' from root:root to runner:runner
2025-08-20T22:35:42.4793665Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-0ef8966097685d4f/dep-lib-adler2' from root:root to runner:runner
2025-08-20T22:35:42.4795420Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-0ef8966097685d4f/lib-adler2' from root:root to runner:runner
2025-08-20T22:35:42.4797295Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-0ef8966097685d4f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4799308Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-0ef8966097685d4f/lib-adler2.json' from root:root to runner:runner
2025-08-20T22:35:42.4801024Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-0ef8966097685d4f' from root:root to runner:runner
2025-08-20T22:35:42.4802757Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/half-0f21abe7ad1244bd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4804550Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/half-0f21abe7ad1244bd/dep-lib-half' from root:root to runner:runner
2025-08-20T22:35:42.4806284Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/half-0f21abe7ad1244bd/lib-half' from root:root to runner:runner
2025-08-20T22:35:42.4808184Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/half-0f21abe7ad1244bd/lib-half.json' from root:root to runner:runner
2025-08-20T22:35:42.4809889Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/half-0f21abe7ad1244bd' from root:root to runner:runner
2025-08-20T22:35:42.4811627Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-c10f46480f6921b8/lib-arrayvec.json' from root:root to runner:runner
2025-08-20T22:35:42.4813605Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-c10f46480f6921b8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4815492Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-c10f46480f6921b8/dep-lib-arrayvec' from root:root to runner:runner
2025-08-20T22:35:42.4817353Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-c10f46480f6921b8/lib-arrayvec' from root:root to runner:runner
2025-08-20T22:35:42.4819139Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-c10f46480f6921b8' from root:root to runner:runner
2025-08-20T22:35:42.4820900Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-c5ea3092bb87a8d4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4822727Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-c5ea3092bb87a8d4/lib-rand_chacha' from root:root to runner:runner
2025-08-20T22:35:42.4824757Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-c5ea3092bb87a8d4/dep-lib-rand_chacha' from root:root to runner:runner
2025-08-20T22:35:42.4826609Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-c5ea3092bb87a8d4/lib-rand_chacha.json' from root:root to runner:runner
2025-08-20T22:35:42.4828516Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-c5ea3092bb87a8d4' from root:root to runner:runner
2025-08-20T22:35:42.4830291Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imagineer-16f70bb9b61644e7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4832078Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imagineer-16f70bb9b61644e7/bin-ig' from root:root to runner:runner
2025-08-20T22:35:42.4833834Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imagineer-16f70bb9b61644e7/bin-ig.json' from root:root to runner:runner
2025-08-20T22:35:42.4835609Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imagineer-16f70bb9b61644e7/dep-bin-ig' from root:root to runner:runner
2025-08-20T22:35:42.4837395Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imagineer-16f70bb9b61644e7' from root:root to runner:runner
2025-08-20T22:35:42.4839306Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/image-72a048e5d9b43549/lib-image' from root:root to runner:runner
2025-08-20T22:35:42.4841142Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/image-72a048e5d9b43549/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4842923Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/image-72a048e5d9b43549/dep-lib-image' from root:root to runner:runner
2025-08-20T22:35:42.4844689Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/image-72a048e5d9b43549/lib-image.json' from root:root to runner:runner
2025-08-20T22:35:42.4846394Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/image-72a048e5d9b43549' from root:root to runner:runner
2025-08-20T22:35:42.4848237Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/v_frame-a73facb76f3b1e93/lib-v_frame' from root:root to runner:runner
2025-08-20T22:35:42.4850212Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/v_frame-a73facb76f3b1e93/dep-lib-v_frame' from root:root to runner:runner
2025-08-20T22:35:42.4852014Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/v_frame-a73facb76f3b1e93/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4853806Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/v_frame-a73facb76f3b1e93/lib-v_frame.json' from root:root to runner:runner
2025-08-20T22:35:42.4855522Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/v_frame-a73facb76f3b1e93' from root:root to runner:runner
2025-08-20T22:35:42.4857433Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-cf335dc78dc5b867/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.4859486Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-cf335dc78dc5b867/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:35:42.4861319Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-cf335dc78dc5b867' from root:root to runner:runner
2025-08-20T22:35:42.4863128Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/new_debug_unreachable-e6bca2bec30abf78/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4865194Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/new_debug_unreachable-e6bca2bec30abf78/dep-lib-debug_unreachable' from root:root to runner:runner
2025-08-20T22:35:42.4867304Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/new_debug_unreachable-e6bca2bec30abf78/lib-debug_unreachable' from root:root to runner:runner
2025-08-20T22:35:42.4869329Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/new_debug_unreachable-e6bca2bec30abf78/lib-debug_unreachable.json' from root:root to runner:runner
2025-08-20T22:35:42.4871198Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/new_debug_unreachable-e6bca2bec30abf78' from root:root to runner:runner
2025-08-20T22:35:42.4872996Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytemuck-0c5a425932763083/lib-bytemuck.json' from root:root to runner:runner
2025-08-20T22:35:42.4875003Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytemuck-0c5a425932763083/dep-lib-bytemuck' from root:root to runner:runner
2025-08-20T22:35:42.4876813Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytemuck-0c5a425932763083/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4878758Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytemuck-0c5a425932763083/lib-bytemuck' from root:root to runner:runner
2025-08-20T22:35:42.4880488Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytemuck-0c5a425932763083' from root:root to runner:runner
2025-08-20T22:35:42.4882241Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-2a743707f952428d/lib-rayon' from root:root to runner:runner
2025-08-20T22:35:42.4883993Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-2a743707f952428d/dep-lib-rayon' from root:root to runner:runner
2025-08-20T22:35:42.4885766Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-2a743707f952428d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4887607Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-2a743707f952428d/lib-rayon.json' from root:root to runner:runner
2025-08-20T22:35:42.4889520Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-2a743707f952428d' from root:root to runner:runner
2025-08-20T22:35:42.4891329Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rgb-ea0cc14e26b5737d/lib-rgb.json' from root:root to runner:runner
2025-08-20T22:35:42.4893093Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rgb-ea0cc14e26b5737d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4894854Z [00:04:05.402]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rgb-ea0cc14e26b5737d/dep-lib-rgb' from root:root to runner:runner
2025-08-20T22:35:42.4896565Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rgb-ea0cc14e26b5737d/lib-rgb' from root:root to runner:runner
2025-08-20T22:35:42.4898385Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rgb-ea0cc14e26b5737d' from root:root to runner:runner
2025-08-20T22:35:42.4900130Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imagineer-afb0f5b4cc0f1ff6/lib-imagineer.json' from root:root to runner:runner
2025-08-20T22:35:42.4902178Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imagineer-afb0f5b4cc0f1ff6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4904014Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imagineer-afb0f5b4cc0f1ff6/dep-lib-imagineer' from root:root to runner:runner
2025-08-20T22:35:42.4905825Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imagineer-afb0f5b4cc0f1ff6/lib-imagineer' from root:root to runner:runner
2025-08-20T22:35:42.4907681Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imagineer-afb0f5b4cc0f1ff6' from root:root to runner:runner
2025-08-20T22:35:42.4909489Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rawpointer-7951e262d4efce52/lib-rawpointer.json' from root:root to runner:runner
2025-08-20T22:35:42.4911344Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rawpointer-7951e262d4efce52/dep-lib-rawpointer' from root:root to runner:runner
2025-08-20T22:35:42.4913168Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rawpointer-7951e262d4efce52/lib-rawpointer' from root:root to runner:runner
2025-08-20T22:35:42.4915146Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rawpointer-7951e262d4efce52/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4917085Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rawpointer-7951e262d4efce52' from root:root to runner:runner
2025-08-20T22:35:42.4918888Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/qoi-0ccf924c3439de0f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4920656Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/qoi-0ccf924c3439de0f/lib-qoi.json' from root:root to runner:runner
2025-08-20T22:35:42.4922392Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/qoi-0ccf924c3439de0f/dep-lib-qoi' from root:root to runner:runner
2025-08-20T22:35:42.4924098Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/qoi-0ccf924c3439de0f/lib-qoi' from root:root to runner:runner
2025-08-20T22:35:42.4925783Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/qoi-0ccf924c3439de0f' from root:root to runner:runner
2025-08-20T22:35:42.4927963Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:42.4930038Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:42.4931931Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-385f812694bb36c6' from root:root to runner:runner
2025-08-20T22:35:42.4933719Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ansi_term-7eca5868e48ccc03/dep-lib-ansi_term' from root:root to runner:runner
2025-08-20T22:35:42.4935517Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ansi_term-7eca5868e48ccc03/lib-ansi_term' from root:root to runner:runner
2025-08-20T22:35:42.4937394Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ansi_term-7eca5868e48ccc03/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4939258Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ansi_term-7eca5868e48ccc03/lib-ansi_term.json' from root:root to runner:runner
2025-08-20T22:35:42.4941193Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ansi_term-7eca5868e48ccc03' from root:root to runner:runner
2025-08-20T22:35:42.4942997Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-185894431a529b90/lib-strum' from root:root to runner:runner
2025-08-20T22:35:42.4944744Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-185894431a529b90/lib-strum.json' from root:root to runner:runner
2025-08-20T22:35:42.4946536Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-185894431a529b90/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4948452Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-185894431a529b90/dep-lib-strum' from root:root to runner:runner
2025-08-20T22:35:42.4950152Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-185894431a529b90' from root:root to runner:runner
2025-08-20T22:35:42.4951876Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ab_glyph-b7c4ce2f54464e39/lib-ab_glyph.json' from root:root to runner:runner
2025-08-20T22:35:42.4953883Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ab_glyph-b7c4ce2f54464e39/dep-lib-ab_glyph' from root:root to runner:runner
2025-08-20T22:35:42.4955684Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ab_glyph-b7c4ce2f54464e39/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4957541Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ab_glyph-b7c4ce2f54464e39/lib-ab_glyph' from root:root to runner:runner
2025-08-20T22:35:42.4959298Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ab_glyph-b7c4ce2f54464e39' from root:root to runner:runner
2025-08-20T22:35:42.4961010Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-4479434a0df543f8/lib-bstr.json' from root:root to runner:runner
2025-08-20T22:35:42.4962740Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-4479434a0df543f8/lib-bstr' from root:root to runner:runner
2025-08-20T22:35:42.4964488Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-4479434a0df543f8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4966292Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-4479434a0df543f8/dep-lib-bstr' from root:root to runner:runner
2025-08-20T22:35:42.4968235Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-4479434a0df543f8' from root:root to runner:runner
2025-08-20T22:35:42.4970029Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vec_map-24fb480879b65233/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4971805Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vec_map-24fb480879b65233/lib-vec_map' from root:root to runner:runner
2025-08-20T22:35:42.4973583Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vec_map-24fb480879b65233/lib-vec_map.json' from root:root to runner:runner
2025-08-20T22:35:42.4975362Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vec_map-24fb480879b65233/dep-lib-vec_map' from root:root to runner:runner
2025-08-20T22:35:42.4977167Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vec_map-24fb480879b65233' from root:root to runner:runner
2025-08-20T22:35:42.4979115Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ucd-trie-80633656e863a222/lib-ucd_trie.json' from root:root to runner:runner
2025-08-20T22:35:42.4980905Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ucd-trie-80633656e863a222/lib-ucd_trie' from root:root to runner:runner
2025-08-20T22:35:42.4982712Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ucd-trie-80633656e863a222/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4984527Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ucd-trie-80633656e863a222/dep-lib-ucd_trie' from root:root to runner:runner
2025-08-20T22:35:42.4986262Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ucd-trie-80633656e863a222' from root:root to runner:runner
2025-08-20T22:35:42.4988152Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/profiling-51e85ee26a9519f6/dep-lib-profiling' from root:root to runner:runner
2025-08-20T22:35:42.4989983Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/profiling-51e85ee26a9519f6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.4991796Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/profiling-51e85ee26a9519f6/lib-profiling' from root:root to runner:runner
2025-08-20T22:35:42.4993769Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/profiling-51e85ee26a9519f6/lib-profiling.json' from root:root to runner:runner
2025-08-20T22:35:42.4995577Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/profiling-51e85ee26a9519f6' from root:root to runner:runner
2025-08-20T22:35:42.4997424Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zune-inflate-dcc4a8184937b188/lib-zune_inflate' from root:root to runner:runner
2025-08-20T22:35:42.4999341Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zune-inflate-dcc4a8184937b188/dep-lib-zune_inflate' from root:root to runner:runner
2025-08-20T22:35:42.5001210Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zune-inflate-dcc4a8184937b188/lib-zune_inflate.json' from root:root to runner:runner
2025-08-20T22:35:42.5003064Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zune-inflate-dcc4a8184937b188/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5005024Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zune-inflate-dcc4a8184937b188' from root:root to runner:runner
2025-08-20T22:35:42.5006901Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5008842Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62/lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T22:35:42.5010751Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62/lib-crossbeam_utils.json' from root:root to runner:runner
2025-08-20T22:35:42.5012682Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62/dep-lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T22:35:42.5014506Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-51234f7be0e44a62' from root:root to runner:runner
2025-08-20T22:35:42.5016376Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:42.5018636Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:42.5020569Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-94768adf8bd0f3c0' from root:root to runner:runner
2025-08-20T22:35:42.5022391Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libm-9e25c6d6a1b9447c/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.5024344Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libm-9e25c6d6a1b9447c/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:35:42.5026149Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libm-9e25c6d6a1b9447c' from root:root to runner:runner
2025-08-20T22:35:42.5028029Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-complex-21cb33c001b845f2/dep-lib-num_complex' from root:root to runner:runner
2025-08-20T22:35:42.5030092Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-complex-21cb33c001b845f2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5031946Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-complex-21cb33c001b845f2/lib-num_complex.json' from root:root to runner:runner
2025-08-20T22:35:42.5033785Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-complex-21cb33c001b845f2/lib-num_complex' from root:root to runner:runner
2025-08-20T22:35:42.5035553Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-complex-21cb33c001b845f2' from root:root to runner:runner
2025-08-20T22:35:42.5037523Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simba-28f8577cd7a76e94/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5039371Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simba-28f8577cd7a76e94/dep-lib-simba' from root:root to runner:runner
2025-08-20T22:35:42.5041137Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simba-28f8577cd7a76e94/lib-simba.json' from root:root to runner:runner
2025-08-20T22:35:42.5042917Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simba-28f8577cd7a76e94/lib-simba' from root:root to runner:runner
2025-08-20T22:35:42.5044772Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simba-28f8577cd7a76e94' from root:root to runner:runner
2025-08-20T22:35:42.5046609Z [00:04:05.403]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-5a8e5e7577c69a1d/dep-lib-ignore' from root:root to runner:runner
2025-08-20T22:35:42.5048554Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-5a8e5e7577c69a1d/lib-ignore' from root:root to runner:runner
2025-08-20T22:35:42.5050344Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-5a8e5e7577c69a1d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5052141Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-5a8e5e7577c69a1d/lib-ignore.json' from root:root to runner:runner
2025-08-20T22:35:42.5053862Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-5a8e5e7577c69a1d' from root:root to runner:runner
2025-08-20T22:35:42.5055858Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-763bc1a385ccfbe9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5057896Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-763bc1a385ccfbe9/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T22:35:42.5059811Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-763bc1a385ccfbe9/lib-aho_corasick' from root:root to runner:runner
2025-08-20T22:35:42.5061666Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-763bc1a385ccfbe9/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T22:35:42.5063453Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-763bc1a385ccfbe9' from root:root to runner:runner
2025-08-20T22:35:42.5065228Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imageproc-71dbcfdbf60f8c2d/dep-lib-imageproc' from root:root to runner:runner
2025-08-20T22:35:42.5067133Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imageproc-71dbcfdbf60f8c2d/lib-imageproc' from root:root to runner:runner
2025-08-20T22:35:42.5069016Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imageproc-71dbcfdbf60f8c2d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5071008Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imageproc-71dbcfdbf60f8c2d/lib-imageproc.json' from root:root to runner:runner
2025-08-20T22:35:42.5072893Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imageproc-71dbcfdbf60f8c2d' from root:root to runner:runner
2025-08-20T22:35:42.5074689Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-lite-f3d2b88b1eb33bad/lib-byteorder_lite' from root:root to runner:runner
2025-08-20T22:35:42.5076595Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-lite-f3d2b88b1eb33bad/lib-byteorder_lite.json' from root:root to runner:runner
2025-08-20T22:35:42.5078594Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-lite-f3d2b88b1eb33bad/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5080480Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-lite-f3d2b88b1eb33bad/dep-lib-byteorder_lite' from root:root to runner:runner
2025-08-20T22:35:42.5082538Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-lite-f3d2b88b1eb33bad' from root:root to runner:runner
2025-08-20T22:35:42.5084290Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-9416b516f7a52de1/dep-lib-rand' from root:root to runner:runner
2025-08-20T22:35:42.5086054Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-9416b516f7a52de1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5087966Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-9416b516f7a52de1/lib-rand.json' from root:root to runner:runner
2025-08-20T22:35:42.5089712Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-9416b516f7a52de1/lib-rand' from root:root to runner:runner
2025-08-20T22:35:42.5091390Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-9416b516f7a52de1' from root:root to runner:runner
2025-08-20T22:35:42.5093097Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-df9142d69f2e66c2/lib-typenum' from root:root to runner:runner
2025-08-20T22:35:42.5094894Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-df9142d69f2e66c2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5096926Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-df9142d69f2e66c2/dep-lib-typenum' from root:root to runner:runner
2025-08-20T22:35:42.5098841Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-df9142d69f2e66c2/lib-typenum.json' from root:root to runner:runner
2025-08-20T22:35:42.5100583Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-df9142d69f2e66c2' from root:root to runner:runner
2025-08-20T22:35:42.5102347Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/av1-grain-7353c85a83f8c167/lib-av1_grain.json' from root:root to runner:runner
2025-08-20T22:35:42.5104173Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/av1-grain-7353c85a83f8c167/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5105973Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/av1-grain-7353c85a83f8c167/lib-av1_grain' from root:root to runner:runner
2025-08-20T22:35:42.5108105Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/av1-grain-7353c85a83f8c167/dep-lib-av1_grain' from root:root to runner:runner
2025-08-20T22:35:42.5109853Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/av1-grain-7353c85a83f8c167' from root:root to runner:runner
2025-08-20T22:35:42.5111590Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rav1e-8d9e4eae338f148d/lib-rav1e.json' from root:root to runner:runner
2025-08-20T22:35:42.5113354Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rav1e-8d9e4eae338f148d/dep-lib-rav1e' from root:root to runner:runner
2025-08-20T22:35:42.5115137Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rav1e-8d9e4eae338f148d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5116994Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rav1e-8d9e4eae338f148d/lib-rav1e' from root:root to runner:runner
2025-08-20T22:35:42.5118744Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rav1e-8d9e4eae338f148d' from root:root to runner:runner
2025-08-20T22:35:42.5120478Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-iter-0328186965d0adf5/dep-lib-num_iter' from root:root to runner:runner
2025-08-20T22:35:42.5122429Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-iter-0328186965d0adf5/lib-num_iter' from root:root to runner:runner
2025-08-20T22:35:42.5124302Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-iter-0328186965d0adf5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5126113Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-iter-0328186965d0adf5/lib-num_iter.json' from root:root to runner:runner
2025-08-20T22:35:42.5127988Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-iter-0328186965d0adf5' from root:root to runner:runner
2025-08-20T22:35:42.5129748Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-fa191919e53ae977/lib-zerocopy.json' from root:root to runner:runner
2025-08-20T22:35:42.5131578Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-fa191919e53ae977/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5133598Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-fa191919e53ae977/dep-lib-zerocopy' from root:root to runner:runner
2025-08-20T22:35:42.5135402Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-fa191919e53ae977/lib-zerocopy' from root:root to runner:runner
2025-08-20T22:35:42.5137202Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-fa191919e53ae977' from root:root to runner:runner
2025-08-20T22:35:42.5139036Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jpeg-decoder-468ddd9ec6091ba0/dep-lib-jpeg_decoder' from root:root to runner:runner
2025-08-20T22:35:42.5140909Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jpeg-decoder-468ddd9ec6091ba0/lib-jpeg_decoder.json' from root:root to runner:runner
2025-08-20T22:35:42.5142785Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jpeg-decoder-468ddd9ec6091ba0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5144632Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jpeg-decoder-468ddd9ec6091ba0/lib-jpeg_decoder' from root:root to runner:runner
2025-08-20T22:35:42.5146403Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jpeg-decoder-468ddd9ec6091ba0' from root:root to runner:runner
2025-08-20T22:35:42.5148436Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imgref-550ec65c7394d654/lib-imgref' from root:root to runner:runner
2025-08-20T22:35:42.5150299Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imgref-550ec65c7394d654/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5152089Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imgref-550ec65c7394d654/lib-imgref.json' from root:root to runner:runner
2025-08-20T22:35:42.5153873Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imgref-550ec65c7394d654/dep-lib-imgref' from root:root to runner:runner
2025-08-20T22:35:42.5155593Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imgref-550ec65c7394d654' from root:root to runner:runner
2025-08-20T22:35:42.5157436Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_io-beb5af79a442167b/dep-lib-sic_io' from root:root to runner:runner
2025-08-20T22:35:42.5159387Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_io-beb5af79a442167b/lib-sic_io' from root:root to runner:runner
2025-08-20T22:35:42.5161148Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_io-beb5af79a442167b/lib-sic_io.json' from root:root to runner:runner
2025-08-20T22:35:42.5162927Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_io-beb5af79a442167b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5164641Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_io-beb5af79a442167b' from root:root to runner:runner
2025-08-20T22:35:42.5166428Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_cli_ops-6c9a818743aefe7a/dep-lib-sic_cli_ops' from root:root to runner:runner
2025-08-20T22:35:42.5168377Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_cli_ops-6c9a818743aefe7a/lib-sic_cli_ops' from root:root to runner:runner
2025-08-20T22:35:42.5170197Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_cli_ops-6c9a818743aefe7a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5172037Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_cli_ops-6c9a818743aefe7a/lib-sic_cli_ops.json' from root:root to runner:runner
2025-08-20T22:35:42.5173938Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_cli_ops-6c9a818743aefe7a' from root:root to runner:runner
2025-08-20T22:35:42.5175746Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-5f6295e13ace7bfe/dep-lib-crc32fast' from root:root to runner:runner
2025-08-20T22:35:42.5177649Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-5f6295e13ace7bfe/lib-crc32fast' from root:root to runner:runner
2025-08-20T22:35:42.5179531Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-5f6295e13ace7bfe/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5181366Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-5f6295e13ace7bfe/lib-crc32fast.json' from root:root to runner:runner
2025-08-20T22:35:42.5183115Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-5f6295e13ace7bfe' from root:root to runner:runner
2025-08-20T22:35:42.5185091Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-f6cb156987554964/dep-lib-num_traits' from root:root to runner:runner
2025-08-20T22:35:42.5186999Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-f6cb156987554964/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5188856Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-f6cb156987554964/lib-num_traits' from root:root to runner:runner
2025-08-20T22:35:42.5190672Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-f6cb156987554964/lib-num_traits.json' from root:root to runner:runner
2025-08-20T22:35:42.5192434Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-f6cb156987554964' from root:root to runner:runner
2025-08-20T22:35:42.5194175Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ravif-f41024cf6512e7b2/lib-ravif.json' from root:root to runner:runner
2025-08-20T22:35:42.5195963Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ravif-f41024cf6512e7b2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5197841Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ravif-f41024cf6512e7b2/lib-ravif' from root:root to runner:runner
2025-08-20T22:35:42.5199759Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ravif-f41024cf6512e7b2/dep-lib-ravif' from root:root to runner:runner
2025-08-20T22:35:42.5201530Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ravif-f41024cf6512e7b2' from root:root to runner:runner
2025-08-20T22:35:42.5203379Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matrixmultiply-b909297b9fe20fdc/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.5205439Z [00:04:05.404]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matrixmultiply-b909297b9fe20fdc/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:35:42.5207413Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matrixmultiply-b909297b9fe20fdc' from root:root to runner:runner
2025-08-20T22:35:42.5209241Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8a47b21992ba894b/lib-miniz_oxide' from root:root to runner:runner
2025-08-20T22:35:42.5211267Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8a47b21992ba894b/lib-miniz_oxide.json' from root:root to runner:runner
2025-08-20T22:35:42.5213111Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8a47b21992ba894b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5214949Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8a47b21992ba894b/dep-lib-miniz_oxide' from root:root to runner:runner
2025-08-20T22:35:42.5216709Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8a47b21992ba894b' from root:root to runner:runner
2025-08-20T22:35:42.5218685Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-176d42101435b8d5/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.5220676Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-176d42101435b8d5/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:35:42.5222509Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-176d42101435b8d5' from root:root to runner:runner
2025-08-20T22:35:42.5224289Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-integer-12339fc7b32d8e3b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5226265Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-integer-12339fc7b32d8e3b/lib-num_integer.json' from root:root to runner:runner
2025-08-20T22:35:42.5228258Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-integer-12339fc7b32d8e3b/dep-lib-num_integer' from root:root to runner:runner
2025-08-20T22:35:42.5230103Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-integer-12339fc7b32d8e3b/lib-num_integer' from root:root to runner:runner
2025-08-20T22:35:42.5231860Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-integer-12339fc7b32d8e3b' from root:root to runner:runner
2025-08-20T22:35:42.5233607Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-bigint-1bca2500b812a47c/lib-num_bigint' from root:root to runner:runner
2025-08-20T22:35:42.5235429Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-bigint-1bca2500b812a47c/lib-num_bigint.json' from root:root to runner:runner
2025-08-20T22:35:42.5237530Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-bigint-1bca2500b812a47c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5239424Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-bigint-1bca2500b812a47c/dep-lib-num_bigint' from root:root to runner:runner
2025-08-20T22:35:42.5241179Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-bigint-1bca2500b812a47c' from root:root to runner:runner
2025-08-20T22:35:42.5242926Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b3141ecb6e1f5118/lib-either.json' from root:root to runner:runner
2025-08-20T22:35:42.5244697Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b3141ecb6e1f5118/lib-either' from root:root to runner:runner
2025-08-20T22:35:42.5246481Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b3141ecb6e1f5118/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5248380Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b3141ecb6e1f5118/dep-lib-either' from root:root to runner:runner
2025-08-20T22:35:42.5250099Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b3141ecb6e1f5118' from root:root to runner:runner
2025-08-20T22:35:42.5251987Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bit_field-023af150687aabaf/dep-lib-bit_field' from root:root to runner:runner
2025-08-20T22:35:42.5253860Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bit_field-023af150687aabaf/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5255657Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bit_field-023af150687aabaf/lib-bit_field' from root:root to runner:runner
2025-08-20T22:35:42.5257550Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bit_field-023af150687aabaf/lib-bit_field.json' from root:root to runner:runner
2025-08-20T22:35:42.5259359Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bit_field-023af150687aabaf' from root:root to runner:runner
2025-08-20T22:35:42.5261057Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pest-56bfa3efbc90e4fe/lib-pest' from root:root to runner:runner
2025-08-20T22:35:42.5263088Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pest-56bfa3efbc90e4fe/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5264864Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pest-56bfa3efbc90e4fe/lib-pest.json' from root:root to runner:runner
2025-08-20T22:35:42.5266660Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pest-56bfa3efbc90e4fe/dep-lib-pest' from root:root to runner:runner
2025-08-20T22:35:42.5268545Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pest-56bfa3efbc90e4fe' from root:root to runner:runner
2025-08-20T22:35:42.5270319Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-5b3f886e19f9b939/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5272206Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-5b3f886e19f9b939/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T22:35:42.5274104Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-5b3f886e19f9b939/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T22:35:42.5275992Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-5b3f886e19f9b939/lib-regex_automata' from root:root to runner:runner
2025-08-20T22:35:42.5278055Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-5b3f886e19f9b939' from root:root to runner:runner
2025-08-20T22:35:42.5280020Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-5e4c4b96e0c1df13/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.5282006Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-5e4c4b96e0c1df13/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:35:42.5283829Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-5e4c4b96e0c1df13' from root:root to runner:runner
2025-08-20T22:35:42.5285580Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ttf-parser-9a662669b626d7d5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5287727Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ttf-parser-9a662669b626d7d5/dep-lib-ttf_parser' from root:root to runner:runner
2025-08-20T22:35:42.5289624Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ttf-parser-9a662669b626d7d5/lib-ttf_parser' from root:root to runner:runner
2025-08-20T22:35:42.5291447Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ttf-parser-9a662669b626d7d5/lib-ttf_parser.json' from root:root to runner:runner
2025-08-20T22:35:42.5293201Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ttf-parser-9a662669b626d7d5' from root:root to runner:runner
2025-08-20T22:35:42.5294941Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/textwrap-ba54d61407f33054/lib-textwrap' from root:root to runner:runner
2025-08-20T22:35:42.5296746Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/textwrap-ba54d61407f33054/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5298689Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/textwrap-ba54d61407f33054/dep-lib-textwrap' from root:root to runner:runner
2025-08-20T22:35:42.5300512Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/textwrap-ba54d61407f33054/lib-textwrap.json' from root:root to runner:runner
2025-08-20T22:35:42.5302411Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/textwrap-ba54d61407f33054' from root:root to runner:runner
2025-08-20T22:35:42.5304337Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owned_ttf_parser-700023b135254c69/dep-lib-owned_ttf_parser' from root:root to runner:runner
2025-08-20T22:35:42.5306247Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owned_ttf_parser-700023b135254c69/lib-owned_ttf_parser.json' from root:root to runner:runner
2025-08-20T22:35:42.5308273Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owned_ttf_parser-700023b135254c69/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5310150Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owned_ttf_parser-700023b135254c69/lib-owned_ttf_parser' from root:root to runner:runner
2025-08-20T22:35:42.5311943Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owned_ttf_parser-700023b135254c69' from root:root to runner:runner
2025-08-20T22:35:42.5313953Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-6518ff34cbe15984/lib-rand_core' from root:root to runner:runner
2025-08-20T22:35:42.5315778Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-6518ff34cbe15984/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5317672Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-6518ff34cbe15984/lib-rand_core.json' from root:root to runner:runner
2025-08-20T22:35:42.5319499Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-6518ff34cbe15984/dep-lib-rand_core' from root:root to runner:runner
2025-08-20T22:35:42.5321243Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-6518ff34cbe15984' from root:root to runner:runner
2025-08-20T22:35:42.5323157Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitstream-io-58febbe5e9175494/lib-bitstream_io' from root:root to runner:runner
2025-08-20T22:35:42.5325088Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitstream-io-58febbe5e9175494/dep-lib-bitstream_io' from root:root to runner:runner
2025-08-20T22:35:42.5327054Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitstream-io-58febbe5e9175494/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5328989Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitstream-io-58febbe5e9175494/lib-bitstream_io.json' from root:root to runner:runner
2025-08-20T22:35:42.5330778Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitstream-io-58febbe5e9175494' from root:root to runner:runner
2025-08-20T22:35:42.5332549Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-3dce2d85898e7299/dep-lib-itertools' from root:root to runner:runner
2025-08-20T22:35:42.5334623Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-3dce2d85898e7299/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5336461Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-3dce2d85898e7299/lib-itertools.json' from root:root to runner:runner
2025-08-20T22:35:42.5338465Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-3dce2d85898e7299/lib-itertools' from root:root to runner:runner
2025-08-20T22:35:42.5340230Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-3dce2d85898e7299' from root:root to runner:runner
2025-08-20T22:35:42.5342004Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-4cd455734f9952ae/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5343859Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-4cd455734f9952ae/lib-getrandom.json' from root:root to runner:runner
2025-08-20T22:35:42.5345693Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-4cd455734f9952ae/dep-lib-getrandom' from root:root to runner:runner
2025-08-20T22:35:42.5347650Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-4cd455734f9952ae/lib-getrandom' from root:root to runner:runner
2025-08-20T22:35:42.5349617Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-4cd455734f9952ae' from root:root to runner:runner
2025-08-20T22:35:42.5351463Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aligned-vec-8b3e50d0064bb1d8/lib-aligned_vec' from root:root to runner:runner
2025-08-20T22:35:42.5353313Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aligned-vec-8b3e50d0064bb1d8/lib-aligned_vec.json' from root:root to runner:runner
2025-08-20T22:35:42.5355166Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aligned-vec-8b3e50d0064bb1d8/dep-lib-aligned_vec' from root:root to runner:runner
2025-08-20T22:35:42.5357090Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aligned-vec-8b3e50d0064bb1d8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5359052Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aligned-vec-8b3e50d0064bb1d8' from root:root to runner:runner
2025-08-20T22:35:42.5360889Z [00:04:05.405]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-8c03e7dabbdb21b3/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.5362848Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-8c03e7dabbdb21b3/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:35:42.5364644Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-8c03e7dabbdb21b3' from root:root to runner:runner
2025-08-20T22:35:42.5366403Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-wsl-719c1e118be3235a/lib-is_wsl.json' from root:root to runner:runner
2025-08-20T22:35:42.5368322Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-wsl-719c1e118be3235a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5370106Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-wsl-719c1e118be3235a/dep-lib-is_wsl' from root:root to runner:runner
2025-08-20T22:35:42.5371860Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-wsl-719c1e118be3235a/lib-is_wsl' from root:root to runner:runner
2025-08-20T22:35:42.5373704Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-wsl-719c1e118be3235a' from root:root to runner:runner
2025-08-20T22:35:42.5375553Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matrixmultiply-7f26477e05b9ba2c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5377521Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matrixmultiply-7f26477e05b9ba2c/lib-matrixmultiply.json' from root:root to runner:runner
2025-08-20T22:35:42.5379486Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matrixmultiply-7f26477e05b9ba2c/lib-matrixmultiply' from root:root to runner:runner
2025-08-20T22:35:42.5381392Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matrixmultiply-7f26477e05b9ba2c/dep-lib-matrixmultiply' from root:root to runner:runner
2025-08-20T22:35:42.5383199Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matrixmultiply-7f26477e05b9ba2c' from root:root to runner:runner
2025-08-20T22:35:42.5385249Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/minimal-lexical-79f70aa3ad38fa03/dep-lib-minimal_lexical' from root:root to runner:runner
2025-08-20T22:35:42.5387249Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/minimal-lexical-79f70aa3ad38fa03/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5389212Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/minimal-lexical-79f70aa3ad38fa03/lib-minimal_lexical.json' from root:root to runner:runner
2025-08-20T22:35:42.5391115Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/minimal-lexical-79f70aa3ad38fa03/lib-minimal_lexical' from root:root to runner:runner
2025-08-20T22:35:42.5392929Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/minimal-lexical-79f70aa3ad38fa03' from root:root to runner:runner
2025-08-20T22:35:42.5394708Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T22:35:42.5396515Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5398466Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/lib-bitflags.json' from root:root to runner:runner
2025-08-20T22:35:42.5400420Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/lib-bitflags' from root:root to runner:runner
2025-08-20T22:35:42.5402227Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137' from root:root to runner:runner
2025-08-20T22:35:42.5403993Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pathdiff-6afe966f22006c7c/lib-pathdiff.json' from root:root to runner:runner
2025-08-20T22:35:42.5405821Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pathdiff-6afe966f22006c7c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5407752Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pathdiff-6afe966f22006c7c/dep-lib-pathdiff' from root:root to runner:runner
2025-08-20T22:35:42.5409613Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pathdiff-6afe966f22006c7c/lib-pathdiff' from root:root to runner:runner
2025-08-20T22:35:42.5411561Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pathdiff-6afe966f22006c7c' from root:root to runner:runner
2025-08-20T22:35:42.5413330Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-a10c404feebee022/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5415163Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-a10c404feebee022/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T22:35:42.5417062Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-a10c404feebee022/lib-thiserror' from root:root to runner:runner
2025-08-20T22:35:42.5418950Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-a10c404feebee022/lib-thiserror.json' from root:root to runner:runner
2025-08-20T22:35:42.5420711Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-a10c404feebee022' from root:root to runner:runner
2025-08-20T22:35:42.5422479Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zune-jpeg-09894569afb1512a/lib-zune_jpeg.json' from root:root to runner:runner
2025-08-20T22:35:42.5424307Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zune-jpeg-09894569afb1512a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5426279Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zune-jpeg-09894569afb1512a/dep-lib-zune_jpeg' from root:root to runner:runner
2025-08-20T22:35:42.5428279Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zune-jpeg-09894569afb1512a/lib-zune_jpeg' from root:root to runner:runner
2025-08-20T22:35:42.5430011Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zune-jpeg-09894569afb1512a' from root:root to runner:runner
2025-08-20T22:35:42.5431755Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_distr-3890dadb615c3992/lib-rand_distr' from root:root to runner:runner
2025-08-20T22:35:42.5433569Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_distr-3890dadb615c3992/dep-lib-rand_distr' from root:root to runner:runner
2025-08-20T22:35:42.5435394Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_distr-3890dadb615c3992/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5437504Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_distr-3890dadb615c3992/lib-rand_distr.json' from root:root to runner:runner
2025-08-20T22:35:42.5439317Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_distr-3890dadb615c3992' from root:root to runner:runner
2025-08-20T22:35:42.5441046Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-66bc6476724f6aa8/dep-lib-flate2' from root:root to runner:runner
2025-08-20T22:35:42.5442836Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-66bc6476724f6aa8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5444630Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-66bc6476724f6aa8/lib-flate2.json' from root:root to runner:runner
2025-08-20T22:35:42.5446391Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-66bc6476724f6aa8/lib-flate2' from root:root to runner:runner
2025-08-20T22:35:42.5448249Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-66bc6476724f6aa8' from root:root to runner:runner
2025-08-20T22:35:42.5450050Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_image_engine-b84433a394665032/lib-sic_image_engine.json' from root:root to runner:runner
2025-08-20T22:35:42.5452083Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_image_engine-b84433a394665032/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5454031Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_image_engine-b84433a394665032/dep-lib-sic_image_engine' from root:root to runner:runner
2025-08-20T22:35:42.5455918Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_image_engine-b84433a394665032/lib-sic_image_engine' from root:root to runner:runner
2025-08-20T22:35:42.5457851Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_image_engine-b84433a394665032' from root:root to runner:runner
2025-08-20T22:35:42.5459638Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globwalk-2d3a913e01589800/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5461431Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globwalk-2d3a913e01589800/lib-globwalk' from root:root to runner:runner
2025-08-20T22:35:42.5463480Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globwalk-2d3a913e01589800/lib-globwalk.json' from root:root to runner:runner
2025-08-20T22:35:42.5465307Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globwalk-2d3a913e01589800/dep-lib-globwalk' from root:root to runner:runner
2025-08-20T22:35:42.5467145Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globwalk-2d3a913e01589800' from root:root to runner:runner
2025-08-20T22:35:42.5468946Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tiff-23a65a6841fb3fb9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5470716Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tiff-23a65a6841fb3fb9/lib-tiff.json' from root:root to runner:runner
2025-08-20T22:35:42.5472465Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tiff-23a65a6841fb3fb9/dep-lib-tiff' from root:root to runner:runner
2025-08-20T22:35:42.5474193Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tiff-23a65a6841fb3fb9/lib-tiff' from root:root to runner:runner
2025-08-20T22:35:42.5475871Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tiff-23a65a6841fb3fb9' from root:root to runner:runner
2025-08-20T22:35:42.5477852Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/loop9-f5848f5d85f2f98c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5479712Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/loop9-f5848f5d85f2f98c/lib-loop9.json' from root:root to runner:runner
2025-08-20T22:35:42.5481483Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/loop9-f5848f5d85f2f98c/dep-lib-loop9' from root:root to runner:runner
2025-08-20T22:35:42.5483239Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/loop9-f5848f5d85f2f98c/lib-loop9' from root:root to runner:runner
2025-08-20T22:35:42.5484933Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/loop9-f5848f5d85f2f98c' from root:root to runner:runner
2025-08-20T22:35:42.5486639Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/lib-memchr' from root:root to runner:runner
2025-08-20T22:35:42.5488697Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5490504Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/lib-memchr.json' from root:root to runner:runner
2025-08-20T22:35:42.5492291Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6/dep-lib-memchr' from root:root to runner:runner
2025-08-20T22:35:42.5494005Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/memchr-4febb07ae6b182e6' from root:root to runner:runner
2025-08-20T22:35:42.5495747Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nalgebra-21961cbd334eb413/dep-lib-nalgebra' from root:root to runner:runner
2025-08-20T22:35:42.5497632Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nalgebra-21961cbd334eb413/lib-nalgebra.json' from root:root to runner:runner
2025-08-20T22:35:42.5499503Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nalgebra-21961cbd334eb413/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5501307Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nalgebra-21961cbd334eb413/lib-nalgebra' from root:root to runner:runner
2025-08-20T22:35:42.5503184Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nalgebra-21961cbd334eb413' from root:root to runner:runner
2025-08-20T22:35:42.5504951Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gif-4a0d4461632e94d9/lib-gif' from root:root to runner:runner
2025-08-20T22:35:42.5506689Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gif-4a0d4461632e94d9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5508569Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gif-4a0d4461632e94d9/dep-lib-gif' from root:root to runner:runner
2025-08-20T22:35:42.5510308Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gif-4a0d4461632e94d9/lib-gif.json' from root:root to runner:runner
2025-08-20T22:35:42.5511992Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gif-4a0d4461632e94d9' from root:root to runner:runner
2025-08-20T22:35:42.5513937Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-bb66b071ffc69dd0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5515777Z [00:04:05.406]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-bb66b071ffc69dd0/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T22:35:42.5517665Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-bb66b071ffc69dd0/lib-thiserror' from root:root to runner:runner
2025-08-20T22:35:42.5519513Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-bb66b071ffc69dd0/lib-thiserror.json' from root:root to runner:runner
2025-08-20T22:35:42.5521276Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-bb66b071ffc69dd0' from root:root to runner:runner
2025-08-20T22:35:42.5523022Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atty-d94d474988d263f3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5524797Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atty-d94d474988d263f3/lib-atty.json' from root:root to runner:runner
2025-08-20T22:35:42.5526544Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atty-d94d474988d263f3/dep-lib-atty' from root:root to runner:runner
2025-08-20T22:35:42.5528553Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atty-d94d474988d263f3/lib-atty' from root:root to runner:runner
2025-08-20T22:35:42.5530307Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atty-d94d474988d263f3' from root:root to runner:runner
2025-08-20T22:35:42.5531976Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/exr-078a7709b5edc364/lib-exr' from root:root to runner:runner
2025-08-20T22:35:42.5533725Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/exr-078a7709b5edc364/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5535478Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/exr-078a7709b5edc364/dep-lib-exr' from root:root to runner:runner
2025-08-20T22:35:42.5537279Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/exr-078a7709b5edc364/lib-exr.json' from root:root to runner:runner
2025-08-20T22:35:42.5539023Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/exr-078a7709b5edc364' from root:root to runner:runner
2025-08-20T22:35:42.5541051Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-7c0624f593cfe705/lib-rayon_core' from root:root to runner:runner
2025-08-20T22:35:42.5542889Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-7c0624f593cfe705/dep-lib-rayon_core' from root:root to runner:runner
2025-08-20T22:35:42.5544725Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-7c0624f593cfe705/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5546572Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-7c0624f593cfe705/lib-rayon_core.json' from root:root to runner:runner
2025-08-20T22:35:42.5548455Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-core-7c0624f593cfe705' from root:root to runner:runner
2025-08-20T22:35:42.5550231Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_parser-1521a2aff218d4cf/output-lib-sic_parser' from root:root to runner:runner
2025-08-20T22:35:42.5552072Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_parser-1521a2aff218d4cf/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5554030Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_parser-1521a2aff218d4cf/lib-sic_parser' from root:root to runner:runner
2025-08-20T22:35:42.5555919Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_parser-1521a2aff218d4cf/lib-sic_parser.json' from root:root to runner:runner
2025-08-20T22:35:42.5557838Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_parser-1521a2aff218d4cf/dep-lib-sic_parser' from root:root to runner:runner
2025-08-20T22:35:42.5559603Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_parser-1521a2aff218d4cf' from root:root to runner:runner
2025-08-20T22:35:42.5561373Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color_quant-8640f1062a0aa002/lib-color_quant.json' from root:root to runner:runner
2025-08-20T22:35:42.5563211Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color_quant-8640f1062a0aa002/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5565319Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color_quant-8640f1062a0aa002/dep-lib-color_quant' from root:root to runner:runner
2025-08-20T22:35:42.5567281Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color_quant-8640f1062a0aa002/lib-color_quant' from root:root to runner:runner
2025-08-20T22:35:42.5569087Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color_quant-8640f1062a0aa002' from root:root to runner:runner
2025-08-20T22:35:42.5570928Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-6e63324cf0156bcb/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.5572929Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:42.5574772Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-6e63324cf0156bcb' from root:root to runner:runner
2025-08-20T22:35:42.5576484Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/lib-log.json' from root:root to runner:runner
2025-08-20T22:35:42.5578372Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5580284Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/dep-lib-log' from root:root to runner:runner
2025-08-20T22:35:42.5582074Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/lib-log' from root:root to runner:runner
2025-08-20T22:35:42.5583733Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42' from root:root to runner:runner
2025-08-20T22:35:42.5585465Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-26be0a519c8d16a7/dep-lib-globset' from root:root to runner:runner
2025-08-20T22:35:42.5587344Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-26be0a519c8d16a7/lib-globset.json' from root:root to runner:runner
2025-08-20T22:35:42.5589209Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-26be0a519c8d16a7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5591205Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-26be0a519c8d16a7/lib-globset' from root:root to runner:runner
2025-08-20T22:35:42.5592924Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-26be0a519c8d16a7' from root:root to runner:runner
2025-08-20T22:35:42.5593931Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/avif-serialize-f400ece7db879bad/lib-avif_serialize.json' from root:root to runner:runner
2025-08-20T22:35:42.5594936Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/avif-serialize-f400ece7db879bad/lib-avif_serialize' from root:root to runner:runner
2025-08-20T22:35:42.5595930Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/avif-serialize-f400ece7db879bad/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5597009Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/avif-serialize-f400ece7db879bad/dep-lib-avif_serialize' from root:root to runner:runner
2025-08-20T22:35:42.5597981Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/avif-serialize-f400ece7db879bad' from root:root to runner:runner
2025-08-20T22:35:42.5598920Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/safe_arch-23b95f237aac617e/lib-safe_arch' from root:root to runner:runner
2025-08-20T22:35:42.5600007Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/safe_arch-23b95f237aac617e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5601019Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/safe_arch-23b95f237aac617e/dep-lib-safe_arch' from root:root to runner:runner
2025-08-20T22:35:42.5601970Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/safe_arch-23b95f237aac617e/lib-safe_arch.json' from root:root to runner:runner
2025-08-20T22:35:42.5602859Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/safe_arch-23b95f237aac617e' from root:root to runner:runner
2025-08-20T22:35:42.5603785Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lebe-17c709b9203a3b30/dep-lib-lebe' from root:root to runner:runner
2025-08-20T22:35:42.5604722Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lebe-17c709b9203a3b30/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5605842Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lebe-17c709b9203a3b30/lib-lebe.json' from root:root to runner:runner
2025-08-20T22:35:42.5606754Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lebe-17c709b9203a3b30/lib-lebe' from root:root to runner:runner
2025-08-20T22:35:42.5607744Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lebe-17c709b9203a3b30' from root:root to runner:runner
2025-08-20T22:35:42.5608729Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-e636ddc523b524b0/lib-once_cell.json' from root:root to runner:runner
2025-08-20T22:35:42.5609692Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-e636ddc523b524b0/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T22:35:42.5610654Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-e636ddc523b524b0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5611594Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-e636ddc523b524b0/lib-once_cell' from root:root to runner:runner
2025-08-20T22:35:42.5612478Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-e636ddc523b524b0' from root:root to runner:runner
2025-08-20T22:35:42.5613556Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T22:35:42.5614558Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5615471Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/lib-cfg_if' from root:root to runner:runner
2025-08-20T22:35:42.5616408Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T22:35:42.5617372Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f' from root:root to runner:runner
2025-08-20T22:35:42.5618403Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simd-adler32-3eb596e136ca35cd/lib-simd_adler32.json' from root:root to runner:runner
2025-08-20T22:35:42.5619542Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simd-adler32-3eb596e136ca35cd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5620520Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simd-adler32-3eb596e136ca35cd/lib-simd_adler32' from root:root to runner:runner
2025-08-20T22:35:42.5621508Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simd-adler32-3eb596e136ca35cd/dep-lib-simd_adler32' from root:root to runner:runner
2025-08-20T22:35:42.5622398Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simd-adler32-3eb596e136ca35cd' from root:root to runner:runner
2025-08-20T22:35:42.5623301Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wide-039e5c9b9977285d/lib-wide' from root:root to runner:runner
2025-08-20T22:35:42.5624228Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wide-039e5c9b9977285d/dep-lib-wide' from root:root to runner:runner
2025-08-20T22:35:42.5625166Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wide-039e5c9b9977285d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5626092Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wide-039e5c9b9977285d/lib-wide.json' from root:root to runner:runner
2025-08-20T22:35:42.5627327Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wide-039e5c9b9977285d' from root:root to runner:runner
2025-08-20T22:35:42.5628361Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/weezl-6273eae429e1b392/lib-weezl.json' from root:root to runner:runner
2025-08-20T22:35:42.5629297Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/weezl-6273eae429e1b392/dep-lib-weezl' from root:root to runner:runner
2025-08-20T22:35:42.5630248Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/weezl-6273eae429e1b392/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5631162Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/weezl-6273eae429e1b392/lib-weezl' from root:root to runner:runner
2025-08-20T22:35:42.5632025Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/weezl-6273eae429e1b392' from root:root to runner:runner
2025-08-20T22:35:42.5633146Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/lib-walkdir.json' from root:root to runner:runner
2025-08-20T22:35:42.5634077Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/lib-walkdir' from root:root to runner:runner
2025-08-20T22:35:42.5635032Z [00:04:05.407]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5635979Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/dep-lib-walkdir' from root:root to runner:runner
2025-08-20T22:35:42.5636930Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80' from root:root to runner:runner
2025-08-20T22:35:42.5637901Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-4e967277c3fcbf64/dep-lib-libc' from root:root to runner:runner
2025-08-20T22:35:42.5638838Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-4e967277c3fcbf64/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5639736Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-4e967277c3fcbf64/lib-libc' from root:root to runner:runner
2025-08-20T22:35:42.5640666Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-4e967277c3fcbf64/lib-libc.json' from root:root to runner:runner
2025-08-20T22:35:42.5641643Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-4e967277c3fcbf64' from root:root to runner:runner
2025-08-20T22:35:42.5642640Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/open-bc2092c32e9dd8e1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5643564Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/open-bc2092c32e9dd8e1/dep-lib-open' from root:root to runner:runner
2025-08-20T22:35:42.5644475Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/open-bc2092c32e9dd8e1/lib-open' from root:root to runner:runner
2025-08-20T22:35:42.5645392Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/open-bc2092c32e9dd8e1/lib-open.json' from root:root to runner:runner
2025-08-20T22:35:42.5646254Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/open-bc2092c32e9dd8e1' from root:root to runner:runner
2025-08-20T22:35:42.5647458Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fdeflate-c7332e0f0b98ebf8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5648445Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fdeflate-c7332e0f0b98ebf8/lib-fdeflate' from root:root to runner:runner
2025-08-20T22:35:42.5649403Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fdeflate-c7332e0f0b98ebf8/dep-lib-fdeflate' from root:root to runner:runner
2025-08-20T22:35:42.5650366Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fdeflate-c7332e0f0b98ebf8/lib-fdeflate.json' from root:root to runner:runner
2025-08-20T22:35:42.5651258Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fdeflate-c7332e0f0b98ebf8' from root:root to runner:runner
2025-08-20T22:35:42.5652260Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d/lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T22:35:42.5653265Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d/dep-lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T22:35:42.5654259Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5655392Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d/lib-crossbeam_epoch.json' from root:root to runner:runner
2025-08-20T22:35:42.5656325Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-179e3c81e30bec0d' from root:root to runner:runner
2025-08-20T22:35:42.5657340Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_core-50661674fcc72e0f/dep-lib-sic_core' from root:root to runner:runner
2025-08-20T22:35:42.5658343Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_core-50661674fcc72e0f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5659271Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_core-50661674fcc72e0f/lib-sic_core' from root:root to runner:runner
2025-08-20T22:35:42.5660212Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_core-50661674fcc72e0f/lib-sic_core.json' from root:root to runner:runner
2025-08-20T22:35:42.5661287Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_core-50661674fcc72e0f' from root:root to runner:runner
2025-08-20T22:35:42.5662260Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/image-webp-4a69f3cd13bf2c1b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5663221Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/image-webp-4a69f3cd13bf2c1b/lib-image_webp' from root:root to runner:runner
2025-08-20T22:35:42.5664199Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/image-webp-4a69f3cd13bf2c1b/dep-lib-image_webp' from root:root to runner:runner
2025-08-20T22:35:42.5665171Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/image-webp-4a69f3cd13bf2c1b/lib-image_webp.json' from root:root to runner:runner
2025-08-20T22:35:42.5666097Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/image-webp-4a69f3cd13bf2c1b' from root:root to runner:runner
2025-08-20T22:35:42.5666932Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-20T22:35:42.5667712Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-20T22:35:42.5668645Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T22:35:42.5669380Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl' from root:root to runner:runner
2025-08-20T22:35:42.5670166Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libsimd_helpers-789c2568482e5fdb.so' from root:root to runner:runner
2025-08-20T22:35:42.5670928Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libcc-79c51fc398b0f67a.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.5671762Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libprofiling_procmacros-8f55fbcb81882578.so' from root:root to runner:runner
2025-08-20T22:35:42.5672565Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.5673336Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.5674280Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/autocfg-dd487200042bcaa5.d' from root:root to runner:runner
2025-08-20T22:35:42.5675051Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/pest_derive-7b4c2e2e125f9668.d' from root:root to runner:runner
2025-08-20T22:35:42.5675861Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libpest_generator-6d9fcb53fa9e996b.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.5676628Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libmemchr-cf453270fe03ac87.rlib' from root:root to runner:runner
2025-08-20T22:35:42.5677484Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/liblibc-c87c2a3179c192e9.rlib' from root:root to runner:runner
2025-08-20T22:35:42.5678288Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/thiserror-1dfe9f05151df7af.d' from root:root to runner:runner
2025-08-20T22:35:42.5679046Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/rayon_core-9bdca583eb7c4cbb.d' from root:root to runner:runner
2025-08-20T22:35:42.5679856Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libcrossbeam_utils-9639dcd4999b91b4.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.5680639Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libeither-dbe63fcd06a43b30.rlib' from root:root to runner:runner
2025-08-20T22:35:42.5681534Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/unicode_ident-6d6f85adf22ee534.d' from root:root to runner:runner
2025-08-20T22:35:42.5682356Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libstrum_macros-4e6878b7fd943867.so' from root:root to runner:runner
2025-08-20T22:35:42.5683130Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libquote-36c64d2fd4cc1eb0.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.5683917Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libonce_cell-9ac4efe10e55e8f8.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.5684739Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libcrossbeam_deque-54ec308c01233beb.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.5685493Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libpaste-fbdf26ac509ef3cc.so' from root:root to runner:runner
2025-08-20T22:35:42.5686236Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/ucd_trie-45487be857ef9841.d' from root:root to runner:runner
2025-08-20T22:35:42.5687353Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libpest_meta-b42151f0fca49e2f.rlib' from root:root to runner:runner
2025-08-20T22:35:42.5688891Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/pest-40a68fa7dd6e9635.d' from root:root to runner:runner
2025-08-20T22:35:42.5690374Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libpest_generator-6d9fcb53fa9e996b.rlib' from root:root to runner:runner
2025-08-20T22:35:42.5691879Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libpest-40a68fa7dd6e9635.rlib' from root:root to runner:runner
2025-08-20T22:35:42.5693353Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libbuilt-79d157deb8568dbb.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.5694854Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/built-79d157deb8568dbb.d' from root:root to runner:runner
2025-08-20T22:35:42.5696331Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libnasm_rs-ae3521f84bfd9610.rlib' from root:root to runner:runner
2025-08-20T22:35:42.5697998Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libcrossbeam_epoch-7bd8ac9ff0817307.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.5699574Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/profiling_procmacros-8f55fbcb81882578.d' from root:root to runner:runner
2025-08-20T22:35:42.5701078Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/librayon-f08a16e43c32c0b7.rlib' from root:root to runner:runner
2025-08-20T22:35:42.5702733Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libucd_trie-45487be857ef9841.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.5704258Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/heck-25103e7959c420e1.d' from root:root to runner:runner
2025-08-20T22:35:42.5705728Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/proc_macro2-7a10a5cf4217be1c.d' from root:root to runner:runner
2025-08-20T22:35:42.5707240Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/nasm_rs-ae3521f84bfd9610.d' from root:root to runner:runner
2025-08-20T22:35:42.5708753Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libquote-36c64d2fd4cc1eb0.rlib' from root:root to runner:runner
2025-08-20T22:35:42.5710196Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/either-dbe63fcd06a43b30.d' from root:root to runner:runner
2025-08-20T22:35:42.5711864Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/once_cell-9ac4efe10e55e8f8.d' from root:root to runner:runner
2025-08-20T22:35:42.5713310Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libsyn-5c22a6747f63ab4a.rlib' from root:root to runner:runner
2025-08-20T22:35:42.5714810Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rlib' from root:root to runner:runner
2025-08-20T22:35:42.5716317Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libnasm_rs-ae3521f84bfd9610.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.5717984Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libcrossbeam_epoch-7bd8ac9ff0817307.rlib' from root:root to runner:runner
2025-08-20T22:35:42.5719516Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libautocfg-dd487200042bcaa5.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.5721040Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libarg_enum_proc_macro-84388417e89a027a.so' from root:root to runner:runner
2025-08-20T22:35:42.5722533Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/jobserver-0ee9b3d44bd9296f.d' from root:root to runner:runner
2025-08-20T22:35:42.5724031Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libthiserror_impl-37001788cbe36d4c.so' from root:root to runner:runner
2025-08-20T22:35:42.5725535Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libonce_cell-9ac4efe10e55e8f8.rlib' from root:root to runner:runner
2025-08-20T22:35:42.5727277Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libjobserver-0ee9b3d44bd9296f.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.5728797Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/cc-79c51fc398b0f67a.d' from root:root to runner:runner
2025-08-20T22:35:42.5730234Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libeither-dbe63fcd06a43b30.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.5731689Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/paste-fbdf26ac509ef3cc.d' from root:root to runner:runner
2025-08-20T22:35:42.5733170Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libproc_macro2-7a10a5cf4217be1c.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.5734691Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libproc_macro2-7a10a5cf4217be1c.rlib' from root:root to runner:runner
2025-08-20T22:35:42.5736183Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libautocfg-dd487200042bcaa5.rlib' from root:root to runner:runner
2025-08-20T22:35:42.5737976Z [00:04:05.408]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libcc-79c51fc398b0f67a.rlib' from root:root to runner:runner
2025-08-20T22:35:42.5739448Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libnum_derive-586bb328865022c3.so' from root:root to runner:runner
2025-08-20T22:35:42.5740926Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/crossbeam_deque-54ec308c01233beb.d' from root:root to runner:runner
2025-08-20T22:35:42.5742412Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libpest_derive-7b4c2e2e125f9668.so' from root:root to runner:runner
2025-08-20T22:35:42.5743863Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/quote-36c64d2fd4cc1eb0.d' from root:root to runner:runner
2025-08-20T22:35:42.5745351Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/strum_macros-4e6878b7fd943867.d' from root:root to runner:runner
2025-08-20T22:35:42.5746908Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/librayon_core-9bdca583eb7c4cbb.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.5748430Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/rayon-f08a16e43c32c0b7.d' from root:root to runner:runner
2025-08-20T22:35:42.5749870Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib' from root:root to runner:runner
2025-08-20T22:35:42.5751539Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libcrossbeam_deque-54ec308c01233beb.rlib' from root:root to runner:runner
2025-08-20T22:35:42.5753121Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/thiserror_impl-37001788cbe36d4c.d' from root:root to runner:runner
2025-08-20T22:35:42.5754609Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libpest_meta-b42151f0fca49e2f.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.5756125Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libthiserror-1dfe9f05151df7af.rlib' from root:root to runner:runner
2025-08-20T22:35:42.5757731Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libpest-40a68fa7dd6e9635.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.5759181Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/pest_meta-b42151f0fca49e2f.d' from root:root to runner:runner
2025-08-20T22:35:42.5760607Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/memchr-cf453270fe03ac87.d' from root:root to runner:runner
2025-08-20T22:35:42.5762312Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/simd_helpers-789c2568482e5fdb.d' from root:root to runner:runner
2025-08-20T22:35:42.5763812Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libjobserver-0ee9b3d44bd9296f.rlib' from root:root to runner:runner
2025-08-20T22:35:42.5765296Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libsyn-5c22a6747f63ab4a.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.5766808Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/thiserror_impl-8cf698bf4b152c2c.d' from root:root to runner:runner
2025-08-20T22:35:42.5768419Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/librayon-f08a16e43c32c0b7.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.5769914Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/arg_enum_proc_macro-84388417e89a027a.d' from root:root to runner:runner
2025-08-20T22:35:42.5771346Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/syn-5c22a6747f63ab4a.d' from root:root to runner:runner
2025-08-20T22:35:42.5772783Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libmemchr-cf453270fe03ac87.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.5774272Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libucd_trie-45487be857ef9841.rlib' from root:root to runner:runner
2025-08-20T22:35:42.5775708Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libc-c87c2a3179c192e9.d' from root:root to runner:runner
2025-08-20T22:35:42.5777412Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libnoop_proc_macro-735c487646a2ec9e.so' from root:root to runner:runner
2025-08-20T22:35:42.5778990Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/librayon_core-9bdca583eb7c4cbb.rlib' from root:root to runner:runner
2025-08-20T22:35:42.5780479Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libbuilt-79d157deb8568dbb.rlib' from root:root to runner:runner
2025-08-20T22:35:42.5781957Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/crossbeam_utils-9639dcd4999b91b4.d' from root:root to runner:runner
2025-08-20T22:35:42.5783434Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/liblibc-c87c2a3179c192e9.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.5784922Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libthiserror_impl-8cf698bf4b152c2c.so' from root:root to runner:runner
2025-08-20T22:35:42.5786620Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libthiserror-1dfe9f05151df7af.rmeta' from root:root to runner:runner
2025-08-20T22:35:42.5788271Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/pest_generator-6d9fcb53fa9e996b.d' from root:root to runner:runner
2025-08-20T22:35:42.5789754Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/num_derive-586bb328865022c3.d' from root:root to runner:runner
2025-08-20T22:35:42.5791217Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/crossbeam_epoch-7bd8ac9ff0817307.d' from root:root to runner:runner
2025-08-20T22:35:42.5792696Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/noop_proc_macro-735c487646a2ec9e.d' from root:root to runner:runner
2025-08-20T22:35:42.5794212Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libcrossbeam_utils-9639dcd4999b91b4.rlib' from root:root to runner:runner
2025-08-20T22:35:42.5795590Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-20T22:35:42.5796891Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-20T22:35:42.5798219Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-20T22:35:42.5799638Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/proc-macro2-cf2aa52a9be39c83/stderr' from root:root to runner:runner
2025-08-20T22:35:42.5801385Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/proc-macro2-cf2aa52a9be39c83/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5803008Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/proc-macro2-cf2aa52a9be39c83/out' from root:root to runner:runner
2025-08-20T22:35:42.5804535Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/proc-macro2-cf2aa52a9be39c83/root-output' from root:root to runner:runner
2025-08-20T22:35:42.5806079Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/proc-macro2-cf2aa52a9be39c83/output' from root:root to runner:runner
2025-08-20T22:35:42.5807708Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/proc-macro2-cf2aa52a9be39c83' from root:root to runner:runner
2025-08-20T22:35:42.5809236Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/crossbeam-utils-49ac13125649e8b7/stderr' from root:root to runner:runner
2025-08-20T22:35:42.5810835Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/crossbeam-utils-49ac13125649e8b7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5812685Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/crossbeam-utils-49ac13125649e8b7/out' from root:root to runner:runner
2025-08-20T22:35:42.5814276Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/crossbeam-utils-49ac13125649e8b7/root-output' from root:root to runner:runner
2025-08-20T22:35:42.5815845Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/crossbeam-utils-49ac13125649e8b7/output' from root:root to runner:runner
2025-08-20T22:35:42.5817484Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/crossbeam-utils-49ac13125649e8b7' from root:root to runner:runner
2025-08-20T22:35:42.5819025Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/stderr' from root:root to runner:runner
2025-08-20T22:35:42.5820543Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5822030Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/out' from root:root to runner:runner
2025-08-20T22:35:42.5823498Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/root-output' from root:root to runner:runner
2025-08-20T22:35:42.5824983Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/output' from root:root to runner:runner
2025-08-20T22:35:42.5826560Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794' from root:root to runner:runner
2025-08-20T22:35:42.5828297Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build_script_build-b7b355ee76e503f6' from root:root to runner:runner
2025-08-20T22:35:42.5829958Z [00:04:05.409]➜  ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build-script-build' retained as runner:runner
2025-08-20T22:35:42.5831645Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build_script_build-b7b355ee76e503f6.d' from root:root to runner:runner
2025-08-20T22:35:42.5833273Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6' from root:root to runner:runner
2025-08-20T22:35:42.5834800Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/libc-3f7bf485cee91ede/build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.5836426Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/libc-3f7bf485cee91ede/build_script_build-3f7bf485cee91ede.d' from root:root to runner:runner
2025-08-20T22:35:42.5838307Z [00:04:05.409]➜  ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/libc-3f7bf485cee91ede/build_script_build-3f7bf485cee91ede' retained as runner:runner
2025-08-20T22:35:42.5839794Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/libc-3f7bf485cee91ede' from root:root to runner:runner
2025-08-20T22:35:42.5841303Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/thiserror-00b3a1460d7327ab/build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.5842972Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/thiserror-00b3a1460d7327ab/build_script_build-00b3a1460d7327ab.d' from root:root to runner:runner
2025-08-20T22:35:42.5844649Z [00:04:05.409]➜  ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/thiserror-00b3a1460d7327ab/build_script_build-00b3a1460d7327ab' retained as runner:runner
2025-08-20T22:35:42.5846178Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/thiserror-00b3a1460d7327ab' from root:root to runner:runner
2025-08-20T22:35:42.5847793Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.5849377Z [00:04:05.409]➜  ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build_script_build-86fbadf795b6fc2f' retained as runner:runner
2025-08-20T22:35:42.5851030Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build_script_build-86fbadf795b6fc2f.d' from root:root to runner:runner
2025-08-20T22:35:42.5852768Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f' from root:root to runner:runner
2025-08-20T22:35:42.5854347Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/zerocopy-8b96b2378aae5583/build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.5856008Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/zerocopy-8b96b2378aae5583/build_script_build-8b96b2378aae5583.d' from root:root to runner:runner
2025-08-20T22:35:42.5857762Z [00:04:05.409]➜  ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/zerocopy-8b96b2378aae5583/build_script_build-8b96b2378aae5583' retained as runner:runner
2025-08-20T22:35:42.5859272Z [00:04:05.409]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/zerocopy-8b96b2378aae5583' from root:root to runner:runner
2025-08-20T22:35:42.5860845Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/anyhow-8c3506acb46b5e96/build_script_build-8c3506acb46b5e96.d' from root:root to runner:runner
2025-08-20T22:35:42.5862674Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/anyhow-8c3506acb46b5e96/build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.5864258Z [00:04:05.410]➜  ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/anyhow-8c3506acb46b5e96/build_script_build-8c3506acb46b5e96' retained as runner:runner
2025-08-20T22:35:42.5865743Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/anyhow-8c3506acb46b5e96' from root:root to runner:runner
2025-08-20T22:35:42.5867309Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/rayon-core-1581f2a4de71d3c0/stderr' from root:root to runner:runner
2025-08-20T22:35:42.5868921Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/rayon-core-1581f2a4de71d3c0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5870456Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/rayon-core-1581f2a4de71d3c0/out' from root:root to runner:runner
2025-08-20T22:35:42.5871976Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/rayon-core-1581f2a4de71d3c0/root-output' from root:root to runner:runner
2025-08-20T22:35:42.5873496Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/rayon-core-1581f2a4de71d3c0/output' from root:root to runner:runner
2025-08-20T22:35:42.5874972Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/rayon-core-1581f2a4de71d3c0' from root:root to runner:runner
2025-08-20T22:35:42.5876722Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/rayon-core-251b4e20b8ec6038/build_script_build-251b4e20b8ec6038.d' from root:root to runner:runner
2025-08-20T22:35:42.5878519Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/rayon-core-251b4e20b8ec6038/build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.5880129Z [00:04:05.410]➜  ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/rayon-core-251b4e20b8ec6038/build_script_build-251b4e20b8ec6038' retained as runner:runner
2025-08-20T22:35:42.5881665Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/rayon-core-251b4e20b8ec6038' from root:root to runner:runner
2025-08-20T22:35:42.5883230Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/libm-5e34cbf7658f9e85/build_script_build-5e34cbf7658f9e85' from root:root to runner:runner
2025-08-20T22:35:42.5884790Z [00:04:05.410]➜  ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/libm-5e34cbf7658f9e85/build-script-build' retained as runner:runner
2025-08-20T22:35:42.5886361Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/libm-5e34cbf7658f9e85/build_script_build-5e34cbf7658f9e85.d' from root:root to runner:runner
2025-08-20T22:35:42.5888155Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/libm-5e34cbf7658f9e85' from root:root to runner:runner
2025-08-20T22:35:42.5889731Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/proc-macro2-da2c404b8ce6e822/build_script_build-da2c404b8ce6e822' from root:root to runner:runner
2025-08-20T22:35:42.5891344Z [00:04:05.410]➜  ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/proc-macro2-da2c404b8ce6e822/build-script-build' retained as runner:runner
2025-08-20T22:35:42.5892976Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/proc-macro2-da2c404b8ce6e822/build_script_build-da2c404b8ce6e822.d' from root:root to runner:runner
2025-08-20T22:35:42.5894564Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/proc-macro2-da2c404b8ce6e822' from root:root to runner:runner
2025-08-20T22:35:42.5896047Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/thiserror-6a0b0264a0d4fe9c/stderr' from root:root to runner:runner
2025-08-20T22:35:42.5897716Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/thiserror-6a0b0264a0d4fe9c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5899254Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/thiserror-6a0b0264a0d4fe9c/out' from root:root to runner:runner
2025-08-20T22:35:42.5900775Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/thiserror-6a0b0264a0d4fe9c/root-output' from root:root to runner:runner
2025-08-20T22:35:42.5902448Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/thiserror-6a0b0264a0d4fe9c/output' from root:root to runner:runner
2025-08-20T22:35:42.5903984Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/thiserror-6a0b0264a0d4fe9c' from root:root to runner:runner
2025-08-20T22:35:42.5905596Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/matrixmultiply-141bae2166662e0a/build_script_build-141bae2166662e0a' from root:root to runner:runner
2025-08-20T22:35:42.5907326Z [00:04:05.410]➜  ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/matrixmultiply-141bae2166662e0a/build-script-build' retained as runner:runner
2025-08-20T22:35:42.5909059Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/matrixmultiply-141bae2166662e0a/build_script_build-141bae2166662e0a.d' from root:root to runner:runner
2025-08-20T22:35:42.5910673Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/matrixmultiply-141bae2166662e0a' from root:root to runner:runner
2025-08-20T22:35:42.5912293Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/typenum-fa602c1f4c9bb45c/build_script_build-fa602c1f4c9bb45c.d' from root:root to runner:runner
2025-08-20T22:35:42.5914158Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/typenum-fa602c1f4c9bb45c/build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.5915771Z [00:04:05.410]➜  ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/typenum-fa602c1f4c9bb45c/build_script_build-fa602c1f4c9bb45c' retained as runner:runner
2025-08-20T22:35:42.5917350Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/typenum-fa602c1f4c9bb45c' from root:root to runner:runner
2025-08-20T22:35:42.5918989Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build_script_build-8196f37f0d52254e' from root:root to runner:runner
2025-08-20T22:35:42.5920578Z [00:04:05.410]➜  ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build-script-build' retained as runner:runner
2025-08-20T22:35:42.5922196Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build_script_build-8196f37f0d52254e.d' from root:root to runner:runner
2025-08-20T22:35:42.5923789Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e' from root:root to runner:runner
2025-08-20T22:35:42.5925297Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/rav1e-c1b256e512ff4d41/build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.5926924Z [00:04:05.410]➜  ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/rav1e-c1b256e512ff4d41/build_script_build-c1b256e512ff4d41' retained as runner:runner
2025-08-20T22:35:42.5928784Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/rav1e-c1b256e512ff4d41/build_script_build-c1b256e512ff4d41.d' from root:root to runner:runner
2025-08-20T22:35:42.5930390Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/rav1e-c1b256e512ff4d41' from root:root to runner:runner
2025-08-20T22:35:42.5931903Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/num-traits-65fc8d269bbb4038/build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.5933528Z [00:04:05.410]➜  ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/num-traits-65fc8d269bbb4038/build_script_build-65fc8d269bbb4038' retained as runner:runner
2025-08-20T22:35:42.5935207Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/num-traits-65fc8d269bbb4038/build_script_build-65fc8d269bbb4038.d' from root:root to runner:runner
2025-08-20T22:35:42.5936771Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/num-traits-65fc8d269bbb4038' from root:root to runner:runner
2025-08-20T22:35:42.5938499Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/libc-f29887e9d2c05f19/stderr' from root:root to runner:runner
2025-08-20T22:35:42.5940014Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/libc-f29887e9d2c05f19/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5941493Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/libc-f29887e9d2c05f19/out' from root:root to runner:runner
2025-08-20T22:35:42.5942952Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/libc-f29887e9d2c05f19/root-output' from root:root to runner:runner
2025-08-20T22:35:42.5944430Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/libc-f29887e9d2c05f19/output' from root:root to runner:runner
2025-08-20T22:35:42.5945852Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/libc-f29887e9d2c05f19' from root:root to runner:runner
2025-08-20T22:35:42.5947229Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-20T22:35:42.5948543Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-20T22:35:42.5950103Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/proc-macro2-cf2aa52a9be39c83/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.5952070Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/proc-macro2-cf2aa52a9be39c83/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:35:42.5953791Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/proc-macro2-cf2aa52a9be39c83' from root:root to runner:runner
2025-08-20T22:35:42.5955427Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/arg_enum_proc_macro-84388417e89a027a/lib-arg_enum_proc_macro.json' from root:root to runner:runner
2025-08-20T22:35:42.5957245Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/arg_enum_proc_macro-84388417e89a027a/lib-arg_enum_proc_macro' from root:root to runner:runner
2025-08-20T22:35:42.5958982Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/arg_enum_proc_macro-84388417e89a027a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5960687Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/arg_enum_proc_macro-84388417e89a027a/dep-lib-arg_enum_proc_macro' from root:root to runner:runner
2025-08-20T22:35:42.5962317Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/arg_enum_proc_macro-84388417e89a027a' from root:root to runner:runner
2025-08-20T22:35:42.5964218Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-utils-49ac13125649e8b7/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.5966105Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-utils-49ac13125649e8b7/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:35:42.5967915Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-utils-49ac13125649e8b7' from root:root to runner:runner
2025-08-20T22:35:42.5969500Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/simd_helpers-789c2568482e5fdb/lib-simd_helpers' from root:root to runner:runner
2025-08-20T22:35:42.5971137Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/simd_helpers-789c2568482e5fdb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5972784Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/simd_helpers-789c2568482e5fdb/lib-simd_helpers.json' from root:root to runner:runner
2025-08-20T22:35:42.5974441Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/simd_helpers-789c2568482e5fdb/dep-lib-simd_helpers' from root:root to runner:runner
2025-08-20T22:35:42.5976017Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/simd_helpers-789c2568482e5fdb' from root:root to runner:runner
2025-08-20T22:35:42.5977819Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/built-79d157deb8568dbb/lib-built' from root:root to runner:runner
2025-08-20T22:35:42.5979455Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/built-79d157deb8568dbb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5981037Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/built-79d157deb8568dbb/dep-lib-built' from root:root to runner:runner
2025-08-20T22:35:42.5982608Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/built-79d157deb8568dbb/lib-built.json' from root:root to runner:runner
2025-08-20T22:35:42.5984118Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/built-79d157deb8568dbb' from root:root to runner:runner
2025-08-20T22:35:42.5985610Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest-40a68fa7dd6e9635/lib-pest' from root:root to runner:runner
2025-08-20T22:35:42.5987262Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest-40a68fa7dd6e9635/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.5989042Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest-40a68fa7dd6e9635/lib-pest.json' from root:root to runner:runner
2025-08-20T22:35:42.5990606Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest-40a68fa7dd6e9635/dep-lib-pest' from root:root to runner:runner
2025-08-20T22:35:42.5992093Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest-40a68fa7dd6e9635' from root:root to runner:runner
2025-08-20T22:35:42.5993719Z [00:04:05.410]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/paste-72a91a1e6f8b0794/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.5995485Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/paste-72a91a1e6f8b0794/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:35:42.5997177Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/paste-72a91a1e6f8b0794' from root:root to runner:runner
2025-08-20T22:35:42.5998819Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6000594Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:35:42.6002426Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6004384Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6006106Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6' from root:root to runner:runner
2025-08-20T22:35:42.6007818Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-1dfe9f05151df7af/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6009463Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-1dfe9f05151df7af/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T22:35:42.6011077Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-1dfe9f05151df7af/lib-thiserror' from root:root to runner:runner
2025-08-20T22:35:42.6012698Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-1dfe9f05151df7af/lib-thiserror.json' from root:root to runner:runner
2025-08-20T22:35:42.6014454Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-1dfe9f05151df7af' from root:root to runner:runner
2025-08-20T22:35:42.6016012Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/nasm-rs-ae3521f84bfd9610/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6017755Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/nasm-rs-ae3521f84bfd9610/lib-nasm_rs.json' from root:root to runner:runner
2025-08-20T22:35:42.6019348Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/nasm-rs-ae3521f84bfd9610/lib-nasm_rs' from root:root to runner:runner
2025-08-20T22:35:42.6020931Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/nasm-rs-ae3521f84bfd9610/dep-lib-nasm_rs' from root:root to runner:runner
2025-08-20T22:35:42.6022457Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/nasm-rs-ae3521f84bfd9610' from root:root to runner:runner
2025-08-20T22:35:42.6024048Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-deque-54ec308c01233beb/lib-crossbeam_deque' from root:root to runner:runner
2025-08-20T22:35:42.6025754Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-deque-54ec308c01233beb/dep-lib-crossbeam_deque' from root:root to runner:runner
2025-08-20T22:35:42.6027525Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-deque-54ec308c01233beb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6029441Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-deque-54ec308c01233beb/lib-crossbeam_deque.json' from root:root to runner:runner
2025-08-20T22:35:42.6031134Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-deque-54ec308c01233beb' from root:root to runner:runner
2025-08-20T22:35:42.6032704Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libc-3f7bf485cee91ede/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6034388Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libc-3f7bf485cee91ede/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:35:42.6036124Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libc-3f7bf485cee91ede/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6037992Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libc-3f7bf485cee91ede/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6039807Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libc-3f7bf485cee91ede' from root:root to runner:runner
2025-08-20T22:35:42.6041390Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-impl-37001788cbe36d4c/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:35:42.6043074Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-impl-37001788cbe36d4c/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:35:42.6044764Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-impl-37001788cbe36d4c/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T22:35:42.6046453Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-impl-37001788cbe36d4c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6048170Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-impl-37001788cbe36d4c' from root:root to runner:runner
2025-08-20T22:35:42.6049735Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/dep-lib-autocfg' from root:root to runner:runner
2025-08-20T22:35:42.6051308Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/lib-autocfg' from root:root to runner:runner
2025-08-20T22:35:42.6052900Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6054659Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/lib-autocfg.json' from root:root to runner:runner
2025-08-20T22:35:42.6056254Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5' from root:root to runner:runner
2025-08-20T22:35:42.6057991Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-00b3a1460d7327ab/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6059716Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-00b3a1460d7327ab/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:35:42.6061503Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-00b3a1460d7327ab/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6063254Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-00b3a1460d7327ab/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6065048Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-00b3a1460d7327ab' from root:root to runner:runner
2025-08-20T22:35:42.6066635Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6068435Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:35:42.6070179Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6071909Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6073485Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f' from root:root to runner:runner
2025-08-20T22:35:42.6074973Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/cc-79c51fc398b0f67a/lib-cc.json' from root:root to runner:runner
2025-08-20T22:35:42.6076517Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/cc-79c51fc398b0f67a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6078157Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/cc-79c51fc398b0f67a/lib-cc' from root:root to runner:runner
2025-08-20T22:35:42.6079810Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/cc-79c51fc398b0f67a/dep-lib-cc' from root:root to runner:runner
2025-08-20T22:35:42.6081334Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/cc-79c51fc398b0f67a' from root:root to runner:runner
2025-08-20T22:35:42.6082876Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest_generator-6d9fcb53fa9e996b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6084559Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest_generator-6d9fcb53fa9e996b/dep-lib-pest_generator' from root:root to runner:runner
2025-08-20T22:35:42.6100692Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest_generator-6d9fcb53fa9e996b/lib-pest_generator.json' from root:root to runner:runner
2025-08-20T22:35:42.6102620Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest_generator-6d9fcb53fa9e996b/lib-pest_generator' from root:root to runner:runner
2025-08-20T22:35:42.6104544Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest_generator-6d9fcb53fa9e996b' from root:root to runner:runner
2025-08-20T22:35:42.6106082Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/memchr-cf453270fe03ac87/lib-memchr' from root:root to runner:runner
2025-08-20T22:35:42.6107923Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/memchr-cf453270fe03ac87/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6109518Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/memchr-cf453270fe03ac87/lib-memchr.json' from root:root to runner:runner
2025-08-20T22:35:42.6111101Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/memchr-cf453270fe03ac87/dep-lib-memchr' from root:root to runner:runner
2025-08-20T22:35:42.6112607Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/memchr-cf453270fe03ac87' from root:root to runner:runner
2025-08-20T22:35:42.6114110Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/quote-36c64d2fd4cc1eb0/lib-quote' from root:root to runner:runner
2025-08-20T22:35:42.6115673Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/quote-36c64d2fd4cc1eb0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6117350Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/quote-36c64d2fd4cc1eb0/dep-lib-quote' from root:root to runner:runner
2025-08-20T22:35:42.6119151Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/quote-36c64d2fd4cc1eb0/lib-quote.json' from root:root to runner:runner
2025-08-20T22:35:42.6120769Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/quote-36c64d2fd4cc1eb0' from root:root to runner:runner
2025-08-20T22:35:42.6122350Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-impl-8cf698bf4b152c2c/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:35:42.6124208Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-impl-8cf698bf4b152c2c/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:35:42.6125903Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-impl-8cf698bf4b152c2c/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T22:35:42.6127700Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-impl-8cf698bf4b152c2c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6129308Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-impl-8cf698bf4b152c2c' from root:root to runner:runner
2025-08-20T22:35:42.6130820Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/syn-5c22a6747f63ab4a/lib-syn' from root:root to runner:runner
2025-08-20T22:35:42.6132355Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/syn-5c22a6747f63ab4a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6133907Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/syn-5c22a6747f63ab4a/lib-syn.json' from root:root to runner:runner
2025-08-20T22:35:42.6135446Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/syn-5c22a6747f63ab4a/dep-lib-syn' from root:root to runner:runner
2025-08-20T22:35:42.6137000Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/syn-5c22a6747f63ab4a' from root:root to runner:runner
2025-08-20T22:35:42.6138763Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/zerocopy-8b96b2378aae5583/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6140541Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/zerocopy-8b96b2378aae5583/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:35:42.6142315Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/zerocopy-8b96b2378aae5583/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6144063Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/zerocopy-8b96b2378aae5583/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6145658Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/zerocopy-8b96b2378aae5583' from root:root to runner:runner
2025-08-20T22:35:42.6147304Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/ucd-trie-45487be857ef9841/lib-ucd_trie.json' from root:root to runner:runner
2025-08-20T22:35:42.6149095Z [00:04:05.411]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/ucd-trie-45487be857ef9841/lib-ucd_trie' from root:root to runner:runner
2025-08-20T22:35:42.6150685Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/ucd-trie-45487be857ef9841/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6152287Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/ucd-trie-45487be857ef9841/dep-lib-ucd_trie' from root:root to runner:runner
2025-08-20T22:35:42.6153809Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/ucd-trie-45487be857ef9841' from root:root to runner:runner
2025-08-20T22:35:42.6155348Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/anyhow-8c3506acb46b5e96/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6157121Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/anyhow-8c3506acb46b5e96/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:35:42.6158909Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/anyhow-8c3506acb46b5e96/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6160634Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/anyhow-8c3506acb46b5e96/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6162221Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/anyhow-8c3506acb46b5e96' from root:root to runner:runner
2025-08-20T22:35:42.6163885Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libc-c87c2a3179c192e9/dep-lib-libc' from root:root to runner:runner
2025-08-20T22:35:42.6165523Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libc-c87c2a3179c192e9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6167181Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libc-c87c2a3179c192e9/lib-libc' from root:root to runner:runner
2025-08-20T22:35:42.6168771Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libc-c87c2a3179c192e9/lib-libc.json' from root:root to runner:runner
2025-08-20T22:35:42.6170268Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libc-c87c2a3179c192e9' from root:root to runner:runner
2025-08-20T22:35:42.6171892Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rayon-core-1581f2a4de71d3c0/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6173685Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rayon-core-1581f2a4de71d3c0/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:35:42.6175533Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rayon-core-1581f2a4de71d3c0' from root:root to runner:runner
2025-08-20T22:35:42.6177201Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-epoch-7bd8ac9ff0817307/lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T22:35:42.6178947Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-epoch-7bd8ac9ff0817307/dep-lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T22:35:42.6180642Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-epoch-7bd8ac9ff0817307/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6182350Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-epoch-7bd8ac9ff0817307/lib-crossbeam_epoch.json' from root:root to runner:runner
2025-08-20T22:35:42.6183977Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-epoch-7bd8ac9ff0817307' from root:root to runner:runner
2025-08-20T22:35:42.6185560Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rayon-core-251b4e20b8ec6038/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6187354Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rayon-core-251b4e20b8ec6038/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:35:42.6189343Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rayon-core-251b4e20b8ec6038/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6191163Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rayon-core-251b4e20b8ec6038/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6192767Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rayon-core-251b4e20b8ec6038' from root:root to runner:runner
2025-08-20T22:35:42.6194283Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rayon-f08a16e43c32c0b7/lib-rayon' from root:root to runner:runner
2025-08-20T22:35:42.6195835Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rayon-f08a16e43c32c0b7/dep-lib-rayon' from root:root to runner:runner
2025-08-20T22:35:42.6197498Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rayon-f08a16e43c32c0b7/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6199104Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rayon-f08a16e43c32c0b7/lib-rayon.json' from root:root to runner:runner
2025-08-20T22:35:42.6200806Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rayon-f08a16e43c32c0b7' from root:root to runner:runner
2025-08-20T22:35:42.6202336Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libm-5e34cbf7658f9e85/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6203998Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libm-5e34cbf7658f9e85/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:35:42.6205733Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libm-5e34cbf7658f9e85/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6207518Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libm-5e34cbf7658f9e85/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6209135Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libm-5e34cbf7658f9e85' from root:root to runner:runner
2025-08-20T22:35:42.6210642Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/dep-lib-paste' from root:root to runner:runner
2025-08-20T22:35:42.6212223Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/lib-paste.json' from root:root to runner:runner
2025-08-20T22:35:42.6213939Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/lib-paste' from root:root to runner:runner
2025-08-20T22:35:42.6215558Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6217155Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc' from root:root to runner:runner
2025-08-20T22:35:42.6218748Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/either-dbe63fcd06a43b30/lib-either.json' from root:root to runner:runner
2025-08-20T22:35:42.6220315Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/either-dbe63fcd06a43b30/lib-either' from root:root to runner:runner
2025-08-20T22:35:42.6221888Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/either-dbe63fcd06a43b30/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6223479Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/either-dbe63fcd06a43b30/dep-lib-either' from root:root to runner:runner
2025-08-20T22:35:42.6225216Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/either-dbe63fcd06a43b30' from root:root to runner:runner
2025-08-20T22:35:42.6226779Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/proc-macro2-da2c404b8ce6e822/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6228645Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/proc-macro2-da2c404b8ce6e822/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:35:42.6230431Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/proc-macro2-da2c404b8ce6e822/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6232209Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/proc-macro2-da2c404b8ce6e822/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6233832Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/proc-macro2-da2c404b8ce6e822' from root:root to runner:runner
2025-08-20T22:35:42.6235408Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/strum_macros-4e6878b7fd943867/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6237111Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/strum_macros-4e6878b7fd943867/dep-lib-strum_macros' from root:root to runner:runner
2025-08-20T22:35:42.6238831Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/strum_macros-4e6878b7fd943867/lib-strum_macros.json' from root:root to runner:runner
2025-08-20T22:35:42.6240606Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/strum_macros-4e6878b7fd943867/lib-strum_macros' from root:root to runner:runner
2025-08-20T22:35:42.6242235Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/strum_macros-4e6878b7fd943867' from root:root to runner:runner
2025-08-20T22:35:42.6243887Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-6a0b0264a0d4fe9c/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6245684Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-6a0b0264a0d4fe9c/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:35:42.6247400Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-6a0b0264a0d4fe9c' from root:root to runner:runner
2025-08-20T22:35:42.6249036Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/matrixmultiply-141bae2166662e0a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6250992Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/matrixmultiply-141bae2166662e0a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:35:42.6252823Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/matrixmultiply-141bae2166662e0a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6254618Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/matrixmultiply-141bae2166662e0a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6256267Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/matrixmultiply-141bae2166662e0a' from root:root to runner:runner
2025-08-20T22:35:42.6258063Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/profiling-procmacros-8f55fbcb81882578/dep-lib-profiling_procmacros' from root:root to runner:runner
2025-08-20T22:35:42.6259858Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/profiling-procmacros-8f55fbcb81882578/lib-profiling_procmacros' from root:root to runner:runner
2025-08-20T22:35:42.6262982Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/profiling-procmacros-8f55fbcb81882578/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6264882Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/profiling-procmacros-8f55fbcb81882578/lib-profiling_procmacros.json' from root:root to runner:runner
2025-08-20T22:35:42.6266936Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/profiling-procmacros-8f55fbcb81882578' from root:root to runner:runner
2025-08-20T22:35:42.6268653Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/noop_proc_macro-735c487646a2ec9e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6270311Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/noop_proc_macro-735c487646a2ec9e/lib-noop_proc_macro' from root:root to runner:runner
2025-08-20T22:35:42.6271995Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/noop_proc_macro-735c487646a2ec9e/lib-noop_proc_macro.json' from root:root to runner:runner
2025-08-20T22:35:42.6273694Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/noop_proc_macro-735c487646a2ec9e/dep-lib-noop_proc_macro' from root:root to runner:runner
2025-08-20T22:35:42.6275290Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/noop_proc_macro-735c487646a2ec9e' from root:root to runner:runner
2025-08-20T22:35:42.6276929Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/typenum-fa602c1f4c9bb45c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6278836Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/typenum-fa602c1f4c9bb45c/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:35:42.6280602Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/typenum-fa602c1f4c9bb45c/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6282337Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/typenum-fa602c1f4c9bb45c/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6283933Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/typenum-fa602c1f4c9bb45c' from root:root to runner:runner
2025-08-20T22:35:42.6285494Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest_meta-b42151f0fca49e2f/lib-pest_meta.json' from root:root to runner:runner
2025-08-20T22:35:42.6287200Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest_meta-b42151f0fca49e2f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6288869Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest_meta-b42151f0fca49e2f/dep-lib-pest_meta' from root:root to runner:runner
2025-08-20T22:35:42.6290469Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest_meta-b42151f0fca49e2f/lib-pest_meta' from root:root to runner:runner
2025-08-20T22:35:42.6292194Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest_meta-b42151f0fca49e2f' from root:root to runner:runner
2025-08-20T22:35:42.6293840Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6295547Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:35:42.6297409Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6299222Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6300819Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e' from root:root to runner:runner
2025-08-20T22:35:42.6302363Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rayon-core-9bdca583eb7c4cbb/lib-rayon_core' from root:root to runner:runner
2025-08-20T22:35:42.6304171Z [00:04:05.412]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rayon-core-9bdca583eb7c4cbb/dep-lib-rayon_core' from root:root to runner:runner
2025-08-20T22:35:42.6305811Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rayon-core-9bdca583eb7c4cbb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6307586Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rayon-core-9bdca583eb7c4cbb/lib-rayon_core.json' from root:root to runner:runner
2025-08-20T22:35:42.6309224Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rayon-core-9bdca583eb7c4cbb' from root:root to runner:runner
2025-08-20T22:35:42.6310823Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9639dcd4999b91b4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6312500Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9639dcd4999b91b4/lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T22:35:42.6314202Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9639dcd4999b91b4/lib-crossbeam_utils.json' from root:root to runner:runner
2025-08-20T22:35:42.6315922Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9639dcd4999b91b4/dep-lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T22:35:42.6317769Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9639dcd4999b91b4' from root:root to runner:runner
2025-08-20T22:35:42.6319399Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rav1e-c1b256e512ff4d41/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6321076Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rav1e-c1b256e512ff4d41/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:35:42.6322817Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rav1e-c1b256e512ff4d41/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6324540Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rav1e-c1b256e512ff4d41/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6326105Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rav1e-c1b256e512ff4d41' from root:root to runner:runner
2025-08-20T22:35:42.6327767Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/num-traits-65fc8d269bbb4038/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6329693Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/num-traits-65fc8d269bbb4038/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:35:42.6331478Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/num-traits-65fc8d269bbb4038/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6333239Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/num-traits-65fc8d269bbb4038/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6334848Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/num-traits-65fc8d269bbb4038' from root:root to runner:runner
2025-08-20T22:35:42.6336438Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest_derive-7b4c2e2e125f9668/lib-pest_derive.json' from root:root to runner:runner
2025-08-20T22:35:42.6338216Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest_derive-7b4c2e2e125f9668/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6339859Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest_derive-7b4c2e2e125f9668/dep-lib-pest_derive' from root:root to runner:runner
2025-08-20T22:35:42.6341491Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest_derive-7b4c2e2e125f9668/lib-pest_derive' from root:root to runner:runner
2025-08-20T22:35:42.6343177Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest_derive-7b4c2e2e125f9668' from root:root to runner:runner
2025-08-20T22:35:42.6344881Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libc-f29887e9d2c05f19/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:35:42.6346639Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libc-f29887e9d2c05f19/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:35:42.6348355Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libc-f29887e9d2c05f19' from root:root to runner:runner
2025-08-20T22:35:42.6349884Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/jobserver-0ee9b3d44bd9296f/lib-jobserver' from root:root to runner:runner
2025-08-20T22:35:42.6351498Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/jobserver-0ee9b3d44bd9296f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6353120Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/jobserver-0ee9b3d44bd9296f/dep-lib-jobserver' from root:root to runner:runner
2025-08-20T22:35:42.6355271Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/jobserver-0ee9b3d44bd9296f/lib-jobserver.json' from root:root to runner:runner
2025-08-20T22:35:42.6356908Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/jobserver-0ee9b3d44bd9296f' from root:root to runner:runner
2025-08-20T22:35:42.6358532Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/once_cell-9ac4efe10e55e8f8/lib-once_cell.json' from root:root to runner:runner
2025-08-20T22:35:42.6360150Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/once_cell-9ac4efe10e55e8f8/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T22:35:42.6361805Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/once_cell-9ac4efe10e55e8f8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6363409Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/once_cell-9ac4efe10e55e8f8/lib-once_cell' from root:root to runner:runner
2025-08-20T22:35:42.6364928Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/once_cell-9ac4efe10e55e8f8' from root:root to runner:runner
2025-08-20T22:35:42.6366547Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident.json' from root:root to runner:runner
2025-08-20T22:35:42.6368489Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6370238Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-20T22:35:42.6371903Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident' from root:root to runner:runner
2025-08-20T22:35:42.6373496Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534' from root:root to runner:runner
2025-08-20T22:35:42.6375062Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/num-derive-586bb328865022c3/lib-num_derive' from root:root to runner:runner
2025-08-20T22:35:42.6376673Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/num-derive-586bb328865022c3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6378423Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/num-derive-586bb328865022c3/lib-num_derive.json' from root:root to runner:runner
2025-08-20T22:35:42.6380258Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/num-derive-586bb328865022c3/dep-lib-num_derive' from root:root to runner:runner
2025-08-20T22:35:42.6381814Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/num-derive-586bb328865022c3' from root:root to runner:runner
2025-08-20T22:35:42.6383357Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6384900Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck' from root:root to runner:runner
2025-08-20T22:35:42.6386429Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck.json' from root:root to runner:runner
2025-08-20T22:35:42.6388116Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/dep-lib-heck' from root:root to runner:runner
2025-08-20T22:35:42.6389606Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1' from root:root to runner:runner
2025-08-20T22:35:42.6391152Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/proc-macro2-7a10a5cf4217be1c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:35:42.6392808Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/proc-macro2-7a10a5cf4217be1c/lib-proc_macro2.json' from root:root to runner:runner
2025-08-20T22:35:42.6394610Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/proc-macro2-7a10a5cf4217be1c/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-20T22:35:42.6396300Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/proc-macro2-7a10a5cf4217be1c/lib-proc_macro2' from root:root to runner:runner
2025-08-20T22:35:42.6397997Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/proc-macro2-7a10a5cf4217be1c' from root:root to runner:runner
2025-08-20T22:35:42.6399384Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-20T22:35:42.6400618Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release' from root:root to runner:runner
2025-08-20T22:35:42.6401817Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T22:35:42.6402982Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target' from root:root to runner:runner
2025-08-20T22:35:42.6404331Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-20T22:35:42.6405550Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_parser/Cargo.toml' from root:root to runner:runner
2025-08-20T22:35:42.6406943Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_parser/src/named_value.rs' from root:root to runner:runner
2025-08-20T22:35:42.6408329Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_parser/src/grammar.pest' from root:root to runner:runner
2025-08-20T22:35:42.6409646Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_parser/src/errors.rs' from root:root to runner:runner
2025-08-20T22:35:42.6410956Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_parser/src/rule_parser.rs' from root:root to runner:runner
2025-08-20T22:35:42.6412302Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_parser/src/value_parser.rs' from root:root to runner:runner
2025-08-20T22:35:42.6413603Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_parser/src/lib.rs' from root:root to runner:runner
2025-08-20T22:35:42.6414849Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_parser/src' from root:root to runner:runner
2025-08-20T22:35:42.6416066Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_parser' from root:root to runner:runner
2025-08-20T22:35:42.6417534Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_testing/Cargo.toml' from root:root to runner:runner
2025-08-20T22:35:42.6418885Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_testing/src/lib.rs' from root:root to runner:runner
2025-08-20T22:35:42.6420141Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_testing/src' from root:root to runner:runner
2025-08-20T22:35:42.6421369Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_testing' from root:root to runner:runner
2025-08-20T22:35:42.6422612Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_cli_ops/Cargo.toml' from root:root to runner:runner
2025-08-20T22:35:42.6423922Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_cli_ops/src/operations.rs' from root:root to runner:runner
2025-08-20T22:35:42.6425233Z [00:04:05.413]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_cli_ops/src/errors.rs' from root:root to runner:runner
2025-08-20T22:35:42.6426511Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_cli_ops/src/lib.rs' from root:root to runner:runner
2025-08-20T22:35:42.6428106Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_cli_ops/src' from root:root to runner:runner
2025-08-20T22:35:42.6429328Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_cli_ops' from root:root to runner:runner
2025-08-20T22:35:42.6430570Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_core/Cargo.toml' from root:root to runner:runner
2025-08-20T22:35:42.6431851Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_core/src/animated.rs' from root:root to runner:runner
2025-08-20T22:35:42.6433133Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_core/src/errors.rs' from root:root to runner:runner
2025-08-20T22:35:42.6434403Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_core/src/lib.rs' from root:root to runner:runner
2025-08-20T22:35:42.6435639Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_core/src' from root:root to runner:runner
2025-08-20T22:35:42.6436905Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_core' from root:root to runner:runner
2025-08-20T22:35:42.6438181Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/Cargo.toml' from root:root to runner:runner
2025-08-20T22:35:42.6439478Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/src/encode_settings.rs' from root:root to runner:runner
2025-08-20T22:35:42.6440770Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/src/encode.rs' from root:root to runner:runner
2025-08-20T22:35:42.6442242Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/src/encode/dynamic.rs' from root:root to runner:runner
2025-08-20T22:35:42.6443640Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/src/encode/jpeg.rs' from root:root to runner:runner
2025-08-20T22:35:42.6444939Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/src/encode/bmp.rs' from root:root to runner:runner
2025-08-20T22:35:42.6446214Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/src/encode' from root:root to runner:runner
2025-08-20T22:35:42.6447728Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/src/preprocessor.rs' from root:root to runner:runner
2025-08-20T22:35:42.6449042Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/src/errors.rs' from root:root to runner:runner
2025-08-20T22:35:42.6450364Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/src/encode_settings/jpeg.rs' from root:root to runner:runner
2025-08-20T22:35:42.6451936Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/src/encode_settings/gif.rs' from root:root to runner:runner
2025-08-20T22:35:42.6453275Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/src/encode_settings' from root:root to runner:runner
2025-08-20T22:35:42.6454640Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/src/preprocessor/color_type.rs' from root:root to runner:runner
2025-08-20T22:35:42.6456047Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/src/preprocessor/pick_frame.rs' from root:root to runner:runner
2025-08-20T22:35:42.6457539Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/src/preprocessor' from root:root to runner:runner
2025-08-20T22:35:42.6458831Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/src/lib.rs' from root:root to runner:runner
2025-08-20T22:35:42.6460098Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/src/decode.rs' from root:root to runner:runner
2025-08-20T22:35:42.6461329Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/src' from root:root to runner:runner
2025-08-20T22:35:42.6462509Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io' from root:root to runner:runner
2025-08-20T22:35:42.6463761Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/Cargo.toml' from root:root to runner:runner
2025-08-20T22:35:42.6465284Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/helper/resize.rs' from root:root to runner:runner
2025-08-20T22:35:42.6466791Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/helper/mod.rs' from root:root to runner:runner
2025-08-20T22:35:42.6468240Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/helper' from root:root to runner:runner
2025-08-20T22:35:42.6469574Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/engine.rs' from root:root to runner:runner
2025-08-20T22:35:42.6470902Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/errors.rs' from root:root to runner:runner
2025-08-20T22:35:42.6472291Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/wrapper/image_path.rs' from root:root to runner:runner
2025-08-20T22:35:42.6473735Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/wrapper/gradient_input.rs' from root:root to runner:runner
2025-08-20T22:35:42.6475183Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/wrapper/font_options.rs' from root:root to runner:runner
2025-08-20T22:35:42.6476934Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/wrapper/overlay.rs' from root:root to runner:runner
2025-08-20T22:35:42.6478416Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/wrapper/gradient_fn.rs' from root:root to runner:runner
2025-08-20T22:35:42.6479814Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/wrapper/mod.rs' from root:root to runner:runner
2025-08-20T22:35:42.6481228Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/wrapper/draw_text_inner.rs' from root:root to runner:runner
2025-08-20T22:35:42.6482676Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/wrapper/filter_type.rs' from root:root to runner:runner
2025-08-20T22:35:42.6484054Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/wrapper' from root:root to runner:runner
2025-08-20T22:35:42.6485366Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/lib.rs' from root:root to runner:runner
2025-08-20T22:35:42.6486747Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/rotate270.rs' from root:root to runner:runner
2025-08-20T22:35:42.6488318Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/rotate180.rs' from root:root to runner:runner
2025-08-20T22:35:42.6489895Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/invert.rs' from root:root to runner:runner
2025-08-20T22:35:42.6491387Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/blur.rs' from root:root to runner:runner
2025-08-20T22:35:42.6492819Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/brighten.rs' from root:root to runner:runner
2025-08-20T22:35:42.6494264Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/draw_text.rs' from root:root to runner:runner
2025-08-20T22:35:42.6495691Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/crop.rs' from root:root to runner:runner
2025-08-20T22:35:42.6497206Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/filter3x3.rs' from root:root to runner:runner
2025-08-20T22:35:42.6498729Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/flip_horizontal.rs' from root:root to runner:runner
2025-08-20T22:35:42.6500410Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/hue_rotate.rs' from root:root to runner:runner
2025-08-20T22:35:42.6501857Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/rotate90.rs' from root:root to runner:runner
2025-08-20T22:35:42.6502655Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/horizontal_gradient.rs' from root:root to runner:runner
2025-08-20T22:35:42.6503407Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/threshold.rs' from root:root to runner:runner
2025-08-20T22:35:42.6504170Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/unsharpen.rs' from root:root to runner:runner
2025-08-20T22:35:42.6504945Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/flip_vertical.rs' from root:root to runner:runner
2025-08-20T22:35:42.6505696Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/overlay.rs' from root:root to runner:runner
2025-08-20T22:35:42.6506440Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/resize.rs' from root:root to runner:runner
2025-08-20T22:35:42.6507300Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/grayscale.rs' from root:root to runner:runner
2025-08-20T22:35:42.6508083Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/mod.rs' from root:root to runner:runner
2025-08-20T22:35:42.6508963Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/diff.rs' from root:root to runner:runner
2025-08-20T22:35:42.6509790Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/vertical_gradient.rs' from root:root to runner:runner
2025-08-20T22:35:42.6510545Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/contrast.rs' from root:root to runner:runner
2025-08-20T22:35:42.6511246Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations' from root:root to runner:runner
2025-08-20T22:35:42.6511905Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src' from root:root to runner:runner
2025-08-20T22:35:42.6512553Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine' from root:root to runner:runner
2025-08-20T22:35:42.6513133Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates' from root:root to runner:runner
2025-08-20T22:35:42.6513913Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/src/main.rs' from root:root to runner:runner
2025-08-20T22:35:42.6514549Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/src/combinators.rs' from root:root to runner:runner
2025-08-20T22:35:42.6515181Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/src/cli/license.rs' from root:root to runner:runner
2025-08-20T22:35:42.6515792Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/src/cli/app.rs' from root:root to runner:runner
2025-08-20T22:35:42.6516423Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/src/cli/pipeline.rs' from root:root to runner:runner
2025-08-20T22:35:42.6517145Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/src/cli/common_dir.rs' from root:root to runner:runner
2025-08-20T22:35:42.6517805Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/src/cli/mod.rs' from root:root to runner:runner
2025-08-20T22:35:42.6518430Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/src/cli/config.rs' from root:root to runner:runner
2025-08-20T22:35:42.6519074Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/src/cli/glob_base_dir.rs' from root:root to runner:runner
2025-08-20T22:35:42.6519662Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/src/cli' from root:root to runner:runner
2025-08-20T22:35:42.6520258Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/src/lib.rs' from root:root to runner:runner
2025-08-20T22:35:42.6520958Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/src' from root:root to runner:runner
2025-08-20T22:35:42.6521616Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/justfile' from root:root to runner:runner
2025-08-20T22:35:42.6522282Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/script/emboss.sic' from root:root to runner:runner
2025-08-20T22:35:42.6522911Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/script' from root:root to runner:runner
2025-08-20T22:35:42.6523569Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/logo/sic_196.jpg' from root:root to runner:runner
2025-08-20T22:35:42.6524239Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/logo/sic_100.jpg' from root:root to runner:runner
2025-08-20T22:35:42.6524896Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/logo/sic_500.jpg' from root:root to runner:runner
2025-08-20T22:35:42.6525509Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/logo' from root:root to runner:runner
2025-08-20T22:35:42.6526375Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/help-images/draw-text/in.png' from root:root to runner:runner
2025-08-20T22:35:42.6527172Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/help-images/draw-text/out.png' from root:root to runner:runner
2025-08-20T22:35:42.6527887Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/help-images/draw-text' from root:root to runner:runner
2025-08-20T22:35:42.6528641Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/help-images/diff/diff_between_a_and_b.png' from root:root to runner:runner
2025-08-20T22:35:42.6529330Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/help-images/diff/a.png' from root:root to runner:runner
2025-08-20T22:35:42.6530050Z [00:04:05.414]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/help-images/diff/loop-diffed.gif' from root:root to runner:runner
2025-08-20T22:35:42.6530740Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/help-images/diff/b.png' from root:root to runner:runner
2025-08-20T22:35:42.6531393Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/help-images/diff' from root:root to runner:runner
2025-08-20T22:35:42.6532034Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/help-images' from root:root to runner:runner
2025-08-20T22:35:42.6532683Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/loop-diff.gif' from root:root to runner:runner
2025-08-20T22:35:42.6533502Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/loop-diff-vertical.gif' from root:root to runner:runner
2025-08-20T22:35:42.6534177Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/2x2_wbaw.png' from root:root to runner:runner
2025-08-20T22:35:42.6534825Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/2x3_rrgrbb.bmp' from root:root to runner:runner
2025-08-20T22:35:42.6535467Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/wh1616.png' from root:root to runner:runner
2025-08-20T22:35:42.6536167Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/unsplash_763569_cropped.jpg' from root:root to runner:runner
2025-08-20T22:35:42.6536943Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/loop-diff-horizontal.gif' from root:root to runner:runner
2025-08-20T22:35:42.6537629Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/1x1_b.png' from root:root to runner:runner
2025-08-20T22:35:42.6538304Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/blackwhite_2x2.bmp' from root:root to runner:runner
2025-08-20T22:35:42.6539120Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/1x1_w.png' from root:root to runner:runner
2025-08-20T22:35:42.6539840Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/static-diff-non-overlap.gif' from root:root to runner:runner
2025-08-20T22:35:42.6540481Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/noloop.gif' from root:root to runner:runner
2025-08-20T22:35:42.6541105Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/loop.gif' from root:root to runner:runner
2025-08-20T22:35:42.6541779Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/3x3_babababab.png' from root:root to runner:runner
2025-08-20T22:35:42.6542437Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/palette_4x4.png' from root:root to runner:runner
2025-08-20T22:35:42.6543084Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/credits.txt' from root:root to runner:runner
2025-08-20T22:35:42.6543760Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/help-pages/about.txt' from root:root to runner:runner
2025-08-20T22:35:42.6544482Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/help-pages/image_operations.txt' from root:root to runner:runner
2025-08-20T22:35:42.6545124Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/help-pages' from root:root to runner:runner
2025-08-20T22:35:42.6545892Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/2x3_yrgyyb.bmp' from root:root to runner:runner
2025-08-20T22:35:42.6546611Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/rainbow_8x6.bmp' from root:root to runner:runner
2025-08-20T22:35:42.6547346Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/2x2_bbbb.png' from root:root to runner:runner
2025-08-20T22:35:42.6548050Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/3x2_wbaaba.png' from root:root to runner:runner
2025-08-20T22:35:42.6548688Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/2x2_baab.png' from root:root to runner:runner
2025-08-20T22:35:42.6549353Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/static-diff.gif' from root:root to runner:runner
2025-08-20T22:35:42.6549979Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/1x1_a.png' from root:root to runner:runner
2025-08-20T22:35:42.6550663Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/font/Lato-Regular.ttf' from root:root to runner:runner
2025-08-20T22:35:42.6551548Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/font/Lato-Regular.LICENSE-OFL.txt' from root:root to runner:runner
2025-08-20T22:35:42.6552169Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/font' from root:root to runner:runner
2025-08-20T22:35:42.6552810Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/bwlines.png' from root:root to runner:runner
2025-08-20T22:35:42.6553446Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/2x2_wwaw.png' from root:root to runner:runner
2025-08-20T22:35:42.6554086Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/2x2_bwwb.bmp' from root:root to runner:runner
2025-08-20T22:35:42.6554745Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/apng_sample.png' from root:root to runner:runner
2025-08-20T22:35:42.6555403Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/3x2_rgbrrb.bmp' from root:root to runner:runner
2025-08-20T22:35:42.6556049Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/2x3_wrabaa.png' from root:root to runner:runner
2025-08-20T22:35:42.6556699Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/3x2_ygyryb.bmp' from root:root to runner:runner
2025-08-20T22:35:42.6557390Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources' from root:root to runner:runner
2025-08-20T22:35:42.6558014Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/LICENSE-MIT' from root:root to runner:runner
2025-08-20T22:35:42.6558762Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T22:35:42.6559526Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T22:35:42.6560233Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T22:35:42.6560902Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T22:35:42.6561591Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T22:35:42.6562244Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T22:35:42.6562891Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T22:35:42.6563761Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T22:35:42.6564460Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T22:35:42.6565133Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T22:35:42.6565799Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T22:35:42.6566524Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T22:35:42.6567316Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T22:35:42.6568026Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T22:35:42.6568725Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T22:35:42.6569321Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T22:35:42.6569916Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T22:35:42.6570512Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T22:35:42.6571501Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/objects/pack/pack-f24f5919dc1be6de539ab6d82c5dc1e0288a5980.rev' from root:root to runner:runner
2025-08-20T22:35:42.6572392Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/objects/pack/pack-cbae2e318ab0db32eabc1501e29c0492a677ad22.pack' from root:root to runner:runner
2025-08-20T22:35:42.6573234Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/objects/pack/pack-cbae2e318ab0db32eabc1501e29c0492a677ad22.idx' from root:root to runner:runner
2025-08-20T22:35:42.6574079Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/objects/pack/pack-f24f5919dc1be6de539ab6d82c5dc1e0288a5980.pack' from root:root to runner:runner
2025-08-20T22:35:42.6574925Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/objects/pack/pack-cbae2e318ab0db32eabc1501e29c0492a677ad22.rev' from root:root to runner:runner
2025-08-20T22:35:42.6575784Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/objects/pack/pack-cbae2e318ab0db32eabc1501e29c0492a677ad22.promisor' from root:root to runner:runner
2025-08-20T22:35:42.6576960Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/objects/pack/pack-f24f5919dc1be6de539ab6d82c5dc1e0288a5980.promisor' from root:root to runner:runner
2025-08-20T22:35:42.6577842Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/objects/pack/pack-f24f5919dc1be6de539ab6d82c5dc1e0288a5980.idx' from root:root to runner:runner
2025-08-20T22:35:42.6578470Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T22:35:42.6579093Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T22:35:42.6579691Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T22:35:42.6580320Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T22:35:42.6580917Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T22:35:42.6581537Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T22:35:42.6582143Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T22:35:42.6582800Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T22:35:42.6583433Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T22:35:42.6584251Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:35:42.6584990Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:35:42.6585631Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T22:35:42.6586249Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T22:35:42.6586910Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T22:35:42.6587559Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T22:35:42.6588168Z [00:04:05.415]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T22:35:42.6588795Z [00:04:05.416]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T22:35:42.6589631Z [00:04:05.416]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T22:35:42.6590312Z [00:04:05.416]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:35:42.6590969Z [00:04:05.416]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:35:42.6591586Z [00:04:05.416]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T22:35:42.6592181Z [00:04:05.416]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T22:35:42.6592756Z [00:04:05.416]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T22:35:42.6593354Z [00:04:05.416]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/about.hbs' from root:root to runner:runner
2025-08-20T22:35:42.6593986Z [00:04:05.416]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/tests/common/mod.rs' from root:root to runner:runner
2025-08-20T22:35:42.6594589Z [00:04:05.416]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/tests/common' from root:root to runner:runner
2025-08-20T22:35:42.6595273Z [00:04:05.416]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/tests/cli_image_operation_args.rs' from root:root to runner:runner
2025-08-20T22:35:42.6595926Z [00:04:05.416]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/tests/cli_input_output.rs' from root:root to runner:runner
2025-08-20T22:35:42.6596686Z [00:04:05.416]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/tests/cli_license.rs' from root:root to runner:runner
2025-08-20T22:35:42.6597474Z [00:04:05.416]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/tests/cli_convert.rs' from root:root to runner:runner
2025-08-20T22:35:42.6598113Z [00:04:05.416]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/tests/cli_glob.rs' from root:root to runner:runner
2025-08-20T22:35:42.6598851Z [00:04:05.416]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/tests/cli_image_operations_script_from_file.rs' from root:root to runner:runner
2025-08-20T22:35:42.6599516Z [00:04:05.416]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/tests/cli_imageproc_ops.rs' from root:root to runner:runner
2025-08-20T22:35:42.6600087Z [00:04:05.416]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/tests' from root:root to runner:runner
2025-08-20T22:35:42.6600639Z [00:04:05.416]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO' from root:root to runner:runner
2025-08-20T22:35:42.6601158Z [00:04:05.416]➜  changed ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7' from root:root to runner:runner
2025-08-20T22:35:42.6601735Z [00:04:05.416]➜  ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' retained as runner:runner
2025-08-20T22:35:42.6602129Z [00:04:05.416]➜  ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' retained as runner:runner
2025-08-20T22:35:42.6602519Z [00:04:05.416]➜  ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD' retained as runner:runner
2025-08-20T22:35:42.6602877Z [00:04:05.416]➜  ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/ig' retained as runner:runner
2025-08-20T22:35:42.6603266Z [00:04:05.416]➜  ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/sic.version' retained as runner:runner
2025-08-20T22:35:42.6603643Z [00:04:05.416]➜  ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/LICENSE' retained as runner:runner
2025-08-20T22:35:42.6604069Z [00:04:05.416]➜  ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/sic.static.version' retained as runner:runner
2025-08-20T22:35:42.6604415Z [00:04:05.416]➜  ownership of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR' retained as runner:runner
2025-08-20T22:35:42.6604924Z [00:04:05.422]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6605322Z [00:04:05.427]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/ig' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6605804Z [00:04:05.433]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6606410Z [00:04:05.438]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/about.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6607170Z [00:04:05.443]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6607958Z [00:04:05.448]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/tools/cargo-publish-workspace/readme.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6608805Z [00:04:05.453]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/tools/install_nasm_macos.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6609504Z [00:04:05.458]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/tools/install_nasm_ubuntu.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6610194Z [00:04:05.464]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/tools/pack-release/readme.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6610803Z [00:04:05.469]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/bors.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6611423Z [00:04:05.474]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6612025Z [00:04:05.479]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6612644Z [00:04:05.484]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/setup_rav1e.ps1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6613399Z [00:04:05.490]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6614015Z [00:04:05.495]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/rustfmt.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6614615Z [00:04:05.500]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/NOTICE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6615288Z [00:04:05.506]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/examples/gen_completions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6615978Z [00:04:05.511]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/examples/update_dep_licenses.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6616586Z [00:04:05.516]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6617314Z [00:04:05.522]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.github/FUNDING.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6618033Z [00:04:05.527]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6618777Z [00:04:05.532]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.github/workflows/build-release-binaries.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6619461Z [00:04:05.537]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.github/workflows/clippy.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6620126Z [00:04:05.542]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.github/workflows/test.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6620917Z [00:04:05.548]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.github/workflows/deny.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6621662Z [00:04:05.553]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.github/workflows/rustfmt.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6622333Z [00:04:05.558]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.github/workflows/msrv.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6622963Z [00:04:05.564]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/LICENSE-APACHE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6623563Z [00:04:05.569]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/deny.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6624222Z [00:04:05.574]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6625090Z [00:04:05.580]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sic_core-50661674fcc72e0f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6626192Z [00:04:05.585]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmatrixmultiply-7f26477e05b9ba2c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6627164Z [00:04:05.590]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/image_webp-4a69f3cd13bf2c1b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6628089Z [00:04:05.595]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/anyhow-6e19fb18fb037838.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6628975Z [00:04:05.601]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libweezl-6273eae429e1b392.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6629838Z [00:04:05.606]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sic_io-beb5af79a442167b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6630742Z [00:04:05.611]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libab_glyph-b7c4ce2f54464e39.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6631599Z [00:04:05.616]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/loop9-f5848f5d85f2f98c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6632474Z [00:04:05.621]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/fdeflate-c7332e0f0b98ebf8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6633355Z [00:04:05.626]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgif-4a0d4461632e94d9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6634419Z [00:04:05.632]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder_lite-f3d2b88b1eb33bad.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6635437Z [00:04:05.637]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminimal_lexical-79f70aa3ad38fa03.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6636306Z [00:04:05.642]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/half-0f21abe7ad1244bd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6637160Z [00:04:05.647]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ig-16f70bb9b61644e7' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6638089Z [00:04:05.652]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/byteorder_lite-f3d2b88b1eb33bad.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6639002Z [00:04:05.658]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc32fast-5f6295e13ace7bfe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6640110Z [00:04:05.663]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/minimal_lexical-79f70aa3ad38fa03.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6640976Z [00:04:05.668]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand-9416b516f7a52de1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6641853Z [00:04:05.674]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libexr-078a7709b5edc364.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6642742Z [00:04:05.679]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-a10c404feebee022.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6661292Z [00:04:05.684]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaligned_vec-8b3e50d0064bb1d8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6714665Z [00:04:05.689]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_distr-3890dadb615c3992.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6769638Z [00:04:05.695]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzune_core-7bd55be4e869754a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6822692Z [00:04:05.700]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblebe-17c709b9203a3b30.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6878283Z [00:04:05.706]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_docker-22afe063b8a340f7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6931431Z [00:04:05.711]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtextwrap-ba54d61407f33054.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.6984282Z [00:04:05.716]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strum-185894431a529b90.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.7038344Z [00:04:05.722]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitflags-056469cb054f3137.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.7091759Z [00:04:05.727]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_complex-21cb33c001b845f2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.7144882Z [00:04:05.732]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerocopy-fa191919e53ae977.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.7199188Z [00:04:05.738]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ucd_trie-80633656e863a222.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.7251656Z [00:04:05.743]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-9eef750e852b006d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.7304175Z [00:04:05.748]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/quick_error-f6465bf75e341677.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.7358532Z [00:04:05.754]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsafe_arch-23b95f237aac617e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.7412545Z [00:04:05.759]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-4479434a0df543f8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.7466564Z [00:04:05.765]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/qoi-0ccf924c3439de0f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.7516816Z [00:04:05.770]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/image-72a048e5d9b43549.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.7568212Z [00:04:05.775]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bitstream_io-58febbe5e9175494.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.7619209Z [00:04:05.780]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.7671588Z [00:04:05.785]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/owned_ttf_parser-700023b135254c69.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.7722796Z [00:04:05.790]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimgref-550ec65c7394d654.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.7773215Z [00:04:05.795]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/simba-28f8577cd7a76e94.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.7824233Z [00:04:05.800]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-056469cb054f3137.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.7877284Z [00:04:05.806]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:42.7929732Z [00:04:05.811]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmatrixmultiply-7f26477e05b9ba2c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.7982580Z [00:04:05.816]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libab_glyph_rasterizer-8aaa11613673904a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.8034961Z [00:04:05.821]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.8089233Z [00:04:05.827]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaligned_vec-8b3e50d0064bb1d8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.8141360Z [00:04:05.832]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pathdiff-6afe966f22006c7c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.8193344Z [00:04:05.837]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:42.8247243Z [00:04:05.843]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimage-72a048e5d9b43549.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.8300531Z [00:04:05.848]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.8351201Z [00:04:05.853]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-3dce2d85898e7299.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.8404600Z [00:04:05.858]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_rational-385a00d1593c6d66.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.8457807Z [00:04:05.864]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libqoi-0ccf924c3439de0f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.8512006Z [00:04:05.869]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/matrixmultiply-7f26477e05b9ba2c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.8566130Z [00:04:05.875]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum-bb0b1603c6f0eab6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.8621125Z [00:04:05.880]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/pest-56bfa3efbc90e4fe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.8675393Z [00:04:05.885]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-4e967277c3fcbf64.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.8732465Z [00:04:05.891]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:42.8788040Z [00:04:05.897]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libatty-d94d474988d263f3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.8844455Z [00:04:05.902]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/open-bc2092c32e9dd8e1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.8900596Z [00:04:05.908]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_traits-f6cb156987554964.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.8954557Z [00:04:05.913]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzerocopy-fa191919e53ae977.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.9009847Z [00:04:05.919]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/cfg_if-390245f0fda4ac0f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.9065680Z [00:04:05.924]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-106f0a8d539a0ffb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.9121056Z [00:04:05.930]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_bigint-1bca2500b812a47c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.9174274Z [00:04:05.935]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librgb-ea0cc14e26b5737d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.9232428Z [00:04:05.941]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-6e19fb18fb037838.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.9288199Z [00:04:05.947]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarrayvec-c10f46480f6921b8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.9343681Z [00:04:05.952]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/globwalk-2d3a913e01589800.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.9400301Z [00:04:05.958]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libarrayvec-c10f46480f6921b8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.9454832Z [00:04:05.963]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand_chacha-c5ea3092bb87a8d4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.9509221Z [00:04:05.969]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsimd_adler32-3eb596e136ca35cd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.9564530Z [00:04:05.974]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimageproc-71dbcfdbf60f8c2d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.9618472Z [00:04:05.980]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_cli_ops-6c9a818743aefe7a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.9673825Z [00:04:05.985]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.9727410Z [00:04:05.991]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdebug_unreachable-e6bca2bec30abf78.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.9781606Z [00:04:05.996]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_docker-22afe063b8a340f7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.9833620Z [00:04:06.001]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminiz_oxide-8a47b21992ba894b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.9887149Z [00:04:06.007]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_parser-1521a2aff218d4cf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.9939732Z [00:04:06.012]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibc-4e967277c3fcbf64.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:42.9993011Z [00:04:06.017]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libv_frame-a73facb76f3b1e93.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.0044420Z [00:04:06.022]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libweezl-6273eae429e1b392.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.0097170Z [00:04:06.028]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ig-16f70bb9b61644e7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.0149392Z [00:04:06.033]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimage_webp-4a69f3cd13bf2c1b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.0200820Z [00:04:06.038]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libclap-9eef750e852b006d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.0253195Z [00:04:06.043]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sic_parser-1521a2aff218d4cf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.0304995Z [00:04:06.048]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/walkdir-a545e9a5ea7ecd80.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.0360402Z [00:04:06.054]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/safe_arch-23b95f237aac617e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.0414912Z [00:04:06.059]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-5b3f886e19f9b939.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.0470851Z [00:04:06.065]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpest-56bfa3efbc90e4fe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.0522509Z [00:04:06.070]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblog-ca76cc5873df6a42.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.0575358Z [00:04:06.075]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ab_glyph-b7c4ce2f54464e39.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.0629576Z [00:04:06.081]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/gif-4a0d4461632e94d9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.0682422Z [00:04:06.086]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librawpointer-7951e262d4efce52.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.0735989Z [00:04:06.091]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-ae29605e8bb5f11f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.0789122Z [00:04:06.097]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zune_core-7bd55be4e869754a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.0841593Z [00:04:06.102]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpng-04c228c95e2fc7c2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.0894680Z [00:04:06.107]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbyteorder_lite-f3d2b88b1eb33bad.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.0946970Z [00:04:06.113]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librav1e-8d9e4eae338f148d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.0997762Z [00:04:06.118]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/exr-078a7709b5edc364.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.1050333Z [00:04:06.123]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libttf_parser-9a662669b626d7d5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.1102046Z [00:04:06.128]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/color_quant-8640f1062a0aa002.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.1156061Z [00:04:06.134]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rayon-2a743707f952428d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.1209280Z [00:04:06.139]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmaybe_rayon-57b90141e4b7e234.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.1261778Z [00:04:06.144]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/arrayvec-c10f46480f6921b8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.1312305Z [00:04:06.149]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/png-04c228c95e2fc7c2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.1362542Z [00:04:06.154]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_complex-21cb33c001b845f2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.1414347Z [00:04:06.159]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libunicode_width-ae29605e8bb5f11f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.1467862Z [00:04:06.165]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:43.1522619Z [00:04:06.170]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpest-56bfa3efbc90e4fe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.1577313Z [00:04:06.176]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libflate2-66bc6476724f6aa8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.1629585Z [00:04:06.181]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtiff-23a65a6841fb3fb9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.1681508Z [00:04:06.186]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_automata-5b3f886e19f9b939.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.1734020Z [00:04:06.191]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_wsl-719c1e118be3235a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.1783962Z [00:04:06.196]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zune_jpeg-09894569afb1512a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.1836099Z [00:04:06.202]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libprofiling-51e85ee26a9519f6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.1886523Z [00:04:06.207]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librawpointer-7951e262d4efce52.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.1937568Z [00:04:06.212]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bstr-4479434a0df543f8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.1988193Z [00:04:06.217]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-e636ddc523b524b0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.2040399Z [00:04:06.222]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/aligned_vec-8b3e50d0064bb1d8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.2092116Z [00:04:06.227]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnalgebra-21961cbd334eb413.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.2142184Z [00:04:06.232]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libab_glyph-b7c4ce2f54464e39.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.2192407Z [00:04:06.237]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpathdiff-6afe966f22006c7c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.2242714Z [00:04:06.242]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libatty-d94d474988d263f3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.2293603Z [00:04:06.247]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/either-b3141ecb6e1f5118.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.2347441Z [00:04:06.253]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libloop9-f5848f5d85f2f98c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.2398464Z [00:04:06.258]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libppv_lite86-069c9741208bad70.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.2453519Z [00:04:06.263]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_iter-0328186965d0adf5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.2507039Z [00:04:06.269]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/weezl-6273eae429e1b392.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.2561578Z [00:04:06.274]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimage_webp-4a69f3cd13bf2c1b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.2615362Z [00:04:06.279]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsafe_arch-23b95f237aac617e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.2668059Z [00:04:06.285]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-763bc1a385ccfbe9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.2722478Z [00:04:06.290]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libonce_cell-e636ddc523b524b0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.2775347Z [00:04:06.295]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-185894431a529b90.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.2828256Z [00:04:06.301]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/atty-d94d474988d263f3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.2881985Z [00:04:06.306]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcfg_if-390245f0fda4ac0f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.2932716Z [00:04:06.311]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sic_image_engine-b84433a394665032.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.2984719Z [00:04:06.316]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitflags-056469cb054f3137.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.3040102Z [00:04:06.322]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libowned_ttf_parser-700023b135254c69.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.3092858Z [00:04:06.327]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libowned_ttf_parser-700023b135254c69.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.3145995Z [00:04:06.333]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_chacha-c5ea3092bb87a8d4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.3198338Z [00:04:06.338]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnalgebra-21961cbd334eb413.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.3250883Z [00:04:06.343]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:43.3304389Z [00:04:06.348]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_rational-385a00d1593c6d66.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.3357605Z [00:04:06.354]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libquick_error-f6465bf75e341677.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.3410113Z [00:04:06.359]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhalf-0f21abe7ad1244bd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.3461813Z [00:04:06.364]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-cfdb221f4103d149.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.3513721Z [00:04:06.369]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_iter-0328186965d0adf5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.3568527Z [00:04:06.375]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libppv_lite86-069c9741208bad70.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.3623023Z [00:04:06.380]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rgb-ea0cc14e26b5737d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.3677545Z [00:04:06.386]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobwalk-2d3a913e01589800.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.3732375Z [00:04:06.391]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bytemuck-0c5a425932763083.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.3784063Z [00:04:06.396]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrum-185894431a529b90.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.3837132Z [00:04:06.402]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon-2a743707f952428d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.3890478Z [00:04:06.407]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/av1_grain-7353c85a83f8c167.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.3944246Z [00:04:06.412]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:43.3995715Z [00:04:06.418]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzune_jpeg-09894569afb1512a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.4048317Z [00:04:06.423]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libprofiling-51e85ee26a9519f6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.4100907Z [00:04:06.428]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libravif-f41024cf6512e7b2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.4153282Z [00:04:06.433]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:43.4205733Z [00:04:06.438]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libravif-f41024cf6512e7b2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.4261066Z [00:04:06.444]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-a10c404feebee022.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.4313048Z [00:04:06.449]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytemuck-0c5a425932763083.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.4367904Z [00:04:06.455]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwide-039e5c9b9977285d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.4421793Z [00:04:06.460]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libquick_error-f6465bf75e341677.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.4473227Z [00:04:06.465]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwide-039e5c9b9977285d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.4524361Z [00:04:06.470]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_automata-5b3f886e19f9b939.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.4575654Z [00:04:06.475]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libignore-5a8e5e7577c69a1d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.4627440Z [00:04:06.481]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_integer-12339fc7b32d8e3b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.4676651Z [00:04:06.486]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libitertools-3dce2d85898e7299.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.4730028Z [00:04:06.491]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcrc32fast-5f6295e13ace7bfe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.4779509Z [00:04:06.496]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ttf_parser-9a662669b626d7d5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.4832126Z [00:04:06.501]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_core-50661674fcc72e0f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.4883149Z [00:04:06.506]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-a10c404feebee022.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.4933840Z [00:04:06.511]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/itertools-3dce2d85898e7299.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.4985641Z [00:04:06.516]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitstream_io-58febbe5e9175494.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.5037542Z [00:04:06.522]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ansi_term-7eca5868e48ccc03.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.5090209Z [00:04:06.527]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-b3141ecb6e1f5118.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.5142856Z [00:04:06.532]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/adler2-0ef8966097685d4f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.5195076Z [00:04:06.537]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtiff-23a65a6841fb3fb9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.5247575Z [00:04:06.543]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_core-50661674fcc72e0f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.5300703Z [00:04:06.548]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-9416b516f7a52de1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.5351318Z [00:04:06.553]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nalgebra-21961cbd334eb413.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.5403308Z [00:04:06.558]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/memchr-4febb07ae6b182e6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.5454868Z [00:04:06.563]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rawpointer-7951e262d4efce52.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.5505667Z [00:04:06.568]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand_distr-3890dadb615c3992.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.5555103Z [00:04:06.573]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-4cd455734f9952ae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.5605324Z [00:04:06.578]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzune_inflate-dcc4a8184937b188.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.5655510Z [00:04:06.584]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_integer-12339fc7b32d8e3b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.5704889Z [00:04:06.588]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/nom-6403210b9152b214.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.5755391Z [00:04:06.593]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/approx-869ac4670883f266.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.5807352Z [00:04:06.599]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-f6cb156987554964.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.5857579Z [00:04:06.604]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_parser-1521a2aff218d4cf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.5907116Z [00:04:06.609]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zerocopy-fa191919e53ae977.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.5957016Z [00:04:06.614]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/globset-26be0a519c8d16a7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.6008799Z [00:04:06.619]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/typenum-df9142d69f2e66c2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.6060738Z [00:04:06.624]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rand_core-6518ff34cbe15984.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.6112573Z [00:04:06.629]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibm-630db5bee1ce0da8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.6163763Z [00:04:06.634]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libjpeg_decoder-468ddd9ec6091ba0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.6215567Z [00:04:06.639]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libav1_grain-7353c85a83f8c167.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.6268209Z [00:04:06.645]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/imageproc-71dbcfdbf60f8c2d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.6321263Z [00:04:06.650]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libaho_corasick-763bc1a385ccfbe9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.6373348Z [00:04:06.655]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/sic_cli_ops-6c9a818743aefe7a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.6427499Z [00:04:06.661]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ignore-5a8e5e7577c69a1d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.6483504Z [00:04:06.666]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/profiling-51e85ee26a9519f6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.6536520Z [00:04:06.672]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbstr-4479434a0df543f8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.6592138Z [00:04:06.677]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libansi_term-7eca5868e48ccc03.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.6647722Z [00:04:06.683]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/imgref-550ec65c7394d654.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.6703404Z [00:04:06.688]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-bb66b071ffc69dd0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.6760518Z [00:04:06.694]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnom-6403210b9152b214.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.6817467Z [00:04:06.700]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand-9416b516f7a52de1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.6878236Z [00:04:06.705]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:43.6931342Z [00:04:06.711]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libexr-078a7709b5edc364.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.6986378Z [00:04:06.717]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgif-4a0d4461632e94d9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.7041622Z [00:04:06.722]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_docker-22afe063b8a340f7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.7095211Z [00:04:06.727]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_traits-f6cb156987554964.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.7147640Z [00:04:06.733]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbitstream_io-58febbe5e9175494.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.7200177Z [00:04:06.738]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libflate2-66bc6476724f6aa8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.7253138Z [00:04:06.743]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_io-beb5af79a442167b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.7305621Z [00:04:06.748]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libavif_serialize-f400ece7db879bad.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.7357293Z [00:04:06.754]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num-bb0b1603c6f0eab6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.7408577Z [00:04:06.759]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:43.7460619Z [00:04:06.764]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libucd_trie-80633656e863a222.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.7514557Z [00:04:06.769]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimageproc-71dbcfdbf60f8c2d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.7567156Z [00:04:06.775]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzune_jpeg-09894569afb1512a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.7617317Z [00:04:06.780]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libansi_term-7eca5868e48ccc03.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.7669904Z [00:04:06.785]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblebe-17c709b9203a3b30.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.7723538Z [00:04:06.790]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libthiserror-bb66b071ffc69dd0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.7775836Z [00:04:06.796]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-6518ff34cbe15984.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.7829427Z [00:04:06.801]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_complex-21cb33c001b845f2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.7882572Z [00:04:06.806]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum-bb0b1603c6f0eab6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.7935908Z [00:04:06.811]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminiz_oxide-8a47b21992ba894b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.7989267Z [00:04:06.817]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/miniz_oxide-8a47b21992ba894b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.8042711Z [00:04:06.822]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_bigint-1bca2500b812a47c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.8096502Z [00:04:06.828]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbit_field-023af150687aabaf.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.8147923Z [00:04:06.833]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_image_engine-b84433a394665032.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.8199547Z [00:04:06.838]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libanyhow-6e19fb18fb037838.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.8251689Z [00:04:06.843]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libjpeg_decoder-468ddd9ec6091ba0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.8305616Z [00:04:06.848]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolor_quant-8640f1062a0aa002.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.8358312Z [00:04:06.854]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/avif_serialize-f400ece7db879bad.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.8411806Z [00:04:06.859]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_image_engine-b84433a394665032.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.8464171Z [00:04:06.864]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/simd_adler32-3eb596e136ca35cd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.8518387Z [00:04:06.870]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimagineer-afb0f5b4cc0f1ff6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.8571291Z [00:04:06.875]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ppv_lite86-069c9741208bad70.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.8624939Z [00:04:06.880]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtypenum-df9142d69f2e66c2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.8680474Z [00:04:06.886]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libignore-5a8e5e7577c69a1d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.8734544Z [00:04:06.891]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_chacha-c5ea3092bb87a8d4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.8790425Z [00:04:06.897]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.8847125Z [00:04:06.903]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobset-26be0a519c8d16a7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.8901518Z [00:04:06.908]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsimba-28f8577cd7a76e94.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.8957241Z [00:04:06.914]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libadler2-0ef8966097685d4f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.9013802Z [00:04:06.919]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_io-beb5af79a442167b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.9069822Z [00:04:06.925]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libvec_map-24fb480879b65233.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.9126178Z [00:04:06.931]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpng-04c228c95e2fc7c2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.9180783Z [00:04:06.936]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/imagineer-afb0f5b4cc0f1ff6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.9234601Z [00:04:06.941]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libc-4e967277c3fcbf64.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.9288832Z [00:04:06.947]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libgetrandom-4cd455734f9952ae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.9343310Z [00:04:06.952]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librav1e-8d9e4eae338f148d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.9395020Z [00:04:06.957]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/log-ca76cc5873df6a42.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.9447967Z [00:04:06.963]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtypenum-df9142d69f2e66c2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.9501415Z [00:04:06.968]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libttf_parser-9a662669b626d7d5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.9554354Z [00:04:06.973]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:43.9607571Z [00:04:06.979]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libcolor_quant-8640f1062a0aa002.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.9661072Z [00:04:06.984]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libwalkdir-a545e9a5ea7ecd80.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.9713634Z [00:04:06.989]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobset-26be0a519c8d16a7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.9766338Z [00:04:06.995]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librgb-ea0cc14e26b5737d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.9818899Z [00:04:07.000]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/thiserror-bb66b071ffc69dd0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.9872822Z [00:04:07.005]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libis_wsl-719c1e118be3235a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.9926252Z [00:04:07.011]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_distr-3890dadb615c3992.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:43.9979581Z [00:04:07.016]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:44.0031781Z [00:04:07.021]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libvec_map-24fb480879b65233.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.0085215Z [00:04:07.026]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/once_cell-e636ddc523b524b0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.0138312Z [00:04:07.032]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/lebe-17c709b9203a3b30.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.0191724Z [00:04:07.037]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/strsim-106f0a8d539a0ffb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.0245106Z [00:04:07.042]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfdeflate-c7332e0f0b98ebf8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.0297635Z [00:04:07.048]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libav1_grain-7353c85a83f8c167.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.0350523Z [00:04:07.053]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnom-6403210b9152b214.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.0404398Z [00:04:07.058]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/bit_field-023af150687aabaf.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.0455969Z [00:04:07.064]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libv_frame-a73facb76f3b1e93.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.0509318Z [00:04:07.069]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libpathdiff-6afe966f22006c7c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.0562706Z [00:04:07.074]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/crc32fast-5f6295e13ace7bfe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.0615769Z [00:04:07.079]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/debug_unreachable-e6bca2bec30abf78.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.0670245Z [00:04:07.085]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-056b60670a248d3e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.0725464Z [00:04:07.090]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libstrsim-106f0a8d539a0ffb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.0784864Z [00:04:07.096]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/aho_corasick-763bc1a385ccfbe9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.0839868Z [00:04:07.102]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libapprox-869ac4670883f266.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.0895296Z [00:04:07.107]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimagineer-afb0f5b4cc0f1ff6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.0952778Z [00:04:07.113]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbit_field-023af150687aabaf.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.1008903Z [00:04:07.119]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/unicode_width-ae29605e8bb5f11f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.1063484Z [00:04:07.124]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libloop9-f5848f5d85f2f98c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.1121390Z [00:04:07.130]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopen-bc2092c32e9dd8e1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.1178294Z [00:04:07.136]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libapprox-869ac4670883f266.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.1234170Z [00:04:07.141]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/flate2-66bc6476724f6aa8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.1292735Z [00:04:07.147]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libbytemuck-0c5a425932763083.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.1349533Z [00:04:07.153]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmaybe_rayon-57b90141e4b7e234.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.1403605Z [00:04:07.158]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/liblibm-630db5bee1ce0da8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.1456912Z [00:04:07.164]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libtextwrap-ba54d61407f33054.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.1511714Z [00:04:07.169]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/same_file-68187b3b758edad5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.1565058Z [00:04:07.174]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/rav1e-8d9e4eae338f148d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.1619513Z [00:04:07.180]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:44.1674011Z [00:04:07.185]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libregex_syntax-056b60670a248d3e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.1729008Z [00:04:07.191]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libminimal_lexical-79f70aa3ad38fa03.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.1783355Z [00:04:07.196]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libopen-bc2092c32e9dd8e1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.1838482Z [00:04:07.202]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/v_frame-a73facb76f3b1e93.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.1892382Z [00:04:07.207]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/maybe_rayon-57b90141e4b7e234.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.1946631Z [00:04:07.213]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libab_glyph_rasterizer-8aaa11613673904a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.2000960Z [00:04:07.218]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ravif-f41024cf6512e7b2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.2053600Z [00:04:07.223]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimgref-550ec65c7394d654.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.2106473Z [00:04:07.229]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsmallvec-cfdb221f4103d149.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.2159232Z [00:04:07.234]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libmemchr-4febb07ae6b182e6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.2211104Z [00:04:07.239]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libglobwalk-2d3a913e01589800.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.2262658Z [00:04:07.244]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librayon-2a743707f952428d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.2314045Z [00:04:07.249]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/textwrap-ba54d61407f33054.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.2364093Z [00:04:07.254]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libavif_serialize-f400ece7db879bad.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.2415741Z [00:04:07.259]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzune_inflate-dcc4a8184937b188.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.2468081Z [00:04:07.265]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/tiff-23a65a6841fb3fb9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.2521255Z [00:04:07.270]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/jpeg_decoder-468ddd9ec6091ba0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.2575780Z [00:04:07.275]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsic_cli_ops-6c9a818743aefe7a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.2629302Z [00:04:07.281]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/librand_core-6518ff34cbe15984.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.2681825Z [00:04:07.286]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libhalf-0f21abe7ad1244bd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.2734079Z [00:04:07.291]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libucd_trie-80633656e863a222.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.2787189Z [00:04:07.297]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libimage-72a048e5d9b43549.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.2838551Z [00:04:07.302]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/wide-039e5c9b9977285d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.2891714Z [00:04:07.307]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_bigint-1bca2500b812a47c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.2942893Z [00:04:07.312]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libdebug_unreachable-e6bca2bec30abf78.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.2993853Z [00:04:07.317]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libm-630db5bee1ce0da8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.3045406Z [00:04:07.322]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsame_file-68187b3b758edad5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.3096882Z [00:04:07.328]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/zune_inflate-dcc4a8184937b188.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.3149647Z [00:04:07.333]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsimba-28f8577cd7a76e94.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.3200443Z [00:04:07.338]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/clap-9eef750e852b006d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.3252530Z [00:04:07.343]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libqoi-0ccf924c3439de0f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.3303341Z [00:04:07.348]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/is_wsl-719c1e118be3235a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.3354225Z [00:04:07.353]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/smallvec-cfdb221f4103d149.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.3404510Z [00:04:07.358]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/num_iter-0328186965d0adf5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.3455209Z [00:04:07.363]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libeither-b3141ecb6e1f5118.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.3508909Z [00:04:07.369]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/ab_glyph_rasterizer-8aaa11613673904a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.3560745Z [00:04:07.374]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libzune_core-7bd55be4e869754a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.3612028Z [00:04:07.379]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/getrandom-4cd455734f9952ae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.3664733Z [00:04:07.384]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_rational-385a00d1593c6d66.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.3716612Z [00:04:07.390]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/vec_map-24fb480879b65233.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.3770175Z [00:04:07.395]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/regex_syntax-056b60670a248d3e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.3821298Z [00:04:07.400]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libfdeflate-c7332e0f0b98ebf8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.3871525Z [00:04:07.405]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libsimd_adler32-3eb596e136ca35cd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.3922609Z [00:04:07.410]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libadler2-0ef8966097685d4f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.3973554Z [00:04:07.415]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/deps/libnum_integer-12339fc7b32d8e3b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.4025858Z [00:04:07.421]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/libimagineer.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.4077632Z [00:04:07.426]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/ig' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:44.4127783Z [00:04:07.431]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/libimagineer.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:44.4178368Z [00:04:07.436]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/ig.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.4229535Z [00:04:07.441]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.4280160Z [00:04:07.446]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.4331397Z [00:04:07.451]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/ca81b3637afdb6b5-cdef.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.4382293Z [00:04:07.456]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/asm.hash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.4431497Z [00:04:07.461]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/ca81b3637afdb6b5-sad.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.4480654Z [00:04:07.466]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/ca81b3637afdb6b5-mc.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.4532304Z [00:04:07.471]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/librav1e-aarch64.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.4582006Z [00:04:07.476]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/ca81b3637afdb6b5-cdef_dist.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.4631422Z [00:04:07.481]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/ca81b3637afdb6b5-ipred16.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.4681186Z [00:04:07.486]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/ca81b3637afdb6b5-mc16.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.4732202Z [00:04:07.491]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/built.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.4782777Z [00:04:07.496]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/config.h' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.4834536Z [00:04:07.501]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/ca81b3637afdb6b5-sse.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.4884112Z [00:04:07.506]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/ca81b3637afdb6b5-cdef16.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.4935930Z [00:04:07.512]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/ca81b3637afdb6b5-satd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.4987059Z [00:04:07.517]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/ca81b3637afdb6b5-itx.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.5038942Z [00:04:07.522]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/24d010046aac078b-tables.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.5090894Z [00:04:07.527]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/ca81b3637afdb6b5-itx16.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.5143492Z [00:04:07.532]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/out/ca81b3637afdb6b5-ipred.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.5194721Z [00:04:07.537]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.5247630Z [00:04:07.543]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/rav1e-e81bcd5fb30b627d/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.5300246Z [00:04:07.548]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.5350975Z [00:04:07.553]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.5402565Z [00:04:07.558]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/out/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.5455135Z [00:04:07.563]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.5508886Z [00:04:07.569]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/typenum-46d38b0effd9acce/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.5562054Z [00:04:07.574]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.5615723Z [00:04:07.580]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.5667898Z [00:04:07.585]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.5720356Z [00:04:07.590]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-07a28b32335706e2/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.5773499Z [00:04:07.595]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-cf335dc78dc5b867/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.5828313Z [00:04:07.601]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-cf335dc78dc5b867/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.5880452Z [00:04:07.606]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-cf335dc78dc5b867/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.5931936Z [00:04:07.611]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/zerocopy-cf335dc78dc5b867/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.5982980Z [00:04:07.616]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:44.6035284Z [00:04:07.621]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:44.6087515Z [00:04:07.627]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:44.6140487Z [00:04:07.632]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:44.6193607Z [00:04:07.637]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:44.6244314Z [00:04:07.642]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:44.6296060Z [00:04:07.648]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:44.6349587Z [00:04:07.653]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:44.6403063Z [00:04:07.658]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libm-9e25c6d6a1b9447c/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.6455095Z [00:04:07.663]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libm-9e25c6d6a1b9447c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.6507484Z [00:04:07.669]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libm-9e25c6d6a1b9447c/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.6558870Z [00:04:07.674]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libm-9e25c6d6a1b9447c/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.6610795Z [00:04:07.679]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/matrixmultiply-b909297b9fe20fdc/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.6664304Z [00:04:07.684]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/matrixmultiply-b909297b9fe20fdc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.6715427Z [00:04:07.689]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/matrixmultiply-b909297b9fe20fdc/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.6767997Z [00:04:07.695]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/matrixmultiply-b909297b9fe20fdc/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.6818717Z [00:04:07.700]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-176d42101435b8d5/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.6871537Z [00:04:07.705]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-176d42101435b8d5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.6934423Z [00:04:07.711]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-176d42101435b8d5/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.6979132Z [00:04:07.716]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/num-traits-176d42101435b8d5/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.7033769Z [00:04:07.721]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-5e4c4b96e0c1df13/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.7088635Z [00:04:07.727]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-5e4c4b96e0c1df13/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.7142436Z [00:04:07.732]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-5e4c4b96e0c1df13/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.7196088Z [00:04:07.738]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/anyhow-5e4c4b96e0c1df13/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.7250116Z [00:04:07.743]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-8c03e7dabbdb21b3/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.7303286Z [00:04:07.748]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-8c03e7dabbdb21b3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.7358219Z [00:04:07.754]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-8c03e7dabbdb21b3/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.7413194Z [00:04:07.759]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/libc-8c03e7dabbdb21b3/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.7468398Z [00:04:07.765]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-6e63324cf0156bcb/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.7521863Z [00:04:07.770]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:44.7575313Z [00:04:07.775]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:44.7625909Z [00:04:07.780]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/build/thiserror-6e63324cf0156bcb/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.7676660Z [00:04:07.786]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.7729956Z [00:04:07.791]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-bb0b1603c6f0eab6/lib-num.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.7781846Z [00:04:07.796]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-bb0b1603c6f0eab6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.7833253Z [00:04:07.801]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-bb0b1603c6f0eab6/dep-lib-num' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.7883911Z [00:04:07.806]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-bb0b1603c6f0eab6/lib-num' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.7935309Z [00:04:07.811]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-056b60670a248d3e/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.7986293Z [00:04:07.817]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-056b60670a248d3e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.8039990Z [00:04:07.822]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-056b60670a248d3e/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.8091158Z [00:04:07.827]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-syntax-056b60670a248d3e/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.8142611Z [00:04:07.832]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nom-6403210b9152b214/dep-lib-nom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.8195195Z [00:04:07.837]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nom-6403210b9152b214/lib-nom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.8249100Z [00:04:07.843]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nom-6403210b9152b214/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.8302040Z [00:04:07.848]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nom-6403210b9152b214/lib-nom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.8355766Z [00:04:07.853]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rav1e-e81bcd5fb30b627d/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.8408378Z [00:04:07.859]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rav1e-e81bcd5fb30b627d/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.8460454Z [00:04:07.864]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-6e19fb18fb037838/dep-lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.8510690Z [00:04:07.869]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-6e19fb18fb037838/lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.8562472Z [00:04:07.874]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-6e19fb18fb037838/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.8614502Z [00:04:07.879]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-6e19fb18fb037838/lib-anyhow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.8668815Z [00:04:07.885]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-docker-22afe063b8a340f7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.8721594Z [00:04:07.890]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-docker-22afe063b8a340f7/lib-is_docker.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.8774090Z [00:04:07.895]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-docker-22afe063b8a340f7/dep-lib-is_docker' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.8828285Z [00:04:07.901]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-docker-22afe063b8a340f7/lib-is_docker' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.8883481Z [00:04:07.906]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/maybe-rayon-57b90141e4b7e234/dep-lib-maybe_rayon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.8938782Z [00:04:07.912]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/maybe-rayon-57b90141e4b7e234/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.8994029Z [00:04:07.917]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/maybe-rayon-57b90141e4b7e234/lib-maybe_rayon.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.9049662Z [00:04:07.923]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/maybe-rayon-57b90141e4b7e234/lib-maybe_rayon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.9104643Z [00:04:07.928]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/lib-unicode_width.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.9159672Z [00:04:07.934]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.9214651Z [00:04:07.939]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.9270343Z [00:04:07.945]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/unicode-width-ae29605e8bb5f11f/dep-lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.9324981Z [00:04:07.950]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/quick-error-f6465bf75e341677/lib-quick_error.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.9380200Z [00:04:07.956]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/quick-error-f6465bf75e341677/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.9433274Z [00:04:07.961]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/quick-error-f6465bf75e341677/lib-quick_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.9483768Z [00:04:07.966]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/quick-error-f6465bf75e341677/dep-lib-quick_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.9536373Z [00:04:07.972]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-46d38b0effd9acce/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.9590284Z [00:04:07.977]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-46d38b0effd9acce/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.9643192Z [00:04:07.982]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-rational-385a00d1593c6d66/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.9699766Z [00:04:07.988]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-rational-385a00d1593c6d66/lib-num_rational.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.9755719Z [00:04:07.993]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-rational-385a00d1593c6d66/dep-lib-num_rational' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.9810900Z [00:04:07.999]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-rational-385a00d1593c6d66/lib-num_rational' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.9863371Z [00:04:08.004]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zune-core-7bd55be4e869754a/lib-zune_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.9917316Z [00:04:08.010]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zune-core-7bd55be4e869754a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:44.9971207Z [00:04:08.015]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zune-core-7bd55be4e869754a/lib-zune_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.0026306Z [00:04:08.020]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zune-core-7bd55be4e869754a/dep-lib-zune_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.0080498Z [00:04:08.026]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libm-630db5bee1ce0da8/dep-lib-libm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.0133926Z [00:04:08.031]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libm-630db5bee1ce0da8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.0188805Z [00:04:08.037]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libm-630db5bee1ce0da8/lib-libm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.0242670Z [00:04:08.042]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libm-630db5bee1ce0da8/lib-libm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.0294982Z [00:04:08.047]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-9eef750e852b006d/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.0348532Z [00:04:08.053]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-9eef750e852b006d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.0400033Z [00:04:08.058]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-9eef750e852b006d/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.0452746Z [00:04:08.063]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/clap-9eef750e852b006d/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.0507273Z [00:04:08.069]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-069c9741208bad70/lib-ppv_lite86' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.0559689Z [00:04:08.074]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-069c9741208bad70/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.0613169Z [00:04:08.079]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-069c9741208bad70/dep-lib-ppv_lite86' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.0668721Z [00:04:08.085]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ppv-lite86-069c9741208bad70/lib-ppv_lite86.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.0722239Z [00:04:08.090]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/approx-869ac4670883f266/dep-lib-approx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.0773990Z [00:04:08.095]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/approx-869ac4670883f266/lib-approx.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.0825667Z [00:04:08.100]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/approx-869ac4670883f266/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.0876809Z [00:04:08.106]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/approx-869ac4670883f266/lib-approx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.0927391Z [00:04:08.111]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:45.0979588Z [00:04:08.116]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:45.1031189Z [00:04:08.121]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:45.1082638Z [00:04:08.126]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:45.1135646Z [00:04:08.131]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-106f0a8d539a0ffb/dep-lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.1187596Z [00:04:08.137]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-106f0a8d539a0ffb/lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.1240101Z [00:04:08.142]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-106f0a8d539a0ffb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.1291635Z [00:04:08.147]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strsim-106f0a8d539a0ffb/lib-strsim.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.1343374Z [00:04:08.152]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-cfdb221f4103d149/lib-smallvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.1394595Z [00:04:08.157]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-cfdb221f4103d149/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.1446895Z [00:04:08.163]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-cfdb221f4103d149/dep-lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.1498383Z [00:04:08.168]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/smallvec-cfdb221f4103d149/lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.1551238Z [00:04:08.173]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.1601442Z [00:04:08.178]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-07a28b32335706e2/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.1653394Z [00:04:08.183]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/lib-same_file.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.1704017Z [00:04:08.188]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.1754156Z [00:04:08.193]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.1807077Z [00:04:08.199]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/same-file-68187b3b758edad5/dep-lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.1858477Z [00:04:08.204]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/png-04c228c95e2fc7c2/dep-lib-png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.1909663Z [00:04:08.209]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/png-04c228c95e2fc7c2/lib-png.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.1960982Z [00:04:08.214]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/png-04c228c95e2fc7c2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.2011509Z [00:04:08.219]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/png-04c228c95e2fc7c2/lib-png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.2063591Z [00:04:08.224]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ab_glyph_rasterizer-8aaa11613673904a/lib-ab_glyph_rasterizer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.2114788Z [00:04:08.229]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ab_glyph_rasterizer-8aaa11613673904a/dep-lib-ab_glyph_rasterizer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.2165648Z [00:04:08.234]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ab_glyph_rasterizer-8aaa11613673904a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.2215726Z [00:04:08.239]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ab_glyph_rasterizer-8aaa11613673904a/lib-ab_glyph_rasterizer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.2268805Z [00:04:08.245]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-0ef8966097685d4f/dep-lib-adler2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.2319459Z [00:04:08.250]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-0ef8966097685d4f/lib-adler2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.2370909Z [00:04:08.255]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-0ef8966097685d4f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.2421438Z [00:04:08.260]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/adler2-0ef8966097685d4f/lib-adler2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.2472697Z [00:04:08.265]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/half-0f21abe7ad1244bd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.2524712Z [00:04:08.270]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/half-0f21abe7ad1244bd/dep-lib-half' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.2577181Z [00:04:08.276]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/half-0f21abe7ad1244bd/lib-half' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.2627470Z [00:04:08.281]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/half-0f21abe7ad1244bd/lib-half.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.2678877Z [00:04:08.286]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-c10f46480f6921b8/lib-arrayvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.2729636Z [00:04:08.291]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-c10f46480f6921b8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.2779716Z [00:04:08.296]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-c10f46480f6921b8/dep-lib-arrayvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.2832105Z [00:04:08.301]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/arrayvec-c10f46480f6921b8/lib-arrayvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.2885196Z [00:04:08.306]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-c5ea3092bb87a8d4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.2938457Z [00:04:08.312]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-c5ea3092bb87a8d4/lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.2989304Z [00:04:08.317]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-c5ea3092bb87a8d4/dep-lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.3040721Z [00:04:08.322]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_chacha-c5ea3092bb87a8d4/lib-rand_chacha.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.3091590Z [00:04:08.327]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imagineer-16f70bb9b61644e7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.3142371Z [00:04:08.332]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imagineer-16f70bb9b61644e7/bin-ig' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.3193100Z [00:04:08.337]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imagineer-16f70bb9b61644e7/bin-ig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.3243540Z [00:04:08.342]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imagineer-16f70bb9b61644e7/dep-bin-ig' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.3294570Z [00:04:08.347]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/image-72a048e5d9b43549/lib-image' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.3346661Z [00:04:08.353]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/image-72a048e5d9b43549/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.3397843Z [00:04:08.358]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/image-72a048e5d9b43549/dep-lib-image' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.3451013Z [00:04:08.363]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/image-72a048e5d9b43549/lib-image.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.3504573Z [00:04:08.368]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/v_frame-a73facb76f3b1e93/lib-v_frame' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.3556081Z [00:04:08.374]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/v_frame-a73facb76f3b1e93/dep-lib-v_frame' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.3606542Z [00:04:08.379]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/v_frame-a73facb76f3b1e93/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.3656335Z [00:04:08.384]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/v_frame-a73facb76f3b1e93/lib-v_frame.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.3706791Z [00:04:08.389]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-cf335dc78dc5b867/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.3758275Z [00:04:08.394]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-cf335dc78dc5b867/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.3808983Z [00:04:08.399]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/new_debug_unreachable-e6bca2bec30abf78/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.3862186Z [00:04:08.404]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/new_debug_unreachable-e6bca2bec30abf78/dep-lib-debug_unreachable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.3915220Z [00:04:08.409]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/new_debug_unreachable-e6bca2bec30abf78/lib-debug_unreachable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.3967385Z [00:04:08.415]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/new_debug_unreachable-e6bca2bec30abf78/lib-debug_unreachable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.4020435Z [00:04:08.420]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytemuck-0c5a425932763083/lib-bytemuck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.4072316Z [00:04:08.425]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytemuck-0c5a425932763083/dep-lib-bytemuck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.4125290Z [00:04:08.430]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytemuck-0c5a425932763083/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.4178907Z [00:04:08.436]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bytemuck-0c5a425932763083/lib-bytemuck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.4232198Z [00:04:08.441]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-2a743707f952428d/lib-rayon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.4285480Z [00:04:08.446]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-2a743707f952428d/dep-lib-rayon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.4341570Z [00:04:08.452]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-2a743707f952428d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.4394707Z [00:04:08.457]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rayon-2a743707f952428d/lib-rayon.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.4448736Z [00:04:08.463]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rgb-ea0cc14e26b5737d/lib-rgb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.4502143Z [00:04:08.468]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rgb-ea0cc14e26b5737d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.4556789Z [00:04:08.474]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rgb-ea0cc14e26b5737d/dep-lib-rgb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.4610350Z [00:04:08.479]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rgb-ea0cc14e26b5737d/lib-rgb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.4661822Z [00:04:08.484]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imagineer-afb0f5b4cc0f1ff6/lib-imagineer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.4715739Z [00:04:08.489]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imagineer-afb0f5b4cc0f1ff6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.4771133Z [00:04:08.495]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imagineer-afb0f5b4cc0f1ff6/dep-lib-imagineer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.4822673Z [00:04:08.500]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imagineer-afb0f5b4cc0f1ff6/lib-imagineer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.4877163Z [00:04:08.506]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rawpointer-7951e262d4efce52/lib-rawpointer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.4931629Z [00:04:08.511]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rawpointer-7951e262d4efce52/dep-lib-rawpointer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.4985943Z [00:04:08.517]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rawpointer-7951e262d4efce52/lib-rawpointer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.5037951Z [00:04:08.522]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rawpointer-7951e262d4efce52/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.5090916Z [00:04:08.527]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/qoi-0ccf924c3439de0f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.5145229Z [00:04:08.532]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/qoi-0ccf924c3439de0f/lib-qoi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.5197468Z [00:04:08.538]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/qoi-0ccf924c3439de0f/dep-lib-qoi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.5249936Z [00:04:08.543]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/qoi-0ccf924c3439de0f/lib-qoi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.5302962Z [00:04:08.548]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:45.5354054Z [00:04:08.553]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:45.5407024Z [00:04:08.559]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ansi_term-7eca5868e48ccc03/dep-lib-ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.5458800Z [00:04:08.564]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ansi_term-7eca5868e48ccc03/lib-ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.5508565Z [00:04:08.569]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ansi_term-7eca5868e48ccc03/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.5561229Z [00:04:08.574]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ansi_term-7eca5868e48ccc03/lib-ansi_term.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.5613457Z [00:04:08.579]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-185894431a529b90/lib-strum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.5664987Z [00:04:08.584]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-185894431a529b90/lib-strum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.5717381Z [00:04:08.590]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-185894431a529b90/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.5769888Z [00:04:08.595]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/strum-185894431a529b90/dep-lib-strum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.5823094Z [00:04:08.600]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ab_glyph-b7c4ce2f54464e39/lib-ab_glyph.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.5875522Z [00:04:08.605]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ab_glyph-b7c4ce2f54464e39/dep-lib-ab_glyph' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.5928374Z [00:04:08.611]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ab_glyph-b7c4ce2f54464e39/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.5981003Z [00:04:08.616]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ab_glyph-b7c4ce2f54464e39/lib-ab_glyph' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.6033979Z [00:04:08.621]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-4479434a0df543f8/lib-bstr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.6084969Z [00:04:08.626]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-4479434a0df543f8/lib-bstr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.6135825Z [00:04:08.631]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-4479434a0df543f8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.6185821Z [00:04:08.637]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bstr-4479434a0df543f8/dep-lib-bstr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.6237331Z [00:04:08.642]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vec_map-24fb480879b65233/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.6288687Z [00:04:08.647]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vec_map-24fb480879b65233/lib-vec_map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.6339510Z [00:04:08.652]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vec_map-24fb480879b65233/lib-vec_map.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.6391142Z [00:04:08.657]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/vec_map-24fb480879b65233/dep-lib-vec_map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.6443128Z [00:04:08.662]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ucd-trie-80633656e863a222/lib-ucd_trie.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.6496592Z [00:04:08.668]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ucd-trie-80633656e863a222/lib-ucd_trie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.6548719Z [00:04:08.673]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ucd-trie-80633656e863a222/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.6599940Z [00:04:08.678]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ucd-trie-80633656e863a222/dep-lib-ucd_trie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.6650763Z [00:04:08.683]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/profiling-51e85ee26a9519f6/dep-lib-profiling' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.6701718Z [00:04:08.688]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/profiling-51e85ee26a9519f6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.6750937Z [00:04:08.693]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/profiling-51e85ee26a9519f6/lib-profiling' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.6800781Z [00:04:08.698]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/profiling-51e85ee26a9519f6/lib-profiling.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.6852443Z [00:04:08.703]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zune-inflate-dcc4a8184937b188/lib-zune_inflate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.6904102Z [00:04:08.708]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zune-inflate-dcc4a8184937b188/dep-lib-zune_inflate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.6956981Z [00:04:08.714]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zune-inflate-dcc4a8184937b188/lib-zune_inflate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.7009300Z [00:04:08.719]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zune-inflate-dcc4a8184937b188/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.7062000Z [00:04:08.724]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:45.7115121Z [00:04:08.729]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:45.7166937Z [00:04:08.735]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:45.7218656Z [00:04:08.740]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:45.7270833Z [00:04:08.745]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:45.7321433Z [00:04:08.750]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:45.7371810Z [00:04:08.755]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libm-9e25c6d6a1b9447c/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.7422198Z [00:04:08.760]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libm-9e25c6d6a1b9447c/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.7474911Z [00:04:08.765]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-complex-21cb33c001b845f2/dep-lib-num_complex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.7526407Z [00:04:08.771]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-complex-21cb33c001b845f2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.7576652Z [00:04:08.776]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-complex-21cb33c001b845f2/lib-num_complex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.7627437Z [00:04:08.781]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-complex-21cb33c001b845f2/lib-num_complex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.7678856Z [00:04:08.786]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simba-28f8577cd7a76e94/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.7729718Z [00:04:08.791]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simba-28f8577cd7a76e94/dep-lib-simba' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.7781477Z [00:04:08.796]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simba-28f8577cd7a76e94/lib-simba.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.7833183Z [00:04:08.801]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simba-28f8577cd7a76e94/lib-simba' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.7885174Z [00:04:08.806]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-5a8e5e7577c69a1d/dep-lib-ignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.7938108Z [00:04:08.812]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-5a8e5e7577c69a1d/lib-ignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.7990205Z [00:04:08.817]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-5a8e5e7577c69a1d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.8040821Z [00:04:08.822]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ignore-5a8e5e7577c69a1d/lib-ignore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.8091858Z [00:04:08.827]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-763bc1a385ccfbe9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.8143041Z [00:04:08.832]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-763bc1a385ccfbe9/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.8194451Z [00:04:08.837]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-763bc1a385ccfbe9/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.8246617Z [00:04:08.843]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aho-corasick-763bc1a385ccfbe9/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.8299665Z [00:04:08.848]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imageproc-71dbcfdbf60f8c2d/dep-lib-imageproc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.8351491Z [00:04:08.853]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imageproc-71dbcfdbf60f8c2d/lib-imageproc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.8402947Z [00:04:08.858]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imageproc-71dbcfdbf60f8c2d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.8455681Z [00:04:08.863]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imageproc-71dbcfdbf60f8c2d/lib-imageproc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.8508401Z [00:04:08.869]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-lite-f3d2b88b1eb33bad/lib-byteorder_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.8561519Z [00:04:08.874]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-lite-f3d2b88b1eb33bad/lib-byteorder_lite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.8614732Z [00:04:08.879]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-lite-f3d2b88b1eb33bad/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.8668612Z [00:04:08.885]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/byteorder-lite-f3d2b88b1eb33bad/dep-lib-byteorder_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.8722109Z [00:04:08.890]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-9416b516f7a52de1/dep-lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.8774237Z [00:04:08.895]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-9416b516f7a52de1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.8827220Z [00:04:08.901]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-9416b516f7a52de1/lib-rand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.8878786Z [00:04:08.906]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand-9416b516f7a52de1/lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.8932307Z [00:04:08.911]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-df9142d69f2e66c2/lib-typenum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.8983944Z [00:04:08.916]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-df9142d69f2e66c2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.9036787Z [00:04:08.922]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-df9142d69f2e66c2/dep-lib-typenum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.9090320Z [00:04:08.927]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/typenum-df9142d69f2e66c2/lib-typenum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.9143491Z [00:04:08.932]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/av1-grain-7353c85a83f8c167/lib-av1_grain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.9197441Z [00:04:08.938]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/av1-grain-7353c85a83f8c167/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.9249759Z [00:04:08.943]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/av1-grain-7353c85a83f8c167/lib-av1_grain' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.9302951Z [00:04:08.948]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/av1-grain-7353c85a83f8c167/dep-lib-av1_grain' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.9354817Z [00:04:08.953]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rav1e-8d9e4eae338f148d/lib-rav1e.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.9406657Z [00:04:08.959]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rav1e-8d9e4eae338f148d/dep-lib-rav1e' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.9458851Z [00:04:08.964]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rav1e-8d9e4eae338f148d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.9511018Z [00:04:08.969]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rav1e-8d9e4eae338f148d/lib-rav1e' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.9563495Z [00:04:08.974]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-iter-0328186965d0adf5/dep-lib-num_iter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.9616054Z [00:04:08.980]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-iter-0328186965d0adf5/lib-num_iter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.9667236Z [00:04:08.985]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-iter-0328186965d0adf5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.9718249Z [00:04:08.990]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-iter-0328186965d0adf5/lib-num_iter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.9770148Z [00:04:08.995]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-fa191919e53ae977/lib-zerocopy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.9818599Z [00:04:09.000]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-fa191919e53ae977/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.9867247Z [00:04:09.005]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-fa191919e53ae977/dep-lib-zerocopy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.9916462Z [00:04:09.010]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zerocopy-fa191919e53ae977/lib-zerocopy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:45.9966973Z [00:04:09.015]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jpeg-decoder-468ddd9ec6091ba0/dep-lib-jpeg_decoder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.0019245Z [00:04:09.020]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jpeg-decoder-468ddd9ec6091ba0/lib-jpeg_decoder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.0070965Z [00:04:09.025]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jpeg-decoder-468ddd9ec6091ba0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.0122658Z [00:04:09.030]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/jpeg-decoder-468ddd9ec6091ba0/lib-jpeg_decoder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.0174886Z [00:04:09.035]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imgref-550ec65c7394d654/lib-imgref' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.0227376Z [00:04:09.041]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imgref-550ec65c7394d654/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.0278766Z [00:04:09.046]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imgref-550ec65c7394d654/lib-imgref.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.0331175Z [00:04:09.051]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/imgref-550ec65c7394d654/dep-lib-imgref' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.0382327Z [00:04:09.056]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_io-beb5af79a442167b/dep-lib-sic_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.0434783Z [00:04:09.061]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_io-beb5af79a442167b/lib-sic_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.0487065Z [00:04:09.067]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_io-beb5af79a442167b/lib-sic_io.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.0539805Z [00:04:09.072]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_io-beb5af79a442167b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.0592048Z [00:04:09.077]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_cli_ops-6c9a818743aefe7a/dep-lib-sic_cli_ops' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.0645410Z [00:04:09.082]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_cli_ops-6c9a818743aefe7a/lib-sic_cli_ops' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.0698040Z [00:04:09.088]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_cli_ops-6c9a818743aefe7a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.0749720Z [00:04:09.093]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_cli_ops-6c9a818743aefe7a/lib-sic_cli_ops.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.0801824Z [00:04:09.098]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-5f6295e13ace7bfe/dep-lib-crc32fast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.0852726Z [00:04:09.103]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-5f6295e13ace7bfe/lib-crc32fast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.0903106Z [00:04:09.108]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-5f6295e13ace7bfe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.0954162Z [00:04:09.113]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/crc32fast-5f6295e13ace7bfe/lib-crc32fast.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.1005297Z [00:04:09.118]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-f6cb156987554964/dep-lib-num_traits' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.1056498Z [00:04:09.124]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-f6cb156987554964/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.1106570Z [00:04:09.129]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-f6cb156987554964/lib-num_traits' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.1157587Z [00:04:09.134]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-f6cb156987554964/lib-num_traits.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.1207691Z [00:04:09.139]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ravif-f41024cf6512e7b2/lib-ravif.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.1258594Z [00:04:09.144]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ravif-f41024cf6512e7b2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.1307697Z [00:04:09.149]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ravif-f41024cf6512e7b2/lib-ravif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.1358438Z [00:04:09.154]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ravif-f41024cf6512e7b2/dep-lib-ravif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.1410674Z [00:04:09.159]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matrixmultiply-b909297b9fe20fdc/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.1461229Z [00:04:09.164]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matrixmultiply-b909297b9fe20fdc/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.1512259Z [00:04:09.169]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8a47b21992ba894b/lib-miniz_oxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.1563737Z [00:04:09.174]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8a47b21992ba894b/lib-miniz_oxide.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.1616142Z [00:04:09.180]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8a47b21992ba894b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.1667396Z [00:04:09.185]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/miniz_oxide-8a47b21992ba894b/dep-lib-miniz_oxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.1720152Z [00:04:09.190]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-176d42101435b8d5/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.1772289Z [00:04:09.195]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-traits-176d42101435b8d5/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.1822990Z [00:04:09.200]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-integer-12339fc7b32d8e3b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.1873669Z [00:04:09.205]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-integer-12339fc7b32d8e3b/lib-num_integer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.1922926Z [00:04:09.210]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-integer-12339fc7b32d8e3b/dep-lib-num_integer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.1975136Z [00:04:09.215]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-integer-12339fc7b32d8e3b/lib-num_integer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.2025278Z [00:04:09.220]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-bigint-1bca2500b812a47c/lib-num_bigint' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.2075601Z [00:04:09.225]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-bigint-1bca2500b812a47c/lib-num_bigint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.2125485Z [00:04:09.230]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-bigint-1bca2500b812a47c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.2175429Z [00:04:09.235]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/num-bigint-1bca2500b812a47c/dep-lib-num_bigint' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.2226290Z [00:04:09.241]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b3141ecb6e1f5118/lib-either.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.2277701Z [00:04:09.246]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b3141ecb6e1f5118/lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.2330244Z [00:04:09.251]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b3141ecb6e1f5118/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.2381507Z [00:04:09.256]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/either-b3141ecb6e1f5118/dep-lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.2432955Z [00:04:09.261]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bit_field-023af150687aabaf/dep-lib-bit_field' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.2485019Z [00:04:09.266]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bit_field-023af150687aabaf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.2539092Z [00:04:09.272]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bit_field-023af150687aabaf/lib-bit_field' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.2591082Z [00:04:09.277]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bit_field-023af150687aabaf/lib-bit_field.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.2643162Z [00:04:09.282]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pest-56bfa3efbc90e4fe/lib-pest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.2695521Z [00:04:09.287]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pest-56bfa3efbc90e4fe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.2746649Z [00:04:09.293]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pest-56bfa3efbc90e4fe/lib-pest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.2798092Z [00:04:09.298]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pest-56bfa3efbc90e4fe/dep-lib-pest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.2849078Z [00:04:09.303]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-5b3f886e19f9b939/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.2899801Z [00:04:09.308]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-5b3f886e19f9b939/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.2951727Z [00:04:09.313]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-5b3f886e19f9b939/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.3002443Z [00:04:09.318]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/regex-automata-5b3f886e19f9b939/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.3054636Z [00:04:09.323]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-5e4c4b96e0c1df13/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.3106471Z [00:04:09.329]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/anyhow-5e4c4b96e0c1df13/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.3157502Z [00:04:09.334]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ttf-parser-9a662669b626d7d5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.3207786Z [00:04:09.339]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ttf-parser-9a662669b626d7d5/dep-lib-ttf_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.3259553Z [00:04:09.344]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ttf-parser-9a662669b626d7d5/lib-ttf_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.3311129Z [00:04:09.349]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/ttf-parser-9a662669b626d7d5/lib-ttf_parser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.3363869Z [00:04:09.354]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/textwrap-ba54d61407f33054/lib-textwrap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.3415490Z [00:04:09.359]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/textwrap-ba54d61407f33054/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.3468173Z [00:04:09.365]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/textwrap-ba54d61407f33054/dep-lib-textwrap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.3520472Z [00:04:09.370]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/textwrap-ba54d61407f33054/lib-textwrap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.3572444Z [00:04:09.375]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owned_ttf_parser-700023b135254c69/dep-lib-owned_ttf_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.3624082Z [00:04:09.380]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owned_ttf_parser-700023b135254c69/lib-owned_ttf_parser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.3676096Z [00:04:09.386]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owned_ttf_parser-700023b135254c69/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.3727455Z [00:04:09.391]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/owned_ttf_parser-700023b135254c69/lib-owned_ttf_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.3778672Z [00:04:09.396]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-6518ff34cbe15984/lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.3831293Z [00:04:09.401]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-6518ff34cbe15984/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.3882280Z [00:04:09.406]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-6518ff34cbe15984/lib-rand_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.3932673Z [00:04:09.411]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_core-6518ff34cbe15984/dep-lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.3983912Z [00:04:09.416]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitstream-io-58febbe5e9175494/lib-bitstream_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.4035889Z [00:04:09.422]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitstream-io-58febbe5e9175494/dep-lib-bitstream_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.4086759Z [00:04:09.427]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitstream-io-58febbe5e9175494/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.4139436Z [00:04:09.432]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitstream-io-58febbe5e9175494/lib-bitstream_io.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.4189925Z [00:04:09.437]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-3dce2d85898e7299/dep-lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.4242409Z [00:04:09.442]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-3dce2d85898e7299/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.4294129Z [00:04:09.447]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-3dce2d85898e7299/lib-itertools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.4345539Z [00:04:09.452]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/itertools-3dce2d85898e7299/lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.4397027Z [00:04:09.458]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-4cd455734f9952ae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.4449406Z [00:04:09.463]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-4cd455734f9952ae/lib-getrandom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.4501200Z [00:04:09.468]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-4cd455734f9952ae/dep-lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.4552619Z [00:04:09.473]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/getrandom-4cd455734f9952ae/lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.4604406Z [00:04:09.478]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aligned-vec-8b3e50d0064bb1d8/lib-aligned_vec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.4656168Z [00:04:09.484]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aligned-vec-8b3e50d0064bb1d8/lib-aligned_vec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.4707802Z [00:04:09.489]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aligned-vec-8b3e50d0064bb1d8/dep-lib-aligned_vec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.4759515Z [00:04:09.494]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/aligned-vec-8b3e50d0064bb1d8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.4812412Z [00:04:09.499]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-8c03e7dabbdb21b3/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.4864618Z [00:04:09.504]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-8c03e7dabbdb21b3/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.4917792Z [00:04:09.510]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-wsl-719c1e118be3235a/lib-is_wsl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.4970172Z [00:04:09.515]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-wsl-719c1e118be3235a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.5022117Z [00:04:09.520]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-wsl-719c1e118be3235a/dep-lib-is_wsl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.5074864Z [00:04:09.525]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/is-wsl-719c1e118be3235a/lib-is_wsl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.5126246Z [00:04:09.531]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matrixmultiply-7f26477e05b9ba2c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.5178786Z [00:04:09.536]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matrixmultiply-7f26477e05b9ba2c/lib-matrixmultiply.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.5231088Z [00:04:09.541]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matrixmultiply-7f26477e05b9ba2c/lib-matrixmultiply' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.5281930Z [00:04:09.546]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/matrixmultiply-7f26477e05b9ba2c/dep-lib-matrixmultiply' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.5333281Z [00:04:09.551]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/minimal-lexical-79f70aa3ad38fa03/dep-lib-minimal_lexical' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.5385400Z [00:04:09.556]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/minimal-lexical-79f70aa3ad38fa03/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.5435964Z [00:04:09.562]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/minimal-lexical-79f70aa3ad38fa03/lib-minimal_lexical.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.5487827Z [00:04:09.567]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/minimal-lexical-79f70aa3ad38fa03/lib-minimal_lexical' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.5539867Z [00:04:09.572]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.5590980Z [00:04:09.577]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.5643103Z [00:04:09.582]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.5694822Z [00:04:09.587]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/bitflags-056469cb054f3137/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.5746751Z [00:04:09.593]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pathdiff-6afe966f22006c7c/lib-pathdiff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.5797164Z [00:04:09.598]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pathdiff-6afe966f22006c7c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.5847864Z [00:04:09.603]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pathdiff-6afe966f22006c7c/dep-lib-pathdiff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.5898867Z [00:04:09.608]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/pathdiff-6afe966f22006c7c/lib-pathdiff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.5950725Z [00:04:09.613]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-a10c404feebee022/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.6002471Z [00:04:09.618]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-a10c404feebee022/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.6053093Z [00:04:09.623]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-a10c404feebee022/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.6104301Z [00:04:09.628]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-a10c404feebee022/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.6156486Z [00:04:09.634]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zune-jpeg-09894569afb1512a/lib-zune_jpeg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.6208504Z [00:04:09.639]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zune-jpeg-09894569afb1512a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.6257429Z [00:04:09.644]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zune-jpeg-09894569afb1512a/dep-lib-zune_jpeg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.6307850Z [00:04:09.649]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/zune-jpeg-09894569afb1512a/lib-zune_jpeg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.6358170Z [00:04:09.654]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_distr-3890dadb615c3992/lib-rand_distr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.6408959Z [00:04:09.659]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_distr-3890dadb615c3992/dep-lib-rand_distr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.6460481Z [00:04:09.664]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_distr-3890dadb615c3992/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.6512125Z [00:04:09.669]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/rand_distr-3890dadb615c3992/lib-rand_distr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.6561750Z [00:04:09.674]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-66bc6476724f6aa8/dep-lib-flate2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.6613717Z [00:04:09.679]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-66bc6476724f6aa8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.6666808Z [00:04:09.685]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-66bc6476724f6aa8/lib-flate2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.6720426Z [00:04:09.690]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/flate2-66bc6476724f6aa8/lib-flate2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.6773049Z [00:04:09.695]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_image_engine-b84433a394665032/lib-sic_image_engine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.6825984Z [00:04:09.701]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_image_engine-b84433a394665032/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.6879076Z [00:04:09.706]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_image_engine-b84433a394665032/dep-lib-sic_image_engine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.6929382Z [00:04:09.711]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_image_engine-b84433a394665032/lib-sic_image_engine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.6981907Z [00:04:09.716]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globwalk-2d3a913e01589800/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.7033158Z [00:04:09.721]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globwalk-2d3a913e01589800/lib-globwalk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.7084354Z [00:04:09.726]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globwalk-2d3a913e01589800/lib-globwalk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.7136051Z [00:04:09.731]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globwalk-2d3a913e01589800/dep-lib-globwalk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.7186812Z [00:04:09.737]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tiff-23a65a6841fb3fb9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.7239191Z [00:04:09.742]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tiff-23a65a6841fb3fb9/lib-tiff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.7291568Z [00:04:09.747]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tiff-23a65a6841fb3fb9/dep-lib-tiff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.7342173Z [00:04:09.752]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/tiff-23a65a6841fb3fb9/lib-tiff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.7394248Z [00:04:09.757]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/loop9-f5848f5d85f2f98c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.7445370Z [00:04:09.762]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/loop9-f5848f5d85f2f98c/lib-loop9.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.7497024Z [00:04:09.768]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/loop9-f5848f5d85f2f98c/dep-lib-loop9' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.7548876Z [00:04:09.773]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/loop9-f5848f5d85f2f98c/lib-loop9' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.7600035Z [00:04:09.778]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:46.7651716Z [00:04:09.783]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:46.7704573Z [00:04:09.788]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:46.7757063Z [00:04:09.794]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:46.7810055Z [00:04:09.799]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nalgebra-21961cbd334eb413/dep-lib-nalgebra' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.7862802Z [00:04:09.804]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nalgebra-21961cbd334eb413/lib-nalgebra.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.7917502Z [00:04:09.810]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nalgebra-21961cbd334eb413/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.7972345Z [00:04:09.815]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/nalgebra-21961cbd334eb413/lib-nalgebra' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.8027338Z [00:04:09.821]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gif-4a0d4461632e94d9/lib-gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.8081641Z [00:04:09.826]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gif-4a0d4461632e94d9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.8134959Z [00:04:09.831]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gif-4a0d4461632e94d9/dep-lib-gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.8188988Z [00:04:09.837]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/gif-4a0d4461632e94d9/lib-gif.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.8241847Z [00:04:09.842]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-bb66b071ffc69dd0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.8293122Z [00:04:09.847]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-bb66b071ffc69dd0/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.8343927Z [00:04:09.852]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-bb66b071ffc69dd0/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.8397662Z [00:04:09.858]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/thiserror-bb66b071ffc69dd0/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.8449861Z [00:04:09.863]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atty-d94d474988d263f3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.8502099Z [00:04:09.868]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atty-d94d474988d263f3/lib-atty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.8554870Z [00:04:09.873]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atty-d94d474988d263f3/dep-lib-atty' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.8607600Z [00:04:09.879]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/atty-d94d474988d263f3/lib-atty' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.8660005Z [00:04:09.884]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/exr-078a7709b5edc364/lib-exr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.8712773Z [00:04:09.889]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/exr-078a7709b5edc364/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.8764143Z [00:04:09.894]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/exr-078a7709b5edc364/dep-lib-exr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.8814556Z [00:04:09.899]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/exr-078a7709b5edc364/lib-exr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.8867479Z [00:04:09.905]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:46.8918056Z [00:04:09.910]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:46.8966681Z [00:04:09.915]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:46.9017874Z [00:04:09.920]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:46.9071296Z [00:04:09.925]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_parser-1521a2aff218d4cf/output-lib-sic_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.9122133Z [00:04:09.930]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_parser-1521a2aff218d4cf/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.9174315Z [00:04:09.935]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_parser-1521a2aff218d4cf/lib-sic_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.9225456Z [00:04:09.940]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_parser-1521a2aff218d4cf/lib-sic_parser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.9277431Z [00:04:09.946]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_parser-1521a2aff218d4cf/dep-lib-sic_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.9331636Z [00:04:09.951]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color_quant-8640f1062a0aa002/lib-color_quant.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.9382507Z [00:04:09.956]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color_quant-8640f1062a0aa002/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.9433793Z [00:04:09.961]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color_quant-8640f1062a0aa002/dep-lib-color_quant' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.9486133Z [00:04:09.967]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/color_quant-8640f1062a0aa002/lib-color_quant' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.9539927Z [00:04:09.972]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:46.9592259Z [00:04:09.977]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:46.9644226Z [00:04:09.982]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/lib-log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.9698223Z [00:04:09.988]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.9750319Z [00:04:09.993]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/dep-lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.9803071Z [00:04:09.998]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/log-ca76cc5873df6a42/lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.9854187Z [00:04:10.003]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-26be0a519c8d16a7/dep-lib-globset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.9905602Z [00:04:10.008]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-26be0a519c8d16a7/lib-globset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:46.9957679Z [00:04:10.014]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-26be0a519c8d16a7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.0010864Z [00:04:10.019]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/globset-26be0a519c8d16a7/lib-globset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.0064024Z [00:04:10.024]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/avif-serialize-f400ece7db879bad/lib-avif_serialize.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.0115543Z [00:04:10.029]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/avif-serialize-f400ece7db879bad/lib-avif_serialize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.0174045Z [00:04:10.035]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/avif-serialize-f400ece7db879bad/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.0220330Z [00:04:10.040]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/avif-serialize-f400ece7db879bad/dep-lib-avif_serialize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.0274213Z [00:04:10.045]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/safe_arch-23b95f237aac617e/lib-safe_arch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.0327762Z [00:04:10.051]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/safe_arch-23b95f237aac617e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.0381763Z [00:04:10.056]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/safe_arch-23b95f237aac617e/dep-lib-safe_arch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.0435812Z [00:04:10.061]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/safe_arch-23b95f237aac617e/lib-safe_arch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.0488901Z [00:04:10.067]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lebe-17c709b9203a3b30/dep-lib-lebe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.0541354Z [00:04:10.072]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lebe-17c709b9203a3b30/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.0594014Z [00:04:10.077]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lebe-17c709b9203a3b30/lib-lebe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.0645905Z [00:04:10.082]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/lebe-17c709b9203a3b30/lib-lebe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.0699476Z [00:04:10.088]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-e636ddc523b524b0/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.0752177Z [00:04:10.093]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-e636ddc523b524b0/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.0803402Z [00:04:10.098]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-e636ddc523b524b0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.0856139Z [00:04:10.104]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/once_cell-e636ddc523b524b0/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.0909776Z [00:04:10.109]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.0961683Z [00:04:10.114]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.1013359Z [00:04:10.119]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.1066730Z [00:04:10.125]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/cfg-if-390245f0fda4ac0f/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.1120456Z [00:04:10.130]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simd-adler32-3eb596e136ca35cd/lib-simd_adler32.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.1172508Z [00:04:10.135]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simd-adler32-3eb596e136ca35cd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.1224773Z [00:04:10.140]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simd-adler32-3eb596e136ca35cd/lib-simd_adler32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.1275721Z [00:04:10.146]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/simd-adler32-3eb596e136ca35cd/dep-lib-simd_adler32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.1328016Z [00:04:10.151]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wide-039e5c9b9977285d/lib-wide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.1379892Z [00:04:10.156]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wide-039e5c9b9977285d/dep-lib-wide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.1429602Z [00:04:10.161]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wide-039e5c9b9977285d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.1481132Z [00:04:10.166]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/wide-039e5c9b9977285d/lib-wide.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.1532873Z [00:04:10.171]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/weezl-6273eae429e1b392/lib-weezl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.1585627Z [00:04:10.177]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/weezl-6273eae429e1b392/dep-lib-weezl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.1637122Z [00:04:10.182]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/weezl-6273eae429e1b392/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.1689380Z [00:04:10.187]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/weezl-6273eae429e1b392/lib-weezl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.1742535Z [00:04:10.192]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/lib-walkdir.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.1795680Z [00:04:10.198]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.1848322Z [00:04:10.203]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.1901523Z [00:04:10.208]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/walkdir-a545e9a5ea7ecd80/dep-lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.1953876Z [00:04:10.213]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-4e967277c3fcbf64/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.2007056Z [00:04:10.219]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-4e967277c3fcbf64/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.2060339Z [00:04:10.224]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-4e967277c3fcbf64/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.2113926Z [00:04:10.229]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/libc-4e967277c3fcbf64/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.2166342Z [00:04:10.235]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/open-bc2092c32e9dd8e1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.2220230Z [00:04:10.240]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/open-bc2092c32e9dd8e1/dep-lib-open' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.2271795Z [00:04:10.245]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/open-bc2092c32e9dd8e1/lib-open' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.2323465Z [00:04:10.250]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/open-bc2092c32e9dd8e1/lib-open.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.2378474Z [00:04:10.256]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fdeflate-c7332e0f0b98ebf8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.2430347Z [00:04:10.261]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fdeflate-c7332e0f0b98ebf8/lib-fdeflate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.2481389Z [00:04:10.266]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fdeflate-c7332e0f0b98ebf8/dep-lib-fdeflate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.2531984Z [00:04:10.271]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/fdeflate-c7332e0f0b98ebf8/lib-fdeflate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.2583748Z [00:04:10.276]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:47.2634954Z [00:04:10.281]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:47.2688489Z [00:04:10.287]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:47.2740727Z [00:04:10.292]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:47.2792097Z [00:04:10.297]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_core-50661674fcc72e0f/dep-lib-sic_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.2844686Z [00:04:10.302]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_core-50661674fcc72e0f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.2898076Z [00:04:10.308]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_core-50661674fcc72e0f/lib-sic_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.2948373Z [00:04:10.313]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/sic_core-50661674fcc72e0f/lib-sic_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.2999014Z [00:04:10.318]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/image-webp-4a69f3cd13bf2c1b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.3050481Z [00:04:10.323]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/image-webp-4a69f3cd13bf2c1b/lib-image_webp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.3102195Z [00:04:10.328]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/image-webp-4a69f3cd13bf2c1b/dep-lib-image_webp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.3152495Z [00:04:10.333]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/release/.fingerprint/image-webp-4a69f3cd13bf2c1b/lib-image_webp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.3202620Z [00:04:10.338]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/aarch64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.3254250Z [00:04:10.343]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libsimd_helpers-789c2568482e5fdb.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:47.3305687Z [00:04:10.348]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libcc-79c51fc398b0f67a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.3355953Z [00:04:10.354]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libprofiling_procmacros-8f55fbcb81882578.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:47.3407262Z [00:04:10.359]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.3457421Z [00:04:10.364]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.3508971Z [00:04:10.369]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/autocfg-dd487200042bcaa5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.3561778Z [00:04:10.374]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/pest_derive-7b4c2e2e125f9668.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.3613706Z [00:04:10.379]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libpest_generator-6d9fcb53fa9e996b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.3665991Z [00:04:10.385]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libmemchr-cf453270fe03ac87.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.3717270Z [00:04:10.390]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/liblibc-c87c2a3179c192e9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.3768725Z [00:04:10.395]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/thiserror-1dfe9f05151df7af.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.3818425Z [00:04:10.400]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/rayon_core-9bdca583eb7c4cbb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.3871532Z [00:04:10.405]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libcrossbeam_utils-9639dcd4999b91b4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.3923246Z [00:04:10.410]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libeither-dbe63fcd06a43b30.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.3973441Z [00:04:10.415]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/unicode_ident-6d6f85adf22ee534.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.4025037Z [00:04:10.420]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libstrum_macros-4e6878b7fd943867.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:47.4078139Z [00:04:10.426]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libquote-36c64d2fd4cc1eb0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.4129729Z [00:04:10.431]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libonce_cell-9ac4efe10e55e8f8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.4181937Z [00:04:10.436]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libcrossbeam_deque-54ec308c01233beb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.4235337Z [00:04:10.441]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libpaste-fbdf26ac509ef3cc.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:47.4290256Z [00:04:10.447]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/ucd_trie-45487be857ef9841.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.4343684Z [00:04:10.452]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libpest_meta-b42151f0fca49e2f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.4397062Z [00:04:10.458]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/pest-40a68fa7dd6e9635.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.4450744Z [00:04:10.463]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libpest_generator-6d9fcb53fa9e996b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.4505286Z [00:04:10.468]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libpest-40a68fa7dd6e9635.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.4556988Z [00:04:10.474]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libbuilt-79d157deb8568dbb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.4610472Z [00:04:10.479]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/built-79d157deb8568dbb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.4661924Z [00:04:10.484]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libnasm_rs-ae3521f84bfd9610.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.4713990Z [00:04:10.489]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libcrossbeam_epoch-7bd8ac9ff0817307.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.4765398Z [00:04:10.494]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/profiling_procmacros-8f55fbcb81882578.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.4817741Z [00:04:10.500]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/librayon-f08a16e43c32c0b7.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.4870059Z [00:04:10.505]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libucd_trie-45487be857ef9841.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.4922096Z [00:04:10.510]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/heck-25103e7959c420e1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.4973727Z [00:04:10.515]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/proc_macro2-7a10a5cf4217be1c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.5026741Z [00:04:10.521]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/nasm_rs-ae3521f84bfd9610.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.5078482Z [00:04:10.526]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libquote-36c64d2fd4cc1eb0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.5128783Z [00:04:10.531]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/either-dbe63fcd06a43b30.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.5181521Z [00:04:10.536]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/once_cell-9ac4efe10e55e8f8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.5233968Z [00:04:10.541]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libsyn-5c22a6747f63ab4a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.5286175Z [00:04:10.547]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libunicode_ident-6d6f85adf22ee534.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.5336903Z [00:04:10.552]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libnasm_rs-ae3521f84bfd9610.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.5389058Z [00:04:10.557]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libcrossbeam_epoch-7bd8ac9ff0817307.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.5439855Z [00:04:10.562]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libautocfg-dd487200042bcaa5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.5492971Z [00:04:10.567]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libarg_enum_proc_macro-84388417e89a027a.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:47.5546996Z [00:04:10.573]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/jobserver-0ee9b3d44bd9296f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.5601263Z [00:04:10.578]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libthiserror_impl-37001788cbe36d4c.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:47.5654675Z [00:04:10.583]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libonce_cell-9ac4efe10e55e8f8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.5708915Z [00:04:10.589]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libjobserver-0ee9b3d44bd9296f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.5762400Z [00:04:10.594]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/cc-79c51fc398b0f67a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.5815975Z [00:04:10.600]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libeither-dbe63fcd06a43b30.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.5869708Z [00:04:10.605]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/paste-fbdf26ac509ef3cc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.5922611Z [00:04:10.610]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libproc_macro2-7a10a5cf4217be1c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.5976017Z [00:04:10.616]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libproc_macro2-7a10a5cf4217be1c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.6029635Z [00:04:10.621]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libautocfg-dd487200042bcaa5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.6082981Z [00:04:10.626]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libcc-79c51fc398b0f67a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.6137393Z [00:04:10.632]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libnum_derive-586bb328865022c3.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:47.6191859Z [00:04:10.637]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/crossbeam_deque-54ec308c01233beb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.6245895Z [00:04:10.643]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libpest_derive-7b4c2e2e125f9668.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:47.6300099Z [00:04:10.648]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/quote-36c64d2fd4cc1eb0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.6354442Z [00:04:10.653]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/strum_macros-4e6878b7fd943867.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.6405950Z [00:04:10.659]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/librayon_core-9bdca583eb7c4cbb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.6463278Z [00:04:10.664]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/rayon-f08a16e43c32c0b7.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.6520247Z [00:04:10.670]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libheck-25103e7959c420e1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.6574956Z [00:04:10.675]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libcrossbeam_deque-54ec308c01233beb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.6630564Z [00:04:10.681]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/thiserror_impl-37001788cbe36d4c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.6684546Z [00:04:10.686]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libpest_meta-b42151f0fca49e2f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.6739785Z [00:04:10.692]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libthiserror-1dfe9f05151df7af.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.6793906Z [00:04:10.697]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libpest-40a68fa7dd6e9635.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.6847528Z [00:04:10.703]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/pest_meta-b42151f0fca49e2f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.6899689Z [00:04:10.708]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/memchr-cf453270fe03ac87.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.6952440Z [00:04:10.713]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/simd_helpers-789c2568482e5fdb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.7004924Z [00:04:10.718]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libjobserver-0ee9b3d44bd9296f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.7057768Z [00:04:10.724]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libsyn-5c22a6747f63ab4a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.7111941Z [00:04:10.729]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/thiserror_impl-8cf698bf4b152c2c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.7164571Z [00:04:10.734]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/librayon-f08a16e43c32c0b7.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.7218090Z [00:04:10.740]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/arg_enum_proc_macro-84388417e89a027a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.7271621Z [00:04:10.745]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/syn-5c22a6747f63ab4a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.7326145Z [00:04:10.751]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libmemchr-cf453270fe03ac87.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.7378664Z [00:04:10.756]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libucd_trie-45487be857ef9841.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.7430858Z [00:04:10.761]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libc-c87c2a3179c192e9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.7483249Z [00:04:10.766]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libnoop_proc_macro-735c487646a2ec9e.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:47.7537197Z [00:04:10.772]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/librayon_core-9bdca583eb7c4cbb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.7591337Z [00:04:10.777]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libbuilt-79d157deb8568dbb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.7643299Z [00:04:10.782]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/crossbeam_utils-9639dcd4999b91b4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.7697523Z [00:04:10.788]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/liblibc-c87c2a3179c192e9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.7750663Z [00:04:10.793]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libthiserror_impl-8cf698bf4b152c2c.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:47.7802985Z [00:04:10.798]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libthiserror-1dfe9f05151df7af.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.7856225Z [00:04:10.804]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/pest_generator-6d9fcb53fa9e996b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.7908469Z [00:04:10.809]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/num_derive-586bb328865022c3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.7961144Z [00:04:10.814]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/crossbeam_epoch-7bd8ac9ff0817307.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.8014666Z [00:04:10.819]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/noop_proc_macro-735c487646a2ec9e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.8067195Z [00:04:10.825]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/deps/libcrossbeam_utils-9639dcd4999b91b4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.8121129Z [00:04:10.830]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/proc-macro2-cf2aa52a9be39c83/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.8174148Z [00:04:10.835]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/proc-macro2-cf2aa52a9be39c83/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.8231181Z [00:04:10.841]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/proc-macro2-cf2aa52a9be39c83/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.8284383Z [00:04:10.846]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/proc-macro2-cf2aa52a9be39c83/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.8339748Z [00:04:10.852]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/crossbeam-utils-49ac13125649e8b7/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.8392152Z [00:04:10.857]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/crossbeam-utils-49ac13125649e8b7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.8445698Z [00:04:10.862]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/crossbeam-utils-49ac13125649e8b7/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.8500597Z [00:04:10.868]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/crossbeam-utils-49ac13125649e8b7/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.8554202Z [00:04:10.873]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.8610926Z [00:04:10.879]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.8664834Z [00:04:10.884]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.8719795Z [00:04:10.890]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/paste-72a91a1e6f8b0794/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.8773623Z [00:04:10.895]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build_script_build-b7b355ee76e503f6' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:47.8829190Z [00:04:10.901]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/crossbeam-utils-b7b355ee76e503f6/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:47.8881775Z [00:04:10.906]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:47.8934777Z [00:04:10.911]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/libc-3f7bf485cee91ede/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:47.8986706Z [00:04:10.917]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/libc-3f7bf485cee91ede/build_script_build-3f7bf485cee91ede.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.9041514Z [00:04:10.922]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/libc-3f7bf485cee91ede/build_script_build-3f7bf485cee91ede' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:47.9095752Z [00:04:10.928]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/thiserror-00b3a1460d7327ab/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:47.9148211Z [00:04:10.933]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/thiserror-00b3a1460d7327ab/build_script_build-00b3a1460d7327ab.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.9200597Z [00:04:10.938]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/thiserror-00b3a1460d7327ab/build_script_build-00b3a1460d7327ab' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:47.9255644Z [00:04:10.943]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:47.9310378Z [00:04:10.949]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build_script_build-86fbadf795b6fc2f' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:47.9363783Z [00:04:10.954]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/paste-86fbadf795b6fc2f/build_script_build-86fbadf795b6fc2f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.9417601Z [00:04:10.960]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/zerocopy-8b96b2378aae5583/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:47.9472333Z [00:04:10.965]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/zerocopy-8b96b2378aae5583/build_script_build-8b96b2378aae5583.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.9522909Z [00:04:10.970]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/zerocopy-8b96b2378aae5583/build_script_build-8b96b2378aae5583' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:47.9576319Z [00:04:10.976]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/anyhow-8c3506acb46b5e96/build_script_build-8c3506acb46b5e96.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.9629293Z [00:04:10.981]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/anyhow-8c3506acb46b5e96/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:47.9681945Z [00:04:10.986]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/anyhow-8c3506acb46b5e96/build_script_build-8c3506acb46b5e96' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:47.9735179Z [00:04:10.991]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/rayon-core-1581f2a4de71d3c0/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.9788368Z [00:04:10.997]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/rayon-core-1581f2a4de71d3c0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.9840207Z [00:04:11.002]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/rayon-core-1581f2a4de71d3c0/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.9893813Z [00:04:11.007]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/rayon-core-1581f2a4de71d3c0/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:47.9949849Z [00:04:11.013]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:48.0004449Z [00:04:11.018]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/rayon-core-251b4e20b8ec6038/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:48.0058232Z [00:04:11.024]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/rayon-core-251b4e20b8ec6038/build_script_build-251b4e20b8ec6038' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:48.0113700Z [00:04:11.029]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/libm-5e34cbf7658f9e85/build_script_build-5e34cbf7658f9e85' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:48.0164277Z [00:04:11.034]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/libm-5e34cbf7658f9e85/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:48.0216521Z [00:04:11.040]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/libm-5e34cbf7658f9e85/build_script_build-5e34cbf7658f9e85.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.0270226Z [00:04:11.045]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/proc-macro2-da2c404b8ce6e822/build_script_build-da2c404b8ce6e822' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:48.0324829Z [00:04:11.050]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/proc-macro2-da2c404b8ce6e822/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:48.0379838Z [00:04:11.056]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/proc-macro2-da2c404b8ce6e822/build_script_build-da2c404b8ce6e822.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.0434050Z [00:04:11.061]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/thiserror-6a0b0264a0d4fe9c/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.0488493Z [00:04:11.067]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/thiserror-6a0b0264a0d4fe9c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.0545091Z [00:04:11.072]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/thiserror-6a0b0264a0d4fe9c/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.0600848Z [00:04:11.078]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/thiserror-6a0b0264a0d4fe9c/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.0655313Z [00:04:11.083]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/matrixmultiply-141bae2166662e0a/build_script_build-141bae2166662e0a' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:48.0709250Z [00:04:11.089]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/matrixmultiply-141bae2166662e0a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:48.0763516Z [00:04:11.094]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/matrixmultiply-141bae2166662e0a/build_script_build-141bae2166662e0a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.0817226Z [00:04:11.100]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/typenum-fa602c1f4c9bb45c/build_script_build-fa602c1f4c9bb45c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.0871383Z [00:04:11.105]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/typenum-fa602c1f4c9bb45c/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:48.0926250Z [00:04:11.111]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/typenum-fa602c1f4c9bb45c/build_script_build-fa602c1f4c9bb45c' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:48.0979947Z [00:04:11.116]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build_script_build-8196f37f0d52254e' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:48.1033516Z [00:04:11.121]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:48.1087666Z [00:04:11.127]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/thiserror-8196f37f0d52254e/build_script_build-8196f37f0d52254e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.1138677Z [00:04:11.132]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/rav1e-c1b256e512ff4d41/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:48.1192013Z [00:04:11.137]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/rav1e-c1b256e512ff4d41/build_script_build-c1b256e512ff4d41' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:48.1245169Z [00:04:11.142]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/rav1e-c1b256e512ff4d41/build_script_build-c1b256e512ff4d41.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.1297677Z [00:04:11.148]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/num-traits-65fc8d269bbb4038/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:48.1350839Z [00:04:11.153]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/num-traits-65fc8d269bbb4038/build_script_build-65fc8d269bbb4038' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:48.1404097Z [00:04:11.158]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/num-traits-65fc8d269bbb4038/build_script_build-65fc8d269bbb4038.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.1458783Z [00:04:11.164]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/libc-f29887e9d2c05f19/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.1514684Z [00:04:11.169]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/libc-f29887e9d2c05f19/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.1569538Z [00:04:11.175]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/libc-f29887e9d2c05f19/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.1623072Z [00:04:11.180]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/build/libc-f29887e9d2c05f19/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.1675629Z [00:04:11.186]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.1730256Z [00:04:11.191]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/proc-macro2-cf2aa52a9be39c83/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.1784116Z [00:04:11.196]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/proc-macro2-cf2aa52a9be39c83/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.1836328Z [00:04:11.202]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/arg_enum_proc_macro-84388417e89a027a/lib-arg_enum_proc_macro.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.1889679Z [00:04:11.207]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/arg_enum_proc_macro-84388417e89a027a/lib-arg_enum_proc_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.1943312Z [00:04:11.212]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/arg_enum_proc_macro-84388417e89a027a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.1999631Z [00:04:11.218]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/arg_enum_proc_macro-84388417e89a027a/dep-lib-arg_enum_proc_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.2052179Z [00:04:11.223]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-utils-49ac13125649e8b7/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.2104639Z [00:04:11.228]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-utils-49ac13125649e8b7/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.2159035Z [00:04:11.234]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/simd_helpers-789c2568482e5fdb/lib-simd_helpers' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.2213175Z [00:04:11.239]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/simd_helpers-789c2568482e5fdb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.2265388Z [00:04:11.244]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/simd_helpers-789c2568482e5fdb/lib-simd_helpers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.2317178Z [00:04:11.250]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/simd_helpers-789c2568482e5fdb/dep-lib-simd_helpers' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.2371686Z [00:04:11.255]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/built-79d157deb8568dbb/lib-built' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.2422245Z [00:04:11.260]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/built-79d157deb8568dbb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.2474093Z [00:04:11.265]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/built-79d157deb8568dbb/dep-lib-built' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.2529174Z [00:04:11.271]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/built-79d157deb8568dbb/lib-built.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.2580913Z [00:04:11.276]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest-40a68fa7dd6e9635/lib-pest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.2634071Z [00:04:11.281]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest-40a68fa7dd6e9635/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.2688416Z [00:04:11.287]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest-40a68fa7dd6e9635/lib-pest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.2742085Z [00:04:11.292]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest-40a68fa7dd6e9635/dep-lib-pest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.2796608Z [00:04:11.298]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/paste-72a91a1e6f8b0794/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.2850010Z [00:04:11.303]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/paste-72a91a1e6f8b0794/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.2902256Z [00:04:11.308]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-utils-b7b355ee76e503f6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.2955272Z [00:04:11.313]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:48.3008803Z [00:04:11.319]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:48.3059694Z [00:04:11.324]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:48.3111948Z [00:04:11.329]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-1dfe9f05151df7af/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.3163161Z [00:04:11.334]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-1dfe9f05151df7af/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.3215188Z [00:04:11.339]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-1dfe9f05151df7af/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.3268134Z [00:04:11.345]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-1dfe9f05151df7af/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.3321432Z [00:04:11.350]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/nasm-rs-ae3521f84bfd9610/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.3372142Z [00:04:11.355]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/nasm-rs-ae3521f84bfd9610/lib-nasm_rs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.3423867Z [00:04:11.360]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/nasm-rs-ae3521f84bfd9610/lib-nasm_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.3473883Z [00:04:11.365]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/nasm-rs-ae3521f84bfd9610/dep-lib-nasm_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.3525908Z [00:04:11.371]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-deque-54ec308c01233beb/lib-crossbeam_deque' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.3578856Z [00:04:11.376]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-deque-54ec308c01233beb/dep-lib-crossbeam_deque' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.3633385Z [00:04:11.381]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-deque-54ec308c01233beb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.3684502Z [00:04:11.386]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-deque-54ec308c01233beb/lib-crossbeam_deque.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.3735979Z [00:04:11.392]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libc-3f7bf485cee91ede/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.3787490Z [00:04:11.397]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libc-3f7bf485cee91ede/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.3838413Z [00:04:11.402]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libc-3f7bf485cee91ede/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.3890148Z [00:04:11.407]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libc-3f7bf485cee91ede/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.3942372Z [00:04:11.412]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-impl-37001788cbe36d4c/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.3993057Z [00:04:11.417]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-impl-37001788cbe36d4c/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.4045279Z [00:04:11.422]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-impl-37001788cbe36d4c/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.4096750Z [00:04:11.428]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-impl-37001788cbe36d4c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.4149892Z [00:04:11.433]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/dep-lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.4203507Z [00:04:11.438]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.4256212Z [00:04:11.444]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.4311070Z [00:04:11.449]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/autocfg-dd487200042bcaa5/lib-autocfg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.4365926Z [00:04:11.454]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-00b3a1460d7327ab/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.4418225Z [00:04:11.460]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:48.4471475Z [00:04:11.465]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:48.4523000Z [00:04:11.470]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-00b3a1460d7327ab/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.4575665Z [00:04:11.476]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.4629099Z [00:04:11.481]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.4682178Z [00:04:11.486]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.4734591Z [00:04:11.491]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/paste-86fbadf795b6fc2f/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.4787251Z [00:04:11.497]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/cc-79c51fc398b0f67a/lib-cc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.4839694Z [00:04:11.502]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/cc-79c51fc398b0f67a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.4892932Z [00:04:11.507]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/cc-79c51fc398b0f67a/lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.4946109Z [00:04:11.513]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/cc-79c51fc398b0f67a/dep-lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.5000085Z [00:04:11.518]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest_generator-6d9fcb53fa9e996b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.5052650Z [00:04:11.523]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest_generator-6d9fcb53fa9e996b/dep-lib-pest_generator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.5107278Z [00:04:11.529]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest_generator-6d9fcb53fa9e996b/lib-pest_generator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.5159452Z [00:04:11.534]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest_generator-6d9fcb53fa9e996b/lib-pest_generator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.5212889Z [00:04:11.539]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/memchr-cf453270fe03ac87/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.5264454Z [00:04:11.544]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/memchr-cf453270fe03ac87/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.5320298Z [00:04:11.550]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/memchr-cf453270fe03ac87/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.5376187Z [00:04:11.556]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/memchr-cf453270fe03ac87/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.5433030Z [00:04:11.561]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/quote-36c64d2fd4cc1eb0/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.5489958Z [00:04:11.567]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/quote-36c64d2fd4cc1eb0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.5544165Z [00:04:11.572]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/quote-36c64d2fd4cc1eb0/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.5599545Z [00:04:11.578]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/quote-36c64d2fd4cc1eb0/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.5651645Z [00:04:11.583]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-impl-8cf698bf4b152c2c/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.5704380Z [00:04:11.588]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-impl-8cf698bf4b152c2c/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.5757775Z [00:04:11.594]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-impl-8cf698bf4b152c2c/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.5809414Z [00:04:11.599]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-impl-8cf698bf4b152c2c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.5861797Z [00:04:11.604]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/syn-5c22a6747f63ab4a/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.5914366Z [00:04:11.609]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/syn-5c22a6747f63ab4a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.5967747Z [00:04:11.615]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/syn-5c22a6747f63ab4a/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.6021896Z [00:04:11.620]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/syn-5c22a6747f63ab4a/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.6078420Z [00:04:11.626]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/zerocopy-8b96b2378aae5583/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.6133753Z [00:04:11.631]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/zerocopy-8b96b2378aae5583/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.6188375Z [00:04:11.637]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/zerocopy-8b96b2378aae5583/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.6245212Z [00:04:11.642]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/zerocopy-8b96b2378aae5583/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.6302723Z [00:04:11.648]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/ucd-trie-45487be857ef9841/lib-ucd_trie.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.6355822Z [00:04:11.654]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/ucd-trie-45487be857ef9841/lib-ucd_trie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.6412083Z [00:04:11.659]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/ucd-trie-45487be857ef9841/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.6466958Z [00:04:11.665]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/ucd-trie-45487be857ef9841/dep-lib-ucd_trie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.6524562Z [00:04:11.670]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/anyhow-8c3506acb46b5e96/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.6581348Z [00:04:11.676]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/anyhow-8c3506acb46b5e96/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.6636782Z [00:04:11.682]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/anyhow-8c3506acb46b5e96/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.6692296Z [00:04:11.687]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/anyhow-8c3506acb46b5e96/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.6745251Z [00:04:11.692]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libc-c87c2a3179c192e9/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.6795464Z [00:04:11.698]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libc-c87c2a3179c192e9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.6848870Z [00:04:11.703]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libc-c87c2a3179c192e9/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.6902148Z [00:04:11.708]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libc-c87c2a3179c192e9/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.6955585Z [00:04:11.713]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rayon-core-1581f2a4de71d3c0/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.7009260Z [00:04:11.719]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rayon-core-1581f2a4de71d3c0/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.7063150Z [00:04:11.724]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-epoch-7bd8ac9ff0817307/lib-crossbeam_epoch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.7116412Z [00:04:11.730]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-epoch-7bd8ac9ff0817307/dep-lib-crossbeam_epoch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.7171569Z [00:04:11.735]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-epoch-7bd8ac9ff0817307/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.7224198Z [00:04:11.740]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-epoch-7bd8ac9ff0817307/lib-crossbeam_epoch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.7279436Z [00:04:11.746]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rayon-core-251b4e20b8ec6038/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.7332992Z [00:04:11.751]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:48.7386236Z [00:04:11.757]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:48.7440163Z [00:04:11.762]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/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-20T22:35:48.7494078Z [00:04:11.767]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rayon-f08a16e43c32c0b7/lib-rayon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.7548231Z [00:04:11.773]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rayon-f08a16e43c32c0b7/dep-lib-rayon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.7602281Z [00:04:11.778]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rayon-f08a16e43c32c0b7/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.7655212Z [00:04:11.783]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rayon-f08a16e43c32c0b7/lib-rayon.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.7707609Z [00:04:11.789]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libm-5e34cbf7658f9e85/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.7760414Z [00:04:11.794]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libm-5e34cbf7658f9e85/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.7814297Z [00:04:11.799]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libm-5e34cbf7658f9e85/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.7868254Z [00:04:11.805]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libm-5e34cbf7658f9e85/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.7921457Z [00:04:11.810]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/dep-lib-paste' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.7972530Z [00:04:11.815]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/lib-paste.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.8025531Z [00:04:11.820]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/lib-paste' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.8075843Z [00:04:11.826]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/paste-fbdf26ac509ef3cc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.8129579Z [00:04:11.831]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/either-dbe63fcd06a43b30/lib-either.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.8180406Z [00:04:11.836]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/either-dbe63fcd06a43b30/lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.8230941Z [00:04:11.841]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/either-dbe63fcd06a43b30/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.8281895Z [00:04:11.846]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/either-dbe63fcd06a43b30/dep-lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.8333345Z [00:04:11.851]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/proc-macro2-da2c404b8ce6e822/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.8385260Z [00:04:11.856]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/proc-macro2-da2c404b8ce6e822/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.8436437Z [00:04:11.862]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/proc-macro2-da2c404b8ce6e822/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.8488403Z [00:04:11.867]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/proc-macro2-da2c404b8ce6e822/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.8541828Z [00:04:11.872]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/strum_macros-4e6878b7fd943867/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.8594826Z [00:04:11.877]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/strum_macros-4e6878b7fd943867/dep-lib-strum_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.8646776Z [00:04:11.883]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/strum_macros-4e6878b7fd943867/lib-strum_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.8700804Z [00:04:11.888]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/strum_macros-4e6878b7fd943867/lib-strum_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.8752633Z [00:04:11.893]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-6a0b0264a0d4fe9c/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.8805977Z [00:04:11.898]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-6a0b0264a0d4fe9c/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.8859823Z [00:04:11.904]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/matrixmultiply-141bae2166662e0a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.8912729Z [00:04:11.909]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/matrixmultiply-141bae2166662e0a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.8966577Z [00:04:11.915]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/matrixmultiply-141bae2166662e0a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.9018742Z [00:04:11.920]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/matrixmultiply-141bae2166662e0a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.9073011Z [00:04:11.925]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/profiling-procmacros-8f55fbcb81882578/dep-lib-profiling_procmacros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.9125262Z [00:04:11.930]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/profiling-procmacros-8f55fbcb81882578/lib-profiling_procmacros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.9177818Z [00:04:11.936]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/profiling-procmacros-8f55fbcb81882578/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.9231318Z [00:04:11.941]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/profiling-procmacros-8f55fbcb81882578/lib-profiling_procmacros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.9292281Z [00:04:11.946]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/noop_proc_macro-735c487646a2ec9e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.9339352Z [00:04:11.952]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/noop_proc_macro-735c487646a2ec9e/lib-noop_proc_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.9392335Z [00:04:11.957]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/noop_proc_macro-735c487646a2ec9e/lib-noop_proc_macro.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.9444605Z [00:04:11.962]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/noop_proc_macro-735c487646a2ec9e/dep-lib-noop_proc_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.9496541Z [00:04:11.968]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/typenum-fa602c1f4c9bb45c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.9550433Z [00:04:11.973]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/typenum-fa602c1f4c9bb45c/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.9603625Z [00:04:11.978]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/typenum-fa602c1f4c9bb45c/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.9658882Z [00:04:11.984]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/typenum-fa602c1f4c9bb45c/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.9713092Z [00:04:11.989]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest_meta-b42151f0fca49e2f/lib-pest_meta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.9766678Z [00:04:11.995]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest_meta-b42151f0fca49e2f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.9820461Z [00:04:12.000]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest_meta-b42151f0fca49e2f/dep-lib-pest_meta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.9875137Z [00:04:12.005]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest_meta-b42151f0fca49e2f/lib-pest_meta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.9931936Z [00:04:12.011]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:48.9987698Z [00:04:12.017]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.0042455Z [00:04:12.022]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.0098319Z [00:04:12.028]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/thiserror-8196f37f0d52254e/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.0151098Z [00:04:12.033]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rayon-core-9bdca583eb7c4cbb/lib-rayon_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.0202461Z [00:04:12.038]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rayon-core-9bdca583eb7c4cbb/dep-lib-rayon_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.0256058Z [00:04:12.044]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rayon-core-9bdca583eb7c4cbb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.0310003Z [00:04:12.049]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rayon-core-9bdca583eb7c4cbb/lib-rayon_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.0365285Z [00:04:12.054]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9639dcd4999b91b4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.0418146Z [00:04:12.060]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9639dcd4999b91b4/lib-crossbeam_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.0472989Z [00:04:12.065]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9639dcd4999b91b4/lib-crossbeam_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.0528140Z [00:04:12.071]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9639dcd4999b91b4/dep-lib-crossbeam_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.0582514Z [00:04:12.076]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rav1e-c1b256e512ff4d41/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.0636099Z [00:04:12.082]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rav1e-c1b256e512ff4d41/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.0691936Z [00:04:12.087]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rav1e-c1b256e512ff4d41/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.0744353Z [00:04:12.092]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/rav1e-c1b256e512ff4d41/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.0798240Z [00:04:12.098]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/num-traits-65fc8d269bbb4038/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.0851141Z [00:04:12.103]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/num-traits-65fc8d269bbb4038/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.0903535Z [00:04:12.108]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/num-traits-65fc8d269bbb4038/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.0954977Z [00:04:12.113]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/num-traits-65fc8d269bbb4038/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.1008052Z [00:04:12.119]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest_derive-7b4c2e2e125f9668/lib-pest_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.1061669Z [00:04:12.124]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest_derive-7b4c2e2e125f9668/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.1116540Z [00:04:12.130]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest_derive-7b4c2e2e125f9668/dep-lib-pest_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.1171461Z [00:04:12.135]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/pest_derive-7b4c2e2e125f9668/lib-pest_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.1228548Z [00:04:12.141]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libc-f29887e9d2c05f19/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.1284279Z [00:04:12.146]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/libc-f29887e9d2c05f19/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.1340623Z [00:04:12.152]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/jobserver-0ee9b3d44bd9296f/lib-jobserver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.1397227Z [00:04:12.158]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/jobserver-0ee9b3d44bd9296f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.1452413Z [00:04:12.163]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/jobserver-0ee9b3d44bd9296f/dep-lib-jobserver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.1507569Z [00:04:12.169]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/jobserver-0ee9b3d44bd9296f/lib-jobserver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.1563776Z [00:04:12.174]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/once_cell-9ac4efe10e55e8f8/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.1617533Z [00:04:12.180]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/once_cell-9ac4efe10e55e8f8/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.1672234Z [00:04:12.185]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/once_cell-9ac4efe10e55e8f8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.1724929Z [00:04:12.190]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/once_cell-9ac4efe10e55e8f8/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.1781912Z [00:04:12.196]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.1835734Z [00:04:12.201]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.1890268Z [00:04:12.207]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/dep-lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.1945199Z [00:04:12.212]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/unicode-ident-6d6f85adf22ee534/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.2001671Z [00:04:12.218]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/num-derive-586bb328865022c3/lib-num_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.2058565Z [00:04:12.224]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/num-derive-586bb328865022c3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.2114166Z [00:04:12.229]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/num-derive-586bb328865022c3/lib-num_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.2167588Z [00:04:12.235]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/num-derive-586bb328865022c3/dep-lib-num_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.2222644Z [00:04:12.240]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.2276431Z [00:04:12.246]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.2329785Z [00:04:12.251]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/lib-heck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.2383331Z [00:04:12.256]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/heck-25103e7959c420e1/dep-lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.2439259Z [00:04:12.262]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/proc-macro2-7a10a5cf4217be1c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.2495343Z [00:04:12.267]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/proc-macro2-7a10a5cf4217be1c/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.2551873Z [00:04:12.273]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/proc-macro2-7a10a5cf4217be1c/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.2607905Z [00:04:12.279]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/release/.fingerprint/proc-macro2-7a10a5cf4217be1c/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.2665216Z [00:04:12.284]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.2720911Z [00:04:12.290]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.2778373Z [00:04:12.296]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_parser/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.2834764Z [00:04:12.301]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_parser/src/named_value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.2891685Z [00:04:12.307]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_parser/src/grammar.pest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.2944221Z [00:04:12.312]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_parser/src/errors.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.2999271Z [00:04:12.318]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_parser/src/rule_parser.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.3053082Z [00:04:12.323]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_parser/src/value_parser.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.3107710Z [00:04:12.329]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_parser/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.3161306Z [00:04:12.334]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_testing/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.3214395Z [00:04:12.339]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_testing/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.3269959Z [00:04:12.345]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_cli_ops/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.3324607Z [00:04:12.350]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_cli_ops/src/operations.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.3379254Z [00:04:12.356]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_cli_ops/src/errors.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.3433949Z [00:04:12.361]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_cli_ops/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.3489638Z [00:04:12.367]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_core/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.3544234Z [00:04:12.372]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_core/src/animated.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.3600105Z [00:04:12.378]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_core/src/errors.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.3655765Z [00:04:12.384]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_core/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.3711600Z [00:04:12.389]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.3767552Z [00:04:12.395]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/src/encode_settings.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.3822750Z [00:04:12.400]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/src/encode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.3877930Z [00:04:12.406]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/src/encode/dynamic.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.3933184Z [00:04:12.411]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/src/encode/jpeg.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.3988109Z [00:04:12.417]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/src/encode/bmp.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.4041513Z [00:04:12.422]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/src/preprocessor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.4094548Z [00:04:12.427]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/src/errors.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.4151516Z [00:04:12.433]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/src/encode_settings/jpeg.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.4205304Z [00:04:12.438]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/src/encode_settings/gif.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.4260701Z [00:04:12.444]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/src/preprocessor/color_type.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.4312838Z [00:04:12.449]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/src/preprocessor/pick_frame.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.4367129Z [00:04:12.455]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.4419761Z [00:04:12.460]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_io/src/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.4474803Z [00:04:12.465]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.4530285Z [00:04:12.471]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/helper/resize.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.4583758Z [00:04:12.476]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/helper/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.4638334Z [00:04:12.482]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/engine.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.4691512Z [00:04:12.487]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/errors.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.4745999Z [00:04:12.493]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/wrapper/image_path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.4799680Z [00:04:12.498]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/wrapper/gradient_input.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.4854086Z [00:04:12.503]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/wrapper/font_options.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.4910314Z [00:04:12.509]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/wrapper/overlay.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.4965914Z [00:04:12.515]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/wrapper/gradient_fn.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.5022911Z [00:04:12.520]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/wrapper/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.5082692Z [00:04:12.526]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/wrapper/draw_text_inner.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.5142510Z [00:04:12.532]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/wrapper/filter_type.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.5201830Z [00:04:12.538]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.5262374Z [00:04:12.544]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/rotate270.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.5323179Z [00:04:12.550]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/rotate180.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.5383447Z [00:04:12.556]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/invert.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.5443535Z [00:04:12.562]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/blur.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.5502664Z [00:04:12.568]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/brighten.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.5563267Z [00:04:12.574]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/draw_text.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.5624421Z [00:04:12.580]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/crop.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.5685928Z [00:04:12.587]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/filter3x3.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.5746179Z [00:04:12.593]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/flip_horizontal.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.5806169Z [00:04:12.599]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/hue_rotate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.5866420Z [00:04:12.605]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/rotate90.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.5926458Z [00:04:12.611]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/horizontal_gradient.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.5984785Z [00:04:12.616]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/threshold.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.6044249Z [00:04:12.622]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/unsharpen.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.6101422Z [00:04:12.628]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/flip_vertical.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.6156946Z [00:04:12.634]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/overlay.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.6213292Z [00:04:12.639]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/resize.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.6269774Z [00:04:12.645]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/grayscale.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.6326651Z [00:04:12.651]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.6383496Z [00:04:12.656]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/diff.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.6439583Z [00:04:12.662]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/vertical_gradient.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.6495792Z [00:04:12.668]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/crates/sic_image_engine/src/operations/contrast.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.6553550Z [00:04:12.673]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.6613177Z [00:04:12.679]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/src/combinators.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.6671899Z [00:04:12.685]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/src/cli/license.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.6729875Z [00:04:12.691]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/src/cli/app.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.6787730Z [00:04:12.697]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/src/cli/pipeline.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.6845894Z [00:04:12.703]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/src/cli/common_dir.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.6901239Z [00:04:12.708]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/src/cli/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.6954741Z [00:04:12.713]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/src/cli/config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.7010559Z [00:04:12.719]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/src/cli/glob_base_dir.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.7065533Z [00:04:12.725]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.7120333Z [00:04:12.730]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/justfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.7175657Z [00:04:12.736]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/script/emboss.sic' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.7230126Z [00:04:12.741]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/logo/sic_196.jpg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.7283696Z [00:04:12.746]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/logo/sic_100.jpg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.7337861Z [00:04:12.752]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/logo/sic_500.jpg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.7393587Z [00:04:12.757]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/help-images/draw-text/in.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.7448436Z [00:04:12.763]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/help-images/draw-text/out.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.7503232Z [00:04:12.768]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/help-images/diff/diff_between_a_and_b.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.7555859Z [00:04:12.774]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/help-images/diff/a.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.7610946Z [00:04:12.779]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/help-images/diff/loop-diffed.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.7662045Z [00:04:12.784]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/help-images/diff/b.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.7715992Z [00:04:12.790]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/loop-diff.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.7769022Z [00:04:12.795]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/loop-diff-vertical.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.7823132Z [00:04:12.800]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/2x2_wbaw.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.7876975Z [00:04:12.806]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/2x3_rrgrbb.bmp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.7929421Z [00:04:12.811]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/wh1616.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.7984508Z [00:04:12.816]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/unsplash_763569_cropped.jpg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.8039790Z [00:04:12.822]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/loop-diff-horizontal.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.8096232Z [00:04:12.828]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/1x1_b.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.8152208Z [00:04:12.833]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/blackwhite_2x2.bmp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.8207414Z [00:04:12.839]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/1x1_w.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.8263508Z [00:04:12.844]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/static-diff-non-overlap.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.8320691Z [00:04:12.850]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/noloop.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.8376248Z [00:04:12.856]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/loop.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.8432148Z [00:04:12.861]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/3x3_babababab.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.8485968Z [00:04:12.867]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/palette_4x4.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.8542938Z [00:04:12.872]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/credits.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.8600347Z [00:04:12.878]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/help-pages/about.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.8656140Z [00:04:12.884]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/help-pages/image_operations.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.8711964Z [00:04:12.889]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/2x3_yrgyyb.bmp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.8765399Z [00:04:12.894]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/rainbow_8x6.bmp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.8819704Z [00:04:12.900]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/2x2_bbbb.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.8873517Z [00:04:12.905]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/3x2_wbaaba.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.8929026Z [00:04:12.911]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/2x2_baab.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.8983851Z [00:04:12.916]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/static-diff.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.9039260Z [00:04:12.922]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/1x1_a.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.9093905Z [00:04:12.927]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/font/Lato-Regular.ttf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.9149178Z [00:04:12.933]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/font/Lato-Regular.LICENSE-OFL.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.9204559Z [00:04:12.938]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/bwlines.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.9259490Z [00:04:12.944]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/2x2_wwaw.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.9313938Z [00:04:12.949]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/2x2_bwwb.bmp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.9368101Z [00:04:12.955]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/apng_sample.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.9421851Z [00:04:12.960]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/3x2_rgbrrb.bmp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.9476721Z [00:04:12.966]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/2x3_wrabaa.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.9533867Z [00:04:12.971]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/resources/3x2_ygyryb.bmp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.9589336Z [00:04:12.977]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/LICENSE-MIT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.9645032Z [00:04:12.982]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:49.9700736Z [00:04:12.988]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:49.9755091Z [00:04:12.993]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:49.9809965Z [00:04:12.999]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:49.9865429Z [00:04:13.005]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:49.9919366Z [00:04:13.010]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:49.9974879Z [00:04:13.015]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:50.0029910Z [00:04:13.021]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:50.0084518Z [00:04:13.026]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:50.0141447Z [00:04:13.032]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:50.0195161Z [00:04:13.037]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:50.0248513Z [00:04:13.043]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:50.0303263Z [00:04:13.048]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:50.0358053Z [00:04:13.054]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:50.0412509Z [00:04:13.059]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:50.0468031Z [00:04:13.065]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.0525737Z [00:04:13.070]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.0583122Z [00:04:13.076]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/objects/pack/pack-f24f5919dc1be6de539ab6d82c5dc1e0288a5980.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.0639930Z [00:04:13.082]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/objects/pack/pack-cbae2e318ab0db32eabc1501e29c0492a677ad22.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.0694330Z [00:04:13.087]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/objects/pack/pack-cbae2e318ab0db32eabc1501e29c0492a677ad22.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.0750072Z [00:04:13.093]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/objects/pack/pack-f24f5919dc1be6de539ab6d82c5dc1e0288a5980.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.0806670Z [00:04:13.099]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/objects/pack/pack-cbae2e318ab0db32eabc1501e29c0492a677ad22.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.0863241Z [00:04:13.104]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/objects/pack/pack-cbae2e318ab0db32eabc1501e29c0492a677ad22.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.0918637Z [00:04:13.110]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/objects/pack/pack-f24f5919dc1be6de539ab6d82c5dc1e0288a5980.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.0972220Z [00:04:13.115]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/objects/pack/pack-f24f5919dc1be6de539ab6d82c5dc1e0288a5980.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.1023743Z [00:04:13.120]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.1074631Z [00:04:13.125]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.1126398Z [00:04:13.131]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.1178149Z [00:04:13.136]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.1231839Z [00:04:13.141]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.1285971Z [00:04:13.147]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.1341625Z [00:04:13.152]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.1395649Z [00:04:13.158]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.1454135Z [00:04:13.163]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/about.hbs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.1510311Z [00:04:13.169]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/tests/common/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.1564091Z [00:04:13.174]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/tests/cli_image_operation_args.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.1619453Z [00:04:13.180]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/tests/cli_input_output.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.1671625Z [00:04:13.185]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/tests/cli_license.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.1727046Z [00:04:13.191]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/tests/cli_convert.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.1782203Z [00:04:13.196]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/tests/cli_glob.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.1838667Z [00:04:13.202]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/tests/cli_image_operations_script_from_file.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.1894626Z [00:04:13.207]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.bM7tfAOAw7/TEMPREPO/tests/cli_imageproc_ops.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.1949152Z [00:04:13.213]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.2004758Z [00:04:13.218]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/ig' retained as 0755 (rwxr-xr-x)
2025-08-20T22:35:50.2059629Z [00:04:13.224]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/sic.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.2110679Z [00:04:13.229]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.2162469Z [00:04:13.234]➜  mode of '/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/sic.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:35:50.2589406Z [00:04:13.277]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T22:35:50.2592723Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T22:35:51.6312637Z 
2025-08-20T22:35:51.6313558Z [+] Sanitizing /tmp/pkgforge/82pK1ye7R_SBUILD/BUILD.log ==> /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/sic.static.log
2025-08-20T22:35:55.1922403Z 
2025-08-20T22:35:55.1923368Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/sic/official]
2025-08-20T22:35:55.1923857Z [+] LOGS (Build Dir): /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR
2025-08-20T22:35:55.1924157Z 
2025-08-20T22:35:55.4226176Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T22:35:57.0736000Z ./BUILD_ARTIFACTS.tar : 32.37%   (   352 MiB =>    114 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T22:35:57.1285698Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T22:35:57.1320452Z 
2025-08-20T22:35:57.1321154Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml :: 00(Hr):04(Min):21(Sec)
2025-08-20T22:35:57.1321799Z 
2025-08-20T22:35:57.1333149Z 
2025-08-20T22:35:57.1334753Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (10:35:57 PM) UTC
2025-08-20T22:35:57.1334999Z 
2025-08-20T22:35:57.4821562Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T22:35:57.4869943Z ##[group]Run ##Presets
2025-08-20T22:35:57.4870290Z [36;1m##Presets[0m
2025-08-20T22:35:57.4870466Z [36;1mset +x ; set +e[0m
2025-08-20T22:35:57.4870654Z [36;1m#-------------#[0m
2025-08-20T22:35:57.4871084Z [36;1m##Debug?[0m
2025-08-20T22:35:57.4871298Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:35:57.4871559Z [36;1m  set -x[0m
2025-08-20T22:35:57.4871718Z [36;1mfi[0m
2025-08-20T22:35:57.4871870Z [36;1m#-------------#[0m
2025-08-20T22:35:57.4872050Z [36;1m##Set ENV[0m
2025-08-20T22:35:57.4872260Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T22:35:57.4872650Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T22:35:57.4873019Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T22:35:57.4873375Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/sic/official/sic-srcbuild-"[0m
2025-08-20T22:35:57.4873820Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T22:35:57.4874195Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:35:57.4874621Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:35:57.4874943Z [36;1m fi[0m
2025-08-20T22:35:57.4875098Z [36;1m##Push[0m
2025-08-20T22:35:57.4875296Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T22:35:57.4875548Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T22:35:57.4875890Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T22:35:57.4876341Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:35:57.4876761Z [36;1m     ls -sh "/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T22:35:57.4877259Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T22:35:57.4877454Z [36;1m       {[0m
2025-08-20T22:35:57.4877627Z [36;1m        for i in {1..10}; do[0m
2025-08-20T22:35:57.4877941Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T22:35:57.4878363Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T22:35:57.4878777Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T22:35:57.4879181Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T22:35:57.4879571Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T22:35:57.4879933Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T22:35:57.4880297Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T22:35:57.4880663Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T22:35:57.4881026Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T22:35:57.4881409Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T22:35:57.4881861Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T22:35:57.4882347Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T22:35:57.4882774Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T22:35:57.4883180Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T22:35:57.4883582Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T22:35:57.4884008Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-sic")[0m
2025-08-20T22:35:57.4884428Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T22:35:57.4885116Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T22:35:57.4885625Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T22:35:57.4886018Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T22:35:57.4886631Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T22:35:57.4887156Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T22:35:57.4887386Z [36;1m         #Check[0m
2025-08-20T22:35:57.4887910Z [36;1m          if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" == "" ]]; then[0m
2025-08-20T22:35:57.4888587Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T22:35:57.4888913Z [36;1m            break[0m
2025-08-20T22:35:57.4889093Z [36;1m          else[0m
2025-08-20T22:35:57.4889468Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T22:35:57.4889874Z [36;1m          fi[0m
2025-08-20T22:35:57.4890067Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T22:35:57.4890303Z [36;1m        done[0m
2025-08-20T22:35:57.4890470Z [36;1m       }[0m
2025-08-20T22:35:57.4890648Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T22:35:57.4890873Z [36;1m       ghcr_push_cmd[0m
2025-08-20T22:35:57.4891406Z [36;1m       if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T22:35:57.4892111Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:35:57.4892491Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T22:35:57.4892727Z [36;1m          ghcr_push_cmd[0m
2025-08-20T22:35:57.4893273Z [36;1m           if [[ "$(oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq -r '.annotations["dev.pkgforge.soar.push_date"]' | tr -d '[:space:]')" != "" ]]; then[0m
2025-08-20T22:35:57.4893955Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T22:35:57.4894441Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:35:57.4894813Z [36;1m             return 1 || exit 1[0m
2025-08-20T22:35:57.4895028Z [36;1m           fi[0m
2025-08-20T22:35:57.4895200Z [36;1m       fi[0m
2025-08-20T22:35:57.4895362Z [36;1m   fi[0m
2025-08-20T22:35:57.4895516Z [36;1m fi[0m
2025-08-20T22:35:57.4895680Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:35:57.5147106Z shell: /usr/bin/bash -e {0}
2025-08-20T22:35:57.5147319Z env:
2025-08-20T22:35:57.5147475Z   CROSS_COMPILING: NO
2025-08-20T22:35:57.5147665Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:35:57.5147886Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:35:57.5148080Z   ON_QEMU: NO
2025-08-20T22:35:57.5148229Z   DEBUG: 0
2025-08-20T22:35:57.5148388Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:35:57.5148597Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:35:57.5148859Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sic/official
2025-08-20T22:35:57.5149118Z   KEEP_LOGS: YES
2025-08-20T22:35:57.5149280Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:35:57.5149463Z   PKG_FAMILY_LOCAL: sic
2025-08-20T22:35:57.5149645Z   SBUILD_REBUILD: false
2025-08-20T22:35:57.5150127Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:35:57.5150650Z   BUILD_SYS: docker://rust
2025-08-20T22:35:57.5150845Z   BUILD_ON_HOST: FALSE
2025-08-20T22:35:57.5151018Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:35:57.5151191Z   SYSTMP: /tmp
2025-08-20T22:35:57.5151347Z   GHA_MODE: MATRIX
2025-08-20T22:35:57.5151991Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:35:57.5152491Z   INPUT_SBUILD: /tmp/pkgforge/jrqRzaw1p_build.yaml
2025-08-20T22:35:57.5152791Z   BUILD_DIR: /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml
2025-08-20T22:35:57.5153274Z   SBUILD_OUTDIR: /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR
2025-08-20T22:35:57.5153724Z   SBUILD_TMPDIR: /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:35:57.5154074Z   PKG_TYPE: static
2025-08-20T22:35:57.5154242Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:35:57.5154426Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:35:57.5155069Z   GHCR_TOKEN: ***
2025-08-20T22:35:57.5155346Z   GITHUB_TOKEN: ***
2025-08-20T22:35:57.5155547Z   GITLAB_TOKEN: ***
2025-08-20T22:35:57.5156634Z   MINISIGN_KEY: ***
2025-08-20T22:35:57.5156798Z ##[endgroup]
2025-08-20T22:35:57.5218633Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T22:35:57.5226066Z 115M	./BUILD_ARTIFACTS.zstd
2025-08-20T22:35:57.5235919Z total 5.5M
2025-08-20T22:35:57.5236118Z 4.0K CHECKSUM
2025-08-20T22:35:57.5236276Z 4.0K CHECKSUM.sig
2025-08-20T22:35:57.5236473Z 4.0K LICENSE
2025-08-20T22:35:57.5236624Z 4.0K LICENSE.sig
2025-08-20T22:35:57.5236779Z 8.0K SBUILD
2025-08-20T22:35:57.5237006Z 4.0K SBUILD.sig
2025-08-20T22:35:57.5237172Z 4.0K SBUILD_TEMP
2025-08-20T22:35:57.5237326Z 4.4M ig
2025-08-20T22:35:57.5237467Z 4.0K ig.sig
2025-08-20T22:35:57.5237613Z 1.1M sic.static.log
2025-08-20T22:35:57.5237780Z 4.0K sic.static.version
2025-08-20T22:35:57.5237962Z 4.0K sic.static.version.sig
2025-08-20T22:35:57.5238149Z 4.0K sic.version
2025-08-20T22:35:57.5238308Z 4.0K sic.version.sig
2025-08-20T22:35:57.5501661Z Error: "ghcr.io/pkgforge/bincache/sic/official/sic-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/sic/official/sic-srcbuild-"
2025-08-20T22:35:57.5502406Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:36:02.5554865Z Error: "ghcr.io/pkgforge/bincache/sic/official/sic-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/sic/official/sic-srcbuild-"
2025-08-20T22:36:02.5555634Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:36:02.5561585Z 
2025-08-20T22:36:02.5561862Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/sic/official/sic-srcbuild-
2025-08-20T22:36:02.5562161Z 
2025-08-20T22:36:02.5594080Z Error: "ghcr.io/pkgforge/bincache/sic/official/sic-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/sic/official/sic-srcbuild-"
2025-08-20T22:36:02.5595154Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:36:02.5628778Z ##[group]Run ##Presets
2025-08-20T22:36:02.5629023Z [36;1m##Presets[0m
2025-08-20T22:36:02.5629196Z [36;1mset +x ; set +e[0m
2025-08-20T22:36:02.5629385Z [36;1m#-------------#[0m
2025-08-20T22:36:02.5629562Z [36;1m##Debug?[0m
2025-08-20T22:36:02.5629771Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:36:02.5630033Z [36;1m  set -x[0m
2025-08-20T22:36:02.5630187Z [36;1mfi[0m
2025-08-20T22:36:02.5630340Z [36;1m#-------------#[0m
2025-08-20T22:36:02.5630568Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T22:36:02.5630880Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:36:02.5662301Z shell: /usr/bin/bash -e {0}
2025-08-20T22:36:02.5662507Z env:
2025-08-20T22:36:02.5662660Z   CROSS_COMPILING: NO
2025-08-20T22:36:02.5662849Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:36:02.5663053Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:36:02.5663246Z   ON_QEMU: NO
2025-08-20T22:36:02.5663442Z   DEBUG: 0
2025-08-20T22:36:02.5663601Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:36:02.5663809Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:36:02.5664058Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sic/official
2025-08-20T22:36:02.5664311Z   KEEP_LOGS: YES
2025-08-20T22:36:02.5664481Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:36:02.5664668Z   PKG_FAMILY_LOCAL: sic
2025-08-20T22:36:02.5664848Z   SBUILD_REBUILD: false
2025-08-20T22:36:02.5665334Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:36:02.5666096Z   BUILD_SYS: docker://rust
2025-08-20T22:36:02.5666288Z   BUILD_ON_HOST: FALSE
2025-08-20T22:36:02.5666463Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:36:02.5666648Z   SYSTMP: /tmp
2025-08-20T22:36:02.5666809Z   GHA_MODE: MATRIX
2025-08-20T22:36:02.5667416Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:36:02.5667917Z   INPUT_SBUILD: /tmp/pkgforge/jrqRzaw1p_build.yaml
2025-08-20T22:36:02.5668215Z   BUILD_DIR: /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml
2025-08-20T22:36:02.5668574Z   SBUILD_OUTDIR: /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR
2025-08-20T22:36:02.5669025Z   SBUILD_TMPDIR: /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:36:02.5669378Z   PKG_TYPE: static
2025-08-20T22:36:02.5669549Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:36:02.5669732Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:36:02.5669910Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:36:02.5670218Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sic/official/sic-srcbuild-
2025-08-20T22:36:02.5670545Z ##[endgroup]
2025-08-20T22:36:02.5796310Z ##[group]Run actions/upload-artifact@v4
2025-08-20T22:36:02.5796615Z with:
2025-08-20T22:36:02.5797103Z   name: Bincache_sic_aarch64-Linux
2025-08-20T22:36:02.5797379Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T22:36:02.5797641Z   compression-level: 0
2025-08-20T22:36:02.5797821Z   retention-days: 30
2025-08-20T22:36:02.5797996Z   overwrite: true
2025-08-20T22:36:02.5798170Z   if-no-files-found: warn
2025-08-20T22:36:02.5798372Z   include-hidden-files: false
2025-08-20T22:36:02.5798566Z env:
2025-08-20T22:36:02.5798714Z   CROSS_COMPILING: NO
2025-08-20T22:36:02.5798898Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:36:02.5799105Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:36:02.5799300Z   ON_QEMU: NO
2025-08-20T22:36:02.5799449Z   DEBUG: 0
2025-08-20T22:36:02.5799607Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:36:02.5799814Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:36:02.5800082Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sic/official
2025-08-20T22:36:02.5800394Z   KEEP_LOGS: YES
2025-08-20T22:36:02.5800564Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:36:02.5800751Z   PKG_FAMILY_LOCAL: sic
2025-08-20T22:36:02.5800932Z   SBUILD_REBUILD: false
2025-08-20T22:36:02.5801413Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:36:02.5801935Z   BUILD_SYS: docker://rust
2025-08-20T22:36:02.5802126Z   BUILD_ON_HOST: FALSE
2025-08-20T22:36:02.5802302Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:36:02.5802479Z   SYSTMP: /tmp
2025-08-20T22:36:02.5802639Z   GHA_MODE: MATRIX
2025-08-20T22:36:02.5803033Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:36:02.5803516Z   INPUT_SBUILD: /tmp/pkgforge/jrqRzaw1p_build.yaml
2025-08-20T22:36:02.5803816Z   BUILD_DIR: /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml
2025-08-20T22:36:02.5804185Z   SBUILD_OUTDIR: /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR
2025-08-20T22:36:02.5804644Z   SBUILD_TMPDIR: /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:36:02.5805001Z   PKG_TYPE: static
2025-08-20T22:36:02.5805173Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:36:02.5805360Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:36:02.5805548Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:36:02.5805850Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sic/official/sic-srcbuild-
2025-08-20T22:36:02.5806188Z   UTC_TIME: 2025_08_20T10_36_02_PM
2025-08-20T22:36:02.5806389Z ##[endgroup]
2025-08-20T22:36:03.2232586Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T22:36:03.2238641Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T22:36:03.2239314Z With the provided path, there will be 2 files uploaded
2025-08-20T22:36:03.5750088Z Artifact name is valid!
2025-08-20T22:36:03.5753445Z Root directory input is valid!
2025-08-20T22:36:03.6770457Z Beginning upload of artifact content to blob storage
2025-08-20T22:36:04.6995692Z Uploaded bytes 8388608
2025-08-20T22:36:04.7513810Z Uploaded bytes 16777216
2025-08-20T22:36:04.7606978Z Uploaded bytes 25165824
2025-08-20T22:36:04.9122797Z Uploaded bytes 33554432
2025-08-20T22:36:04.9748915Z Uploaded bytes 41943040
2025-08-20T22:36:04.9940144Z Uploaded bytes 50331648
2025-08-20T22:36:05.0399754Z Uploaded bytes 58720256
2025-08-20T22:36:05.1982064Z Uploaded bytes 67108864
2025-08-20T22:36:05.2345615Z Uploaded bytes 75497472
2025-08-20T22:36:05.3318974Z Uploaded bytes 83886080
2025-08-20T22:36:05.3611664Z Uploaded bytes 92274688
2025-08-20T22:36:05.4908305Z Uploaded bytes 100663296
2025-08-20T22:36:05.5655420Z Uploaded bytes 109051904
2025-08-20T22:36:05.6291996Z Uploaded bytes 117440512
2025-08-20T22:36:05.8319628Z Uploaded bytes 121015544
2025-08-20T22:36:05.9175130Z Finished uploading artifact content to blob storage!
2025-08-20T22:36:05.9187384Z SHA256 digest of uploaded artifact zip is 661b3852041158c6ec9b1921792968af28911bb22a51d09241432357d5e3e55f
2025-08-20T22:36:05.9187867Z Finalizing artifact upload
2025-08-20T22:36:06.0499830Z Artifact Bincache_sic_aarch64-Linux.zip successfully finalized. Artifact ID 3813846121
2025-08-20T22:36:06.0500472Z Artifact Bincache_sic_aarch64-Linux has been successfully uploaded! Final size is 121015544 bytes. Artifact ID is 3813846121
2025-08-20T22:36:06.0516931Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17109442464/artifacts/3813846121
2025-08-20T22:36:06.0851368Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T22:36:06.0851705Z with:
2025-08-20T22:36:06.0851871Z   subject-name: sic--
2025-08-20T22:36:06.0852535Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:36:06.0853235Z   show-summary: true
2025-08-20T22:36:06.0853440Z   push-to-registry: false
2025-08-20T22:36:06.0853823Z   github-token: ***
2025-08-20T22:36:06.0853996Z env:
2025-08-20T22:36:06.0854146Z   CROSS_COMPILING: NO
2025-08-20T22:36:06.0854333Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:36:06.0854544Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:36:06.0854742Z   ON_QEMU: NO
2025-08-20T22:36:06.0854895Z   DEBUG: 0
2025-08-20T22:36:06.0855054Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:36:06.0855264Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:36:06.0855554Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sic/official
2025-08-20T22:36:06.0855818Z   KEEP_LOGS: YES
2025-08-20T22:36:06.0855989Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:36:06.0856180Z   PKG_FAMILY_LOCAL: sic
2025-08-20T22:36:06.0856363Z   SBUILD_REBUILD: false
2025-08-20T22:36:06.0857125Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:36:06.0857682Z   BUILD_SYS: docker://rust
2025-08-20T22:36:06.0857890Z   BUILD_ON_HOST: FALSE
2025-08-20T22:36:06.0858067Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:36:06.0858243Z   SYSTMP: /tmp
2025-08-20T22:36:06.0858403Z   GHA_MODE: MATRIX
2025-08-20T22:36:06.0858808Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:36:06.0859291Z   INPUT_SBUILD: /tmp/pkgforge/jrqRzaw1p_build.yaml
2025-08-20T22:36:06.0859592Z   BUILD_DIR: /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml
2025-08-20T22:36:06.0859962Z   SBUILD_OUTDIR: /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR
2025-08-20T22:36:06.0860419Z   SBUILD_TMPDIR: /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:36:06.0860777Z   PKG_TYPE: static
2025-08-20T22:36:06.0860952Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:36:06.0861139Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:36:06.0861321Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:36:06.0861623Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sic/official/sic-srcbuild-
2025-08-20T22:36:06.0862282Z   UTC_TIME: 2025_08_20T10_36_02_PM
2025-08-20T22:36:06.0862492Z ##[endgroup]
2025-08-20T22:36:06.0941021Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T22:36:06.0941419Z env:
2025-08-20T22:36:06.0941573Z   CROSS_COMPILING: NO
2025-08-20T22:36:06.0941762Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:36:06.0941972Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:36:06.0942168Z   ON_QEMU: NO
2025-08-20T22:36:06.0942318Z   DEBUG: 0
2025-08-20T22:36:06.0942490Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:36:06.0942703Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:36:06.0942955Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sic/official
2025-08-20T22:36:06.0943223Z   KEEP_LOGS: YES
2025-08-20T22:36:06.0943389Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:36:06.0943580Z   PKG_FAMILY_LOCAL: sic
2025-08-20T22:36:06.0943763Z   SBUILD_REBUILD: false
2025-08-20T22:36:06.0944251Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:36:06.0944786Z   BUILD_SYS: docker://rust
2025-08-20T22:36:06.0944983Z   BUILD_ON_HOST: FALSE
2025-08-20T22:36:06.0945163Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:36:06.0945340Z   SYSTMP: /tmp
2025-08-20T22:36:06.0945503Z   GHA_MODE: MATRIX
2025-08-20T22:36:06.0945903Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:36:06.0946387Z   INPUT_SBUILD: /tmp/pkgforge/jrqRzaw1p_build.yaml
2025-08-20T22:36:06.0947157Z   BUILD_DIR: /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml
2025-08-20T22:36:06.0947594Z   SBUILD_OUTDIR: /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR
2025-08-20T22:36:06.0948064Z   SBUILD_TMPDIR: /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:36:06.0948421Z   PKG_TYPE: static
2025-08-20T22:36:06.0948594Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:36:06.0948788Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:36:06.0948971Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:36:06.0949275Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sic/official/sic-srcbuild-
2025-08-20T22:36:06.0949611Z   UTC_TIME: 2025_08_20T10_36_02_PM
2025-08-20T22:36:06.0949812Z ##[endgroup]
2025-08-20T22:36:06.8416671Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T22:36:06.8417220Z with:
2025-08-20T22:36:06.8417879Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:36:06.8418579Z   subject-name: sic--
2025-08-20T22:36:06.8418821Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T22:36:06.8421351Z   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/17109442464/attempts/1"}}}
2025-08-20T22:36:06.8423865Z   push-to-registry: false
2025-08-20T22:36:06.8424063Z   show-summary: true
2025-08-20T22:36:06.8424511Z   github-token: ***
2025-08-20T22:36:06.8424685Z env:
2025-08-20T22:36:06.8424841Z   CROSS_COMPILING: NO
2025-08-20T22:36:06.8425032Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:36:06.8425246Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:36:06.8425448Z   ON_QEMU: NO
2025-08-20T22:36:06.8425602Z   DEBUG: 0
2025-08-20T22:36:06.8426078Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:36:06.8426297Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:36:06.8426559Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sic/official
2025-08-20T22:36:06.8426942Z   KEEP_LOGS: YES
2025-08-20T22:36:06.8427120Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:36:06.8427315Z   PKG_FAMILY_LOCAL: sic
2025-08-20T22:36:06.8427503Z   SBUILD_REBUILD: false
2025-08-20T22:36:06.8427987Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:36:06.8428522Z   BUILD_SYS: docker://rust
2025-08-20T22:36:06.8428725Z   BUILD_ON_HOST: FALSE
2025-08-20T22:36:06.8428909Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:36:06.8429090Z   SYSTMP: /tmp
2025-08-20T22:36:06.8429255Z   GHA_MODE: MATRIX
2025-08-20T22:36:06.8429655Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:36:06.8430142Z   INPUT_SBUILD: /tmp/pkgforge/jrqRzaw1p_build.yaml
2025-08-20T22:36:06.8430454Z   BUILD_DIR: /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml
2025-08-20T22:36:06.8430828Z   SBUILD_OUTDIR: /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR
2025-08-20T22:36:06.8431290Z   SBUILD_TMPDIR: /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:36:06.8431653Z   PKG_TYPE: static
2025-08-20T22:36:06.8431834Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:36:06.8432031Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:36:06.8432218Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:36:06.8432741Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sic/official/sic-srcbuild-
2025-08-20T22:36:06.8433115Z   UTC_TIME: 2025_08_20T10_36_02_PM
2025-08-20T22:36:06.8433319Z ##[endgroup]
2025-08-20T22:36:08.5333398Z Attestation created for 14 subjects
2025-08-20T22:36:08.5337560Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T22:36:08.5338040Z -----BEGIN CERTIFICATE-----
2025-08-20T22:36:08.5338422Z MIIG7jCCBnSgAwIBAgIUXZgoc0L+ntc8uJewRpH6hTQWo70wCgYIKoZIzj0EAwMw
2025-08-20T22:36:08.5338879Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T22:36:08.5339341Z cm1lZGlhdGUwHhcNMjUwODIwMjIzNjA3WhcNMjUwODIwMjI0NjA3WjAAMFkwEwYH
2025-08-20T22:36:08.5339799Z KoZIzj0CAQYIKoZIzj0DAQcDQgAEqDv2PHc0vNsRg2cJ4bhRjrPJ9jk3Zxe27JND
2025-08-20T22:36:08.5340249Z J0Opon88CwqYTIiBN415IWQ+dSdcIsy7lMiaCyP9SxLvatAz5KOCBZMwggWPMA4G
2025-08-20T22:36:08.5340693Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQUI2J0
2025-08-20T22:36:08.5341150Z 3RtV62A1/1uAFGexVu6DXw0wHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T22:36:08.5341580Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T22:36:08.5342017Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T22:36:08.5342469Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T22:36:08.5342907Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T22:36:08.5343344Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T22:36:08.5343791Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T22:36:08.5344248Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T22:36:08.5344707Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T22:36:08.5345160Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T22:36:08.5345602Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T22:36:08.5346055Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T22:36:08.5346509Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T22:36:08.5347090Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T22:36:08.5347550Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T22:36:08.5348011Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T22:36:08.5348802Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T22:36:08.5349267Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T22:36:08.5349719Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T22:36:08.5350168Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T22:36:08.5350620Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T22:36:08.5351072Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T22:36:08.5351539Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T22:36:08.5352001Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T22:36:08.5352456Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA5NDQyNDY0L2F0
2025-08-20T22:36:08.5352912Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-20T22:36:08.5353373Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJoBLC
2025-08-20T22:36:08.5353835Z AAAEAwBGMEQCIBnS572YBwXZPyOqQSz04h2Xfm6aXzf2iwiuJ+DGAbNCAiAkeOqL
2025-08-20T22:36:08.5354286Z yoINQsXw9Zp9dymT1CnnNHIdyOXgWo7Moa5JkjAKBggqhkjOPQQDAwNoADBlAjEA
2025-08-20T22:36:08.5354720Z qzqFio7w4HD3Iid0vEHDJCyAg/xAI2c3nns9GYHd4rt3f2KRqmUFIbp3d+D2UCBU
2025-08-20T22:36:08.5355159Z AjBxYACgGzX16l5ADVOM6DGgzve4s2HLvBlCWjOjOmdlHYfQi+cfpKnyxEPIMfO2
2025-08-20T22:36:08.5355486Z toY=
2025-08-20T22:36:08.5355648Z -----END CERTIFICATE-----
2025-08-20T22:36:08.5355782Z 
2025-08-20T22:36:08.5356614Z ##[endgroup]
2025-08-20T22:36:08.5357556Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T22:36:08.5357978Z https://search.sigstore.dev?logIndex=414541456
2025-08-20T22:36:08.5358365Z [36mAttestation uploaded to repository[39m
2025-08-20T22:36:08.5358676Z https://github.com/pkgforge/bincache/attestations/9875968
2025-08-20T22:36:08.6291135Z ##[group]Run ##Presets
2025-08-20T22:36:08.6291429Z [36;1m##Presets[0m
2025-08-20T22:36:08.6291605Z [36;1mset +x ; set +e[0m
2025-08-20T22:36:08.6291816Z [36;1m#-------------#[0m
2025-08-20T22:36:08.6292005Z [36;1m##Debug?[0m
2025-08-20T22:36:08.6292224Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:36:08.6292499Z [36;1m  set -x[0m
2025-08-20T22:36:08.6292663Z [36;1mfi[0m
2025-08-20T22:36:08.6292821Z [36;1m#-------------#[0m
2025-08-20T22:36:08.6293103Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:36:08.6293578Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/sic/official"[0m
2025-08-20T22:36:08.6293955Z [36;1m exit 1[0m
2025-08-20T22:36:08.6294117Z [36;1mfi[0m
2025-08-20T22:36:08.6325505Z shell: /usr/bin/bash -e {0}
2025-08-20T22:36:08.6325726Z env:
2025-08-20T22:36:08.6325888Z   CROSS_COMPILING: NO
2025-08-20T22:36:08.6326130Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:36:08.6326347Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:36:08.6326550Z   ON_QEMU: NO
2025-08-20T22:36:08.6326717Z   DEBUG: 0
2025-08-20T22:36:08.6327116Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:36:08.6327354Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:36:08.6327619Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sic/official
2025-08-20T22:36:08.6327887Z   KEEP_LOGS: YES
2025-08-20T22:36:08.6328061Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:36:08.6328254Z   PKG_FAMILY_LOCAL: sic
2025-08-20T22:36:08.6328443Z   SBUILD_REBUILD: false
2025-08-20T22:36:08.6328934Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:36:08.6329463Z   BUILD_SYS: docker://rust
2025-08-20T22:36:08.6329665Z   BUILD_ON_HOST: FALSE
2025-08-20T22:36:08.6329852Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:36:08.6330034Z   SYSTMP: /tmp
2025-08-20T22:36:08.6330200Z   GHA_MODE: MATRIX
2025-08-20T22:36:08.6330609Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:36:08.6331428Z   INPUT_SBUILD: /tmp/pkgforge/jrqRzaw1p_build.yaml
2025-08-20T22:36:08.6331739Z   BUILD_DIR: /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml
2025-08-20T22:36:08.6332113Z   SBUILD_OUTDIR: /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR
2025-08-20T22:36:08.6332574Z   SBUILD_TMPDIR: /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:36:08.6332937Z   PKG_TYPE: static
2025-08-20T22:36:08.6333113Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:36:08.6333307Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:36:08.6333493Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:36:08.6333803Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sic/official/sic-srcbuild-
2025-08-20T22:36:08.6334153Z   UTC_TIME: 2025_08_20T10_36_02_PM
2025-08-20T22:36:08.6334360Z ##[endgroup]
2025-08-20T22:36:08.6401824Z ##[group]Run ##Presets
2025-08-20T22:36:08.6402099Z [36;1m##Presets[0m
2025-08-20T22:36:08.6402282Z [36;1mset +x ; set +e[0m
2025-08-20T22:36:08.6402471Z [36;1m#-------------#[0m
2025-08-20T22:36:08.6402667Z [36;1m##Debug?[0m
2025-08-20T22:36:08.6402888Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:36:08.6403160Z [36;1m  set -x[0m
2025-08-20T22:36:08.6403322Z [36;1mfi[0m
2025-08-20T22:36:08.6403479Z [36;1m#-------------#[0m
2025-08-20T22:36:08.6403704Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:36:08.6404115Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/sic/official"[0m
2025-08-20T22:36:08.6404510Z [36;1m exit 1[0m
2025-08-20T22:36:08.6404674Z [36;1mfi[0m
2025-08-20T22:36:08.6430601Z shell: /usr/bin/bash -e {0}
2025-08-20T22:36:08.6430818Z env:
2025-08-20T22:36:08.6430975Z   CROSS_COMPILING: NO
2025-08-20T22:36:08.6431171Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:36:08.6431429Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:36:08.6431632Z   ON_QEMU: NO
2025-08-20T22:36:08.6431786Z   DEBUG: 0
2025-08-20T22:36:08.6431949Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:36:08.6432172Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:36:08.6432427Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sic/official
2025-08-20T22:36:08.6432693Z   KEEP_LOGS: YES
2025-08-20T22:36:08.6432865Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:36:08.6433057Z   PKG_FAMILY_LOCAL: sic
2025-08-20T22:36:08.6433244Z   SBUILD_REBUILD: false
2025-08-20T22:36:08.6433731Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:36:08.6434258Z   BUILD_SYS: docker://rust
2025-08-20T22:36:08.6434457Z   BUILD_ON_HOST: FALSE
2025-08-20T22:36:08.6434640Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:36:08.6434826Z   SYSTMP: /tmp
2025-08-20T22:36:08.6434990Z   GHA_MODE: MATRIX
2025-08-20T22:36:08.6435396Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:36:08.6435886Z   INPUT_SBUILD: /tmp/pkgforge/jrqRzaw1p_build.yaml
2025-08-20T22:36:08.6436193Z   BUILD_DIR: /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml
2025-08-20T22:36:08.6436568Z   SBUILD_OUTDIR: /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR
2025-08-20T22:36:08.6437289Z   SBUILD_TMPDIR: /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:36:08.6437657Z   PKG_TYPE: static
2025-08-20T22:36:08.6437833Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:36:08.6438025Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:36:08.6438212Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:36:08.6438520Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sic/official/sic-srcbuild-
2025-08-20T22:36:08.6438858Z   UTC_TIME: 2025_08_20T10_36_02_PM
2025-08-20T22:36:08.6439066Z ##[endgroup]
2025-08-20T22:36:08.6479273Z 
2025-08-20T22:36:08.6479577Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/sic/official
2025-08-20T22:36:08.6490083Z ##[error]Process completed with exit code 1.
2025-08-20T22:36:08.6528090Z ##[group]Run ##Presets
2025-08-20T22:36:08.6528347Z [36;1m##Presets[0m
2025-08-20T22:36:08.6528528Z [36;1mset +x ; set +e[0m
2025-08-20T22:36:08.6528951Z [36;1m#-------------#[0m
2025-08-20T22:36:08.6529141Z [36;1m##Debug?[0m
2025-08-20T22:36:08.6529361Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:36:08.6529628Z [36;1m  set -x[0m
2025-08-20T22:36:08.6529793Z [36;1mfi[0m
2025-08-20T22:36:08.6529954Z [36;1m#-------------#[0m
2025-08-20T22:36:08.6530268Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:36:08.6530636Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T22:36:08.6530914Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:36:08.6531160Z [36;1mfi[0m
2025-08-20T22:36:08.6555487Z shell: /usr/bin/bash -e {0}
2025-08-20T22:36:08.6555700Z env:
2025-08-20T22:36:08.6555858Z   CROSS_COMPILING: NO
2025-08-20T22:36:08.6556113Z   HOST_TRIPLET: aarch64-Linux
2025-08-20T22:36:08.6556331Z   HOST_TRIPLET_R: aarch64-Linux
2025-08-20T22:36:08.6556532Z   ON_QEMU: NO
2025-08-20T22:36:08.6556694Z   DEBUG: 0
2025-08-20T22:36:08.6557154Z   DOCKER_PLATFORM_ARCH: aarch64
2025-08-20T22:36:08.6557383Z   DOCKER_PLATFORM: linux/arm64
2025-08-20T22:36:08.6557647Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sic/official
2025-08-20T22:36:08.6557917Z   KEEP_LOGS: YES
2025-08-20T22:36:08.6558090Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:36:08.6558284Z   PKG_FAMILY_LOCAL: sic
2025-08-20T22:36:08.6558471Z   SBUILD_REBUILD: false
2025-08-20T22:36:08.6558962Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:36:08.6559492Z   BUILD_SYS: docker://rust
2025-08-20T22:36:08.6559691Z   BUILD_ON_HOST: FALSE
2025-08-20T22:36:08.6559877Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:36:08.6560057Z   SYSTMP: /tmp
2025-08-20T22:36:08.6560223Z   GHA_MODE: MATRIX
2025-08-20T22:36:08.6560633Z   USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
2025-08-20T22:36:08.6561129Z   INPUT_SBUILD: /tmp/pkgforge/jrqRzaw1p_build.yaml
2025-08-20T22:36:08.6561435Z   BUILD_DIR: /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml
2025-08-20T22:36:08.6561808Z   SBUILD_OUTDIR: /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR
2025-08-20T22:36:08.6562277Z   SBUILD_TMPDIR: /tmp/pkgforge/qHJEQCp_jrqRzaw1p_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:36:08.6562643Z   PKG_TYPE: static
2025-08-20T22:36:08.6562822Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:36:08.6563016Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:36:08.6563203Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:36:08.6563510Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sic/official/sic-srcbuild-
2025-08-20T22:36:08.6563855Z   UTC_TIME: 2025_08_20T10_36_02_PM
2025-08-20T22:36:08.6564063Z ##[endgroup]
2025-08-20T22:36:08.6612891Z EXITED
2025-08-20T22:36:08.6655533Z Cleaning up orphan processes
