﻿2025-08-20T22:24:38.9199573Z Current runner version: '2.328.0'
2025-08-20T22:24:38.9231166Z ##[group]Runner Image Provisioner
2025-08-20T22:24:38.9232373Z Hosted Compute Agent
2025-08-20T22:24:38.9233330Z Version: 20250818.377
2025-08-20T22:24:38.9234509Z Commit: 3c593e9f75fe0b87e893bca80d6e12ba089c61fc
2025-08-20T22:24:38.9235722Z Build Date: 2025-08-18T14:52:18Z
2025-08-20T22:24:38.9236806Z ##[endgroup]
2025-08-20T22:24:38.9237891Z ##[group]Operating System
2025-08-20T22:24:38.9239139Z Ubuntu
2025-08-20T22:24:38.9239978Z 24.04.2
2025-08-20T22:24:38.9240832Z LTS
2025-08-20T22:24:38.9241703Z ##[endgroup]
2025-08-20T22:24:38.9242741Z ##[group]Runner Image
2025-08-20T22:24:38.9243726Z Image: ubuntu-24.04
2025-08-20T22:24:38.9244753Z Version: 20250818.1.0
2025-08-20T22:24:38.9246576Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20250818.1/images/ubuntu/Ubuntu2404-Readme.md
2025-08-20T22:24:38.9249468Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20250818.1
2025-08-20T22:24:38.9251307Z ##[endgroup]
2025-08-20T22:24:38.9253577Z ##[group]GITHUB_TOKEN Permissions
2025-08-20T22:24:38.9257031Z Attestations: write
2025-08-20T22:24:38.9258011Z Contents: write
2025-08-20T22:24:38.9259286Z Metadata: read
2025-08-20T22:24:38.9260232Z Packages: write
2025-08-20T22:24:38.9261247Z ##[endgroup]
2025-08-20T22:24:38.9264114Z Secret source: Actions
2025-08-20T22:24:38.9265558Z Prepare workflow directory
2025-08-20T22:24:38.9710837Z Prepare all required actions
2025-08-20T22:24:38.9764504Z Getting action download info
2025-08-20T22:24:39.2850870Z Download action repository 'docker/setup-qemu-action@v3' (SHA:29109295f81e9208d7d86ff1c6c12d2833863392)
2025-08-20T22:24:39.6114251Z Download action repository 'docker/setup-buildx-action@v3' (SHA:e468171a9de216ec08956ac3ada2f0791b6bd435)
2025-08-20T22:24:39.9524170Z Download action repository 'actions/upload-artifact@v4' (SHA:ea165f8d65b6e75b540449e92b4886f43607fa02)
2025-08-20T22:24:40.0571688Z Download action repository 'actions/attest-build-provenance@v2.4.0' (SHA:e8998f949152b193b063cb0ec769d69d929409be)
2025-08-20T22:24:41.1661159Z Getting action download info
2025-08-20T22:24:41.2914129Z Download action repository 'actions/attest-build-provenance@1176ef556905f349f669722abf30bce1a6e16e01' (SHA:1176ef556905f349f669722abf30bce1a6e16e01)
2025-08-20T22:24:41.4820682Z Download action repository 'actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc' (SHA:ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc)
2025-08-20T22:24:41.7131581Z Complete job name: x86_64-Linux ==> (ghcr.io/pkgforge/bincache/sic/official)
2025-08-20T22:24:41.7713774Z ##[group]Run ##Presets
2025-08-20T22:24:41.7714199Z [36;1m##Presets[0m
2025-08-20T22:24:41.7714534Z [36;1mset +x ; set +e[0m
2025-08-20T22:24:41.7714865Z [36;1m#-------------#[0m
2025-08-20T22:24:41.7715295Z [36;1mif [[ "$(uname -m | tr -d '[:space:]')" == "aarch64" ]]; then[0m
2025-08-20T22:24:41.7715781Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "aarch64-Linux" ]]; then[0m
2025-08-20T22:24:41.7716249Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:24:41.7716660Z [36;1m  fi[0m
2025-08-20T22:24:41.7717033Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "loongarch64" ]]; then[0m
2025-08-20T22:24:41.7717535Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "loongarch64-Linux" ]]; then[0m
2025-08-20T22:24:41.7717993Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:24:41.7718547Z [36;1m  fi[0m
2025-08-20T22:24:41.7718906Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then[0m
2025-08-20T22:24:41.7719407Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "riscv64-Linux" ]]; then[0m
2025-08-20T22:24:41.7719854Z [36;1m    echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:24:41.7720236Z [36;1m  fi[0m
2025-08-20T22:24:41.7720735Z [36;1melif [[ "$(uname -m | tr -d '[:space:]')" == "x86_64" ]]; then[0m
2025-08-20T22:24:41.7721200Z [36;1m  if [[ "ALL" != "ALL" ]] && [[ "ALL" != "x86_64-Linux" ]]; then[0m
2025-08-20T22:24:41.7721852Z [36;1m     if [[ "ALL" == "riscv64-Linux" ||\[0m
2025-08-20T22:24:41.7722254Z [36;1m           "ALL" == "loongarch64-Linux" ]]; then[0m
2025-08-20T22:24:41.7722698Z [36;1m       echo "CONTINUE_GHRUN=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:24:41.7723087Z [36;1m     else[0m
2025-08-20T22:24:41.7723449Z [36;1m       echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:24:41.7723845Z [36;1m     fi[0m
2025-08-20T22:24:41.7724138Z [36;1m  fi[0m
2025-08-20T22:24:41.7724411Z [36;1mfi[0m
2025-08-20T22:24:41.7793730Z shell: /usr/bin/bash -e {0}
2025-08-20T22:24:41.7794421Z env:
2025-08-20T22:24:41.7795031Z   GH_TOKEN: ***
2025-08-20T22:24:41.7795333Z ##[endgroup]
2025-08-20T22:24:41.8084495Z ##[group]Run ##Presets
2025-08-20T22:24:41.8084988Z [36;1m##Presets[0m
2025-08-20T22:24:41.8085609Z [36;1mset +x ; set +e[0m
2025-08-20T22:24:41.8086047Z [36;1m#-------------#[0m
2025-08-20T22:24:41.8086526Z [36;1m# Check if any of the required secrets are missing[0m
2025-08-20T22:24:41.8087350Z [36;1mif [ -z "${RO_GHTOKEN##*[[:space:]]}" ] || [ -z "${RO_GLTOKEN##*[[:space:]]}" ] || [ -z "${MINISIGN_KEY##*[[:space:]]}" ]; then[0m
2025-08-20T22:24:41.8088069Z [36;1m  echo "::error::One or more required secrets are missing:"[0m
2025-08-20T22:24:41.8088991Z [36;1m  [ -z "${RO_GHTOKEN##*[[:space:]]}" ] && echo "- RO_GHTOKEN is missing"[0m
2025-08-20T22:24:41.8089619Z [36;1m  [ -z "${RO_GLTOKEN##*[[:space:]]}" ] && echo "- RO_GLTOKEN is missing"[0m
2025-08-20T22:24:41.8090237Z [36;1m  [ -z "${MINISIGN_KEY##*[[:space:]]}" ] && echo "- MINISIGN_KEY is missing"[0m
2025-08-20T22:24:41.8090843Z [36;1m  exit 1[0m
2025-08-20T22:24:41.8091217Z [36;1mfi[0m
2025-08-20T22:24:41.8132322Z shell: /usr/bin/bash -e {0}
2025-08-20T22:24:41.8132746Z env:
2025-08-20T22:24:41.8133424Z   RO_GHTOKEN: ***
2025-08-20T22:24:41.8133877Z   RO_GLTOKEN: ***
2025-08-20T22:24:41.8135433Z   MINISIGN_KEY: ***
2025-08-20T22:24:41.8135844Z ##[endgroup]
2025-08-20T22:24:41.8338161Z ##[group]Run ##Presets
2025-08-20T22:24:41.8338873Z [36;1m##Presets[0m
2025-08-20T22:24:41.8339190Z [36;1mset +x ; set +e[0m
2025-08-20T22:24:41.8339517Z [36;1m#-------------#[0m
2025-08-20T22:24:41.8339838Z [36;1m##Host Triplet[0m
2025-08-20T22:24:41.8340227Z [36;1m if [[ "x86_64-Linux" != "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:24:41.8340658Z [36;1m   export CROSS_COMPILING="YES"[0m
2025-08-20T22:24:41.8341094Z [36;1m   export HOST_TRIPLET_R="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:24:41.8341514Z [36;1m   export ON_QEMU="YES"[0m
2025-08-20T22:24:41.8341913Z [36;1m   if [[ "x86_64-Linux" == "loongarch64-Linux" ]] ; then[0m
2025-08-20T22:24:41.8342349Z [36;1m     export HOST_TRIPLET="loongarch64-Linux"[0m
2025-08-20T22:24:41.8342803Z [36;1m   elif [[ "x86_64-Linux" == "riscv64-Linux" ]] ; then[0m
2025-08-20T22:24:41.8343235Z [36;1m     export HOST_TRIPLET="riscv64-Linux"[0m
2025-08-20T22:24:41.8343595Z [36;1m   fi[0m
2025-08-20T22:24:41.8343989Z [36;1m elif [[ "x86_64-Linux" == "$(uname -m)-$(uname -s)" ]] ; then[0m
2025-08-20T22:24:41.8344429Z [36;1m   export CROSS_COMPILING="NO"[0m
2025-08-20T22:24:41.8344874Z [36;1m   export HOST_TRIPLET="$(uname -m)-$(uname -s)"[0m
2025-08-20T22:24:41.8345307Z [36;1m   export HOST_TRIPLET_R="${HOST_TRIPLET}"[0m
2025-08-20T22:24:41.8345691Z [36;1m   export ON_QEMU="NO"[0m
2025-08-20T22:24:41.8346005Z [36;1m fi[0m
2025-08-20T22:24:41.8346371Z [36;1m echo "CROSS_COMPILING=${CROSS_COMPILING}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:24:41.8346869Z [36;1m echo "HOST_TRIPLET=${HOST_TRIPLET}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:24:41.8347358Z [36;1m echo "HOST_TRIPLET_R=${HOST_TRIPLET_R}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:24:41.8347816Z [36;1m echo "ON_QEMU=${ON_QEMU}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:24:41.8348177Z [36;1m##Debug[0m
2025-08-20T22:24:41.8348667Z [36;1m if [[ "false" == "true" ]] ; then[0m
2025-08-20T22:24:41.8349023Z [36;1m   export DEBUG="1"[0m
2025-08-20T22:24:41.8349342Z [36;1m else[0m
2025-08-20T22:24:41.8349625Z [36;1m   export DEBUG="0"[0m
2025-08-20T22:24:41.8350125Z [36;1m fi[0m
2025-08-20T22:24:41.8350442Z [36;1m echo "DEBUG=${DEBUG}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:24:41.8350827Z [36;1m##Docker Platform[0m
2025-08-20T22:24:41.8351222Z [36;1m if echo "${HOST_TRIPLET}" | grep -qiE "aarch64"; then[0m
2025-08-20T22:24:41.8351652Z [36;1m   DOCKER_PLATFORM="linux/arm64"[0m
2025-08-20T22:24:41.8352091Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "loongarch64"; then[0m
2025-08-20T22:24:41.8352539Z [36;1m   DOCKER_PLATFORM="linux/loong64"[0m
2025-08-20T22:24:41.8352963Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "riscv64"; then[0m
2025-08-20T22:24:41.8353413Z [36;1m   DOCKER_PLATFORM="linux/riscv64"[0m
2025-08-20T22:24:41.8353842Z [36;1m elif echo "${HOST_TRIPLET}" | grep -qiE "x86_64"; then[0m
2025-08-20T22:24:41.8354265Z [36;1m   DOCKER_PLATFORM="linux/amd64"[0m
2025-08-20T22:24:41.8354604Z [36;1m fi[0m
2025-08-20T22:24:41.8354998Z [36;1m echo "DOCKER_PLATFORM_ARCH=${HOST_TRIPLET%%-*}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:24:41.8355534Z [36;1m echo "DOCKER_PLATFORM=${DOCKER_PLATFORM}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:24:41.8355956Z [36;1m##GHCRPKG_URL[0m
2025-08-20T22:24:41.8356526Z [36;1m GHCRPKG_LOCAL="$(echo "ghcr.io/pkgforge/bincache/sic/official" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:24:41.8357135Z [36;1m export GHCRPKG_LOCAL[0m
2025-08-20T22:24:41.8357549Z [36;1m echo "GHCRPKG_LOCAL=${GHCRPKG_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:24:41.8357952Z [36;1m##Logs[0m
2025-08-20T22:24:41.8358523Z [36;1m if [[ "true" == "false" ]] ; then[0m
2025-08-20T22:24:41.8358911Z [36;1m   export KEEP_LOGS="NO"[0m
2025-08-20T22:24:41.8359238Z [36;1m else[0m
2025-08-20T22:24:41.8359536Z [36;1m   export KEEP_LOGS="YES"[0m
2025-08-20T22:24:41.8359899Z [36;1m   export GITHUB_TEST_BUILD="YES"[0m
2025-08-20T22:24:41.8360245Z [36;1m fi[0m
2025-08-20T22:24:41.8360761Z [36;1m echo "KEEP_LOGS=${KEEP_LOGS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:24:41.8361258Z [36;1m echo "GITHUB_TEST_BUILD=${GITHUB_TEST_BUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:24:41.8361706Z [36;1m##PKG_FAMILY_LOCAL[0m
2025-08-20T22:24:41.8362152Z [36;1m PKG_FAMILY_LOCAL="$(echo "sic" | tr '[:upper:]' '[:lower:]' | tr -d '[:space:]')"[0m
2025-08-20T22:24:41.8362626Z [36;1m export PKG_FAMILY_LOCAL[0m
2025-08-20T22:24:41.8363052Z [36;1m echo "PKG_FAMILY_LOCAL=${PKG_FAMILY_LOCAL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:24:41.8363459Z [36;1m##Rebuild[0m
2025-08-20T22:24:41.8363772Z [36;1m if [[ "false" == "false" ]] ; then[0m
2025-08-20T22:24:41.8364145Z [36;1m   export SBUILD_REBUILD="false"[0m
2025-08-20T22:24:41.8364485Z [36;1m else[0m
2025-08-20T22:24:41.8364787Z [36;1m   export SBUILD_REBUILD="true"[0m
2025-08-20T22:24:41.8365126Z [36;1m fi[0m
2025-08-20T22:24:41.8365492Z [36;1m echo "SBUILD_REBUILD=${SBUILD_REBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:24:41.8365904Z [36;1m ##SBUILD_URL[0m
2025-08-20T22:24:41.8366416Z [36;1m sudo curl -qfsSL "https://bin.pkgforge.dev/${HOST_TRIPLET_R}/yq" -o "/usr/local/bin/yq" && \[0m
2025-08-20T22:24:41.8367069Z [36;1m   sudo chmod 'a+x' "/usr/local/bin/yq" && command -v yq >/dev/null || exit 1[0m
2025-08-20T22:24:41.8368017Z [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:24:41.8369231Z [36;1m pushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:24:41.8369703Z [36;1m   curl -w "(SBUILD) <== %{url}\n" -fL "${SBUILD_FILE_URL}" -o "./SBUILD_INPUT"[0m
2025-08-20T22:24:41.8370248Z [36;1m   if [[ ! -s "./SBUILD_INPUT" || $(stat -c%s "./SBUILD_INPUT") -le 10 ]]; then[0m
2025-08-20T22:24:41.8370770Z [36;1m     echo -e "\n[✗] FATAL: Failed to Fetch ${SBUILD_FILE_URL}\n"[0m
2025-08-20T22:24:41.8371247Z [36;1m     echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:24:41.8371627Z [36;1m    exit 1[0m
2025-08-20T22:24:41.8371934Z [36;1m   else[0m
2025-08-20T22:24:41.8372239Z [36;1m     export SBUILD_FILE_URL[0m
2025-08-20T22:24:41.8372825Z [36;1m     echo "SBUILD_FILE_URL=${SBUILD_FILE_URL}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:24:41.8373262Z [36;1m    #Check for x_exec.host[0m
2025-08-20T22:24:41.8373701Z [36;1m     if yq e '.x_exec.host != null' "./SBUILD_INPUT" | grep -qi 'true'; then[0m
2025-08-20T22:24:41.8374147Z [36;1m      #check if supported[0m
2025-08-20T22:24:41.8374622Z [36;1m       if ! yq '.x_exec.host[]' "./SBUILD_INPUT" | grep -v '^#' | grep -qi "${HOST_TRIPLET,,}"; then[0m
2025-08-20T22:24:41.8375254Z [36;1m          echo -e "\n[✗] WARNING: SBUILD (./SBUILD_INPUT) is NOT Supported on ${HOST_TRIPLET}\n"[0m
2025-08-20T22:24:41.8375784Z [36;1m          yq '.x_exec.host[]' "./SBUILD_INPUT"[0m
2025-08-20T22:24:41.8376201Z [36;1m          echo "CONTINUE_GHRUN=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:24:41.8376590Z [36;1m         exit 1[0m
2025-08-20T22:24:41.8376889Z [36;1m       fi[0m
2025-08-20T22:24:41.8377204Z [36;1m      #get build system[0m
2025-08-20T22:24:41.8377689Z [36;1m       BUILD_SYS="$(yq '.x_exec.bsys' "./SBUILD_INPUT" | grep -v '^#' | tr -d '"'\''[:space:]')"[0m
2025-08-20T22:24:41.8378176Z [36;1m       export BUILD_SYS[0m
2025-08-20T22:24:41.8378751Z [36;1m       echo "BUILD_SYS=${BUILD_SYS}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:24:41.8379208Z [36;1m       if echo "${BUILD_SYS}" | grep -qi "docker://"; then[0m
2025-08-20T22:24:41.8379654Z [36;1m          echo "BUILD_ON_HOST=FALSE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:24:41.8380082Z [36;1m          echo "BUILD_SYSTEM=DOCKER" >> "${GITHUB_ENV}"[0m
2025-08-20T22:24:41.8380524Z [36;1m       elif echo "${BUILD_SYS}" | grep -qi "host://"; then[0m
2025-08-20T22:24:41.8380960Z [36;1m          echo "BUILD_ON_HOST=TRUE" >> "${GITHUB_ENV}"[0m
2025-08-20T22:24:41.8381380Z [36;1m          echo "BUILD_SYSTEM=HOST" >> "${GITHUB_ENV}"[0m
2025-08-20T22:24:41.8381749Z [36;1m       fi[0m
2025-08-20T22:24:41.8382027Z [36;1m     fi[0m
2025-08-20T22:24:41.8382429Z [36;1m   fi[0m
2025-08-20T22:24:41.8382741Z [36;1m popd >/dev/null 2>&1[0m
2025-08-20T22:24:41.8424011Z shell: /usr/bin/bash -e {0}
2025-08-20T22:24:41.8424361Z ##[endgroup]
2025-08-20T22:24:42.3681319Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:24:42.3681831Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:24:42.3682102Z 
2025-08-20T22:24:42.4559109Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:24:42.4559749Z 100  5198  100  5198    0     0  58093      0 --:--:-- --:--:-- --:--:-- 58404
2025-08-20T22:24:42.4570104Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:24:42.4784531Z ##[group]Run ##Presets
2025-08-20T22:24:42.4784819Z [36;1m##Presets[0m
2025-08-20T22:24:42.4785026Z [36;1mset +x ; set +e[0m
2025-08-20T22:24:42.4785243Z [36;1m#-------------#[0m
2025-08-20T22:24:42.4785447Z [36;1m##Debug?[0m
2025-08-20T22:24:42.4785746Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:24:42.4786042Z [36;1m  set -x[0m
2025-08-20T22:24:42.4786216Z [36;1mfi[0m
2025-08-20T22:24:42.4786392Z [36;1m#-------------#[0m
2025-08-20T22:24:42.4786603Z [36;1m##CoreUtils[0m
2025-08-20T22:24:42.4786807Z [36;1msudo apt update -y[0m
2025-08-20T22:24:42.4787152Z [36;1msudo apt install bc coreutils curl dos2unix fdupes jq moreutils wget -y[0m
2025-08-20T22:24:42.4788137Z [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:24:42.4789300Z [36;1m##tmp[0m
2025-08-20T22:24:42.4789590Z [36;1mSYSTMP="$(dirname $(mktemp -u))" && export SYSTMP="${SYSTMP}"[0m
2025-08-20T22:24:42.4789915Z [36;1m#GH ENV[0m
2025-08-20T22:24:42.4790138Z [36;1mecho "SYSTMP=${SYSTMP}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:24:42.4790615Z [36;1mecho "GHA_MODE=MATRIX" >> "${GITHUB_ENV}"[0m
2025-08-20T22:24:42.4790878Z [36;1m#-------------#[0m
2025-08-20T22:24:42.4791097Z [36;1mmkdir -p "${HOME}/bin"[0m
2025-08-20T22:24:42.4791336Z [36;1msudo apt update -y[0m
2025-08-20T22:24:42.4791573Z [36;1msudo apt install dos2unix -y[0m
2025-08-20T22:24:42.4791830Z [36;1m##Setup Minisign[0m
2025-08-20T22:24:42.4792063Z [36;1mmkdir -pv "${HOME}/.minisign"[0m
2025-08-20T22:24:42.4792479Z [36;1mecho "***[0m
2025-08-20T22:24:42.4793815Z [36;1m***" > "${HOME}/.minisign/pkgforge.key"[0m
2025-08-20T22:24:42.4794099Z [36;1m##User-Agent[0m
2025-08-20T22:24:42.4794820Z [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:24:42.4795609Z [36;1mecho "USER_AGENT=${USER_AGENT}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:24:42.4834361Z shell: /usr/bin/bash -e {0}
2025-08-20T22:24:42.4834602Z env:
2025-08-20T22:24:42.4834788Z   CROSS_COMPILING: NO
2025-08-20T22:24:42.4835000Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:24:42.4835241Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:24:42.4835461Z   ON_QEMU: NO
2025-08-20T22:24:42.4835634Z   DEBUG: 0
2025-08-20T22:24:42.4835815Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:24:42.4836045Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:24:42.4836327Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sic/official
2025-08-20T22:24:42.4836614Z   KEEP_LOGS: YES
2025-08-20T22:24:42.4836826Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:24:42.4837038Z   PKG_FAMILY_LOCAL: sic
2025-08-20T22:24:42.4837241Z   SBUILD_REBUILD: false
2025-08-20T22:24:42.4837766Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:24:42.4838554Z   BUILD_SYS: docker://rust
2025-08-20T22:24:42.4838781Z   BUILD_ON_HOST: FALSE
2025-08-20T22:24:42.4838985Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:24:42.4839179Z ##[endgroup]
2025-08-20T22:24:42.5201235Z 
2025-08-20T22:24:42.5202048Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:24:42.5202491Z 
2025-08-20T22:24:42.5724684Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:24:42.5994210Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:24:42.6004825Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
2025-08-20T22:24:42.6009819Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:24:42.6048202Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
2025-08-20T22:24:42.6066035Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease [126 kB]
2025-08-20T22:24:42.6069834Z Get:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease [3600 B]
2025-08-20T22:24:42.7542464Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1349 kB]
2025-08-20T22:24:42.7726758Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble-updates/main Translation-en [268 kB]
2025-08-20T22:24:42.7784470Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 Components [175 kB]
2025-08-20T22:24:42.7796234Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1124 kB]
2025-08-20T22:24:42.7875457Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe Translation-en [288 kB]
2025-08-20T22:24:42.7909904Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 Components [377 kB]
2025-08-20T22:24:42.7948509Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1728 kB]
2025-08-20T22:24:42.8045200Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted Translation-en [382 kB]
2025-08-20T22:24:42.8079636Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Components [212 B]
2025-08-20T22:24:42.8087659Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Components [940 B]
2025-08-20T22:24:42.8580731Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-backports/main amd64 Components [7060 B]
2025-08-20T22:24:42.8599407Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-backports/universe amd64 Components [19.2 kB]
2025-08-20T22:24:42.8607439Z Get:22 https://packages.microsoft.com/ubuntu/24.04/prod noble/main armhf Packages [9870 B]
2025-08-20T22:24:42.8617570Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-backports/restricted amd64 Components [216 B]
2025-08-20T22:24:42.8628725Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-backports/multiverse amd64 Components [212 B]
2025-08-20T22:24:42.8645137Z Get:23 https://packages.microsoft.com/ubuntu/24.04/prod noble/main amd64 Packages [48.0 kB]
2025-08-20T22:24:42.8674435Z Get:24 https://packages.microsoft.com/ubuntu/24.04/prod noble/main arm64 Packages [33.2 kB]
2025-08-20T22:24:42.9245864Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Packages [1081 kB]
2025-08-20T22:24:42.9320763Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble-security/main Translation-en [187 kB]
2025-08-20T22:24:42.9348089Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble-security/main amd64 Components [21.6 kB]
2025-08-20T22:24:42.9355523Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Packages [881 kB]
2025-08-20T22:24:42.9424793Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-security/universe Translation-en [195 kB]
2025-08-20T22:24:42.9461798Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-security/universe amd64 Components [52.2 kB]
2025-08-20T22:24:42.9516039Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1625 kB]
2025-08-20T22:24:42.9569963Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted Translation-en [359 kB]
2025-08-20T22:24:42.9607562Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble-security/restricted amd64 Components [212 B]
2025-08-20T22:24:42.9632520Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-security/multiverse amd64 Components [208 B]
2025-08-20T22:24:49.4988214Z Fetched 10.6 MB in 1s (8285 kB/s)
2025-08-20T22:24:50.1654865Z Reading package lists...
2025-08-20T22:24:50.3019027Z Building dependency tree...
2025-08-20T22:24:50.3025604Z Reading state information...
2025-08-20T22:24:50.3157946Z 21 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:24:50.3270948Z 
2025-08-20T22:24:50.3271535Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:24:50.3271876Z 
2025-08-20T22:24:50.3399377Z Reading package lists...
2025-08-20T22:24:50.4826737Z Building dependency tree...
2025-08-20T22:24:50.4834762Z Reading state information...
2025-08-20T22:24:50.6265286Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:24:50.6266262Z bc set to manually installed.
2025-08-20T22:24:50.6266862Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:24:50.6267547Z curl is already the newest version (8.5.0-2ubuntu10.6).
2025-08-20T22:24:50.6268218Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:24:50.6269049Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:24:50.6269889Z The following additional packages will be installed:
2025-08-20T22:24:50.6270560Z   libtime-duration-perl
2025-08-20T22:24:50.6537620Z The following NEW packages will be installed:
2025-08-20T22:24:50.6542897Z   dos2unix fdupes libtime-duration-perl moreutils
2025-08-20T22:24:50.6714254Z 0 upgraded, 4 newly installed, 0 to remove and 21 not upgraded.
2025-08-20T22:24:50.6942114Z Need to get 616 kB of archives.
2025-08-20T22:24:50.6942764Z After this operation, 2255 kB of additional disk space will be used.
2025-08-20T22:24:50.6943195Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:24:50.7614387Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 fdupes amd64 1:2.3.0-1build1 [46.4 kB]
2025-08-20T22:24:50.8131238Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtime-duration-perl all 1.21-2 [12.3 kB]
2025-08-20T22:24:50.8343180Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 moreutils amd64 0.69-1 [56.4 kB]
2025-08-20T22:24:50.8626802Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 dos2unix amd64 7.5.1-1 [501 kB]
2025-08-20T22:24:51.1571416Z Fetched 616 kB in 0s (2678 kB/s)
2025-08-20T22:24:51.1786867Z Selecting previously unselected package fdupes.
2025-08-20T22:24:51.2000432Z (Reading database ... 
2025-08-20T22:24:51.2001131Z (Reading database ... 5%
2025-08-20T22:24:51.2001553Z (Reading database ... 10%
2025-08-20T22:24:51.2001960Z (Reading database ... 15%
2025-08-20T22:24:51.2002338Z (Reading database ... 20%
2025-08-20T22:24:51.2002701Z (Reading database ... 25%
2025-08-20T22:24:51.2003102Z (Reading database ... 30%
2025-08-20T22:24:51.2003536Z (Reading database ... 35%
2025-08-20T22:24:51.2003892Z (Reading database ... 40%
2025-08-20T22:24:51.2004254Z (Reading database ... 45%
2025-08-20T22:24:51.2004631Z (Reading database ... 50%
2025-08-20T22:24:51.2121897Z (Reading database ... 55%
2025-08-20T22:24:51.2433874Z (Reading database ... 60%
2025-08-20T22:24:51.2698087Z (Reading database ... 65%
2025-08-20T22:24:51.2927693Z (Reading database ... 70%
2025-08-20T22:24:51.3179790Z (Reading database ... 75%
2025-08-20T22:24:51.3488711Z (Reading database ... 80%
2025-08-20T22:24:51.3986715Z (Reading database ... 85%
2025-08-20T22:24:51.4434849Z (Reading database ... 90%
2025-08-20T22:24:51.5017799Z (Reading database ... 95%
2025-08-20T22:24:51.5018455Z (Reading database ... 100%
2025-08-20T22:24:51.5019013Z (Reading database ... 219830 files and directories currently installed.)
2025-08-20T22:24:51.5061110Z Preparing to unpack .../fdupes_1%3a2.3.0-1build1_amd64.deb ...
2025-08-20T22:24:51.5083520Z Unpacking fdupes (1:2.3.0-1build1) ...
2025-08-20T22:24:51.5334708Z Selecting previously unselected package libtime-duration-perl.
2025-08-20T22:24:51.5461399Z Preparing to unpack .../libtime-duration-perl_1.21-2_all.deb ...
2025-08-20T22:24:51.5473537Z Unpacking libtime-duration-perl (1.21-2) ...
2025-08-20T22:24:51.5874745Z Selecting previously unselected package moreutils.
2025-08-20T22:24:51.6006126Z Preparing to unpack .../moreutils_0.69-1_amd64.deb ...
2025-08-20T22:24:51.6015638Z Unpacking moreutils (0.69-1) ...
2025-08-20T22:24:51.6416970Z Selecting previously unselected package dos2unix.
2025-08-20T22:24:51.6545969Z Preparing to unpack .../dos2unix_7.5.1-1_amd64.deb ...
2025-08-20T22:24:51.6562603Z Unpacking dos2unix (7.5.1-1) ...
2025-08-20T22:24:51.7663249Z Setting up fdupes (1:2.3.0-1build1) ...
2025-08-20T22:24:51.7696026Z Setting up libtime-duration-perl (1.21-2) ...
2025-08-20T22:24:51.7730486Z Setting up dos2unix (7.5.1-1) ...
2025-08-20T22:24:51.7756768Z Setting up moreutils (0.69-1) ...
2025-08-20T22:24:51.7784247Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:25:02.5005573Z 
2025-08-20T22:25:02.5006452Z Running kernel seems to be up-to-date.
2025-08-20T22:25:02.5006867Z 
2025-08-20T22:25:02.5007011Z Restarting services...
2025-08-20T22:25:02.5073104Z 
2025-08-20T22:25:02.5073483Z Service restarts being deferred:
2025-08-20T22:25:02.5075202Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:25:02.5075629Z 
2025-08-20T22:25:02.5076201Z No containers need to be restarted.
2025-08-20T22:25:02.5076504Z 
2025-08-20T22:25:02.5076704Z No user sessions are running outdated binaries.
2025-08-20T22:25:02.5077054Z 
2025-08-20T22:25:02.5077381Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:25:03.3188906Z Reading package lists...
2025-08-20T22:25:03.4662215Z Building dependency tree...
2025-08-20T22:25:03.4669581Z Reading state information...
2025-08-20T22:25:03.6124642Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:25:03.6125490Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:25:03.6126134Z apt-utils set to manually installed.
2025-08-20T22:25:03.6126800Z ca-certificates is already the newest version (20240203).
2025-08-20T22:25:03.6128171Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:25:03.6128902Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:25:03.6129367Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:25:03.6129849Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:25:03.6130422Z moreutils is already the newest version (0.69-1).
2025-08-20T22:25:03.6131216Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:25:03.6131873Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:25:03.6132433Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:25:03.6132989Z tmux is already the newest version (3.4-1ubuntu0.1).
2025-08-20T22:25:03.6133474Z tmux set to manually installed.
2025-08-20T22:25:03.6133987Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:25:03.6134365Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:25:03.6134721Z The following additional packages will be installed:
2025-08-20T22:25:03.6135061Z   python3-software-properties
2025-08-20T22:25:03.6135322Z Recommended packages:
2025-08-20T22:25:03.6135543Z   unattended-upgrades
2025-08-20T22:25:03.6383199Z The following NEW packages will be installed:
2025-08-20T22:25:03.6383744Z   rename
2025-08-20T22:25:03.6391560Z The following packages will be upgraded:
2025-08-20T22:25:03.6392191Z   python3-software-properties software-properties-common
2025-08-20T22:25:03.6537995Z 2 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:25:03.6758105Z Need to get 64.7 kB of archives.
2025-08-20T22:25:03.6758930Z After this operation, 63.5 kB of additional disk space will be used.
2025-08-20T22:25:03.6759354Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:25:03.7113687Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 software-properties-common all 0.99.49.3 [14.4 kB]
2025-08-20T22:25:03.7304130Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 python3-software-properties all 0.99.49.3 [29.9 kB]
2025-08-20T22:25:03.7492704Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 rename all 2.02-1 [20.3 kB]
2025-08-20T22:25:03.9902016Z Fetched 64.7 kB in 0s (771 kB/s)
2025-08-20T22:25:04.0142504Z (Reading database ... 
2025-08-20T22:25:04.0143094Z (Reading database ... 5%
2025-08-20T22:25:04.0144115Z (Reading database ... 10%
2025-08-20T22:25:04.0144532Z (Reading database ... 15%
2025-08-20T22:25:04.0144911Z (Reading database ... 20%
2025-08-20T22:25:04.0145284Z (Reading database ... 25%
2025-08-20T22:25:04.0145639Z (Reading database ... 30%
2025-08-20T22:25:04.0146283Z (Reading database ... 35%
2025-08-20T22:25:04.0146658Z (Reading database ... 40%
2025-08-20T22:25:04.0147020Z (Reading database ... 45%
2025-08-20T22:25:04.0147393Z (Reading database ... 50%
2025-08-20T22:25:04.0225652Z (Reading database ... 55%
2025-08-20T22:25:04.0257737Z (Reading database ... 60%
2025-08-20T22:25:04.0278193Z (Reading database ... 65%
2025-08-20T22:25:04.0310514Z (Reading database ... 70%
2025-08-20T22:25:04.0333769Z (Reading database ... 75%
2025-08-20T22:25:04.0361389Z (Reading database ... 80%
2025-08-20T22:25:04.0492800Z (Reading database ... 85%
2025-08-20T22:25:04.0578914Z (Reading database ... 90%
2025-08-20T22:25:04.0824988Z (Reading database ... 95%
2025-08-20T22:25:04.0825486Z (Reading database ... 100%
2025-08-20T22:25:04.0826127Z (Reading database ... 219999 files and directories currently installed.)
2025-08-20T22:25:04.0864034Z Preparing to unpack .../software-properties-common_0.99.49.3_all.deb ...
2025-08-20T22:25:04.1795903Z Unpacking software-properties-common (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:25:04.2366501Z Preparing to unpack .../python3-software-properties_0.99.49.3_all.deb ...
2025-08-20T22:25:04.3210339Z Unpacking python3-software-properties (0.99.49.3) over (0.99.49.2) ...
2025-08-20T22:25:04.3483934Z Selecting previously unselected package rename.
2025-08-20T22:25:04.3620070Z Preparing to unpack .../archives/rename_2.02-1_all.deb ...
2025-08-20T22:25:04.3633646Z Unpacking rename (2.02-1) ...
2025-08-20T22:25:04.4042573Z Setting up rename (2.02-1) ...
2025-08-20T22:25:04.4104733Z update-alternatives: using /usr/bin/file-rename to provide /usr/bin/rename (rename) in auto mode
2025-08-20T22:25:04.4126623Z Setting up python3-software-properties (0.99.49.3) ...
2025-08-20T22:25:04.5539151Z Setting up software-properties-common (0.99.49.3) ...
2025-08-20T22:25:04.6520443Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:25:08.6933733Z Processing triggers for dbus (1.14.10-4ubuntu4.1) ...
2025-08-20T22:25:10.1119347Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:25:10.1471259Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:25:10.1472347Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:25:10.2173947Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:25:10.2185061Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:25:10.2193099Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:25:10.2200172Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:25:11.2485080Z Reading package lists...
2025-08-20T22:25:11.3823723Z Building dependency tree...
2025-08-20T22:25:11.3829954Z Reading state information...
2025-08-20T22:25:11.3953257Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:25:11.4099008Z 
2025-08-20T22:25:11.4099367Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:25:11.4099744Z 
2025-08-20T22:25:11.4669923Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:25:11.4925747Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:25:11.4970261Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:25:11.4971470Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:25:11.4980225Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:25:11.5011640Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:25:11.5038491Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:25:12.5870041Z Reading package lists...
2025-08-20T22:25:12.7243466Z Building dependency tree...
2025-08-20T22:25:12.7250588Z Reading state information...
2025-08-20T22:25:12.7382613Z 19 packages can be upgraded. Run 'apt list --upgradable' to see them.
2025-08-20T22:25:12.7495373Z 
2025-08-20T22:25:12.7496347Z WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
2025-08-20T22:25:12.7496692Z 
2025-08-20T22:25:12.7620357Z Reading package lists...
2025-08-20T22:25:12.9094975Z Building dependency tree...
2025-08-20T22:25:12.9102838Z Reading state information...
2025-08-20T22:25:13.0554543Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:25:13.0913331Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:25:13.1189303Z mkdir: created directory '/home/runner/.minisign'
2025-08-20T22:25:13.1665798Z ##[group]Run ##Presets
2025-08-20T22:25:13.1666085Z [36;1m##Presets[0m
2025-08-20T22:25:13.1666284Z [36;1mset +x ; set +e[0m
2025-08-20T22:25:13.1666518Z [36;1m#-------------#[0m
2025-08-20T22:25:13.1666714Z [36;1m##Debug?[0m
2025-08-20T22:25:13.1666950Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:25:13.1667232Z [36;1m  set -x[0m
2025-08-20T22:25:13.1667409Z [36;1mfi[0m
2025-08-20T22:25:13.1667583Z [36;1m#-------------#[0m
2025-08-20T22:25:13.1668018Z [36;1mecho "kernel.apparmor_restrict_unprivileged_userns=0" | sudo tee "/etc/sysctl.d/98-apparmor-unuserns.conf"[0m
2025-08-20T22:25:13.1668840Z [36;1mecho "0" | sudo tee "/proc/sys/kernel/apparmor_restrict_unprivileged_userns"[0m
2025-08-20T22:25:13.1669466Z [36;1msudo service procps restart[0m
2025-08-20T22:25:13.1669815Z [36;1msudo sysctl -p "/etc/sysctl.conf"[0m
2025-08-20T22:25:13.1708800Z shell: /usr/bin/bash -e {0}
2025-08-20T22:25:13.1709029Z env:
2025-08-20T22:25:13.1709235Z   CROSS_COMPILING: NO
2025-08-20T22:25:13.1709454Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:25:13.1709674Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:25:13.1709879Z   ON_QEMU: NO
2025-08-20T22:25:13.1710049Z   DEBUG: 0
2025-08-20T22:25:13.1710226Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:25:13.1730394Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:25:13.1730936Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sic/official
2025-08-20T22:25:13.1731422Z   KEEP_LOGS: YES
2025-08-20T22:25:13.1731738Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:25:13.1732088Z   PKG_FAMILY_LOCAL: sic
2025-08-20T22:25:13.1732460Z   SBUILD_REBUILD: false
2025-08-20T22:25:13.1733377Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:25:13.1734414Z   BUILD_SYS: docker://rust
2025-08-20T22:25:13.1734808Z   BUILD_ON_HOST: FALSE
2025-08-20T22:25:13.1735172Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:25:13.1735525Z   SYSTMP: /tmp
2025-08-20T22:25:13.1735870Z   GHA_MODE: MATRIX
2025-08-20T22:25:13.1736633Z   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:25:13.1737482Z ##[endgroup]
2025-08-20T22:25:13.1865191Z kernel.apparmor_restrict_unprivileged_userns=0
2025-08-20T22:25:13.1936388Z 0
2025-08-20T22:25:13.2312924Z vm.max_map_count = 262144
2025-08-20T22:25:13.2313371Z fs.inotify.max_user_watches = 655360
2025-08-20T22:25:13.2313739Z fs.inotify.max_user_instances = 1280
2025-08-20T22:25:13.2313994Z vm.mmap_rnd_bits = 28
2025-08-20T22:25:13.2385413Z ##[group]Run ##Presets
2025-08-20T22:25:13.2385719Z [36;1m##Presets[0m
2025-08-20T22:25:13.2385920Z [36;1mset +x ; set +e[0m
2025-08-20T22:25:13.2386128Z [36;1m#-------------#[0m
2025-08-20T22:25:13.2386341Z [36;1m##Debug?[0m
2025-08-20T22:25:13.2386582Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:25:13.2386871Z [36;1m  set -x[0m
2025-08-20T22:25:13.2387054Z [36;1mfi[0m
2025-08-20T22:25:13.2387234Z [36;1m#-------------#[0m
2025-08-20T22:25:13.2387433Z [36;1m##Main[0m
2025-08-20T22:25:13.2387645Z [36;1mpushd "$(mktemp -d)" >/dev/null 2>&1[0m
2025-08-20T22:25:13.2388540Z [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:25:13.2389294Z [36;1m dos2unix --quiet "${SYSTMP}/BUILDER.sh" ; chmod +xwr "${SYSTMP}/BUILDER.sh"[0m
2025-08-20T22:25:13.2389669Z [36;1m ##Run with STDOUT + LOGS[0m
2025-08-20T22:25:13.2389946Z [36;1m  export DEBUG="${DEBUG}"[0m
2025-08-20T22:25:13.2390198Z [36;1m  export KEEP_LOGS="${KEEP_LOGS}"[0m
2025-08-20T22:25:13.2390497Z [36;1m  export PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}"[0m
2025-08-20T22:25:13.2390815Z [36;1m  export GHCRPKG_LOCAL="${GHCRPKG_LOCAL}"[0m
2025-08-20T22:25:13.2391128Z [36;1m  export SBUILD_REBUILD="${SBUILD_REBUILD}"[0m
2025-08-20T22:25:13.2391443Z [36;1m  export GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}"[0m
2025-08-20T22:25:13.2391731Z [36;1m if [[ "" == "TRUE" ]]; then[0m
2025-08-20T22:25:13.2392059Z [36;1m   sudo podman cp "${SYSTMP}/BUILDER.sh" "${POD_ID}:/tmp/BUILDER.sh"[0m
2025-08-20T22:25:13.2392423Z [36;1m   sudo podman exec -u "runner" -w "/tmp" \[0m
2025-08-20T22:25:13.2392710Z [36;1m     -e DEBUG="${DEBUG}" \[0m
2025-08-20T22:25:13.2392969Z [36;1m     -e GHCR_TOKEN="${GHCR_TOKEN}" \[0m
2025-08-20T22:25:13.2393249Z [36;1m     -e GITHUB_TOKEN="${GITHUB_TOKEN}" \[0m
2025-08-20T22:25:13.2393530Z [36;1m     -e GITLAB_TOKEN="${GITLAB_TOKEN}" \[0m
2025-08-20T22:25:13.2393801Z [36;1m     -e MINISIGN_KEY="${MINISIGN_KEY}" \[0m
2025-08-20T22:25:13.2394070Z [36;1m     -e KEEP_LOGS="${KEEP_LOGS}" \[0m
2025-08-20T22:25:13.2394354Z [36;1m     -e PKG_FAMILY_LOCAL="${PKG_FAMILY_LOCAL}" \[0m
2025-08-20T22:25:13.2394837Z [36;1m     -e GHCRPKG_LOCAL="${GHCRPKG_LOCAL}" \[0m
2025-08-20T22:25:13.2395125Z [36;1m     -e SBUILD_REBUILD="${SBUILD_REBUILD}" \[0m
2025-08-20T22:25:13.2395420Z [36;1m     -e GITHUB_TEST_BUILD="${GITHUB_TEST_BUILD}" \[0m
2025-08-20T22:25:13.2395722Z [36;1m     -e INSIDE_PODMAN="${INSIDE_PODMAN}" \[0m
2025-08-20T22:25:13.2396012Z [36;1m     -e CROSS_COMPILING="${CROSS_COMPILING}" \[0m
2025-08-20T22:25:13.2396321Z [36;1m     -e SBUILD_FILE_URL="${SBUILD_FILE_URL}" \[0m
2025-08-20T22:25:13.2396592Z [36;1m     "${POD_ID}" \[0m
2025-08-20T22:25:13.2396931Z [36;1m     bash -c 'bash "/tmp/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "/tmp/BUILD.log" 2>&1'[0m
2025-08-20T22:25:13.2397371Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD.log" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:25:13.2397827Z [36;1m   sudo podman cp "${POD_ID}:/tmp/BUILD_ARTIFACTS.zstd" "${SYSTMP}/BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:25:13.2398453Z [36;1m   sudo podman cp "${POD_ID}:/tmp/GITHUB_ENV" "${SYSTMP}/GITHUB_ENV"[0m
2025-08-20T22:25:13.2398810Z [36;1m   mkdir -p "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:25:13.2399144Z [36;1m   sudo podman cp "${POD_ID}:/tmp/_POD_BRIDGE/." "${SYSTMP}/_POD_BRIDGE"[0m
2025-08-20T22:25:13.2399756Z [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:25:13.2400519Z [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:25:13.2401039Z [36;1m   cat "${SYSTMP}/GITHUB_ENV" >> "${GITHUB_ENV}"[0m
2025-08-20T22:25:13.2401307Z [36;1m else[0m
2025-08-20T22:25:13.2401764Z [36;1m   bash "${SYSTMP}/BUILDER.sh" "${SBUILD_FILE_URL}" | tee "${SYSTMP}/BUILD.log" 2>&1[0m
2025-08-20T22:25:13.2402124Z [36;1m fi[0m
2025-08-20T22:25:13.2402366Z [36;1m ##Purge Tokens (in case set -x & gh didn't redact)[0m
2025-08-20T22:25:13.2402757Z [36;1m cat "${SYSTMP}/BUILD.log" | ansi2txt > "${SYSTMP}/BUILD.gh.log.txt"[0m
2025-08-20T22:25:13.2403163Z [36;1m sed -i '/.*github_pat.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:25:13.2403540Z [36;1m sed -i '/.*ghp_.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:25:13.2403918Z [36;1m sed -i '/.*access_key_id.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:25:13.2404304Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:25:13.2404695Z [36;1m sed -i '/.*secret_access_key.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:25:13.2405088Z [36;1m sed -i '/.*token.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:25:13.2405492Z [36;1m sed -i '/.*cloudflarestorage.*/Id' "${SYSTMP}/BUILD.gh.log.txt" 2>/dev/null[0m
2025-08-20T22:25:13.2405896Z [36;1m mv -fv "${SYSTMP}/BUILD.gh.log.txt" "${SYSTMP}/BUILD.log"[0m
2025-08-20T22:25:13.2406199Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:25:13.2445345Z shell: /usr/bin/bash -e {0}
2025-08-20T22:25:13.2445586Z env:
2025-08-20T22:25:13.2445773Z   CROSS_COMPILING: NO
2025-08-20T22:25:13.2445990Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:25:13.2446225Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:25:13.2446436Z   ON_QEMU: NO
2025-08-20T22:25:13.2446609Z   DEBUG: 0
2025-08-20T22:25:13.2446790Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:25:13.2447006Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:25:13.2447266Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sic/official
2025-08-20T22:25:13.2447557Z   KEEP_LOGS: YES
2025-08-20T22:25:13.2447755Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:25:13.2447965Z   PKG_FAMILY_LOCAL: sic
2025-08-20T22:25:13.2448167Z   SBUILD_REBUILD: false
2025-08-20T22:25:13.2448880Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:25:13.2449432Z   BUILD_SYS: docker://rust
2025-08-20T22:25:13.2449647Z   BUILD_ON_HOST: FALSE
2025-08-20T22:25:13.2449994Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:25:13.2450183Z   SYSTMP: /tmp
2025-08-20T22:25:13.2450359Z   GHA_MODE: MATRIX
2025-08-20T22:25:13.2450780Z   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:25:13.2451437Z   GHCR_TOKEN: ***
2025-08-20T22:25:13.2451712Z   GITHUB_TOKEN: ***
2025-08-20T22:25:13.2451934Z   GITLAB_TOKEN: ***
2025-08-20T22:25:13.2453098Z   MINISIGN_KEY: ***
2025-08-20T22:25:13.2453286Z ##[endgroup]
2025-08-20T22:25:13.3011278Z [+] SBUILD Builder Version: 0.2.2
2025-08-20T22:25:13.3829545Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:25:13.3830288Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:25:13.3830525Z 
2025-08-20T22:25:13.4201307Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:25:13.4202041Z 100  5198  100  5198    0     0   136k      0 --:--:-- --:--:-- --:--:--  137k
2025-08-20T22:25:13.4211276Z (SBUILD) <== https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:25:13.4291410Z 
2025-08-20T22:25:13.4291691Z [+] Building [/tmp/tmp.KfTg1qmeTL/SBUILD_INPUT] Locally
2025-08-20T22:25:13.4292078Z 
2025-08-20T22:25:13.4304899Z '/tmp/tmp.KfTg1qmeTL/SBUILD_INPUT' -> '/tmp/pkgforge/x18igIZci_build.yaml'
2025-08-20T22:25:13.5108665Z 
2025-08-20T22:25:13.5108915Z [+] Passwordless sudo is Configured
2025-08-20T22:25:13.5790170Z 
2025-08-20T22:25:13.5803991Z [+] Setting Install Dir (ROOT) :: /usr/local/bin
2025-08-20T22:25:13.5804405Z 
2025-08-20T22:25:13.6257942Z 
2025-08-20T22:25:13.6259407Z [+] Fetching Bins from (Default) :: https://bin.pkgforge.dev/x86_64-Linux
2025-08-20T22:25:13.6259946Z 
2025-08-20T22:25:13.6259952Z 
2025-08-20T22:25:13.6260189Z [+] Installing in Sequential (Slow) Mode [Re Run : export PARALLEL=1 for Speed]
2025-08-20T22:25:13.6260481Z 
2025-08-20T22:25:13.6477194Z [+] Installing: 7z -> 7z
2025-08-20T22:25:14.0167655Z [+] Installing: actionlint -> actionlint
2025-08-20T22:25:14.1877138Z [+] Installing: anew -> anew
2025-08-20T22:25:14.3254980Z [+] Installing: anew-rs -> anew-rs
2025-08-20T22:25:14.6829096Z [+] Installing: ansi2html -> ansi2html
2025-08-20T22:25:15.0765860Z [+] Installing: ansi2txt -> ansi2txt
2025-08-20T22:25:15.2182621Z [+] Installing: archey -> archey
2025-08-20T22:25:15.6273777Z [+] Installing: aria2 -> aria2c
2025-08-20T22:25:16.0983535Z [+] Installing: askalono -> askalono
2025-08-20T22:25:16.2813505Z [+] Installing: bsdtar -> bsdtar
2025-08-20T22:25:16.7037313Z [+] Installing: b3sum -> b3sum
2025-08-20T22:25:17.0824610Z [+] Installing: bita -> bita
2025-08-20T22:25:17.3586717Z [+] Installing: btop -> btop
2025-08-20T22:25:17.8377409Z [+] Installing: chafa -> chafa
2025-08-20T22:25:18.0538557Z [+] Installing: cloudflared -> cloudflared
2025-08-20T22:25:18.5354980Z [+] Installing: croc -> croc
2025-08-20T22:25:18.9253643Z [+] Installing: csvtk -> csvtk
2025-08-20T22:25:19.1447537Z [+] Installing: cutlines -> cutlines
2025-08-20T22:25:19.2587687Z curl: (22) The requested URL returned error: 404
2025-08-20T22:25:19.2622206Z [-] Failed to install cutlines to /usr/local/bin/cutlines
2025-08-20T22:25:19.2623155Z [+] Installing: dbin -> dbin
2025-08-20T22:25:19.4695945Z [+] Installing: dasel -> dasel
2025-08-20T22:25:19.9118757Z [+] Installing: delta -> delta
2025-08-20T22:25:20.2979415Z [+] Installing: ds -> ds
2025-08-20T22:25:20.4537054Z curl: (22) The requested URL returned error: 404
2025-08-20T22:25:20.4570492Z [-] Failed to install ds to /usr/local/bin/ds
2025-08-20T22:25:20.4571576Z [+] Installing: dos2unix -> dos2unix
2025-08-20T22:25:20.8007447Z [+] Installing: duf -> duf
2025-08-20T22:25:20.9621643Z [+] Installing: duplicut -> duplicut
2025-08-20T22:25:21.1151555Z [+] Installing: dust -> dust
2025-08-20T22:25:21.3594436Z [+] Installing: dwarfs-tools -> dwarfs
2025-08-20T22:25:21.7347219Z [+] Installing: dwarfs-tools -> mkdwarfs
2025-08-20T22:25:21.9227724Z [+] Installing: dysk -> dysk
2025-08-20T22:25:22.2926910Z [+] Installing: eget -> eget
2025-08-20T22:25:22.4974666Z [+] Installing: epoch -> epoch
2025-08-20T22:25:22.6510311Z [+] Installing: faketty -> faketty
2025-08-20T22:25:22.7984863Z [+] Installing: fastfetch -> fastfetch
2025-08-20T22:25:23.1780211Z [+] Installing: freeze -> freeze
2025-08-20T22:25:23.5806562Z [+] Installing: fusermount3 -> fusermount
2025-08-20T22:25:23.7175575Z [+] Installing: gdu -> gdu
2025-08-20T22:25:23.9417557Z [+] Installing: gh -> gh
2025-08-20T22:25:24.2681531Z [+] Installing: gitleaks -> gitleaks
2025-08-20T22:25:24.7395705Z [+] Installing: git-sizer -> git-sizer
2025-08-20T22:25:25.1250271Z [+] Installing: glab -> glab
2025-08-20T22:25:25.3981030Z [+] Installing: glow -> glow
2025-08-20T22:25:25.8326283Z [+] Installing: httpx -> httpx
2025-08-20T22:25:26.3252155Z [+] Installing: huggingface-cli -> huggingface-cli
2025-08-20T22:25:26.5966918Z [+] Installing: husarnet -> husarnet
2025-08-20T22:25:26.9385207Z curl: (22) The requested URL returned error: 404
2025-08-20T22:25:26.9419100Z [-] Failed to install husarnet to /usr/local/bin/husarnet
2025-08-20T22:25:26.9420469Z [+] Installing: husarnet-daemon -> husarnet-daemon
2025-08-20T22:25:27.0441743Z curl: (22) The requested URL returned error: 404
2025-08-20T22:25:27.0474679Z [-] Failed to install husarnet-daemon to /usr/local/bin/husarnet-daemon
2025-08-20T22:25:27.0475402Z [+] Installing: imgcat -> imgcat
2025-08-20T22:25:27.2086945Z [+] Installing: jc -> jc
2025-08-20T22:25:27.6570745Z [+] Installing: jq -> jq
2025-08-20T22:25:27.8079018Z [+] Installing: logdy -> logdy
2025-08-20T22:25:28.2880952Z [+] Installing: micro -> micro
2025-08-20T22:25:28.5135372Z [+] Installing: miniserve -> miniserve
2025-08-20T22:25:28.8977051Z [+] Installing: minisign -> minisign
2025-08-20T22:25:29.2513050Z [+] Installing: ncdu -> ncdu
2025-08-20T22:25:29.3992821Z [+] Installing: notify -> notify
2025-08-20T22:25:29.8335677Z [+] Installing: ouch -> ouch
2025-08-20T22:25:30.2101186Z [+] Installing: oras -> oras
2025-08-20T22:25:30.4281622Z [+] Installing: pipetty -> pipetty
2025-08-20T22:25:30.7690024Z [+] Installing: pixterm -> pixterm
2025-08-20T22:25:31.1520234Z [+] Installing: qsv -> qsv
2025-08-20T22:25:31.3832522Z [+] Installing: rclone -> rclone
2025-08-20T22:25:31.7212469Z [+] Installing: ripgrep -> rg
2025-08-20T22:25:32.1048029Z [+] Installing: rga -> rga
2025-08-20T22:25:32.2801107Z [+] Installing: rsync -> rsync
2025-08-20T22:25:32.4531799Z [+] Installing: script -> script
2025-08-20T22:25:32.5852937Z [+] Installing: shellcheck -> shellcheck
2025-08-20T22:25:32.8909696Z [+] Installing: soar -> soar
2025-08-20T22:25:33.2024820Z [+] Installing: speedtest-go -> speedtest-go
2025-08-20T22:25:33.6087974Z [+] Installing: sstrip -> sstrip
2025-08-20T22:25:33.7366185Z [+] Installing: strace -> strace
2025-08-20T22:25:33.8919470Z [+] Installing: sttr -> sttr
2025-08-20T22:25:34.1881324Z [+] Installing: tailscale -> tailscale
2025-08-20T22:25:34.6331449Z [+] Installing: tailscaled -> tailscaled
2025-08-20T22:25:34.8602596Z [+] Installing: taplo -> taplo
2025-08-20T22:25:35.0307456Z [+] Installing: tldr -> tldr
2025-08-20T22:25:35.4211179Z [+] Installing: tldr -> tealdeer
2025-08-20T22:25:35.5785769Z [+] Installing: tmux -> tmux
2025-08-20T22:25:35.9294553Z [+] Installing: tok -> tok
2025-08-20T22:25:36.0876126Z [+] Installing: trufflehog -> trufflehog
2025-08-20T22:25:36.5520213Z [+] Installing: trurl -> trurl
2025-08-20T22:25:36.9606521Z [+] Installing: tss -> tss
2025-08-20T22:25:37.3025955Z [+] Installing: ulexec -> ulexec
2025-08-20T22:25:37.6829084Z [+] Installing: unfurl -> unfurl
2025-08-20T22:25:38.0523715Z [+] Installing: upx -> upx
2025-08-20T22:25:38.3937370Z [+] Installing: validtoml -> validtoml
2025-08-20T22:25:38.7855715Z [+] Installing: wget -> wget
2025-08-20T22:25:38.9530376Z [+] Installing: wget2 -> wget2
2025-08-20T22:25:39.1746846Z [+] Installing: wormhole-rs -> wormhole-rs
2025-08-20T22:25:39.6755836Z [+] Installing: xq -> xq
2025-08-20T22:25:39.8923865Z [+] Installing: xz -> xz
2025-08-20T22:25:40.1072714Z [+] Installing: unxz -> unxz
2025-08-20T22:25:40.3289465Z [+] Installing: yq -> yq
2025-08-20T22:25:40.5163703Z [+] Installing: yj -> yj
2025-08-20T22:25:40.6765196Z [+] Installing: zapper -> zapper
2025-08-20T22:25:41.0225856Z [+] Installing: zapper-stealth -> zproccer
2025-08-20T22:25:41.1512071Z [+] Installing: zerotier-cli -> zerotier-cli
2025-08-20T22:25:41.4466562Z curl: (22) The requested URL returned error: 404
2025-08-20T22:25:41.4496822Z [-] Failed to install zerotier-cli to /usr/local/bin/zerotier-cli
2025-08-20T22:25:41.4497557Z [+] Installing: zerotier-idtool -> zerotier-idtool
2025-08-20T22:25:41.5658431Z curl: (22) The requested URL returned error: 404
2025-08-20T22:25:41.5687246Z [-] Failed to install zerotier-idtool to /usr/local/bin/zerotier-idtool
2025-08-20T22:25:41.5688073Z [+] Installing: zerotier-one -> zerotier-one
2025-08-20T22:25:41.8830150Z curl: (22) The requested URL returned error: 404
2025-08-20T22:25:41.8863348Z [-] Failed to install zerotier-one to /usr/local/bin/zerotier-one
2025-08-20T22:25:41.8864213Z [+] Installing: zstd -> zstd
2025-08-20T22:25:42.2303309Z [+] Creating symlinks...
2025-08-20T22:25:42.2392337Z '/usr/bin/7z' -> '/usr/local/bin/7z'
2025-08-20T22:25:42.2488805Z '/usr/bin/actionlint' -> '/usr/local/bin/actionlint'
2025-08-20T22:25:42.2584385Z '/usr/bin/anew' -> '/usr/local/bin/anew'
2025-08-20T22:25:42.2678562Z '/usr/bin/anew-rs' -> '/usr/local/bin/anew-rs'
2025-08-20T22:25:42.2774518Z '/usr/bin/ansi2html' -> '/usr/local/bin/ansi2html'
2025-08-20T22:25:42.2868671Z '/usr/bin/ansi2txt' -> '/usr/local/bin/ansi2txt'
2025-08-20T22:25:42.2963129Z '/usr/bin/archey' -> '/usr/local/bin/archey'
2025-08-20T22:25:42.3059840Z '/usr/bin/aria2c' -> '/usr/local/bin/aria2c'
2025-08-20T22:25:42.3155182Z '/usr/bin/askalono' -> '/usr/local/bin/askalono'
2025-08-20T22:25:42.3249148Z '/usr/bin/bsdtar' -> '/usr/local/bin/bsdtar'
2025-08-20T22:25:42.3345497Z '/usr/bin/b3sum' -> '/usr/local/bin/b3sum'
2025-08-20T22:25:42.3441567Z '/usr/bin/bita' -> '/usr/local/bin/bita'
2025-08-20T22:25:42.3535989Z '/usr/bin/btop' -> '/usr/local/bin/btop'
2025-08-20T22:25:42.3630731Z '/usr/bin/chafa' -> '/usr/local/bin/chafa'
2025-08-20T22:25:42.3725397Z '/usr/bin/cloudflared' -> '/usr/local/bin/cloudflared'
2025-08-20T22:25:42.3820416Z '/usr/bin/croc' -> '/usr/local/bin/croc'
2025-08-20T22:25:42.3915477Z '/usr/bin/csvtk' -> '/usr/local/bin/csvtk'
2025-08-20T22:25:42.3952330Z [-] Warning: Target /usr/local/bin/cutlines does not exist for symlink cutlines
2025-08-20T22:25:42.4037514Z '/usr/bin/dbin' -> '/usr/local/bin/dbin'
2025-08-20T22:25:42.4131100Z '/usr/bin/dasel' -> '/usr/local/bin/dasel'
2025-08-20T22:25:42.4226109Z '/usr/bin/delta' -> '/usr/local/bin/delta'
2025-08-20T22:25:42.4262721Z [-] Warning: Target /usr/local/bin/ds does not exist for symlink ds
2025-08-20T22:25:42.4349402Z '/usr/bin/dos2unix' -> '/usr/local/bin/dos2unix'
2025-08-20T22:25:42.4444393Z '/usr/bin/duf' -> '/usr/local/bin/duf'
2025-08-20T22:25:42.4538793Z '/usr/bin/duplicut' -> '/usr/local/bin/duplicut'
2025-08-20T22:25:42.4632942Z '/usr/bin/dust' -> '/usr/local/bin/dust'
2025-08-20T22:25:42.4726500Z '/usr/bin/dwarfs' -> '/usr/local/bin/dwarfs'
2025-08-20T22:25:42.4822627Z '/usr/bin/mkdwarfs' -> '/usr/local/bin/mkdwarfs'
2025-08-20T22:25:42.4917139Z '/usr/bin/dysk' -> '/usr/local/bin/dysk'
2025-08-20T22:25:42.5010538Z '/usr/bin/eget' -> '/usr/local/bin/eget'
2025-08-20T22:25:42.5105785Z '/usr/bin/epoch' -> '/usr/local/bin/epoch'
2025-08-20T22:25:42.5200874Z '/usr/bin/faketty' -> '/usr/local/bin/faketty'
2025-08-20T22:25:42.5302907Z '/usr/bin/fastfetch' -> '/usr/local/bin/fastfetch'
2025-08-20T22:25:42.5415825Z '/usr/bin/freeze' -> '/usr/local/bin/freeze'
2025-08-20T22:25:42.5514152Z '/usr/bin/fusermount' -> '/usr/local/bin/fusermount'
2025-08-20T22:25:42.5609754Z '/usr/bin/gdu' -> '/usr/local/bin/gdu'
2025-08-20T22:25:42.5705522Z '/usr/bin/gh' -> '/usr/local/bin/gh'
2025-08-20T22:25:42.5801111Z '/usr/bin/gitleaks' -> '/usr/local/bin/gitleaks'
2025-08-20T22:25:42.5896231Z '/usr/bin/git-sizer' -> '/usr/local/bin/git-sizer'
2025-08-20T22:25:42.5991501Z '/usr/bin/glab' -> '/usr/local/bin/glab'
2025-08-20T22:25:42.6085970Z '/usr/bin/glow' -> '/usr/local/bin/glow'
2025-08-20T22:25:42.6179097Z '/usr/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:25:42.6271844Z '/home/runner/.local/bin/httpx' -> '/usr/local/bin/httpx'
2025-08-20T22:25:42.6366795Z '/usr/bin/huggingface-cli' -> '/usr/local/bin/huggingface-cli'
2025-08-20T22:25:42.6403300Z [-] Warning: Target /usr/local/bin/husarnet does not exist for symlink husarnet
2025-08-20T22:25:42.6430770Z [-] Warning: Target /usr/local/bin/husarnet-daemon does not exist for symlink husarnet-daemon
2025-08-20T22:25:42.6515256Z '/usr/bin/imgcat' -> '/usr/local/bin/imgcat'
2025-08-20T22:25:42.6609513Z '/usr/bin/jc' -> '/usr/local/bin/jc'
2025-08-20T22:25:42.6704419Z '/usr/bin/jq' -> '/usr/local/bin/jq'
2025-08-20T22:25:42.6796825Z '/usr/bin/logdy' -> '/usr/local/bin/logdy'
2025-08-20T22:25:42.6890213Z '/usr/bin/micro' -> '/usr/local/bin/micro'
2025-08-20T22:25:42.6984032Z '/usr/bin/miniserve' -> '/usr/local/bin/miniserve'
2025-08-20T22:25:42.7077227Z '/usr/bin/minisign' -> '/usr/local/bin/minisign'
2025-08-20T22:25:42.7170352Z '/usr/bin/ncdu' -> '/usr/local/bin/ncdu'
2025-08-20T22:25:42.7264258Z '/usr/bin/notify' -> '/usr/local/bin/notify'
2025-08-20T22:25:42.7357544Z '/usr/bin/ouch' -> '/usr/local/bin/ouch'
2025-08-20T22:25:42.7451592Z '/usr/bin/oras' -> '/usr/local/bin/oras'
2025-08-20T22:25:42.7545259Z '/usr/bin/pipetty' -> '/usr/local/bin/pipetty'
2025-08-20T22:25:42.7639094Z '/usr/bin/pixterm' -> '/usr/local/bin/pixterm'
2025-08-20T22:25:42.7731992Z '/usr/bin/qsv' -> '/usr/local/bin/qsv'
2025-08-20T22:25:42.7825506Z '/usr/bin/rclone' -> '/usr/local/bin/rclone'
2025-08-20T22:25:42.7919711Z '/usr/bin/rg' -> '/usr/local/bin/rg'
2025-08-20T22:25:42.8013107Z '/usr/bin/rga' -> '/usr/local/bin/rga'
2025-08-20T22:25:42.8105953Z '/usr/bin/rsync' -> '/usr/local/bin/rsync'
2025-08-20T22:25:42.8199473Z '/usr/bin/script' -> '/usr/local/bin/script'
2025-08-20T22:25:42.8293267Z '/usr/bin/shellcheck' -> '/usr/local/bin/shellcheck'
2025-08-20T22:25:42.8386398Z '/usr/bin/soar' -> '/usr/local/bin/soar'
2025-08-20T22:25:42.8479365Z '/usr/bin/speedtest-go' -> '/usr/local/bin/speedtest-go'
2025-08-20T22:25:42.8573494Z '/usr/bin/sstrip' -> '/usr/local/bin/sstrip'
2025-08-20T22:25:42.8668015Z '/usr/bin/strace' -> '/usr/local/bin/strace'
2025-08-20T22:25:42.8762971Z '/usr/bin/sttr' -> '/usr/local/bin/sttr'
2025-08-20T22:25:42.8855712Z '/usr/bin/tailscale' -> '/usr/local/bin/tailscale'
2025-08-20T22:25:42.8949718Z '/usr/bin/tailscaled' -> '/usr/local/bin/tailscaled'
2025-08-20T22:25:42.9043051Z '/usr/bin/taplo' -> '/usr/local/bin/taplo'
2025-08-20T22:25:42.9136796Z '/usr/bin/tldr' -> '/usr/local/bin/tldr'
2025-08-20T22:25:42.9231571Z '/usr/bin/tealdeer' -> '/usr/local/bin/tealdeer'
2025-08-20T22:25:42.9327299Z '/usr/bin/tmux' -> '/usr/local/bin/tmux'
2025-08-20T22:25:42.9421221Z '/usr/bin/tok' -> '/usr/local/bin/tok'
2025-08-20T22:25:42.9515217Z '/usr/bin/trufflehog' -> '/usr/local/bin/trufflehog'
2025-08-20T22:25:42.9612010Z '/usr/bin/trurl' -> '/usr/local/bin/trurl'
2025-08-20T22:25:42.9706681Z '/usr/bin/tss' -> '/usr/local/bin/tss'
2025-08-20T22:25:42.9802825Z '/usr/bin/ulexec' -> '/usr/local/bin/ulexec'
2025-08-20T22:25:42.9897327Z '/usr/bin/unfurl' -> '/usr/local/bin/unfurl'
2025-08-20T22:25:42.9995117Z '/usr/bin/upx' -> '/usr/local/bin/upx'
2025-08-20T22:25:43.0089988Z '/usr/bin/validtoml' -> '/usr/local/bin/validtoml'
2025-08-20T22:25:43.0184617Z '/usr/bin/wget' -> '/usr/local/bin/wget'
2025-08-20T22:25:43.0279045Z '/usr/bin/wget2' -> '/usr/local/bin/wget2'
2025-08-20T22:25:43.0373958Z '/usr/bin/wormhole-rs' -> '/usr/local/bin/wormhole-rs'
2025-08-20T22:25:43.0471308Z '/usr/bin/xq' -> '/usr/local/bin/xq'
2025-08-20T22:25:43.0566347Z '/usr/bin/xz' -> '/usr/local/bin/xz'
2025-08-20T22:25:43.0661593Z '/usr/bin/unxz' -> '/usr/local/bin/unxz'
2025-08-20T22:25:43.0757922Z '/usr/bin/yq' -> '/usr/local/bin/yq'
2025-08-20T22:25:43.0853468Z '/usr/bin/yj' -> '/usr/local/bin/yj'
2025-08-20T22:25:43.0946995Z '/usr/bin/zapper' -> '/usr/local/bin/zapper'
2025-08-20T22:25:43.1043505Z '/usr/bin/zproccer' -> '/usr/local/bin/zproccer'
2025-08-20T22:25:43.1081011Z [-] Warning: Target /usr/local/bin/zerotier-cli does not exist for symlink zerotier-cli
2025-08-20T22:25:43.1108941Z [-] Warning: Target /usr/local/bin/zerotier-idtool does not exist for symlink zerotier-idtool
2025-08-20T22:25:43.1136787Z [-] Warning: Target /usr/local/bin/zerotier-one does not exist for symlink zerotier-one
2025-08-20T22:25:43.1223356Z '/usr/bin/zstd' -> '/usr/local/bin/zstd'
2025-08-20T22:25:43.1248988Z 
2025-08-20T22:25:43.1249518Z [!] Failed to install: husarnet cutlines ds zerotier-one zerotier-idtool zerotier-cli husarnet-daemon
2025-08-20T22:25:43.1249930Z 
2025-08-20T22:25:43.1264403Z 
2025-08-20T22:25:43.1354948Z 
2025-08-20T22:25:43.1356274Z [+] Disk Size (/usr/local/bin) :: 931M --> 1.9G
2025-08-20T22:25:43.1356636Z 
2025-08-20T22:25:43.1356800Z [+] Installation completed!
2025-08-20T22:25:43.1426294Z 
2025-08-20T22:25:43.1426660Z [+] GITHUB_TOKEN is Exported
2025-08-20T22:25:43.4031296Z github.com
2025-08-20T22:25:43.4032230Z   ✓ Logged in to github.com account Azathothas (GITHUB_TOKEN)
2025-08-20T22:25:43.4032887Z   - Active account: true
2025-08-20T22:25:43.4033367Z   - Git operations protocol: https
2025-08-20T22:25:43.4033919Z   - Token: ghp_************************************
2025-08-20T22:25:43.4035458Z   - 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:25:43.4036562Z   ! Missing required token scopes: 'repo', 'read:org'
2025-08-20T22:25:43.4037106Z   - To request missing scopes, run: gh auth refresh -h github.com
2025-08-20T22:25:43.5331579Z Limit: 5000, Remaining: 4888, Reset: 2025-08-20 22:27:57 +0000 UTC (2m13s)
2025-08-20T22:25:43.5340554Z 
2025-08-20T22:25:43.5340752Z [+] GHCR_TOKEN is Exported
2025-08-20T22:25:43.5371034Z WARNING! Using --password via the CLI is insecure. Use --password-stdin.
2025-08-20T22:25:43.6547879Z Login Succeeded
2025-08-20T22:25:43.6558738Z 
2025-08-20T22:25:43.6558892Z [+] GITLAB is Exported
2025-08-20T22:25:43.6848083Z [git remote -v]
2025-08-20T22:25:43.8980341Z gitlab.com
2025-08-20T22:25:43.8981218Z   ✓ Logged in to gitlab.com as Ajamx101 (GITLAB_TOKEN)
2025-08-20T22:25:43.8982669Z   ✓ Git operations for gitlab.com configured to use ssh protocol.
2025-08-20T22:25:43.8983486Z   ✓ API calls for gitlab.com are made over https protocol.
2025-08-20T22:25:43.8984201Z   ✓ REST API Endpoint: https://gitlab.com/api/v4/
2025-08-20T22:25:43.8984864Z   ✓ GraphQL Endpoint: https://gitlab.com/api/graphql/
2025-08-20T22:25:43.8985518Z   ✓ Token found: **************************
2025-08-20T22:25:43.8985835Z 
2025-08-20T22:25:43.8986675Z ! One of GITLAB_TOKEN, GITLAB_ACCESS_TOKEN, OAUTH_TOKEN environment variables is set. It will be used for all authentication.
2025-08-20T22:25:43.8987626Z [git remote -v]
2025-08-20T22:25:43.8997583Z 2025/08/20 22:25:43 [Could not determine base repo in telemetry hook:  fatal: not a git repository (or any of the parent directories): .git
2025-08-20T22:25:43.8998648Z git: exit status 128]
2025-08-20T22:25:44.1539464Z 
2025-08-20T22:25:44.1539616Z 
2025-08-20T22:25:44.1540305Z  [+] Started Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (10:25:44 PM)
2025-08-20T22:25:44.1540907Z 
2025-08-20T22:25:44.1540911Z 
2025-08-20T22:25:44.1540988Z [+] USER = runner
2025-08-20T22:25:44.1541205Z [+] HOME = /home/runner
2025-08-20T22:25:44.1543477Z [+] 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:/usr/local/.ghcup/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:25:44.1546248Z 
2025-08-20T22:25:44.2107067Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:25:44.2403462Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:25:44.2412717Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:25:44.2419979Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:25:44.2426659Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:25:44.2432502Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:25:44.2435373Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:25:45.3307589Z Reading package lists...
2025-08-20T22:25:45.3623069Z Reading package lists...
2025-08-20T22:25:45.5038070Z Building dependency tree...
2025-08-20T22:25:45.5045750Z Reading state information...
2025-08-20T22:25:45.6696685Z apt-transport-https is already the newest version (2.8.3).
2025-08-20T22:25:45.6697101Z apt-utils is already the newest version (2.8.3).
2025-08-20T22:25:45.6697476Z ca-certificates is already the newest version (20240203).
2025-08-20T22:25:45.6697863Z coreutils is already the newest version (9.4-3ubuntu6).
2025-08-20T22:25:45.6698426Z gnupg2 is already the newest version (2.4.4-2ubuntu17.3).
2025-08-20T22:25:45.6698787Z moreutils is already the newest version (0.69-1).
2025-08-20T22:25:45.6699205Z software-properties-common is already the newest version (0.99.49.3).
2025-08-20T22:25:45.6699657Z util-linux is already the newest version (2.39.3-9ubuntu6.3).
2025-08-20T22:25:45.6700346Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:25:45.7359246Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:25:45.7625501Z Hit:2 http://azure.archive.ubuntu.com/ubuntu noble InRelease
2025-08-20T22:25:45.7633617Z Hit:3 http://azure.archive.ubuntu.com/ubuntu noble-updates InRelease
2025-08-20T22:25:45.7644633Z Hit:4 http://azure.archive.ubuntu.com/ubuntu noble-backports InRelease
2025-08-20T22:25:45.7656240Z Hit:5 http://azure.archive.ubuntu.com/ubuntu noble-security InRelease
2025-08-20T22:25:45.7776044Z Hit:6 https://packages.microsoft.com/repos/azure-cli noble InRelease
2025-08-20T22:25:45.7870240Z Hit:7 https://packages.microsoft.com/ubuntu/24.04/prod noble InRelease
2025-08-20T22:25:46.8502310Z Reading package lists...
2025-08-20T22:25:46.8819640Z Reading package lists...
2025-08-20T22:25:47.0270511Z Building dependency tree...
2025-08-20T22:25:47.0277827Z Reading state information...
2025-08-20T22:25:47.1654797Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:25:47.1655611Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:25:47.1656096Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:25:47.1656573Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:25:47.1657075Z ca-certificates is already the newest version (20240203).
2025-08-20T22:25:47.1657567Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:25:47.1658023Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:25:47.1658851Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:25:47.1659492Z gawk set to manually installed.
2025-08-20T22:25:47.1659859Z git-lfs is already the newest version (3.7.0).
2025-08-20T22:25:47.1660580Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:25:47.1661292Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:25:47.1661791Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:25:47.1662202Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:25:47.1662603Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:25:47.1662939Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:25:47.1663560Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:25:47.1663895Z The following additional packages will be installed:
2025-08-20T22:25:47.1664312Z   fonts-droid-fallback fonts-noto-mono fonts-urw-base35 ghostscript
2025-08-20T22:25:47.1664791Z   imagemagick-6.q16 libdjvulibre-text libdjvulibre21 libgs-common libgs10
2025-08-20T22:25:47.1665250Z   libgs10-common libhiredis1.1.0 libidn12 libijs-0.35 libimath-3-1-29t64
2025-08-20T22:25:47.1665751Z   libjbig2dec0 libjxr-tools libjxr0t64 libmagickcore-6.q16-7-extra
2025-08-20T22:25:47.1666537Z   libnetpbm11t64 libopenexr-3-1-30 libpaper-utils libpaper1 libwmflite-0.2-7
2025-08-20T22:25:47.1667249Z   netpbm poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:25:47.1667752Z Suggested packages:
2025-08-20T22:25:47.1668381Z   distcc | icecc fonts-noto fonts-freefont-otf | fonts-freefont-ttf
2025-08-20T22:25:47.1669154Z   fonts-texgyre texlive-binaries imagemagick-6-doc autotrace cups-bsd | lpr
2025-08-20T22:25:47.1669777Z   | lprng enscript ffmpeg gimp gnuplot grads graphviz hp2xx html2ps libwmf-bin
2025-08-20T22:25:47.1670237Z   mplayer povray radiance sane-utils texlive-base-bin transfig libraw-bin
2025-08-20T22:25:47.1670693Z   inkscape poppler-utils fonts-japanese-mincho | fonts-ipafont-mincho
2025-08-20T22:25:47.1671127Z   fonts-japanese-gothic | fonts-ipafont-gothic fonts-arphic-ukai
2025-08-20T22:25:47.1671465Z   fonts-arphic-uming fonts-nanum
2025-08-20T22:25:47.1959330Z The following NEW packages will be installed:
2025-08-20T22:25:47.1960061Z   b3sum build-essential ccache fonts-droid-fallback fonts-noto-mono
2025-08-20T22:25:47.1960953Z   fonts-urw-base35 ghostscript imagemagick imagemagick-6.q16 libdjvulibre-text
2025-08-20T22:25:47.1971657Z   libdjvulibre21 libgs-common libgs10 libgs10-common libhiredis1.1.0 libidn12
2025-08-20T22:25:47.1972696Z   libijs-0.35 libimath-3-1-29t64 libjbig2dec0 libjxr-tools libjxr0t64
2025-08-20T22:25:47.1973523Z   libmagickcore-6.q16-7-extra libnetpbm11t64 libopenexr-3-1-30 libpaper-utils
2025-08-20T22:25:47.1974091Z   libpaper1 libtool-bin libwmflite-0.2-7 lzip musl musl-dev musl-tools netpbm
2025-08-20T22:25:47.1974519Z   poppler-data xfonts-encodings xfonts-utils
2025-08-20T22:25:47.2141044Z 0 upgraded, 36 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:25:47.2141694Z Need to get 27.5 MB of archives.
2025-08-20T22:25:47.2142271Z After this operation, 93.0 MB of additional disk space will be used.
2025-08-20T22:25:47.2142946Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:25:47.2477965Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-droid-fallback all 1:6.0.1r16-1.1build1 [1805 kB]
2025-08-20T22:25:47.3047264Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 poppler-data all 0.4.12-1 [2060 kB]
2025-08-20T22:25:47.3630704Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 b3sum amd64 1.2.0-1 [388 kB]
2025-08-20T22:25:47.3855016Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 build-essential amd64 12.10ubuntu1 [4928 B]
2025-08-20T22:25:47.4040348Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libhiredis1.1.0 amd64 1.2.0-6ubuntu3 [41.4 kB]
2025-08-20T22:25:47.4226730Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 ccache amd64 4.9.1-1 [592 kB]
2025-08-20T22:25:47.4590896Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-noto-mono all 20201225-2 [435 kB]
2025-08-20T22:25:47.4966559Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-encodings all 1:1.0.5-0ubuntu2 [578 kB]
2025-08-20T22:25:47.5237379Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xfonts-utils amd64 1:7.7+6build3 [94.4 kB]
2025-08-20T22:25:47.5441209Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 fonts-urw-base35 all 20200910-8 [11.0 MB]
2025-08-20T22:25:47.6914895Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs-common all 10.02.1~dfsg1-0ubuntu7.7 [176 kB]
2025-08-20T22:25:47.7116114Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10-common all 10.02.1~dfsg1-0ubuntu7.7 [488 kB]
2025-08-20T22:25:47.7342073Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libidn12 amd64 1.42-1build1 [55.9 kB]
2025-08-20T22:25:47.7529261Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libijs-0.35 amd64 0.35-15.1build1 [15.3 kB]
2025-08-20T22:25:47.7715140Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjbig2dec0 amd64 0.20-1build3 [65.0 kB]
2025-08-20T22:25:47.7905583Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper1 amd64 1.1.29build1 [13.4 kB]
2025-08-20T22:25:47.8095404Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgs10 amd64 10.02.1~dfsg1-0ubuntu7.7 [3897 kB]
2025-08-20T22:25:47.9377629Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 ghostscript amd64 10.02.1~dfsg1-0ubuntu7.7 [43.4 kB]
2025-08-20T22:25:48.0036917Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick-6.q16 amd64 8:6.9.12.98+dfsg1-5.2build2 [254 kB]
2025-08-20T22:25:48.0285849Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 imagemagick amd64 8:6.9.12.98+dfsg1-5.2build2 [14.2 kB]
2025-08-20T22:25:48.0490259Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre-text all 3.5.28-2ubuntu0.24.04.1 [50.9 kB]
2025-08-20T22:25:48.0699702Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdjvulibre21 amd64 3.5.28-2ubuntu0.24.04.1 [638 kB]
2025-08-20T22:25:48.1069721Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libimath-3-1-29t64 amd64 3.1.9-3.1ubuntu2 [72.2 kB]
2025-08-20T22:25:48.1346388Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr0t64 amd64 1.2~git20170615.f752187-5.1ubuntu2 [181 kB]
2025-08-20T22:25:48.1541488Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjxr-tools amd64 1.2~git20170615.f752187-5.1ubuntu2 [15.8 kB]
2025-08-20T22:25:48.1723070Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libopenexr-3-1-30 amd64 3.1.5-5.1build3 [1004 kB]
2025-08-20T22:25:48.2169641Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwmflite-0.2-7 amd64 0.2.13-1.1build3 [68.6 kB]
2025-08-20T22:25:48.2361309Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libmagickcore-6.q16-7-extra amd64 8:6.9.12.98+dfsg1-5.2build2 [70.1 kB]
2025-08-20T22:25:48.2549216Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libnetpbm11t64 amd64 2:11.05.02-1.1build1 [114 kB]
2025-08-20T22:25:48.2744496Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpaper-utils amd64 1.1.29build1 [8650 B]
2025-08-20T22:25:48.2924582Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtool-bin amd64 2.4.7-7build1 [84.1 kB]
2025-08-20T22:25:48.3123711Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 lzip amd64 1.24.1-1build1 [83.1 kB]
2025-08-20T22:25:48.3323361Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netpbm amd64 2:11.05.02-1.1build1 [2054 kB]
2025-08-20T22:25:48.4023861Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl amd64 1.2.4-2 [416 kB]
2025-08-20T22:25:48.4371898Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-dev amd64 1.2.4-2 [616 kB]
2025-08-20T22:25:48.4740771Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 musl-tools amd64 1.2.4-2 [5540 B]
2025-08-20T22:25:48.7117365Z Preconfiguring packages ...
2025-08-20T22:25:48.7665103Z Fetched 27.5 MB in 1s (21.6 MB/s)
2025-08-20T22:25:48.7887187Z Selecting previously unselected package fonts-droid-fallback.
2025-08-20T22:25:48.7939882Z (Reading database ... 
2025-08-20T22:25:48.7940368Z (Reading database ... 5%
2025-08-20T22:25:48.7940815Z (Reading database ... 10%
2025-08-20T22:25:48.7941244Z (Reading database ... 15%
2025-08-20T22:25:48.7941528Z (Reading database ... 20%
2025-08-20T22:25:48.7942006Z (Reading database ... 25%
2025-08-20T22:25:48.7942276Z (Reading database ... 30%
2025-08-20T22:25:48.7942528Z (Reading database ... 35%
2025-08-20T22:25:48.7942775Z (Reading database ... 40%
2025-08-20T22:25:48.7943016Z (Reading database ... 45%
2025-08-20T22:25:48.7943259Z (Reading database ... 50%
2025-08-20T22:25:48.7963233Z (Reading database ... 55%
2025-08-20T22:25:48.8052784Z (Reading database ... 60%
2025-08-20T22:25:48.8073005Z (Reading database ... 65%
2025-08-20T22:25:48.8104931Z (Reading database ... 70%
2025-08-20T22:25:48.8128499Z (Reading database ... 75%
2025-08-20T22:25:48.8156263Z (Reading database ... 80%
2025-08-20T22:25:48.8286004Z (Reading database ... 85%
2025-08-20T22:25:48.8370215Z (Reading database ... 90%
2025-08-20T22:25:48.8616511Z (Reading database ... 95%
2025-08-20T22:25:48.8616960Z (Reading database ... 100%
2025-08-20T22:25:48.8617384Z (Reading database ... 220021 files and directories currently installed.)
2025-08-20T22:25:48.8655511Z Preparing to unpack .../00-fonts-droid-fallback_1%3a6.0.1r16-1.1build1_all.deb ...
2025-08-20T22:25:48.8849652Z Unpacking fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:25:49.0283540Z Selecting previously unselected package poppler-data.
2025-08-20T22:25:49.0419554Z Preparing to unpack .../01-poppler-data_0.4.12-1_all.deb ...
2025-08-20T22:25:49.0433220Z Unpacking poppler-data (0.4.12-1) ...
2025-08-20T22:25:49.1685701Z Selecting previously unselected package b3sum.
2025-08-20T22:25:49.1821754Z Preparing to unpack .../02-b3sum_1.2.0-1_amd64.deb ...
2025-08-20T22:25:49.1834851Z Unpacking b3sum (1.2.0-1) ...
2025-08-20T22:25:49.2107845Z Selecting previously unselected package build-essential.
2025-08-20T22:25:49.2243821Z Preparing to unpack .../03-build-essential_12.10ubuntu1_amd64.deb ...
2025-08-20T22:25:49.2256651Z Unpacking build-essential (12.10ubuntu1) ...
2025-08-20T22:25:49.2492870Z Selecting previously unselected package libhiredis1.1.0:amd64.
2025-08-20T22:25:49.2628158Z Preparing to unpack .../04-libhiredis1.1.0_1.2.0-6ubuntu3_amd64.deb ...
2025-08-20T22:25:49.2649349Z Unpacking libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T22:25:49.2900149Z Selecting previously unselected package ccache.
2025-08-20T22:25:49.3033987Z Preparing to unpack .../05-ccache_4.9.1-1_amd64.deb ...
2025-08-20T22:25:49.3044418Z Unpacking ccache (4.9.1-1) ...
2025-08-20T22:25:49.3352258Z Selecting previously unselected package fonts-noto-mono.
2025-08-20T22:25:49.3484122Z Preparing to unpack .../06-fonts-noto-mono_20201225-2_all.deb ...
2025-08-20T22:25:49.3494640Z Unpacking fonts-noto-mono (20201225-2) ...
2025-08-20T22:25:49.3753918Z Selecting previously unselected package xfonts-encodings.
2025-08-20T22:25:49.3883934Z Preparing to unpack .../07-xfonts-encodings_1%3a1.0.5-0ubuntu2_all.deb ...
2025-08-20T22:25:49.3916491Z Unpacking xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:25:49.4222662Z Selecting previously unselected package xfonts-utils.
2025-08-20T22:25:49.4353227Z Preparing to unpack .../08-xfonts-utils_1%3a7.7+6build3_amd64.deb ...
2025-08-20T22:25:49.4368547Z Unpacking xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:25:49.4676204Z Selecting previously unselected package fonts-urw-base35.
2025-08-20T22:25:49.4805960Z Preparing to unpack .../09-fonts-urw-base35_20200910-8_all.deb ...
2025-08-20T22:25:49.5433022Z Unpacking fonts-urw-base35 (20200910-8) ...
2025-08-20T22:25:49.6373203Z Selecting previously unselected package libgs-common.
2025-08-20T22:25:49.6510607Z Preparing to unpack .../10-libgs-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:25:49.6519637Z Unpacking libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:25:49.6764011Z Selecting previously unselected package libgs10-common.
2025-08-20T22:25:49.6898980Z Preparing to unpack .../11-libgs10-common_10.02.1~dfsg1-0ubuntu7.7_all.deb ...
2025-08-20T22:25:49.6941772Z Unpacking libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:25:49.7650673Z Selecting previously unselected package libidn12:amd64.
2025-08-20T22:25:49.7787334Z Preparing to unpack .../12-libidn12_1.42-1build1_amd64.deb ...
2025-08-20T22:25:49.7798207Z Unpacking libidn12:amd64 (1.42-1build1) ...
2025-08-20T22:25:49.8025602Z Selecting previously unselected package libijs-0.35:amd64.
2025-08-20T22:25:49.8159931Z Preparing to unpack .../13-libijs-0.35_0.35-15.1build1_amd64.deb ...
2025-08-20T22:25:49.8173438Z Unpacking libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T22:25:49.8409195Z Selecting previously unselected package libjbig2dec0:amd64.
2025-08-20T22:25:49.8542800Z Preparing to unpack .../14-libjbig2dec0_0.20-1build3_amd64.deb ...
2025-08-20T22:25:49.8553202Z Unpacking libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T22:25:49.8802219Z Selecting previously unselected package libpaper1:amd64.
2025-08-20T22:25:49.8932466Z Preparing to unpack .../15-libpaper1_1.1.29build1_amd64.deb ...
2025-08-20T22:25:49.8944075Z Unpacking libpaper1:amd64 (1.1.29build1) ...
2025-08-20T22:25:49.9176161Z Selecting previously unselected package libgs10:amd64.
2025-08-20T22:25:49.9307513Z Preparing to unpack .../16-libgs10_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T22:25:49.9319586Z Unpacking libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:25:50.0392759Z Selecting previously unselected package ghostscript.
2025-08-20T22:25:50.0527858Z Preparing to unpack .../17-ghostscript_10.02.1~dfsg1-0ubuntu7.7_amd64.deb ...
2025-08-20T22:25:50.0543074Z Unpacking ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:25:50.0846760Z Selecting previously unselected package imagemagick-6.q16.
2025-08-20T22:25:50.0981434Z Preparing to unpack .../18-imagemagick-6.q16_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:25:50.0992863Z Unpacking imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:25:50.1725097Z Selecting previously unselected package imagemagick.
2025-08-20T22:25:50.1859828Z Preparing to unpack .../19-imagemagick_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:25:50.1870457Z Unpacking imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:25:50.2072119Z Selecting previously unselected package libdjvulibre-text.
2025-08-20T22:25:50.2204253Z Preparing to unpack .../20-libdjvulibre-text_3.5.28-2ubuntu0.24.04.1_all.deb ...
2025-08-20T22:25:50.2215015Z Unpacking libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:25:50.2464419Z Selecting previously unselected package libdjvulibre21:amd64.
2025-08-20T22:25:50.2596289Z Preparing to unpack .../21-libdjvulibre21_3.5.28-2ubuntu0.24.04.1_amd64.deb ...
2025-08-20T22:25:50.2607460Z Unpacking libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:25:50.2890543Z Selecting previously unselected package libimath-3-1-29t64:amd64.
2025-08-20T22:25:50.3022934Z Preparing to unpack .../22-libimath-3-1-29t64_3.1.9-3.1ubuntu2_amd64.deb ...
2025-08-20T22:25:50.3032104Z Unpacking libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:25:50.3261080Z Selecting previously unselected package libjxr0t64:amd64.
2025-08-20T22:25:50.3392353Z Preparing to unpack .../23-libjxr0t64_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T22:25:50.3401272Z Unpacking libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:25:50.3628000Z Selecting previously unselected package libjxr-tools.
2025-08-20T22:25:50.3759100Z Preparing to unpack .../24-libjxr-tools_1.2~git20170615.f752187-5.1ubuntu2_amd64.deb ...
2025-08-20T22:25:50.3766754Z Unpacking libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:25:50.3990854Z Selecting previously unselected package libopenexr-3-1-30:amd64.
2025-08-20T22:25:50.4119387Z Preparing to unpack .../25-libopenexr-3-1-30_3.1.5-5.1build3_amd64.deb ...
2025-08-20T22:25:50.4129468Z Unpacking libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T22:25:50.4526221Z Selecting previously unselected package libwmflite-0.2-7:amd64.
2025-08-20T22:25:50.4659645Z Preparing to unpack .../26-libwmflite-0.2-7_0.2.13-1.1build3_amd64.deb ...
2025-08-20T22:25:50.4670660Z Unpacking libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T22:25:50.4881495Z Selecting previously unselected package libmagickcore-6.q16-7-extra:amd64.
2025-08-20T22:25:50.5013360Z Preparing to unpack .../27-libmagickcore-6.q16-7-extra_8%3a6.9.12.98+dfsg1-5.2build2_amd64.deb ...
2025-08-20T22:25:50.5022239Z Unpacking libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:25:50.5343511Z Selecting previously unselected package libnetpbm11t64:amd64.
2025-08-20T22:25:50.5473087Z Preparing to unpack .../28-libnetpbm11t64_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T22:25:50.5481476Z Unpacking libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T22:25:50.5698952Z Selecting previously unselected package libpaper-utils.
2025-08-20T22:25:50.5828682Z Preparing to unpack .../29-libpaper-utils_1.1.29build1_amd64.deb ...
2025-08-20T22:25:50.5837573Z Unpacking libpaper-utils (1.1.29build1) ...
2025-08-20T22:25:50.6040776Z Selecting previously unselected package libtool-bin.
2025-08-20T22:25:50.6168658Z Preparing to unpack .../30-libtool-bin_2.4.7-7build1_amd64.deb ...
2025-08-20T22:25:50.6176689Z Unpacking libtool-bin (2.4.7-7build1) ...
2025-08-20T22:25:50.6402723Z Selecting previously unselected package lzip.
2025-08-20T22:25:50.6533721Z Preparing to unpack .../31-lzip_1.24.1-1build1_amd64.deb ...
2025-08-20T22:25:50.6542779Z Unpacking lzip (1.24.1-1build1) ...
2025-08-20T22:25:50.6780110Z Selecting previously unselected package netpbm.
2025-08-20T22:25:50.6914486Z Preparing to unpack .../32-netpbm_2%3a11.05.02-1.1build1_amd64.deb ...
2025-08-20T22:25:50.6926083Z Unpacking netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:25:50.8668829Z Selecting previously unselected package musl:amd64.
2025-08-20T22:25:50.8807206Z Preparing to unpack .../33-musl_1.2.4-2_amd64.deb ...
2025-08-20T22:25:50.8816562Z Unpacking musl:amd64 (1.2.4-2) ...
2025-08-20T22:25:50.9082202Z Selecting previously unselected package musl-dev:amd64.
2025-08-20T22:25:50.9212072Z Preparing to unpack .../34-musl-dev_1.2.4-2_amd64.deb ...
2025-08-20T22:25:50.9225735Z Unpacking musl-dev:amd64 (1.2.4-2) ...
2025-08-20T22:25:50.9854433Z Selecting previously unselected package musl-tools.
2025-08-20T22:25:50.9990799Z Preparing to unpack .../35-musl-tools_1.2.4-2_amd64.deb ...
2025-08-20T22:25:51.0000448Z Unpacking musl-tools (1.2.4-2) ...
2025-08-20T22:25:51.0404034Z Setting up libpaper1:amd64 (1.1.29build1) ...
2025-08-20T22:25:51.1746162Z 
2025-08-20T22:25:51.1746664Z Creating config file /etc/papersize with new version
2025-08-20T22:25:51.2559563Z Setting up libtool-bin (2.4.7-7build1) ...
2025-08-20T22:25:51.2583215Z Setting up fonts-noto-mono (20201225-2) ...
2025-08-20T22:25:51.2611520Z Setting up libwmflite-0.2-7:amd64 (0.2.13-1.1build3) ...
2025-08-20T22:25:51.2651149Z Setting up libijs-0.35:amd64 (0.35-15.1build1) ...
2025-08-20T22:25:51.2678679Z Setting up libgs-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:25:51.2702766Z Setting up libpaper-utils (1.1.29build1) ...
2025-08-20T22:25:51.2732618Z Setting up libnetpbm11t64:amd64 (2:11.05.02-1.1build1) ...
2025-08-20T22:25:51.2754374Z Setting up poppler-data (0.4.12-1) ...
2025-08-20T22:25:51.2865127Z Setting up libjxr0t64:amd64 (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:25:51.2891681Z Setting up libjbig2dec0:amd64 (0.20-1build3) ...
2025-08-20T22:25:51.2915223Z Setting up lzip (1.24.1-1build1) ...
2025-08-20T22:25:51.2995968Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip (lzip) in auto mode
2025-08-20T22:25:51.3043555Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-compressor (lzip-compressor) in auto mode
2025-08-20T22:25:51.3089081Z update-alternatives: using /usr/bin/lzip.lzip to provide /usr/bin/lzip-decompressor (lzip-decompressor) in auto mode
2025-08-20T22:25:51.3116904Z Setting up xfonts-encodings (1:1.0.5-0ubuntu2) ...
2025-08-20T22:25:51.3150125Z Setting up libimath-3-1-29t64:amd64 (3.1.9-3.1ubuntu2) ...
2025-08-20T22:25:51.3179279Z Setting up libidn12:amd64 (1.42-1build1) ...
2025-08-20T22:25:51.3207717Z Setting up netpbm (2:11.05.02-1.1build1) ...
2025-08-20T22:25:51.3231433Z Setting up imagemagick-6.q16 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:25:51.3304813Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare (compare) in auto mode
2025-08-20T22:25:51.3348956Z update-alternatives: using /usr/bin/compare-im6.q16 to provide /usr/bin/compare-im6 (compare-im6) in auto mode
2025-08-20T22:25:51.3403391Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate (animate) in auto mode
2025-08-20T22:25:51.3448197Z update-alternatives: using /usr/bin/animate-im6.q16 to provide /usr/bin/animate-im6 (animate-im6) in auto mode
2025-08-20T22:25:51.3507005Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert (convert) in auto mode
2025-08-20T22:25:51.3552965Z update-alternatives: using /usr/bin/convert-im6.q16 to provide /usr/bin/convert-im6 (convert-im6) in auto mode
2025-08-20T22:25:51.3612206Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite (composite) in auto mode
2025-08-20T22:25:51.3659716Z update-alternatives: using /usr/bin/composite-im6.q16 to provide /usr/bin/composite-im6 (composite-im6) in auto mode
2025-08-20T22:25:51.3716051Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure (conjure) in auto mode
2025-08-20T22:25:51.3762682Z update-alternatives: using /usr/bin/conjure-im6.q16 to provide /usr/bin/conjure-im6 (conjure-im6) in auto mode
2025-08-20T22:25:51.3823731Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import (import) in auto mode
2025-08-20T22:25:51.3871469Z update-alternatives: using /usr/bin/import-im6.q16 to provide /usr/bin/import-im6 (import-im6) in auto mode
2025-08-20T22:25:51.3930145Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify (identify) in auto mode
2025-08-20T22:25:51.3979162Z update-alternatives: using /usr/bin/identify-im6.q16 to provide /usr/bin/identify-im6 (identify-im6) in auto mode
2025-08-20T22:25:51.4037693Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream (stream) in auto mode
2025-08-20T22:25:51.4087228Z update-alternatives: using /usr/bin/stream-im6.q16 to provide /usr/bin/stream-im6 (stream-im6) in auto mode
2025-08-20T22:25:51.4145190Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display (display) in auto mode
2025-08-20T22:25:51.4193277Z update-alternatives: using /usr/bin/display-im6.q16 to provide /usr/bin/display-im6 (display-im6) in auto mode
2025-08-20T22:25:51.4253596Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage (montage) in auto mode
2025-08-20T22:25:51.4309744Z update-alternatives: using /usr/bin/montage-im6.q16 to provide /usr/bin/montage-im6 (montage-im6) in auto mode
2025-08-20T22:25:51.4367904Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify (mogrify) in auto mode
2025-08-20T22:25:51.4417883Z update-alternatives: using /usr/bin/mogrify-im6.q16 to provide /usr/bin/mogrify-im6 (mogrify-im6) in auto mode
2025-08-20T22:25:51.4443543Z Setting up b3sum (1.2.0-1) ...
2025-08-20T22:25:51.4467058Z Setting up musl:amd64 (1.2.4-2) ...
2025-08-20T22:25:51.4506843Z Setting up build-essential (12.10ubuntu1) ...
2025-08-20T22:25:51.4539836Z Setting up fonts-droid-fallback (1:6.0.1r16-1.1build1) ...
2025-08-20T22:25:51.4744799Z Setting up libdjvulibre-text (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:25:51.4767049Z Setting up libhiredis1.1.0:amd64 (1.2.0-6ubuntu3) ...
2025-08-20T22:25:51.4790318Z Setting up libjxr-tools (1.2~git20170615.f752187-5.1ubuntu2) ...
2025-08-20T22:25:51.4812594Z Setting up ccache (4.9.1-1) ...
2025-08-20T22:25:51.4842103Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:25:51.4976468Z Setting up libdjvulibre21:amd64 (3.5.28-2ubuntu0.24.04.1) ...
2025-08-20T22:25:51.5000610Z Setting up xfonts-utils (1:7.7+6build3) ...
2025-08-20T22:25:51.5044309Z Setting up musl-dev:amd64 (1.2.4-2) ...
2025-08-20T22:25:51.5076886Z Setting up libopenexr-3-1-30:amd64 (3.1.5-5.1build3) ...
2025-08-20T22:25:51.5101122Z Setting up imagemagick (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:25:51.5124699Z Setting up libmagickcore-6.q16-7-extra:amd64 (8:6.9.12.98+dfsg1-5.2build2) ...
2025-08-20T22:25:51.5147704Z Setting up fonts-urw-base35 (20200910-8) ...
2025-08-20T22:25:51.6481378Z Setting up musl-tools (1.2.4-2) ...
2025-08-20T22:25:51.6503019Z Setting up libgs10-common (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:25:51.6528173Z Setting up libgs10:amd64 (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:25:51.6557980Z Setting up ghostscript (10.02.1~dfsg1-0ubuntu7.7) ...
2025-08-20T22:25:51.6634648Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:25:52.0584317Z Processing triggers for fontconfig (2.15.0-1.1ubuntu2) ...
2025-08-20T22:25:52.2225953Z Processing triggers for hicolor-icon-theme (0.17-2) ...
2025-08-20T22:25:52.4530253Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:25:53.8938546Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:26:00.3383170Z Reading package lists...
2025-08-20T22:26:00.4766152Z Building dependency tree...
2025-08-20T22:26:00.4773504Z Reading state information...
2025-08-20T22:26:00.6151149Z autoconf is already the newest version (2.71-3).
2025-08-20T22:26:00.6151978Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:26:00.6152775Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:26:00.6153538Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:26:00.6154304Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:26:00.6154944Z ca-certificates is already the newest version (20240203).
2025-08-20T22:26:00.6155542Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:26:00.6156091Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:26:00.6156897Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:26:00.6157283Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:26:00.6157673Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:26:00.6158073Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:26:00.6158737Z patch set to manually installed.
2025-08-20T22:26:00.6159072Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:26:00.6159475Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:26:00.6159847Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:26:00.6160205Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:26:00.6160520Z Suggested packages:
2025-08-20T22:26:00.6160730Z   scons-doc
2025-08-20T22:26:00.6281034Z The following NEW packages will be installed:
2025-08-20T22:26:00.6287035Z   autopoint byacc clang qemu-user-static scons
2025-08-20T22:26:00.6448780Z 0 upgraded, 5 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:26:00.6449154Z Need to get 15.8 MB of archives.
2025-08-20T22:26:00.6449639Z After this operation, 140 MB of additional disk space will be used.
2025-08-20T22:26:00.6450324Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:26:00.6789863Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 autopoint all 0.21-14ubuntu2 [422 kB]
2025-08-20T22:26:00.7094648Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 clang amd64 1:18.0-59~exp2 [5846 B]
2025-08-20T22:26:00.7274061Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 qemu-user-static amd64 1:8.2.2+ds-0ubuntu1.9 [14.7 MB]
2025-08-20T22:26:00.9968769Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 scons all 4.5.2+dfsg-1 [577 kB]
2025-08-20T22:26:01.0331582Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 byacc amd64 1:2.0.20221106-1 [85.5 kB]
2025-08-20T22:26:01.2864789Z Fetched 15.8 MB in 0s (39.5 MB/s)
2025-08-20T22:26:01.3040220Z Selecting previously unselected package autopoint.
2025-08-20T22:26:01.3094720Z (Reading database ... 
2025-08-20T22:26:01.3095138Z (Reading database ... 5%
2025-08-20T22:26:01.3095530Z (Reading database ... 10%
2025-08-20T22:26:01.3096173Z (Reading database ... 15%
2025-08-20T22:26:01.3096542Z (Reading database ... 20%
2025-08-20T22:26:01.3096918Z (Reading database ... 25%
2025-08-20T22:26:01.3097281Z (Reading database ... 30%
2025-08-20T22:26:01.3097647Z (Reading database ... 35%
2025-08-20T22:26:01.3099469Z (Reading database ... 40%
2025-08-20T22:26:01.3099881Z (Reading database ... 45%
2025-08-20T22:26:01.3100263Z (Reading database ... 50%
2025-08-20T22:26:01.3119146Z (Reading database ... 55%
2025-08-20T22:26:01.3210263Z (Reading database ... 60%
2025-08-20T22:26:01.3230928Z (Reading database ... 65%
2025-08-20T22:26:01.3264101Z (Reading database ... 70%
2025-08-20T22:26:01.3288150Z (Reading database ... 75%
2025-08-20T22:26:01.3316145Z (Reading database ... 80%
2025-08-20T22:26:01.3452181Z (Reading database ... 85%
2025-08-20T22:26:01.3540306Z (Reading database ... 90%
2025-08-20T22:26:01.3793444Z (Reading database ... 95%
2025-08-20T22:26:01.3793940Z (Reading database ... 100%
2025-08-20T22:26:01.3794574Z (Reading database ... 222514 files and directories currently installed.)
2025-08-20T22:26:01.3832946Z Preparing to unpack .../autopoint_0.21-14ubuntu2_all.deb ...
2025-08-20T22:26:01.3851488Z Unpacking autopoint (0.21-14ubuntu2) ...
2025-08-20T22:26:01.4094844Z Selecting previously unselected package clang.
2025-08-20T22:26:01.4223869Z Preparing to unpack .../clang_1%3a18.0-59~exp2_amd64.deb ...
2025-08-20T22:26:01.4234213Z Unpacking clang (1:18.0-59~exp2) ...
2025-08-20T22:26:01.4436658Z Selecting previously unselected package qemu-user-static.
2025-08-20T22:26:01.4563590Z Preparing to unpack .../qemu-user-static_1%3a8.2.2+ds-0ubuntu1.9_amd64.deb ...
2025-08-20T22:26:01.4571204Z Unpacking qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:26:01.8875053Z Selecting previously unselected package scons.
2025-08-20T22:26:01.9010506Z Preparing to unpack .../scons_4.5.2+dfsg-1_all.deb ...
2025-08-20T22:26:01.9020238Z Unpacking scons (4.5.2+dfsg-1) ...
2025-08-20T22:26:01.9680110Z Selecting previously unselected package byacc.
2025-08-20T22:26:01.9815043Z Preparing to unpack .../byacc_1%3a2.0.20221106-1_amd64.deb ...
2025-08-20T22:26:01.9823375Z Unpacking byacc (1:2.0.20221106-1) ...
2025-08-20T22:26:02.0222077Z Setting up qemu-user-static (1:8.2.2+ds-0ubuntu1.9) ...
2025-08-20T22:26:02.0266787Z Setting up byacc (1:2.0.20221106-1) ...
2025-08-20T22:26:02.0345341Z Setting up clang (1:18.0-59~exp2) ...
2025-08-20T22:26:02.0556286Z Setting up scons (4.5.2+dfsg-1) ...
2025-08-20T22:26:02.4513273Z Setting up autopoint (0.21-14ubuntu2) ...
2025-08-20T22:26:02.4545546Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:26:06.4930753Z Processing triggers for systemd (255.4-1ubuntu8.10) ...
2025-08-20T22:26:07.9299222Z Reading package lists...
2025-08-20T22:26:08.0771549Z Building dependency tree...
2025-08-20T22:26:08.0779020Z Reading state information...
2025-08-20T22:26:08.2184858Z The following additional packages will be installed:
2025-08-20T22:26:08.2185786Z   libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:26:08.2186684Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:26:08.2187619Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:26:08.2188777Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:26:08.2189674Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:26:08.2190544Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:26:08.2191440Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:26:08.2192252Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:26:08.2192777Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:26:08.2195591Z Suggested packages:
2025-08-20T22:26:08.2196049Z   adequate at autopkgtest bls-standalone bsd-mailx | mailx
2025-08-20T22:26:08.2196567Z   check-all-the-things cvs-buildpackage debhelper diffoscope disorderfs
2025-08-20T22:26:08.2197386Z   dose-extra duck elpa-devscripts faketime gnuplot how-can-i-help
2025-08-20T22:26:08.2199768Z   libauthen-sasl-perl libdbd-pg-perl libfile-desktopentry-perl
2025-08-20T22:26:08.2200499Z   libterm-size-perl libyaml-syck-perl mmdebstrap mutt piuparts pristine-lfs
2025-08-20T22:26:08.2201237Z   quilt ratt reprotest svn-buildpackage w3m debian-keyring equivs
2025-08-20T22:26:08.2202015Z   libgitlab-api-v4-perl libsoap-lite-perl pristine-tar libcrypt-ssleay-perl
2025-08-20T22:26:08.2202844Z   libscalar-number-perl libxstring-perl libsub-name-perl libauthen-ntlm-perl
2025-08-20T22:26:08.2203449Z   wdiff-doc
2025-08-20T22:26:08.2203751Z Recommended packages:
2025-08-20T22:26:08.2204264Z   dctrl-tools dput | dupload libdistro-info-perl libgit-wrapper-perl
2025-08-20T22:26:08.2205020Z   liblist-compare-perl libstring-shellquote-perl licensecheck lintian
2025-08-20T22:26:08.2205808Z   python3-unidiff python3-xdg libhtml-format-perl libnamespace-clean-perl
2025-08-20T22:26:08.2206586Z   libdata-dump-perl libhtml-form-perl libhttp-daemon-perl libmailtools-perl
2025-08-20T22:26:08.2376832Z The following NEW packages will be installed:
2025-08-20T22:26:08.2377882Z   devscripts libb-hooks-op-check-perl libclass-method-modifiers-perl
2025-08-20T22:26:08.2378815Z   libclass-xsaccessor-perl libdevel-callchecker-perl
2025-08-20T22:26:08.2379514Z   libdynaloader-functions-perl libfile-dirlist-perl libfile-homedir-perl
2025-08-20T22:26:08.2380087Z   libfile-listing-perl libfile-touch-perl libfile-which-perl libhtml-tree-perl
2025-08-20T22:26:08.2380609Z   libhttp-cookies-perl libhttp-negotiate-perl libimport-into-perl
2025-08-20T22:26:08.2381152Z   libio-socket-ssl-perl liblwp-protocol-https-perl libmodule-runtime-perl
2025-08-20T22:26:08.2382053Z   libmoo-perl libnet-http-perl libnet-ssleay-perl libparams-classify-perl
2025-08-20T22:26:08.2382547Z   librole-tiny-perl libsub-quote-perl libtry-tiny-perl libwww-perl
2025-08-20T22:26:08.2384724Z   libwww-robotrules-perl patchutils perl-openssl-defaults wdiff
2025-08-20T22:26:08.2557320Z 0 upgraded, 30 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:26:08.2557769Z Need to get 2417 kB of archives.
2025-08-20T22:26:08.2558108Z After this operation, 7084 kB of additional disk space will be used.
2025-08-20T22:26:08.2558888Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:26:08.2903214Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-dirlist-perl all 0.05-3 [7286 B]
2025-08-20T22:26:08.3099717Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-which-perl all 1.27-2 [12.5 kB]
2025-08-20T22:26:08.3308570Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-homedir-perl all 1.006-2 [37.0 kB]
2025-08-20T22:26:08.3510918Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-touch-perl all 0.12-2 [7498 B]
2025-08-20T22:26:08.3704672Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-method-modifiers-perl all 2.15-1 [16.1 kB]
2025-08-20T22:26:08.3947276Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libclass-xsaccessor-perl amd64 1.19-4build4 [33.1 kB]
2025-08-20T22:26:08.4141378Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libb-hooks-op-check-perl amd64 0.22-3build1 [9518 B]
2025-08-20T22:26:08.4455735Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdynaloader-functions-perl all 0.003-3 [12.1 kB]
2025-08-20T22:26:08.4646138Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libdevel-callchecker-perl amd64 0.008-2build3 [13.2 kB]
2025-08-20T22:26:08.4876000Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libparams-classify-perl amd64 0.015-2build5 [20.1 kB]
2025-08-20T22:26:08.5069852Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmodule-runtime-perl all 0.016-2 [16.4 kB]
2025-08-20T22:26:08.5261473Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libimport-into-perl all 1.002005-2 [10.7 kB]
2025-08-20T22:26:08.5448558Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librole-tiny-perl all 2.002004-1 [16.3 kB]
2025-08-20T22:26:08.5639347Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsub-quote-perl all 2.006008-1ubuntu1 [20.7 kB]
2025-08-20T22:26:08.5829496Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libmoo-perl all 2.005005-1 [47.4 kB]
2025-08-20T22:26:08.6041556Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libfile-listing-perl all 6.16-1 [11.3 kB]
2025-08-20T22:26:08.6242890Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhtml-tree-perl all 5.07-3 [200 kB]
2025-08-20T22:26:08.6920603Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-cookies-perl all 6.11-1 [18.2 kB]
2025-08-20T22:26:08.7170615Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libhttp-negotiate-perl all 6.01-2 [12.4 kB]
2025-08-20T22:26:08.7364024Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 perl-openssl-defaults amd64 7build3 [6626 B]
2025-08-20T22:26:08.7546938Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-ssleay-perl amd64 1.94-1build4 [316 kB]
2025-08-20T22:26:08.7812231Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libio-socket-ssl-perl all 2.085-1 [195 kB]
2025-08-20T22:26:08.8018845Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libnet-http-perl all 6.23-1 [22.3 kB]
2025-08-20T22:26:08.8236840Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 liblwp-protocol-https-perl all 6.13-1 [9006 B]
2025-08-20T22:26:08.8423282Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libtry-tiny-perl all 0.31-2 [20.8 kB]
2025-08-20T22:26:08.8625391Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-robotrules-perl all 6.02-1 [12.6 kB]
2025-08-20T22:26:08.8813822Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libwww-perl all 6.76-1 [138 kB]
2025-08-20T22:26:08.9032866Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 patchutils amd64 0.4.2-1build3 [77.0 kB]
2025-08-20T22:26:08.9225198Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 wdiff amd64 1.2.2-6build1 [29.1 kB]
2025-08-20T22:26:08.9530101Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 devscripts all 2.23.7 [1069 kB]
2025-08-20T22:26:09.2423941Z Fetched 2417 kB in 1s (3257 kB/s)
2025-08-20T22:26:09.2613668Z Selecting previously unselected package libfile-dirlist-perl.
2025-08-20T22:26:09.2669745Z (Reading database ... 
2025-08-20T22:26:09.2670184Z (Reading database ... 5%
2025-08-20T22:26:09.2670570Z (Reading database ... 10%
2025-08-20T22:26:09.2670933Z (Reading database ... 15%
2025-08-20T22:26:09.2671317Z (Reading database ... 20%
2025-08-20T22:26:09.2671680Z (Reading database ... 25%
2025-08-20T22:26:09.2672114Z (Reading database ... 30%
2025-08-20T22:26:09.2672459Z (Reading database ... 35%
2025-08-20T22:26:09.2672843Z (Reading database ... 40%
2025-08-20T22:26:09.2673208Z (Reading database ... 45%
2025-08-20T22:26:09.2673632Z (Reading database ... 50%
2025-08-20T22:26:09.2695678Z (Reading database ... 55%
2025-08-20T22:26:09.2788195Z (Reading database ... 60%
2025-08-20T22:26:09.2809213Z (Reading database ... 65%
2025-08-20T22:26:09.2843851Z (Reading database ... 70%
2025-08-20T22:26:09.2868587Z (Reading database ... 75%
2025-08-20T22:26:09.2897404Z (Reading database ... 80%
2025-08-20T22:26:09.3035485Z (Reading database ... 85%
2025-08-20T22:26:09.3125253Z (Reading database ... 90%
2025-08-20T22:26:09.3388776Z (Reading database ... 95%
2025-08-20T22:26:09.3389150Z (Reading database ... 100%
2025-08-20T22:26:09.3389569Z (Reading database ... 222962 files and directories currently installed.)
2025-08-20T22:26:09.3431434Z Preparing to unpack .../00-libfile-dirlist-perl_0.05-3_all.deb ...
2025-08-20T22:26:09.3442129Z Unpacking libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:26:09.3664164Z Selecting previously unselected package libfile-which-perl.
2025-08-20T22:26:09.3800683Z Preparing to unpack .../01-libfile-which-perl_1.27-2_all.deb ...
2025-08-20T22:26:09.3810665Z Unpacking libfile-which-perl (1.27-2) ...
2025-08-20T22:26:09.4021922Z Selecting previously unselected package libfile-homedir-perl.
2025-08-20T22:26:09.4156151Z Preparing to unpack .../02-libfile-homedir-perl_1.006-2_all.deb ...
2025-08-20T22:26:09.4166127Z Unpacking libfile-homedir-perl (1.006-2) ...
2025-08-20T22:26:09.4402371Z Selecting previously unselected package libfile-touch-perl.
2025-08-20T22:26:09.4533675Z Preparing to unpack .../03-libfile-touch-perl_0.12-2_all.deb ...
2025-08-20T22:26:09.4544724Z Unpacking libfile-touch-perl (0.12-2) ...
2025-08-20T22:26:09.4743122Z Selecting previously unselected package libclass-method-modifiers-perl.
2025-08-20T22:26:09.4873684Z Preparing to unpack .../04-libclass-method-modifiers-perl_2.15-1_all.deb ...
2025-08-20T22:26:09.4883713Z Unpacking libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:26:09.5080217Z Selecting previously unselected package libclass-xsaccessor-perl.
2025-08-20T22:26:09.5210204Z Preparing to unpack .../05-libclass-xsaccessor-perl_1.19-4build4_amd64.deb ...
2025-08-20T22:26:09.5219455Z Unpacking libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:26:09.5442815Z Selecting previously unselected package libb-hooks-op-check-perl:amd64.
2025-08-20T22:26:09.5576567Z Preparing to unpack .../06-libb-hooks-op-check-perl_0.22-3build1_amd64.deb ...
2025-08-20T22:26:09.5588431Z Unpacking libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T22:26:09.5813240Z Selecting previously unselected package libdynaloader-functions-perl.
2025-08-20T22:26:09.5944676Z Preparing to unpack .../07-libdynaloader-functions-perl_0.003-3_all.deb ...
2025-08-20T22:26:09.5955361Z Unpacking libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:26:09.6174371Z Selecting previously unselected package libdevel-callchecker-perl:amd64.
2025-08-20T22:26:09.6306657Z Preparing to unpack .../08-libdevel-callchecker-perl_0.008-2build3_amd64.deb ...
2025-08-20T22:26:09.6340767Z Unpacking libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T22:26:09.6561856Z Selecting previously unselected package libparams-classify-perl:amd64.
2025-08-20T22:26:09.6694659Z Preparing to unpack .../09-libparams-classify-perl_0.015-2build5_amd64.deb ...
2025-08-20T22:26:09.6704097Z Unpacking libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T22:26:09.6919539Z Selecting previously unselected package libmodule-runtime-perl.
2025-08-20T22:26:09.7050307Z Preparing to unpack .../10-libmodule-runtime-perl_0.016-2_all.deb ...
2025-08-20T22:26:09.7058649Z Unpacking libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:26:09.7266843Z Selecting previously unselected package libimport-into-perl.
2025-08-20T22:26:09.7397588Z Preparing to unpack .../11-libimport-into-perl_1.002005-2_all.deb ...
2025-08-20T22:26:09.7409089Z Unpacking libimport-into-perl (1.002005-2) ...
2025-08-20T22:26:09.7624570Z Selecting previously unselected package librole-tiny-perl.
2025-08-20T22:26:09.7757605Z Preparing to unpack .../12-librole-tiny-perl_2.002004-1_all.deb ...
2025-08-20T22:26:09.7765522Z Unpacking librole-tiny-perl (2.002004-1) ...
2025-08-20T22:26:09.7991459Z Selecting previously unselected package libsub-quote-perl.
2025-08-20T22:26:09.8124854Z Preparing to unpack .../13-libsub-quote-perl_2.006008-1ubuntu1_all.deb ...
2025-08-20T22:26:09.8132625Z Unpacking libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:26:09.8336444Z Selecting previously unselected package libmoo-perl.
2025-08-20T22:26:09.8470139Z Preparing to unpack .../14-libmoo-perl_2.005005-1_all.deb ...
2025-08-20T22:26:09.8479363Z Unpacking libmoo-perl (2.005005-1) ...
2025-08-20T22:26:09.8712468Z Selecting previously unselected package libfile-listing-perl.
2025-08-20T22:26:09.8845618Z Preparing to unpack .../15-libfile-listing-perl_6.16-1_all.deb ...
2025-08-20T22:26:09.8853419Z Unpacking libfile-listing-perl (6.16-1) ...
2025-08-20T22:26:09.9066210Z Selecting previously unselected package libhtml-tree-perl.
2025-08-20T22:26:09.9199302Z Preparing to unpack .../16-libhtml-tree-perl_5.07-3_all.deb ...
2025-08-20T22:26:09.9215122Z Unpacking libhtml-tree-perl (5.07-3) ...
2025-08-20T22:26:09.9526805Z Selecting previously unselected package libhttp-cookies-perl.
2025-08-20T22:26:09.9662813Z Preparing to unpack .../17-libhttp-cookies-perl_6.11-1_all.deb ...
2025-08-20T22:26:09.9671632Z Unpacking libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:26:09.9880749Z Selecting previously unselected package libhttp-negotiate-perl.
2025-08-20T22:26:10.0015866Z Preparing to unpack .../18-libhttp-negotiate-perl_6.01-2_all.deb ...
2025-08-20T22:26:10.0024064Z Unpacking libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:26:10.0225570Z Selecting previously unselected package perl-openssl-defaults:amd64.
2025-08-20T22:26:10.0359417Z Preparing to unpack .../19-perl-openssl-defaults_7build3_amd64.deb ...
2025-08-20T22:26:10.0367840Z Unpacking perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T22:26:10.0579274Z Selecting previously unselected package libnet-ssleay-perl:amd64.
2025-08-20T22:26:10.0713068Z Preparing to unpack .../20-libnet-ssleay-perl_1.94-1build4_amd64.deb ...
2025-08-20T22:26:10.0722645Z Unpacking libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T22:26:10.1129892Z Selecting previously unselected package libio-socket-ssl-perl.
2025-08-20T22:26:10.1267906Z Preparing to unpack .../21-libio-socket-ssl-perl_2.085-1_all.deb ...
2025-08-20T22:26:10.1276586Z Unpacking libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:26:10.1530787Z Selecting previously unselected package libnet-http-perl.
2025-08-20T22:26:10.1668669Z Preparing to unpack .../22-libnet-http-perl_6.23-1_all.deb ...
2025-08-20T22:26:10.1676008Z Unpacking libnet-http-perl (6.23-1) ...
2025-08-20T22:26:10.1893772Z Selecting previously unselected package liblwp-protocol-https-perl.
2025-08-20T22:26:10.2031278Z Preparing to unpack .../23-liblwp-protocol-https-perl_6.13-1_all.deb ...
2025-08-20T22:26:10.2040557Z Unpacking liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:26:10.2241817Z Selecting previously unselected package libtry-tiny-perl.
2025-08-20T22:26:10.2381074Z Preparing to unpack .../24-libtry-tiny-perl_0.31-2_all.deb ...
2025-08-20T22:26:10.2389241Z Unpacking libtry-tiny-perl (0.31-2) ...
2025-08-20T22:26:10.2597565Z Selecting previously unselected package libwww-robotrules-perl.
2025-08-20T22:26:10.2734992Z Preparing to unpack .../25-libwww-robotrules-perl_6.02-1_all.deb ...
2025-08-20T22:26:10.2743870Z Unpacking libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:26:10.2969098Z Selecting previously unselected package libwww-perl.
2025-08-20T22:26:10.3107010Z Preparing to unpack .../26-libwww-perl_6.76-1_all.deb ...
2025-08-20T22:26:10.3116906Z Unpacking libwww-perl (6.76-1) ...
2025-08-20T22:26:10.3423886Z Selecting previously unselected package patchutils.
2025-08-20T22:26:10.3564697Z Preparing to unpack .../27-patchutils_0.4.2-1build3_amd64.deb ...
2025-08-20T22:26:10.3572838Z Unpacking patchutils (0.4.2-1build3) ...
2025-08-20T22:26:10.3830742Z Selecting previously unselected package wdiff.
2025-08-20T22:26:10.3969209Z Preparing to unpack .../28-wdiff_1.2.2-6build1_amd64.deb ...
2025-08-20T22:26:10.3978585Z Unpacking wdiff (1.2.2-6build1) ...
2025-08-20T22:26:10.4229124Z Selecting previously unselected package devscripts.
2025-08-20T22:26:10.4366503Z Preparing to unpack .../29-devscripts_2.23.7_all.deb ...
2025-08-20T22:26:10.4562190Z Unpacking devscripts (2.23.7) ...
2025-08-20T22:26:10.5749988Z Setting up wdiff (1.2.2-6build1) ...
2025-08-20T22:26:10.5774913Z Setting up libhttp-negotiate-perl (6.01-2) ...
2025-08-20T22:26:10.5804397Z Setting up libfile-which-perl (1.27-2) ...
2025-08-20T22:26:10.5830342Z Setting up libfile-listing-perl (6.16-1) ...
2025-08-20T22:26:10.5856268Z Setting up libdynaloader-functions-perl (0.003-3) ...
2025-08-20T22:26:10.5877839Z Setting up libclass-method-modifiers-perl (2.15-1) ...
2025-08-20T22:26:10.5900134Z Setting up libhttp-cookies-perl (6.11-1) ...
2025-08-20T22:26:10.5922074Z Setting up libhtml-tree-perl (5.07-3) ...
2025-08-20T22:26:10.5951739Z Setting up libtry-tiny-perl (0.31-2) ...
2025-08-20T22:26:10.5978966Z Setting up perl-openssl-defaults:amd64 (7build3) ...
2025-08-20T22:26:10.6005668Z Setting up libnet-http-perl (6.23-1) ...
2025-08-20T22:26:10.6031812Z Setting up patchutils (0.4.2-1build3) ...
2025-08-20T22:26:10.6056328Z Setting up libb-hooks-op-check-perl:amd64 (0.22-3build1) ...
2025-08-20T22:26:10.6080683Z Setting up libwww-robotrules-perl (6.02-1) ...
2025-08-20T22:26:10.6106660Z Setting up librole-tiny-perl (2.002004-1) ...
2025-08-20T22:26:10.6130171Z Setting up libsub-quote-perl (2.006008-1ubuntu1) ...
2025-08-20T22:26:10.6150937Z Setting up libclass-xsaccessor-perl (1.19-4build4) ...
2025-08-20T22:26:10.6173195Z Setting up libfile-dirlist-perl (0.05-3) ...
2025-08-20T22:26:10.6195330Z Setting up libfile-homedir-perl (1.006-2) ...
2025-08-20T22:26:10.6217933Z Setting up libfile-touch-perl (0.12-2) ...
2025-08-20T22:26:10.6243619Z Setting up libnet-ssleay-perl:amd64 (1.94-1build4) ...
2025-08-20T22:26:10.6264187Z Setting up libdevel-callchecker-perl:amd64 (0.008-2build3) ...
2025-08-20T22:26:10.6290015Z Setting up libio-socket-ssl-perl (2.085-1) ...
2025-08-20T22:26:10.6315924Z Setting up libparams-classify-perl:amd64 (0.015-2build5) ...
2025-08-20T22:26:10.6340297Z Setting up libmodule-runtime-perl (0.016-2) ...
2025-08-20T22:26:10.6365779Z Setting up libimport-into-perl (1.002005-2) ...
2025-08-20T22:26:10.6391099Z Setting up libmoo-perl (2.005005-1) ...
2025-08-20T22:26:10.6422635Z Setting up libwww-perl (6.76-1) ...
2025-08-20T22:26:10.6475712Z Setting up devscripts (2.23.7) ...
2025-08-20T22:26:10.7694185Z Setting up liblwp-protocol-https-perl (6.13-1) ...
2025-08-20T22:26:10.7725046Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:26:15.6028075Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:26:17.0972700Z Reading package lists...
2025-08-20T22:26:17.2531071Z Building dependency tree...
2025-08-20T22:26:17.2539279Z Reading state information...
2025-08-20T22:26:17.4060969Z The following additional packages will be installed:
2025-08-20T22:26:17.4072223Z   cmake-data libjsoncpp25 librhash0
2025-08-20T22:26:17.4081766Z Suggested packages:
2025-08-20T22:26:17.4082202Z   cmake-doc cmake-format elpa-cmake-mode ninja-build
2025-08-20T22:26:17.4220767Z The following NEW packages will be installed:
2025-08-20T22:26:17.4227902Z   cmake cmake-data libjsoncpp25 librhash0
2025-08-20T22:26:17.4396238Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:26:17.4396873Z Need to get 13.6 MB of archives.
2025-08-20T22:26:17.4397452Z After this operation, 49.1 MB of additional disk space will be used.
2025-08-20T22:26:17.4398071Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:26:17.4867580Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libjsoncpp25 amd64 1.9.5-6build1 [82.8 kB]
2025-08-20T22:26:17.5067838Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 librhash0 amd64 1.4.3-3build1 [129 kB]
2025-08-20T22:26:17.5265243Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake-data all 3.28.3-1build7 [2155 kB]
2025-08-20T22:26:17.5987470Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cmake amd64 3.28.3-1build7 [11.2 MB]
2025-08-20T22:26:17.9961122Z Fetched 13.6 MB in 0s (43.4 MB/s)
2025-08-20T22:26:18.0158885Z Selecting previously unselected package libjsoncpp25:amd64.
2025-08-20T22:26:18.0216436Z (Reading database ... 
2025-08-20T22:26:18.0216889Z (Reading database ... 5%
2025-08-20T22:26:18.0217329Z (Reading database ... 10%
2025-08-20T22:26:18.0217760Z (Reading database ... 15%
2025-08-20T22:26:18.0218115Z (Reading database ... 20%
2025-08-20T22:26:18.0218588Z (Reading database ... 25%
2025-08-20T22:26:18.0218878Z (Reading database ... 30%
2025-08-20T22:26:18.0219156Z (Reading database ... 35%
2025-08-20T22:26:18.0219453Z (Reading database ... 40%
2025-08-20T22:26:18.0219724Z (Reading database ... 45%
2025-08-20T22:26:18.0219989Z (Reading database ... 50%
2025-08-20T22:26:18.0239465Z (Reading database ... 55%
2025-08-20T22:26:18.0331636Z (Reading database ... 60%
2025-08-20T22:26:18.0352994Z (Reading database ... 65%
2025-08-20T22:26:18.0386367Z (Reading database ... 70%
2025-08-20T22:26:18.0410441Z (Reading database ... 75%
2025-08-20T22:26:18.0439719Z (Reading database ... 80%
2025-08-20T22:26:18.0577195Z (Reading database ... 85%
2025-08-20T22:26:18.0666025Z (Reading database ... 90%
2025-08-20T22:26:18.0920377Z (Reading database ... 95%
2025-08-20T22:26:18.0920803Z (Reading database ... 100%
2025-08-20T22:26:18.0921224Z (Reading database ... 223897 files and directories currently installed.)
2025-08-20T22:26:18.0961939Z Preparing to unpack .../libjsoncpp25_1.9.5-6build1_amd64.deb ...
2025-08-20T22:26:18.0982395Z Unpacking libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T22:26:18.1215023Z Selecting previously unselected package librhash0:amd64.
2025-08-20T22:26:18.1354828Z Preparing to unpack .../librhash0_1.4.3-3build1_amd64.deb ...
2025-08-20T22:26:18.1363900Z Unpacking librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T22:26:18.1605992Z Selecting previously unselected package cmake-data.
2025-08-20T22:26:18.1744529Z Preparing to unpack .../cmake-data_3.28.3-1build7_all.deb ...
2025-08-20T22:26:18.1807614Z Unpacking cmake-data (3.28.3-1build7) ...
2025-08-20T22:26:18.7345130Z Selecting previously unselected package cmake.
2025-08-20T22:26:18.7502156Z Preparing to unpack .../cmake_3.28.3-1build7_amd64.deb ...
2025-08-20T22:26:18.7511037Z Unpacking cmake (3.28.3-1build7) ...
2025-08-20T22:26:18.9580361Z Setting up libjsoncpp25:amd64 (1.9.5-6build1) ...
2025-08-20T22:26:18.9610550Z Setting up librhash0:amd64 (1.4.3-3build1) ...
2025-08-20T22:26:18.9636047Z Setting up cmake-data (3.28.3-1build7) ...
2025-08-20T22:26:18.9702649Z Setting up cmake (3.28.3-1build7) ...
2025-08-20T22:26:18.9727157Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:26:23.2107475Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:26:23.7689640Z 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}
2025-08-20T22:26:23.7691105Z Running kernel seems to be up-to-date.
2025-08-20T22:26:23.7691338Z 
2025-08-20T22:26:23.7691447Z Restarting services...
2025-08-20T22:26:23.7748475Z 
2025-08-20T22:26:23.7749050Z Service restarts being deferred:
2025-08-20T22:26:23.7749592Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:26:23.7749946Z 
2025-08-20T22:26:23.7750291Z No containers need to be restarted.
2025-08-20T22:26:23.7750561Z 
2025-08-20T22:26:23.7750697Z No user sessions are running outdated binaries.
2025-08-20T22:26:23.7750915Z 
2025-08-20T22:26:23.7751114Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:26:24.5927204Z Reading package lists...
2025-08-20T22:26:24.7381654Z Building dependency tree...
2025-08-20T22:26:24.7389256Z Reading state information...
2025-08-20T22:26:24.9057757Z aria2 is already the newest version (1.37.0+debian-1build3).
2025-08-20T22:26:24.9058653Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:26:24.9059254Z bc is already the newest version (1.07.1-3ubuntu4).
2025-08-20T22:26:24.9059808Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:26:24.9060357Z b3sum is already the newest version (1.2.0-1).
2025-08-20T22:26:24.9060819Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:26:24.9061233Z ca-certificates is already the newest version (20240203).
2025-08-20T22:26:24.9061601Z ccache is already the newest version (4.9.1-1).
2025-08-20T22:26:24.9061963Z diffutils is already the newest version (1:3.10-1build1).
2025-08-20T22:26:24.9062329Z dos2unix is already the newest version (7.5.1-1).
2025-08-20T22:26:24.9062691Z gawk is already the newest version (1:5.2.1-2build3).
2025-08-20T22:26:24.9063033Z git-lfs is already the newest version (3.7.0).
2025-08-20T22:26:24.9063530Z imagemagick is already the newest version (8:6.9.12.98+dfsg1-5.2build2).
2025-08-20T22:26:24.9064486Z lzip is already the newest version (1.24.1-1build1).
2025-08-20T22:26:24.9065062Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:26:24.9065612Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:26:24.9066210Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:26:24.9066761Z make is already the newest version (4.3-4.1build2).
2025-08-20T22:26:24.9067673Z musl is already the newest version (1.2.4-2).
2025-08-20T22:26:24.9068505Z musl-dev is already the newest version (1.2.4-2).
2025-08-20T22:26:24.9069240Z musl-tools is already the newest version (1.2.4-2).
2025-08-20T22:26:24.9069960Z p7zip-full is already the newest version (16.02+transitional.1).
2025-08-20T22:26:24.9070732Z rsync is already the newest version (3.2.7-1ubuntu1.2).
2025-08-20T22:26:24.9071492Z texinfo is already the newest version (7.1-3build2).
2025-08-20T22:26:24.9072211Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:26:24.9081375Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:26:24.9292477Z Reading package lists...
2025-08-20T22:26:25.0806440Z Building dependency tree...
2025-08-20T22:26:25.0814303Z Reading state information...
2025-08-20T22:26:25.2489217Z autoconf is already the newest version (2.71-3).
2025-08-20T22:26:25.2490026Z automake is already the newest version (1:1.16.5-1.3ubuntu1).
2025-08-20T22:26:25.2490690Z autopoint is already the newest version (0.21-14ubuntu2).
2025-08-20T22:26:25.2491398Z binutils is already the newest version (2.42-4ubuntu2.5).
2025-08-20T22:26:25.2492073Z bison is already the newest version (2:3.8.2+dfsg-1build2).
2025-08-20T22:26:25.2492752Z build-essential is already the newest version (12.10ubuntu1).
2025-08-20T22:26:25.2493756Z byacc is already the newest version (1:2.0.20221106-1).
2025-08-20T22:26:25.2494275Z ca-certificates is already the newest version (20240203).
2025-08-20T22:26:25.2494760Z clang is already the newest version (1:18.0-59~exp2).
2025-08-20T22:26:25.2495234Z flex is already the newest version (2.6.4-8.2build1).
2025-08-20T22:26:25.2495680Z file is already the newest version (1:5.45-3build1).
2025-08-20T22:26:25.2496144Z jq is already the newest version (1.7.1-3ubuntu0.24.04.1).
2025-08-20T22:26:25.2496749Z libtool is already the newest version (2.4.7-7build1).
2025-08-20T22:26:25.2497441Z libtool-bin is already the newest version (2.4.7-7build1).
2025-08-20T22:26:25.2498170Z patch is already the newest version (2.7.6-7build3).
2025-08-20T22:26:25.2498944Z patchelf is already the newest version (0.18.0-1.1build1).
2025-08-20T22:26:25.2499531Z pkg-config is already the newest version (1.8.1-2build1).
2025-08-20T22:26:25.2500176Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:26:25.2500831Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:26:25.2501355Z tree is already the newest version (2.1.1-2ubuntu3).
2025-08-20T22:26:25.2501894Z wget is already the newest version (1.21.4-1ubuntu4.1).
2025-08-20T22:26:25.2502465Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:26:25.2725050Z Reading package lists...
2025-08-20T22:26:25.4232989Z Building dependency tree...
2025-08-20T22:26:25.4240458Z Reading state information...
2025-08-20T22:26:25.5905190Z devscripts is already the newest version (2.23.7).
2025-08-20T22:26:25.5905885Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:26:25.6137550Z Reading package lists...
2025-08-20T22:26:25.7620077Z Building dependency tree...
2025-08-20T22:26:25.7627771Z Reading state information...
2025-08-20T22:26:25.9278574Z cmake is already the newest version (3.28.3-1build7).
2025-08-20T22:26:25.9279198Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:26:25.9509707Z Reading package lists...
2025-08-20T22:26:26.0991306Z Building dependency tree...
2025-08-20T22:26:26.0998732Z Reading state information...
2025-08-20T22:26:26.2448995Z Suggested packages:
2025-08-20T22:26:26.2449936Z   binutils-doc
2025-08-20T22:26:26.2695972Z The following NEW packages will be installed:
2025-08-20T22:26:26.2702113Z   binutils-aarch64-linux-gnu
2025-08-20T22:26:26.2862016Z 0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:26:26.3082286Z Need to get 3711 kB of archives.
2025-08-20T22:26:26.3082918Z After this operation, 21.0 MB of additional disk space will be used.
2025-08-20T22:26:26.3083620Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:26:26.3437358Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-aarch64-linux-gnu amd64 2.42-4ubuntu2.5 [3711 kB]
2025-08-20T22:26:26.6814066Z Fetched 3711 kB in 0s (27.6 MB/s)
2025-08-20T22:26:26.7000283Z Selecting previously unselected package binutils-aarch64-linux-gnu.
2025-08-20T22:26:26.7056047Z (Reading database ... 
2025-08-20T22:26:26.7056894Z (Reading database ... 5%
2025-08-20T22:26:26.7057484Z (Reading database ... 10%
2025-08-20T22:26:26.7057900Z (Reading database ... 15%
2025-08-20T22:26:26.7058216Z (Reading database ... 20%
2025-08-20T22:26:26.7058693Z (Reading database ... 25%
2025-08-20T22:26:26.7058991Z (Reading database ... 30%
2025-08-20T22:26:26.7059286Z (Reading database ... 35%
2025-08-20T22:26:26.7059576Z (Reading database ... 40%
2025-08-20T22:26:26.7059870Z (Reading database ... 45%
2025-08-20T22:26:26.7060164Z (Reading database ... 50%
2025-08-20T22:26:26.7080908Z (Reading database ... 55%
2025-08-20T22:26:26.7172071Z (Reading database ... 60%
2025-08-20T22:26:26.7193460Z (Reading database ... 65%
2025-08-20T22:26:26.7227818Z (Reading database ... 70%
2025-08-20T22:26:26.7251236Z (Reading database ... 75%
2025-08-20T22:26:26.7281330Z (Reading database ... 80%
2025-08-20T22:26:26.7417783Z (Reading database ... 85%
2025-08-20T22:26:26.7506613Z (Reading database ... 90%
2025-08-20T22:26:26.7770662Z (Reading database ... 95%
2025-08-20T22:26:26.7771312Z (Reading database ... 100%
2025-08-20T22:26:26.7772101Z (Reading database ... 227306 files and directories currently installed.)
2025-08-20T22:26:26.7811485Z Preparing to unpack .../binutils-aarch64-linux-gnu_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:26:26.7829382Z Unpacking binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T22:26:26.9325852Z Setting up binutils-aarch64-linux-gnu (2.42-4ubuntu2.5) ...
2025-08-20T22:26:26.9357774Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:26:26.9508452Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:26:32.4780790Z Reading package lists...
2025-08-20T22:26:32.6325173Z Building dependency tree...
2025-08-20T22:26:32.6332936Z Reading state information...
2025-08-20T22:26:32.7847959Z qemu-user-static is already the newest version (1:8.2.2+ds-0ubuntu1.9).
2025-08-20T22:26:32.7849203Z The following additional packages will be installed:
2025-08-20T22:26:32.7849889Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:26:32.7850725Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T22:26:32.7851666Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T22:26:32.7852666Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:26:32.7853542Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T22:26:32.7854283Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:26:32.7855183Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:26:32.7856112Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:26:32.7856733Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T22:26:32.7857331Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:26:32.7857945Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:26:32.7858773Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T22:26:32.7859755Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T22:26:32.7860291Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T22:26:32.7860748Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T22:26:32.7861159Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T22:26:32.7861589Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T22:26:32.7861990Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:26:32.7863958Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:26:32.7864673Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T22:26:32.7865149Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T22:26:32.7865534Z   linux-libc-dev-armhf-cross
2025-08-20T22:26:32.7867015Z Suggested packages:
2025-08-20T22:26:32.7867528Z   binutils-doc gcc-13-locales cpp-13-doc cpp-doc gcc-13-doc manpages-dev
2025-08-20T22:26:32.7868143Z   gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi gdb-arm-linux-gnueabihf
2025-08-20T22:26:32.8397614Z The following NEW packages will be installed:
2025-08-20T22:26:32.8398663Z   binutils-arm-linux-gnueabi binutils-arm-linux-gnueabihf
2025-08-20T22:26:32.8399696Z   cpp-13-aarch64-linux-gnu cpp-13-arm-linux-gnueabi cpp-13-arm-linux-gnueabihf
2025-08-20T22:26:32.8400820Z   cpp-aarch64-linux-gnu cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf
2025-08-20T22:26:32.8401661Z   g++-13-aarch64-linux-gnu g++-13-arm-linux-gnueabi g++-13-arm-linux-gnueabihf
2025-08-20T22:26:32.8402445Z   g++-aarch64-linux-gnu g++-arm-linux-gnueabi g++-arm-linux-gnueabihf
2025-08-20T22:26:32.8403479Z   gcc-13-aarch64-linux-gnu gcc-13-aarch64-linux-gnu-base
2025-08-20T22:26:32.8404101Z   gcc-13-arm-linux-gnueabi gcc-13-arm-linux-gnueabi-base
2025-08-20T22:26:32.8404829Z   gcc-13-arm-linux-gnueabihf gcc-13-arm-linux-gnueabihf-base gcc-13-cross-base
2025-08-20T22:26:32.8405641Z   gcc-13-cross-base-ports gcc-14-cross-base gcc-14-cross-base-ports
2025-08-20T22:26:32.8406252Z   gcc-aarch64-linux-gnu gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf
2025-08-20T22:26:32.8406996Z   libasan8-arm64-cross libasan8-armel-cross libasan8-armhf-cross
2025-08-20T22:26:32.8407548Z   libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross
2025-08-20T22:26:32.8408075Z   libc6-arm64-cross libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross
2025-08-20T22:26:32.8408819Z   libc6-dev-armel-cross libc6-dev-armhf-cross libgcc-13-dev-arm64-cross
2025-08-20T22:26:32.8409341Z   libgcc-13-dev-armel-cross libgcc-13-dev-armhf-cross libgcc-s1-arm64-cross
2025-08-20T22:26:32.8409845Z   libgcc-s1-armel-cross libgcc-s1-armhf-cross libgomp1-arm64-cross
2025-08-20T22:26:32.8410324Z   libgomp1-armel-cross libgomp1-armhf-cross libhwasan0-arm64-cross
2025-08-20T22:26:32.8410811Z   libitm1-arm64-cross liblsan0-arm64-cross libstdc++-13-dev-arm64-cross
2025-08-20T22:26:32.8411282Z   libstdc++-13-dev-armel-cross libstdc++-13-dev-armhf-cross
2025-08-20T22:26:32.8411741Z   libstdc++6-arm64-cross libstdc++6-armel-cross libstdc++6-armhf-cross
2025-08-20T22:26:32.8412183Z   libtsan2-arm64-cross libubsan1-arm64-cross libubsan1-armel-cross
2025-08-20T22:26:32.8412646Z   libubsan1-armhf-cross linux-libc-dev-arm64-cross linux-libc-dev-armel-cross
2025-08-20T22:26:32.8413046Z   linux-libc-dev-armhf-cross
2025-08-20T22:26:32.8595932Z 0 upgraded, 64 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:26:32.8596535Z Need to get 171 MB of archives.
2025-08-20T22:26:32.8597086Z After this operation, 599 MB of additional disk space will be used.
2025-08-20T22:26:32.8597786Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:26:32.8948047Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:26:32.9156313Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [10.8 MB]
2025-08-20T22:26:33.0651811Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:26:33.0914279Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 cpp-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T22:26:33.2531342Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf-base amd64 13.3.0-6ubuntu2~24.04cross1 [51.7 kB]
2025-08-20T22:26:33.2719157Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 cpp-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [10.2 MB]
2025-08-20T22:26:33.4366885Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [5332 B]
2025-08-20T22:26:33.4550582Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 cpp-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [4452 B]
2025-08-20T22:26:33.4737648Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 cpp-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [5324 B]
2025-08-20T22:26:33.4920142Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-cross-base all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T22:26:33.5114678Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-14-cross-base all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T22:26:33.5311353Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-arm64-cross all 2.39-0ubuntu8cross1 [1197 kB]
2025-08-20T22:26:33.5739643Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [61.9 kB]
2025-08-20T22:26:33.5929701Z Get:15 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [110 kB]
2025-08-20T22:26:33.6145078Z Get:16 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libitm1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [31.5 kB]
2025-08-20T22:26:33.6329707Z Get:17 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [11.4 kB]
2025-08-20T22:26:33.6949174Z Get:18 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [524 kB]
2025-08-20T22:26:33.7334713Z Get:19 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblsan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [238 kB]
2025-08-20T22:26:33.7563224Z Get:20 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libtsan2-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [500 kB]
2025-08-20T22:26:33.7977392Z Get:21 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [658 kB]
2025-08-20T22:26:33.8386322Z Get:22 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [219 kB]
2025-08-20T22:26:33.8710148Z Get:23 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libhwasan0-arm64-cross all 14.2.0-4ubuntu2~24.04cross1 [303 kB]
2025-08-20T22:26:33.8923395Z Get:24 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2616 kB]
2025-08-20T22:26:33.9789517Z Get:25 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [21.1 MB]
2025-08-20T22:26:34.4073042Z Get:26 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-arm64-cross all 6.8.0-25.25cross1 [1375 kB]
2025-08-20T22:26:34.4610991Z Get:27 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-arm64-cross all 2.39-0ubuntu8cross1 [1629 kB]
2025-08-20T22:26:34.5193259Z Get:28 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-arm64-cross all 13.3.0-6ubuntu2~24.04cross1 [2657 kB]
2025-08-20T22:26:34.5941582Z Get:29 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-aarch64-linux-gnu amd64 13.3.0-6ubuntu2~24.04cross1 [12.2 MB]
2025-08-20T22:26:34.7632657Z Get:30 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 binutils-arm-linux-gnueabi amd64 2.42-4ubuntu2.5 [3553 kB]
2025-08-20T22:26:34.8409399Z Get:31 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-cross-base-ports all 13.3.0-6ubuntu2~24.04cross1 [46.4 kB]
2025-08-20T22:26:34.8616364Z Get:32 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-14-cross-base-ports all 14.2.0-4ubuntu2~24.04cross1 [46.0 kB]
2025-08-20T22:26:34.8804090Z Get:33 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-armel-cross all 2.39-0ubuntu8cross1 [1046 kB]
2025-08-20T22:26:34.9194686Z Get:34 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-s1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [45.2 kB]
2025-08-20T22:26:34.9802083Z Get:35 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgomp1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [134 kB]
2025-08-20T22:26:34.9995710Z Get:36 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libatomic1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [10.8 kB]
2025-08-20T22:26:35.0181515Z Get:37 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libasan8-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [2893 kB]
2025-08-20T22:26:35.1016560Z Get:38 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++6-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [672 kB]
2025-08-20T22:26:35.1380263Z Get:39 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libubsan1-armel-cross all 14.2.0-4ubuntu2~24.04cross1 [1156 kB]
2025-08-20T22:26:35.1797165Z Get:40 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libgcc-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [910 kB]
2025-08-20T22:26:35.2175291Z Get:41 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 gcc-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T22:26:35.4287386Z Get:42 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 linux-libc-dev-armel-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T22:26:35.4803155Z Get:43 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libc6-dev-armel-cross all 2.39-0ubuntu8cross1 [1459 kB]
2025-08-20T22:26:35.5308815Z Get:44 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 libstdc++-13-dev-armel-cross all 13.3.0-6ubuntu2~24.04cross1 [2487 kB]
2025-08-20T22:26:35.5976913Z Get:45 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 g++-13-arm-linux-gnueabi amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T22:26:35.7820237Z Get:46 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 binutils-arm-linux-gnueabihf amd64 2.42-4ubuntu2.5 [3552 kB]
2025-08-20T22:26:35.8660948Z Get:47 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-armhf-cross all 2.39-0ubuntu8cross1 [1320 kB]
2025-08-20T22:26:35.9198523Z Get:48 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-s1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [41.5 kB]
2025-08-20T22:26:35.9389039Z Get:49 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgomp1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [123 kB]
2025-08-20T22:26:35.9581195Z Get:50 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libatomic1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [7626 B]
2025-08-20T22:26:35.9764738Z Get:51 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libasan8-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [2930 kB]
2025-08-20T22:26:36.0957383Z Get:52 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++6-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [664 kB]
2025-08-20T22:26:36.1326553Z Get:53 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libubsan1-armhf-cross all 14.2.0-4ubuntu2~24.04cross1 [1153 kB]
2025-08-20T22:26:36.1734434Z Get:54 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libgcc-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [899 kB]
2025-08-20T22:26:36.2126047Z Get:55 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 gcc-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [19.6 MB]
2025-08-20T22:26:36.4570820Z Get:56 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 linux-libc-dev-armhf-cross all 6.8.0-25.25cross1 [1359 kB]
2025-08-20T22:26:36.5102301Z Get:57 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libc6-dev-armhf-cross all 2.39-0ubuntu8cross1 [1387 kB]
2025-08-20T22:26:36.5621674Z Get:58 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libstdc++-13-dev-armhf-cross all 13.3.0-6ubuntu2~24.04cross1 [2460 kB]
2025-08-20T22:26:36.6302963Z Get:59 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 g++-13-arm-linux-gnueabihf amd64 13.3.0-6ubuntu2~24.04cross1 [11.5 MB]
2025-08-20T22:26:36.7828928Z Get:60 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [1210 B]
2025-08-20T22:26:36.8007622Z Get:61 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-aarch64-linux-gnu amd64 4:13.2.0-7ubuntu1 [962 B]
2025-08-20T22:26:36.8194843Z Get:62 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 gcc-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [1252 B]
2025-08-20T22:26:36.8374142Z Get:63 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 g++-arm-linux-gnueabi amd64 4:13.2.1-2ubuntu1 [944 B]
2025-08-20T22:26:36.8556308Z Get:64 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 gcc-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [1230 B]
2025-08-20T22:26:36.8736980Z Get:65 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 g++-arm-linux-gnueabihf amd64 4:13.2.0-7ubuntu1 [968 B]
2025-08-20T22:26:37.1868457Z Fetched 171 MB in 4s (42.4 MB/s)
2025-08-20T22:26:37.2058182Z Selecting previously unselected package gcc-13-aarch64-linux-gnu-base:amd64.
2025-08-20T22:26:37.2114036Z (Reading database ... 
2025-08-20T22:26:37.2114768Z (Reading database ... 5%
2025-08-20T22:26:37.2115309Z (Reading database ... 10%
2025-08-20T22:26:37.2115654Z (Reading database ... 15%
2025-08-20T22:26:37.2116057Z (Reading database ... 20%
2025-08-20T22:26:37.2116395Z (Reading database ... 25%
2025-08-20T22:26:37.2116676Z (Reading database ... 30%
2025-08-20T22:26:37.2117037Z (Reading database ... 35%
2025-08-20T22:26:37.2117360Z (Reading database ... 40%
2025-08-20T22:26:37.2117613Z (Reading database ... 45%
2025-08-20T22:26:37.2117896Z (Reading database ... 50%
2025-08-20T22:26:37.2138416Z (Reading database ... 55%
2025-08-20T22:26:37.2228042Z (Reading database ... 60%
2025-08-20T22:26:37.2248831Z (Reading database ... 65%
2025-08-20T22:26:37.2282422Z (Reading database ... 70%
2025-08-20T22:26:37.2304816Z (Reading database ... 75%
2025-08-20T22:26:37.2334250Z (Reading database ... 80%
2025-08-20T22:26:37.2468623Z (Reading database ... 85%
2025-08-20T22:26:37.2730619Z (Reading database ... 90%
2025-08-20T22:26:37.2815570Z (Reading database ... 95%
2025-08-20T22:26:37.2816028Z (Reading database ... 100%
2025-08-20T22:26:37.2816685Z (Reading database ... 227650 files and directories currently installed.)
2025-08-20T22:26:37.2856306Z Preparing to unpack .../00-gcc-13-aarch64-linux-gnu-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:26:37.2867983Z Unpacking gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:37.3091274Z Selecting previously unselected package cpp-13-aarch64-linux-gnu.
2025-08-20T22:26:37.3225278Z Preparing to unpack .../01-cpp-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:26:37.3257723Z Unpacking cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:37.4650464Z Selecting previously unselected package gcc-13-arm-linux-gnueabi-base:amd64.
2025-08-20T22:26:37.4788991Z Preparing to unpack .../02-gcc-13-arm-linux-gnueabi-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:26:37.4797093Z Unpacking gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:37.5028087Z Selecting previously unselected package cpp-13-arm-linux-gnueabi.
2025-08-20T22:26:37.5167010Z Preparing to unpack .../03-cpp-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:26:37.5199248Z Unpacking cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:37.6509133Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf-base:amd64.
2025-08-20T22:26:37.6647946Z Preparing to unpack .../04-gcc-13-arm-linux-gnueabihf-base_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:26:37.6655072Z Unpacking gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:37.6862215Z Selecting previously unselected package cpp-13-arm-linux-gnueabihf.
2025-08-20T22:26:37.6999335Z Preparing to unpack .../05-cpp-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:26:37.7030711Z Unpacking cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:37.8391337Z Selecting previously unselected package cpp-aarch64-linux-gnu.
2025-08-20T22:26:37.8529607Z Preparing to unpack .../06-cpp-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:26:37.8537937Z Unpacking cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:26:37.8745564Z Selecting previously unselected package cpp-arm-linux-gnueabi.
2025-08-20T22:26:37.8883444Z Preparing to unpack .../07-cpp-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:26:37.8894717Z Unpacking cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:26:37.9099152Z Selecting previously unselected package cpp-arm-linux-gnueabihf.
2025-08-20T22:26:37.9237180Z Preparing to unpack .../08-cpp-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:26:37.9246527Z Unpacking cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:26:37.9442795Z Selecting previously unselected package gcc-13-cross-base.
2025-08-20T22:26:37.9579181Z Preparing to unpack .../09-gcc-13-cross-base_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:37.9588729Z Unpacking gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:37.9790391Z Selecting previously unselected package gcc-14-cross-base.
2025-08-20T22:26:37.9923810Z Preparing to unpack .../10-gcc-14-cross-base_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:37.9932366Z Unpacking gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:38.0136921Z Selecting previously unselected package libc6-arm64-cross.
2025-08-20T22:26:38.0270160Z Preparing to unpack .../11-libc6-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:26:38.0278043Z Unpacking libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:26:38.0695304Z Selecting previously unselected package libgcc-s1-arm64-cross.
2025-08-20T22:26:38.0831949Z Preparing to unpack .../12-libgcc-s1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:38.0844371Z Unpacking libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:38.1047170Z Selecting previously unselected package libgomp1-arm64-cross.
2025-08-20T22:26:38.1183202Z Preparing to unpack .../13-libgomp1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:38.1192846Z Unpacking libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:38.1425484Z Selecting previously unselected package libitm1-arm64-cross.
2025-08-20T22:26:38.1560652Z Preparing to unpack .../14-libitm1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:38.1570429Z Unpacking libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:38.1785172Z Selecting previously unselected package libatomic1-arm64-cross.
2025-08-20T22:26:38.1919139Z Preparing to unpack .../15-libatomic1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:38.1929973Z Unpacking libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:38.2133353Z Selecting previously unselected package libasan8-arm64-cross.
2025-08-20T22:26:38.2266336Z Preparing to unpack .../16-libasan8-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:38.2274562Z Unpacking libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:38.2604233Z Selecting previously unselected package liblsan0-arm64-cross.
2025-08-20T22:26:38.2739102Z Preparing to unpack .../17-liblsan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:38.2747843Z Unpacking liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:38.3006823Z Selecting previously unselected package libtsan2-arm64-cross.
2025-08-20T22:26:38.3140874Z Preparing to unpack .../18-libtsan2-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:38.3150447Z Unpacking libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:38.3501875Z Selecting previously unselected package libstdc++6-arm64-cross.
2025-08-20T22:26:38.3638668Z Preparing to unpack .../19-libstdc++6-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:38.3647494Z Unpacking libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:38.3986490Z Selecting previously unselected package libubsan1-arm64-cross.
2025-08-20T22:26:38.4124303Z Preparing to unpack .../20-libubsan1-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:38.4134351Z Unpacking libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:38.4388739Z Selecting previously unselected package libhwasan0-arm64-cross.
2025-08-20T22:26:38.4525211Z Preparing to unpack .../21-libhwasan0-arm64-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:38.4534738Z Unpacking libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:38.4793710Z Selecting previously unselected package libgcc-13-dev-arm64-cross.
2025-08-20T22:26:38.4929761Z Preparing to unpack .../22-libgcc-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:38.4939269Z Unpacking libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:38.5952100Z Selecting previously unselected package gcc-13-aarch64-linux-gnu.
2025-08-20T22:26:38.6092163Z Preparing to unpack .../23-gcc-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:26:38.6123251Z Unpacking gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:38.8672429Z Selecting previously unselected package linux-libc-dev-arm64-cross.
2025-08-20T22:26:38.8812204Z Preparing to unpack .../24-linux-libc-dev-arm64-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:26:38.8821225Z Unpacking linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T22:26:39.0838639Z Selecting previously unselected package libc6-dev-arm64-cross.
2025-08-20T22:26:39.0980694Z Preparing to unpack .../25-libc6-dev-arm64-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:26:39.0989850Z Unpacking libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:26:39.2183920Z Selecting previously unselected package libstdc++-13-dev-arm64-cross.
2025-08-20T22:26:39.2325539Z Preparing to unpack .../26-libstdc++-13-dev-arm64-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:39.2336617Z Unpacking libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:39.4549747Z Selecting previously unselected package g++-13-aarch64-linux-gnu.
2025-08-20T22:26:39.4691431Z Preparing to unpack .../27-g++-13-aarch64-linux-gnu_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:26:39.4720131Z Unpacking g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:39.6236410Z Selecting previously unselected package binutils-arm-linux-gnueabi.
2025-08-20T22:26:39.6378182Z Preparing to unpack .../28-binutils-arm-linux-gnueabi_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:26:39.6396601Z Unpacking binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:26:39.7286548Z Selecting previously unselected package gcc-13-cross-base-ports.
2025-08-20T22:26:39.7427960Z Preparing to unpack .../29-gcc-13-cross-base-ports_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:39.7435906Z Unpacking gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:39.7633517Z Selecting previously unselected package gcc-14-cross-base-ports.
2025-08-20T22:26:39.7772602Z Preparing to unpack .../30-gcc-14-cross-base-ports_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:39.7780657Z Unpacking gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:39.7983135Z Selecting previously unselected package libc6-armel-cross.
2025-08-20T22:26:39.8121523Z Preparing to unpack .../31-libc6-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:26:39.8130163Z Unpacking libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:26:39.8470153Z Selecting previously unselected package libgcc-s1-armel-cross.
2025-08-20T22:26:39.8608521Z Preparing to unpack .../32-libgcc-s1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:39.8617891Z Unpacking libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:39.8823436Z Selecting previously unselected package libgomp1-armel-cross.
2025-08-20T22:26:39.8957606Z Preparing to unpack .../33-libgomp1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:39.8965729Z Unpacking libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:39.9179713Z Selecting previously unselected package libatomic1-armel-cross.
2025-08-20T22:26:39.9314426Z Preparing to unpack .../34-libatomic1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:39.9362271Z Unpacking libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:39.9556547Z Selecting previously unselected package libasan8-armel-cross.
2025-08-20T22:26:39.9689722Z Preparing to unpack .../35-libasan8-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:39.9697375Z Unpacking libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:40.0314332Z Selecting previously unselected package libstdc++6-armel-cross.
2025-08-20T22:26:40.0455363Z Preparing to unpack .../36-libstdc++6-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:40.0463553Z Unpacking libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:40.0771896Z Selecting previously unselected package libubsan1-armel-cross.
2025-08-20T22:26:40.0910290Z Preparing to unpack .../37-libubsan1-armel-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:40.0920510Z Unpacking libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:40.1253719Z Selecting previously unselected package libgcc-13-dev-armel-cross.
2025-08-20T22:26:40.1392016Z Preparing to unpack .../38-libgcc-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:40.1401414Z Unpacking libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:40.1916251Z Selecting previously unselected package gcc-13-arm-linux-gnueabi.
2025-08-20T22:26:40.2054725Z Preparing to unpack .../39-gcc-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:26:40.2083826Z Unpacking gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:40.4502452Z Selecting previously unselected package linux-libc-dev-armel-cross.
2025-08-20T22:26:40.4643037Z Preparing to unpack .../40-linux-libc-dev-armel-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:26:40.4651204Z Unpacking linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:26:40.6455770Z Selecting previously unselected package libc6-dev-armel-cross.
2025-08-20T22:26:40.6600765Z Preparing to unpack .../41-libc6-dev-armel-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:26:40.6613309Z Unpacking libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:26:40.7767220Z Selecting previously unselected package libstdc++-13-dev-armel-cross.
2025-08-20T22:26:40.7911319Z Preparing to unpack .../42-libstdc++-13-dev-armel-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:40.7921770Z Unpacking libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:40.9872711Z Selecting previously unselected package g++-13-arm-linux-gnueabi.
2025-08-20T22:26:41.0017497Z Preparing to unpack .../43-g++-13-arm-linux-gnueabi_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:26:41.0048798Z Unpacking g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:41.1430702Z Selecting previously unselected package binutils-arm-linux-gnueabihf.
2025-08-20T22:26:41.1572800Z Preparing to unpack .../44-binutils-arm-linux-gnueabihf_2.42-4ubuntu2.5_amd64.deb ...
2025-08-20T22:26:41.1581009Z Unpacking binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:26:41.2515616Z Selecting previously unselected package libc6-armhf-cross.
2025-08-20T22:26:41.2660565Z Preparing to unpack .../45-libc6-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:26:41.2669284Z Unpacking libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:26:41.3013113Z Selecting previously unselected package libgcc-s1-armhf-cross.
2025-08-20T22:26:41.3153589Z Preparing to unpack .../46-libgcc-s1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:41.3162782Z Unpacking libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:41.3366337Z Selecting previously unselected package libgomp1-armhf-cross.
2025-08-20T22:26:41.3507257Z Preparing to unpack .../47-libgomp1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:41.3515626Z Unpacking libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:41.3727140Z Selecting previously unselected package libatomic1-armhf-cross.
2025-08-20T22:26:41.3868457Z Preparing to unpack .../48-libatomic1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:41.3879699Z Unpacking libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:41.4082780Z Selecting previously unselected package libasan8-armhf-cross.
2025-08-20T22:26:41.4224883Z Preparing to unpack .../49-libasan8-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:41.4233790Z Unpacking libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:41.4848700Z Selecting previously unselected package libstdc++6-armhf-cross.
2025-08-20T22:26:41.4991504Z Preparing to unpack .../50-libstdc++6-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:41.5000714Z Unpacking libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:41.5277308Z Selecting previously unselected package libubsan1-armhf-cross.
2025-08-20T22:26:41.5419954Z Preparing to unpack .../51-libubsan1-armhf-cross_14.2.0-4ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:41.5428667Z Unpacking libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:41.5767913Z Selecting previously unselected package libgcc-13-dev-armhf-cross.
2025-08-20T22:26:41.5910537Z Preparing to unpack .../52-libgcc-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:41.5918647Z Unpacking libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:41.6423766Z Selecting previously unselected package gcc-13-arm-linux-gnueabihf.
2025-08-20T22:26:41.6565780Z Preparing to unpack .../53-gcc-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:26:41.6594228Z Unpacking gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:41.8954713Z Selecting previously unselected package linux-libc-dev-armhf-cross.
2025-08-20T22:26:41.9095983Z Preparing to unpack .../54-linux-libc-dev-armhf-cross_6.8.0-25.25cross1_all.deb ...
2025-08-20T22:26:41.9104687Z Unpacking linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:26:42.0899122Z Selecting previously unselected package libc6-dev-armhf-cross.
2025-08-20T22:26:42.1044844Z Preparing to unpack .../55-libc6-dev-armhf-cross_2.39-0ubuntu8cross1_all.deb ...
2025-08-20T22:26:42.1053903Z Unpacking libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:26:42.2147427Z Selecting previously unselected package libstdc++-13-dev-armhf-cross.
2025-08-20T22:26:42.2291686Z Preparing to unpack .../56-libstdc++-13-dev-armhf-cross_13.3.0-6ubuntu2~24.04cross1_all.deb ...
2025-08-20T22:26:42.2301115Z Unpacking libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.4246119Z Selecting previously unselected package g++-13-arm-linux-gnueabihf.
2025-08-20T22:26:42.4393668Z Preparing to unpack .../57-g++-13-arm-linux-gnueabihf_13.3.0-6ubuntu2~24.04cross1_amd64.deb ...
2025-08-20T22:26:42.4426492Z Unpacking g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.5816286Z Selecting previously unselected package gcc-aarch64-linux-gnu.
2025-08-20T22:26:42.5959693Z Preparing to unpack .../58-gcc-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:26:42.5967722Z Unpacking gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:26:42.6185477Z Selecting previously unselected package g++-aarch64-linux-gnu.
2025-08-20T22:26:42.6328466Z Preparing to unpack .../59-g++-aarch64-linux-gnu_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:26:42.6336434Z Unpacking g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:26:42.6526089Z Selecting previously unselected package gcc-arm-linux-gnueabi.
2025-08-20T22:26:42.6669543Z Preparing to unpack .../60-gcc-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:26:42.6677628Z Unpacking gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:26:42.6878887Z Selecting previously unselected package g++-arm-linux-gnueabi.
2025-08-20T22:26:42.7020502Z Preparing to unpack .../61-g++-arm-linux-gnueabi_4%3a13.2.1-2ubuntu1_amd64.deb ...
2025-08-20T22:26:42.7029612Z Unpacking g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:26:42.7219719Z Selecting previously unselected package gcc-arm-linux-gnueabihf.
2025-08-20T22:26:42.7357573Z Preparing to unpack .../62-gcc-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:26:42.7365111Z Unpacking gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:26:42.7564490Z Selecting previously unselected package g++-arm-linux-gnueabihf.
2025-08-20T22:26:42.7702299Z Preparing to unpack .../63-g++-arm-linux-gnueabihf_4%3a13.2.0-7ubuntu1_amd64.deb ...
2025-08-20T22:26:42.7710629Z Unpacking g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:26:42.8139202Z Setting up binutils-arm-linux-gnueabi (2.42-4ubuntu2.5) ...
2025-08-20T22:26:42.8169539Z Setting up libc6-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:26:42.8193025Z Setting up gcc-13-arm-linux-gnueabi-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.8212936Z Setting up gcc-14-cross-base (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.8232735Z Setting up libatomic1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.8254287Z Setting up linux-libc-dev-armel-cross (6.8.0-25.25cross1) ...
2025-08-20T22:26:42.8276883Z Setting up gcc-13-cross-base (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.8296508Z Setting up libc6-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:26:42.8338635Z Setting up linux-libc-dev-armhf-cross (6.8.0-25.25cross1) ...
2025-08-20T22:26:42.8359310Z Setting up libitm1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.8381320Z Setting up linux-libc-dev-arm64-cross (6.8.0-25.25cross1) ...
2025-08-20T22:26:42.8403281Z Setting up libc6-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:26:42.8429941Z Setting up gcc-13-arm-linux-gnueabihf-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.8451984Z Setting up gcc-14-cross-base-ports (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.8476415Z Setting up gcc-13-aarch64-linux-gnu-base:amd64 (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.8498918Z Setting up libc6-dev-armel-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:26:42.8520948Z Setting up binutils-arm-linux-gnueabihf (2.42-4ubuntu2.5) ...
2025-08-20T22:26:42.8543188Z Setting up gcc-13-cross-base-ports (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.8566069Z Setting up libgcc-s1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.8592024Z Setting up libatomic1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.8614112Z Setting up libgomp1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.8642779Z Setting up liblsan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.8667400Z Setting up libgomp1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.8690354Z Setting up cpp-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.8713596Z Setting up libgomp1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.8737887Z Setting up cpp-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.8763883Z Setting up cpp-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.8789143Z Setting up libgcc-s1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.8813789Z Setting up libgcc-s1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.8837383Z Setting up libc6-dev-armhf-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:26:42.8859805Z Setting up libhwasan0-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.8883861Z Setting up libc6-dev-arm64-cross (2.39-0ubuntu8cross1) ...
2025-08-20T22:26:42.8907480Z Setting up libstdc++6-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.8932755Z Setting up libatomic1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.8962139Z Setting up libstdc++6-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.8984680Z Setting up cpp-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:26:42.9008728Z Setting up cpp-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:26:42.9033649Z Setting up libstdc++6-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.9056417Z Setting up libubsan1-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.9081644Z Setting up libubsan1-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.9106231Z Setting up libasan8-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.9132534Z Setting up libtsan2-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.9165019Z Setting up cpp-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:26:42.9192357Z Setting up libasan8-armhf-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.9221025Z Setting up libasan8-armel-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.9246580Z Setting up libubsan1-arm64-cross (14.2.0-4ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.9274274Z Setting up libgcc-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.9300494Z Setting up gcc-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.9323660Z Setting up libstdc++-13-dev-armel-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.9349917Z Setting up libgcc-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.9384627Z Setting up libgcc-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.9411124Z Setting up gcc-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:26:42.9454065Z Setting up g++-13-arm-linux-gnueabi (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.9487581Z Setting up libstdc++-13-dev-armhf-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.9517512Z Setting up gcc-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.9546395Z Setting up gcc-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.9580060Z Setting up libstdc++-13-dev-arm64-cross (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.9612152Z Setting up g++-arm-linux-gnueabi (4:13.2.1-2ubuntu1) ...
2025-08-20T22:26:42.9637633Z Setting up gcc-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:26:42.9659710Z Setting up g++-13-arm-linux-gnueabihf (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.9683902Z Setting up g++-13-aarch64-linux-gnu (13.3.0-6ubuntu2~24.04cross1) ...
2025-08-20T22:26:42.9708510Z Setting up g++-arm-linux-gnueabihf (4:13.2.0-7ubuntu1) ...
2025-08-20T22:26:42.9737676Z Setting up gcc-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:26:42.9769864Z Setting up g++-aarch64-linux-gnu (4:13.2.0-7ubuntu1) ...
2025-08-20T22:26:42.9794479Z Processing triggers for ccache (4.9.1-1) ...
2025-08-20T22:26:42.9811954Z Updating symlinks in /usr/lib/ccache ...
2025-08-20T22:26:42.9899560Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:26:47.2035737Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:26:48.6167690Z Reading package lists...
2025-08-20T22:26:48.7636638Z Building dependency tree...
2025-08-20T22:26:48.7645277Z Reading state information...
2025-08-20T22:26:48.9128653Z The following additional packages will be installed:
2025-08-20T22:26:48.9129396Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:26:48.9132827Z   libpcap0.8-dev
2025-08-20T22:26:48.9395600Z The following NEW packages will be installed:
2025-08-20T22:26:48.9396332Z   libdbus-1-dev libibverbs-dev libjudydebian1 libnl-3-dev libnl-route-3-dev
2025-08-20T22:26:48.9400441Z   libpcap-dev libpcap0.8-dev pcaputils
2025-08-20T22:26:48.9554404Z 0 upgraded, 8 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:26:48.9784062Z Need to get 1613 kB of archives.
2025-08-20T22:26:48.9785029Z After this operation, 6802 kB of additional disk space will be used.
2025-08-20T22:26:48.9785749Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:26:49.0150984Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libdbus-1-dev amd64 1.14.10-4ubuntu4.1 [190 kB]
2025-08-20T22:26:49.0383872Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 libjudydebian1 amd64 1.0.5-5.1build1 [107 kB]
2025-08-20T22:26:49.0577191Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-3-dev amd64 3.7.0-0.3build1.1 [99.5 kB]
2025-08-20T22:26:49.0767709Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libnl-route-3-dev amd64 3.7.0-0.3build1.1 [216 kB]
2025-08-20T22:26:49.1032707Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 libibverbs-dev amd64 50.0-2ubuntu0.2 [686 kB]
2025-08-20T22:26:49.1410662Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap0.8-dev amd64 1.10.4-4.1ubuntu3 [269 kB]
2025-08-20T22:26:49.1619808Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpcap-dev amd64 1.10.4-4.1ubuntu3 [3324 B]
2025-08-20T22:26:49.1797013Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 pcaputils amd64 0.8-1.1build2 [43.8 kB]
2025-08-20T22:26:49.4362744Z Fetched 1613 kB in 0s (7587 kB/s)
2025-08-20T22:26:49.4576322Z Selecting previously unselected package libdbus-1-dev:amd64.
2025-08-20T22:26:49.4634569Z (Reading database ... 
2025-08-20T22:26:49.4635108Z (Reading database ... 5%
2025-08-20T22:26:49.4635537Z (Reading database ... 10%
2025-08-20T22:26:49.4635950Z (Reading database ... 15%
2025-08-20T22:26:49.4636334Z (Reading database ... 20%
2025-08-20T22:26:49.4636711Z (Reading database ... 25%
2025-08-20T22:26:49.4636976Z (Reading database ... 30%
2025-08-20T22:26:49.4637225Z (Reading database ... 35%
2025-08-20T22:26:49.4637467Z (Reading database ... 40%
2025-08-20T22:26:49.4637713Z (Reading database ... 45%
2025-08-20T22:26:49.4637956Z (Reading database ... 50%
2025-08-20T22:26:49.4735355Z (Reading database ... 55%
2025-08-20T22:26:49.4754823Z (Reading database ... 60%
2025-08-20T22:26:49.4776152Z (Reading database ... 65%
2025-08-20T22:26:49.4814810Z (Reading database ... 70%
2025-08-20T22:26:49.4836872Z (Reading database ... 75%
2025-08-20T22:26:49.4874319Z (Reading database ... 80%
2025-08-20T22:26:49.5034217Z (Reading database ... 85%
2025-08-20T22:26:49.5292219Z (Reading database ... 90%
2025-08-20T22:26:49.5372463Z (Reading database ... 95%
2025-08-20T22:26:49.5372940Z (Reading database ... 100%
2025-08-20T22:26:49.5373546Z (Reading database ... 235709 files and directories currently installed.)
2025-08-20T22:26:49.5415349Z Preparing to unpack .../0-libdbus-1-dev_1.14.10-4ubuntu4.1_amd64.deb ...
2025-08-20T22:26:49.5425890Z Unpacking libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:26:49.5749366Z Selecting previously unselected package libjudydebian1.
2025-08-20T22:26:49.5890879Z Preparing to unpack .../1-libjudydebian1_1.0.5-5.1build1_amd64.deb ...
2025-08-20T22:26:49.5906298Z Unpacking libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:26:49.6128102Z Selecting previously unselected package libnl-3-dev:amd64.
2025-08-20T22:26:49.6267137Z Preparing to unpack .../2-libnl-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T22:26:49.6275277Z Unpacking libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:26:49.6788685Z Selecting previously unselected package libnl-route-3-dev:amd64.
2025-08-20T22:26:49.6929352Z Preparing to unpack .../3-libnl-route-3-dev_3.7.0-0.3build1.1_amd64.deb ...
2025-08-20T22:26:49.6937670Z Unpacking libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:26:49.7192537Z Selecting previously unselected package libibverbs-dev:amd64.
2025-08-20T22:26:49.7333378Z Preparing to unpack .../4-libibverbs-dev_50.0-2ubuntu0.2_amd64.deb ...
2025-08-20T22:26:49.7341435Z Unpacking libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T22:26:49.8047262Z Selecting previously unselected package libpcap0.8-dev:amd64.
2025-08-20T22:26:49.8190370Z Preparing to unpack .../5-libpcap0.8-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T22:26:49.8222993Z Unpacking libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:26:49.8611028Z Selecting previously unselected package libpcap-dev:amd64.
2025-08-20T22:26:49.8752667Z Preparing to unpack .../6-libpcap-dev_1.10.4-4.1ubuntu3_amd64.deb ...
2025-08-20T22:26:49.8760756Z Unpacking libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:26:49.8992146Z Selecting previously unselected package pcaputils.
2025-08-20T22:26:49.9131857Z Preparing to unpack .../7-pcaputils_0.8-1.1build2_amd64.deb ...
2025-08-20T22:26:49.9163888Z Unpacking pcaputils (0.8-1.1build2) ...
2025-08-20T22:26:49.9600680Z Setting up libjudydebian1 (1.0.5-5.1build1) ...
2025-08-20T22:26:49.9627348Z Setting up libdbus-1-dev:amd64 (1.14.10-4ubuntu4.1) ...
2025-08-20T22:26:50.1091408Z Setting up libnl-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:26:50.1115395Z Setting up pcaputils (0.8-1.1build2) ...
2025-08-20T22:26:50.1213995Z update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
2025-08-20T22:26:50.4119868Z Setting up libnl-route-3-dev:amd64 (3.7.0-0.3build1.1) ...
2025-08-20T22:26:50.4140623Z Setting up libibverbs-dev:amd64 (50.0-2ubuntu0.2) ...
2025-08-20T22:26:50.4188881Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:26:50.4332986Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:26:55.0683441Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:26:55.1344411Z Setting up libpcap0.8-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:26:55.1379488Z Setting up libpcap-dev:amd64 (1.10.4-4.1ubuntu3) ...
2025-08-20T22:26:56.5280803Z Reading package lists...
2025-08-20T22:26:56.6727345Z Building dependency tree...
2025-08-20T22:26:56.6736307Z Reading state information...
2025-08-20T22:26:56.7120812Z Reading package lists...
2025-08-20T22:26:56.8613247Z Building dependency tree...
2025-08-20T22:26:56.8621650Z Reading state information...
2025-08-20T22:26:57.0113492Z The following additional packages will be installed:
2025-08-20T22:26:57.0117804Z   liblz1 liblzma-dev librust-cc-dev librust-libc-dev librust-pkg-config-dev
2025-08-20T22:26:57.0123649Z Suggested packages:
2025-08-20T22:26:57.0124224Z   liblzma-doc librust-cc+jobserver-dev librust-libc+rustc-dep-of-std-dev
2025-08-20T22:26:57.0124938Z   librust-libc+rustc-std-workspace-core-dev
2025-08-20T22:26:57.0272160Z The following NEW packages will be installed:
2025-08-20T22:26:57.0273096Z   liblz-dev liblz1 liblzma-dev librust-cc-dev librust-libc-dev
2025-08-20T22:26:57.0277187Z   librust-lzma-sys-dev librust-pkg-config-dev lzma lzma-dev
2025-08-20T22:26:57.0442830Z 0 upgraded, 9 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:26:57.0443750Z Need to get 800 kB of archives.
2025-08-20T22:26:57.0444312Z After this operation, 6245 kB of additional disk space will be used.
2025-08-20T22:26:57.0444979Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:26:57.0783242Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz1 amd64 1.14-1 [36.4 kB]
2025-08-20T22:26:57.0992429Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 liblz-dev amd64 1.14-1 [51.7 kB]
2025-08-20T22:26:57.1185270Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-libc-dev amd64 0.2.152-1 [353 kB]
2025-08-20T22:26:57.1431163Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-cc-dev amd64 1.0.83-1 [61.6 kB]
2025-08-20T22:26:57.1653832Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-pkg-config-dev amd64 0.3.27-1 [21.5 kB]
2025-08-20T22:26:57.1847060Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 liblzma-dev amd64 5.6.1+really5.4.5-1ubuntu0.2 [176 kB]
2025-08-20T22:26:57.2055561Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 librust-lzma-sys-dev amd64 0.1.20-1 [10.9 kB]
2025-08-20T22:26:57.2245769Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma amd64 9.22-2.2 [47.3 kB]
2025-08-20T22:26:57.2439005Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lzma-dev all 9.22-2.2 [41.6 kB]
2025-08-20T22:26:57.4982239Z Fetched 800 kB in 0s (3812 kB/s)
2025-08-20T22:26:57.5206837Z Selecting previously unselected package liblz1:amd64.
2025-08-20T22:26:57.5266090Z (Reading database ... 
2025-08-20T22:26:57.5266493Z (Reading database ... 5%
2025-08-20T22:26:57.5266863Z (Reading database ... 10%
2025-08-20T22:26:57.5267230Z (Reading database ... 15%
2025-08-20T22:26:57.5267823Z (Reading database ... 20%
2025-08-20T22:26:57.5268087Z (Reading database ... 25%
2025-08-20T22:26:57.5268465Z (Reading database ... 30%
2025-08-20T22:26:57.5268694Z (Reading database ... 35%
2025-08-20T22:26:57.5268933Z (Reading database ... 40%
2025-08-20T22:26:57.5269160Z (Reading database ... 45%
2025-08-20T22:26:57.5269387Z (Reading database ... 50%
2025-08-20T22:26:57.5363556Z (Reading database ... 55%
2025-08-20T22:26:57.5384171Z (Reading database ... 60%
2025-08-20T22:26:57.5405566Z (Reading database ... 65%
2025-08-20T22:26:57.5445999Z (Reading database ... 70%
2025-08-20T22:26:57.5470730Z (Reading database ... 75%
2025-08-20T22:26:57.5505690Z (Reading database ... 80%
2025-08-20T22:26:57.5665587Z (Reading database ... 85%
2025-08-20T22:26:57.5922305Z (Reading database ... 90%
2025-08-20T22:26:57.6002781Z (Reading database ... 95%
2025-08-20T22:26:57.6003187Z (Reading database ... 100%
2025-08-20T22:26:57.6003707Z (Reading database ... 236365 files and directories currently installed.)
2025-08-20T22:26:57.6044696Z Preparing to unpack .../0-liblz1_1.14-1_amd64.deb ...
2025-08-20T22:26:57.6067498Z Unpacking liblz1:amd64 (1.14-1) ...
2025-08-20T22:26:57.6319038Z Selecting previously unselected package liblz-dev:amd64.
2025-08-20T22:26:57.6456083Z Preparing to unpack .../1-liblz-dev_1.14-1_amd64.deb ...
2025-08-20T22:26:57.6466645Z Unpacking liblz-dev:amd64 (1.14-1) ...
2025-08-20T22:26:57.6687678Z Selecting previously unselected package librust-libc-dev:amd64.
2025-08-20T22:26:57.6823425Z Preparing to unpack .../2-librust-libc-dev_0.2.152-1_amd64.deb ...
2025-08-20T22:26:57.6832164Z Unpacking librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T22:26:57.7630523Z Selecting previously unselected package librust-cc-dev:amd64.
2025-08-20T22:26:57.7773054Z Preparing to unpack .../3-librust-cc-dev_1.0.83-1_amd64.deb ...
2025-08-20T22:26:57.7785988Z Unpacking librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T22:26:57.8058902Z Selecting previously unselected package librust-pkg-config-dev:amd64.
2025-08-20T22:26:57.8199754Z Preparing to unpack .../4-librust-pkg-config-dev_0.3.27-1_amd64.deb ...
2025-08-20T22:26:57.8210017Z Unpacking librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T22:26:57.8467407Z Selecting previously unselected package liblzma-dev:amd64.
2025-08-20T22:26:57.8607574Z Preparing to unpack .../5-liblzma-dev_5.6.1+really5.4.5-1ubuntu0.2_amd64.deb ...
2025-08-20T22:26:57.8622463Z Unpacking liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:26:57.8900173Z Selecting previously unselected package librust-lzma-sys-dev:amd64.
2025-08-20T22:26:57.9038601Z Preparing to unpack .../6-librust-lzma-sys-dev_0.1.20-1_amd64.deb ...
2025-08-20T22:26:57.9064658Z Unpacking librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T22:26:57.9303543Z Selecting previously unselected package lzma.
2025-08-20T22:26:57.9444855Z Preparing to unpack .../7-lzma_9.22-2.2_amd64.deb ...
2025-08-20T22:26:57.9458157Z Unpacking lzma (9.22-2.2) ...
2025-08-20T22:26:57.9737157Z Selecting previously unselected package lzma-dev.
2025-08-20T22:26:57.9878769Z Preparing to unpack .../8-lzma-dev_9.22-2.2_all.deb ...
2025-08-20T22:26:57.9887165Z Unpacking lzma-dev (9.22-2.2) ...
2025-08-20T22:26:58.0353186Z Setting up liblz1:amd64 (1.14-1) ...
2025-08-20T22:26:58.0389399Z Setting up librust-libc-dev:amd64 (0.2.152-1) ...
2025-08-20T22:26:58.0410769Z Setting up librust-cc-dev:amd64 (1.0.83-1) ...
2025-08-20T22:26:58.0435991Z Setting up liblz-dev:amd64 (1.14-1) ...
2025-08-20T22:26:58.0471621Z Setting up lzma (9.22-2.2) ...
2025-08-20T22:26:58.0540926Z update-alternatives: using /usr/bin/lzmp to provide /usr/bin/lzma (lzma) in auto mode
2025-08-20T22:26:58.0567583Z Setting up lzma-dev (9.22-2.2) ...
2025-08-20T22:26:58.0600411Z Setting up liblzma-dev:amd64 (5.6.1+really5.4.5-1ubuntu0.2) ...
2025-08-20T22:26:58.0628910Z Setting up librust-pkg-config-dev:amd64 (0.3.27-1) ...
2025-08-20T22:26:58.0663323Z Setting up librust-lzma-sys-dev:amd64 (0.1.20-1) ...
2025-08-20T22:26:58.0693934Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:26:58.0847399Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:27:02.3889729Z Processing triggers for install-info (7.1-3build2) ...
2025-08-20T22:27:03.0180246Z 
2025-08-20T22:27:03.0180718Z Running kernel seems to be up-to-date.
2025-08-20T22:27:03.0181002Z 
2025-08-20T22:27:03.0181106Z Restarting services...
2025-08-20T22:27:03.0241234Z 
2025-08-20T22:27:03.0241501Z Service restarts being deferred:
2025-08-20T22:27:03.0241965Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:27:03.0242205Z 
2025-08-20T22:27:03.0242582Z No containers need to be restarted.
2025-08-20T22:27:03.0242909Z 
2025-08-20T22:27:03.0243107Z No user sessions are running outdated binaries.
2025-08-20T22:27:03.0243442Z 
2025-08-20T22:27:03.0243746Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:27:03.8322648Z Reading package lists...
2025-08-20T22:27:03.9730074Z Building dependency tree...
2025-08-20T22:27:03.9738469Z Reading state information...
2025-08-20T22:27:04.1542978Z dnsutils is already the newest version (1:9.18.30-0ubuntu0.24.04.2).
2025-08-20T22:27:04.1543672Z inetutils-telnet is already the newest version (2:2.5-3ubuntu4).
2025-08-20T22:27:04.1544249Z inetutils-telnet set to manually installed.
2025-08-20T22:27:04.1544759Z net-tools is already the newest version (2.10-0.1ubuntu4.4).
2025-08-20T22:27:04.1545304Z The following additional packages will be installed:
2025-08-20T22:27:04.1545752Z   tcpd update-inetd
2025-08-20T22:27:04.1687642Z The following packages will be REMOVED:
2025-08-20T22:27:04.1694162Z   iputils-ping rsyslog ubuntu-minimal
2025-08-20T22:27:04.1694729Z The following NEW packages will be installed:
2025-08-20T22:27:04.1695151Z   inetutils-ftp inetutils-ftpd inetutils-inetd inetutils-ping
2025-08-20T22:27:04.1695650Z   inetutils-syslogd inetutils-talk inetutils-talkd inetutils-telnetd
2025-08-20T22:27:04.1701597Z   inetutils-tools inetutils-traceroute netcat-traditional tcpd update-inetd
2025-08-20T22:27:04.1864917Z 0 upgraded, 13 newly installed, 3 to remove and 19 not upgraded.
2025-08-20T22:27:04.1865485Z Need to get 698 kB of archives.
2025-08-20T22:27:04.1865820Z After this operation, 196 kB of additional disk space will be used.
2025-08-20T22:27:04.1866471Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:27:04.2245452Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-syslogd amd64 2:2.5-3ubuntu4 [62.6 kB]
2025-08-20T22:27:04.2444289Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 tcpd amd64 7.6.q-33 [24.3 kB]
2025-08-20T22:27:04.2631805Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 update-inetd all 4.53 [24.0 kB]
2025-08-20T22:27:04.2815552Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-inetd amd64 2:2.5-3ubuntu4 [45.5 kB]
2025-08-20T22:27:04.3005602Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftp amd64 2:2.5-3ubuntu4 [84.3 kB]
2025-08-20T22:27:04.3662031Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ftpd amd64 2:2.5-3ubuntu4 [73.3 kB]
2025-08-20T22:27:04.3853940Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-ping amd64 2:2.5-3ubuntu4 [62.4 kB]
2025-08-20T22:27:04.4053004Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talk amd64 2:2.5-3ubuntu4 [45.8 kB]
2025-08-20T22:27:04.4247119Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-talkd amd64 2:2.5-3ubuntu4 [35.7 kB]
2025-08-20T22:27:04.4436040Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-telnetd amd64 2:2.5-3ubuntu4 [60.0 kB]
2025-08-20T22:27:04.4645323Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-tools amd64 2:2.5-3ubuntu4 [76.9 kB]
2025-08-20T22:27:04.5297299Z Get:13 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 netcat-traditional amd64 1.10-48 [61.3 kB]
2025-08-20T22:27:04.5491132Z Get:14 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 inetutils-traceroute amd64 2:2.5-3ubuntu4 [42.2 kB]
2025-08-20T22:27:04.7704948Z Preconfiguring packages ...
2025-08-20T22:27:04.8722052Z Fetched 698 kB in 0s (1872 kB/s)
2025-08-20T22:27:04.8917464Z (Reading database ... 
2025-08-20T22:27:04.8917984Z (Reading database ... 5%
2025-08-20T22:27:04.8918693Z (Reading database ... 10%
2025-08-20T22:27:04.8919103Z (Reading database ... 15%
2025-08-20T22:27:04.8919366Z (Reading database ... 20%
2025-08-20T22:27:04.8919615Z (Reading database ... 25%
2025-08-20T22:27:04.8919859Z (Reading database ... 30%
2025-08-20T22:27:04.8920121Z (Reading database ... 35%
2025-08-20T22:27:04.8920370Z (Reading database ... 40%
2025-08-20T22:27:04.8920612Z (Reading database ... 45%
2025-08-20T22:27:04.8920849Z (Reading database ... 50%
2025-08-20T22:27:04.8941742Z (Reading database ... 55%
2025-08-20T22:27:04.9033024Z (Reading database ... 60%
2025-08-20T22:27:04.9053550Z (Reading database ... 65%
2025-08-20T22:27:04.9091362Z (Reading database ... 70%
2025-08-20T22:27:04.9114712Z (Reading database ... 75%
2025-08-20T22:27:04.9150055Z (Reading database ... 80%
2025-08-20T22:27:04.9306900Z (Reading database ... 85%
2025-08-20T22:27:04.9560558Z (Reading database ... 90%
2025-08-20T22:27:04.9639714Z (Reading database ... 95%
2025-08-20T22:27:04.9640191Z (Reading database ... 100%
2025-08-20T22:27:04.9640861Z (Reading database ... 236857 files and directories currently installed.)
2025-08-20T22:27:04.9679625Z Removing ubuntu-minimal (1.539.2) ...
2025-08-20T22:27:04.9842899Z Removing iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:27:05.0017400Z Removing rsyslog (8.2312.0-3ubuntu9.1) ...
2025-08-20T22:27:05.3579833Z Selecting previously unselected package inetutils-syslogd.
2025-08-20T22:27:05.3638797Z (Reading database ... 
2025-08-20T22:27:05.3639217Z (Reading database ... 5%
2025-08-20T22:27:05.3639619Z (Reading database ... 10%
2025-08-20T22:27:05.3639864Z (Reading database ... 15%
2025-08-20T22:27:05.3640093Z (Reading database ... 20%
2025-08-20T22:27:05.3640337Z (Reading database ... 25%
2025-08-20T22:27:05.3640552Z (Reading database ... 30%
2025-08-20T22:27:05.3640764Z (Reading database ... 35%
2025-08-20T22:27:05.3640981Z (Reading database ... 40%
2025-08-20T22:27:05.3641535Z (Reading database ... 45%
2025-08-20T22:27:05.3641749Z (Reading database ... 50%
2025-08-20T22:27:05.3661689Z (Reading database ... 55%
2025-08-20T22:27:05.3752534Z (Reading database ... 60%
2025-08-20T22:27:05.3773084Z (Reading database ... 65%
2025-08-20T22:27:05.3812159Z (Reading database ... 70%
2025-08-20T22:27:05.3837096Z (Reading database ... 75%
2025-08-20T22:27:05.3873410Z (Reading database ... 80%
2025-08-20T22:27:05.4033707Z (Reading database ... 85%
2025-08-20T22:27:05.4297204Z (Reading database ... 90%
2025-08-20T22:27:05.4379418Z (Reading database ... 95%
2025-08-20T22:27:05.4379933Z (Reading database ... 100%
2025-08-20T22:27:05.4380631Z (Reading database ... 236785 files and directories currently installed.)
2025-08-20T22:27:05.4421665Z Preparing to unpack .../00-inetutils-syslogd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:27:05.4460611Z Unpacking inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:27:05.4720574Z Selecting previously unselected package tcpd.
2025-08-20T22:27:05.4856028Z Preparing to unpack .../01-tcpd_7.6.q-33_amd64.deb ...
2025-08-20T22:27:05.4865839Z Unpacking tcpd (7.6.q-33) ...
2025-08-20T22:27:05.5105180Z Selecting previously unselected package update-inetd.
2025-08-20T22:27:05.5241830Z Preparing to unpack .../02-update-inetd_4.53_all.deb ...
2025-08-20T22:27:05.5251363Z Unpacking update-inetd (4.53) ...
2025-08-20T22:27:05.5494831Z Selecting previously unselected package inetutils-inetd.
2025-08-20T22:27:05.5633446Z Preparing to unpack .../03-inetutils-inetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:27:05.5687940Z Unpacking inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:27:05.5924885Z Selecting previously unselected package inetutils-ftp.
2025-08-20T22:27:05.6063373Z Preparing to unpack .../04-inetutils-ftp_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:27:05.6072109Z Unpacking inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:27:05.6330088Z Selecting previously unselected package inetutils-ftpd.
2025-08-20T22:27:05.6468206Z Preparing to unpack .../05-inetutils-ftpd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:27:05.6480820Z Unpacking inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:27:05.6717150Z Selecting previously unselected package inetutils-ping.
2025-08-20T22:27:05.6853575Z Preparing to unpack .../06-inetutils-ping_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:27:05.6868422Z Unpacking inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:27:05.7098617Z Selecting previously unselected package inetutils-talk.
2025-08-20T22:27:05.7235188Z Preparing to unpack .../07-inetutils-talk_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:27:05.7251063Z Unpacking inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:27:05.7480239Z Selecting previously unselected package inetutils-talkd.
2025-08-20T22:27:05.7616566Z Preparing to unpack .../08-inetutils-talkd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:27:05.7629574Z Unpacking inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:27:05.7867106Z Selecting previously unselected package inetutils-telnetd.
2025-08-20T22:27:05.8002757Z Preparing to unpack .../09-inetutils-telnetd_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:27:05.8014479Z Unpacking inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:27:05.8218558Z Selecting previously unselected package inetutils-tools.
2025-08-20T22:27:05.8354126Z Preparing to unpack .../10-inetutils-tools_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:27:05.8363919Z Unpacking inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:27:05.8600955Z Selecting previously unselected package netcat-traditional.
2025-08-20T22:27:05.8737183Z Preparing to unpack .../11-netcat-traditional_1.10-48_amd64.deb ...
2025-08-20T22:27:05.8748176Z Unpacking netcat-traditional (1.10-48) ...
2025-08-20T22:27:05.9000947Z Selecting previously unselected package inetutils-traceroute.
2025-08-20T22:27:05.9137286Z Preparing to unpack .../12-inetutils-traceroute_2%3a2.5-3ubuntu4_amd64.deb ...
2025-08-20T22:27:05.9145497Z Unpacking inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:27:05.9564877Z Setting up netcat-traditional (1.10-48) ...
2025-08-20T22:27:05.9654049Z Setting up update-inetd (4.53) ...
2025-08-20T22:27:06.0556089Z Setting up inetutils-traceroute (2:2.5-3ubuntu4) ...
2025-08-20T22:27:06.0619133Z update-alternatives: using /usr/bin/inetutils-traceroute to provide /usr/bin/traceroute (traceroute) in auto mode
2025-08-20T22:27:06.0642974Z Setting up inetutils-syslogd (2:2.5-3ubuntu4) ...
2025-08-20T22:27:06.4810147Z Created symlink /etc/systemd/system/syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:27:06.4810601Z 
2025-08-20T22:27:06.4810733Z Removed "/etc/systemd/system/syslog.service".
2025-08-20T22:27:06.4810945Z 
2025-08-20T22:27:06.4811393Z Created symlink /etc/systemd/system/syslog.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:27:06.4812073Z 
2025-08-20T22:27:06.4813082Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-syslogd.service → /usr/lib/systemd/system/inetutils-syslogd.service.
2025-08-20T22:27:06.4814090Z 
2025-08-20T22:27:06.7839223Z Setting up inetutils-ftp (2:2.5-3ubuntu4) ...
2025-08-20T22:27:06.7924292Z Setting up inetutils-talk (2:2.5-3ubuntu4) ...
2025-08-20T22:27:06.7987434Z update-alternatives: using /usr/bin/inetutils-talk to provide /usr/bin/talk (talk) in auto mode
2025-08-20T22:27:06.8010516Z Setting up inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:27:06.8049854Z Setting up inetutils-tools (2:2.5-3ubuntu4) ...
2025-08-20T22:27:06.8074509Z Setting up tcpd (7.6.q-33) ...
2025-08-20T22:27:06.8097136Z Setting up inetutils-inetd (2:2.5-3ubuntu4) ...
2025-08-20T22:27:07.1968828Z Created symlink /etc/systemd/system/inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:27:07.1969276Z 
2025-08-20T22:27:07.1970045Z Created symlink /etc/systemd/system/multi-user.target.wants/inetutils-inetd.service → /usr/lib/systemd/system/inetutils-inetd.service.
2025-08-20T22:27:07.1970989Z 
2025-08-20T22:27:07.4882385Z Setting up inetutils-talkd (2:2.5-3ubuntu4) ...
2025-08-20T22:27:07.6059734Z Setting up inetutils-ftpd (2:2.5-3ubuntu4) ...
2025-08-20T22:27:07.6676427Z Setting up inetutils-telnetd (2:2.5-3ubuntu4) ...
2025-08-20T22:27:07.7275614Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:27:13.8473531Z Reading package lists...
2025-08-20T22:27:13.9912990Z Building dependency tree...
2025-08-20T22:27:13.9921066Z Reading state information...
2025-08-20T22:27:14.1867110Z iputils-tracepath is already the newest version (3:20240117-1ubuntu0.1).
2025-08-20T22:27:14.1867820Z iputils-tracepath set to manually installed.
2025-08-20T22:27:14.1868495Z The following packages will be REMOVED:
2025-08-20T22:27:14.1874412Z   inetutils-ping
2025-08-20T22:27:14.1875365Z The following NEW packages will be installed:
2025-08-20T22:27:14.1881617Z   iputils-arping iputils-clockdiff iputils-ping
2025-08-20T22:27:14.2049349Z 0 upgraded, 3 newly installed, 1 to remove and 19 not upgraded.
2025-08-20T22:27:14.2049915Z Need to get 71.5 kB of archives.
2025-08-20T22:27:14.2050266Z After this operation, 16.4 kB of additional disk space will be used.
2025-08-20T22:27:14.2050664Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:27:14.2461967Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-ping amd64 3:20240117-1ubuntu0.1 [44.6 kB]
2025-08-20T22:27:14.2661393Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble-updates/main amd64 iputils-arping amd64 3:20240117-1ubuntu0.1 [15.1 kB]
2025-08-20T22:27:14.2878223Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble-updates/universe amd64 iputils-clockdiff amd64 3:20240117-1ubuntu0.1 [11.8 kB]
2025-08-20T22:27:14.5648437Z Fetched 71.5 kB in 0s (765 kB/s)
2025-08-20T22:27:14.5834275Z (Reading database ... 
2025-08-20T22:27:14.5834685Z (Reading database ... 5%
2025-08-20T22:27:14.5835046Z (Reading database ... 10%
2025-08-20T22:27:14.5835403Z (Reading database ... 15%
2025-08-20T22:27:14.5835657Z (Reading database ... 20%
2025-08-20T22:27:14.5835885Z (Reading database ... 25%
2025-08-20T22:27:14.5836120Z (Reading database ... 30%
2025-08-20T22:27:14.5836577Z (Reading database ... 35%
2025-08-20T22:27:14.5836806Z (Reading database ... 40%
2025-08-20T22:27:14.5837030Z (Reading database ... 45%
2025-08-20T22:27:14.5837241Z (Reading database ... 50%
2025-08-20T22:27:14.5918018Z (Reading database ... 55%
2025-08-20T22:27:14.5952795Z (Reading database ... 60%
2025-08-20T22:27:14.5975094Z (Reading database ... 65%
2025-08-20T22:27:14.6015864Z (Reading database ... 70%
2025-08-20T22:27:14.6044331Z (Reading database ... 75%
2025-08-20T22:27:14.6076465Z (Reading database ... 80%
2025-08-20T22:27:14.6243487Z (Reading database ... 85%
2025-08-20T22:27:14.6510023Z (Reading database ... 90%
2025-08-20T22:27:14.6593011Z (Reading database ... 95%
2025-08-20T22:27:14.6593301Z (Reading database ... 100%
2025-08-20T22:27:14.6593751Z (Reading database ... 236946 files and directories currently installed.)
2025-08-20T22:27:14.6634519Z Removing inetutils-ping (2:2.5-3ubuntu4) ...
2025-08-20T22:27:14.7096039Z Selecting previously unselected package iputils-ping.
2025-08-20T22:27:14.7156680Z (Reading database ... 
2025-08-20T22:27:14.7157162Z (Reading database ... 5%
2025-08-20T22:27:14.7157543Z (Reading database ... 10%
2025-08-20T22:27:14.7157916Z (Reading database ... 15%
2025-08-20T22:27:14.7158495Z (Reading database ... 20%
2025-08-20T22:27:14.7158889Z (Reading database ... 25%
2025-08-20T22:27:14.7159657Z (Reading database ... 30%
2025-08-20T22:27:14.7160030Z (Reading database ... 35%
2025-08-20T22:27:14.7160380Z (Reading database ... 40%
2025-08-20T22:27:14.7160733Z (Reading database ... 45%
2025-08-20T22:27:14.7161091Z (Reading database ... 50%
2025-08-20T22:27:14.7242328Z (Reading database ... 55%
2025-08-20T22:27:14.7277694Z (Reading database ... 60%
2025-08-20T22:27:14.7300132Z (Reading database ... 65%
2025-08-20T22:27:14.7340576Z (Reading database ... 70%
2025-08-20T22:27:14.7369860Z (Reading database ... 75%
2025-08-20T22:27:14.7402697Z (Reading database ... 80%
2025-08-20T22:27:14.7568517Z (Reading database ... 85%
2025-08-20T22:27:14.7835413Z (Reading database ... 90%
2025-08-20T22:27:14.7919175Z (Reading database ... 95%
2025-08-20T22:27:14.7919563Z (Reading database ... 100%
2025-08-20T22:27:14.7920102Z (Reading database ... 236937 files and directories currently installed.)
2025-08-20T22:27:14.7962496Z Preparing to unpack .../iputils-ping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:27:14.7972825Z Unpacking iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:27:14.8205814Z Selecting previously unselected package iputils-arping.
2025-08-20T22:27:14.8342126Z Preparing to unpack .../iputils-arping_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:27:14.8357758Z Unpacking iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:27:14.8576807Z Selecting previously unselected package iputils-clockdiff.
2025-08-20T22:27:14.8715555Z Preparing to unpack .../iputils-clockdiff_3%3a20240117-1ubuntu0.1_amd64.deb ...
2025-08-20T22:27:14.8730984Z Unpacking iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:27:14.9131259Z Setting up iputils-arping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:27:14.9291639Z Setting up iputils-ping (3:20240117-1ubuntu0.1) ...
2025-08-20T22:27:14.9446853Z Setting up iputils-clockdiff (3:20240117-1ubuntu0.1) ...
2025-08-20T22:27:14.9603915Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:27:20.8433230Z Reading package lists...
2025-08-20T22:27:20.9955914Z Building dependency tree...
2025-08-20T22:27:20.9964370Z Reading state information...
2025-08-20T22:27:21.1458623Z python3-pip is already the newest version (24.0+dfsg-1ubuntu1.2).
2025-08-20T22:27:21.1459605Z python3-venv is already the newest version (3.12.3-0ubuntu2).
2025-08-20T22:27:21.1827196Z 0 upgraded, 0 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:27:21.9809824Z pip 24.0 from /usr/lib/python3/dist-packages/pip (python 3.12)
2025-08-20T22:27:22.3785183Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:27:22.9047082Z Requirement already satisfied: pip in /usr/lib/python3/dist-packages (24.0)
2025-08-20T22:27:23.0178052Z Collecting pip
2025-08-20T22:27:23.0622258Z   Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB)
2025-08-20T22:27:23.0751920Z Downloading pip-25.2-py3-none-any.whl (1.8 MB)
2025-08-20T22:27:23.1896131Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 15.5 MB/s eta 0:00:00
2025-08-20T22:27:23.4470630Z Installing collected packages: pip
2025-08-20T22:27:24.1733805Z Successfully installed pip-25.2
2025-08-20T22:27:24.3898020Z pip 25.2 from /home/runner/.local/lib/python3.12/site-packages/pip (python 3.12)
2025-08-20T22:27:24.4316154Z Reading package lists...
2025-08-20T22:27:24.5821030Z Building dependency tree...
2025-08-20T22:27:24.5829557Z Reading state information...
2025-08-20T22:27:24.7326111Z pciutils is already the newest version (1:3.10.0-2build1).
2025-08-20T22:27:24.7326683Z pciutils set to manually installed.
2025-08-20T22:27:24.7327095Z procps is already the newest version (2:4.0.4-4ubuntu3.2).
2025-08-20T22:27:24.7327526Z python3-distro is already the newest version (1.9.0-1).
2025-08-20T22:27:24.7327932Z python3-distro set to manually installed.
2025-08-20T22:27:24.7328546Z python3-netifaces is already the newest version (0.11.0-2build3).
2025-08-20T22:27:24.7328957Z python3-netifaces set to manually installed.
2025-08-20T22:27:24.7329307Z The following additional packages will be installed:
2025-08-20T22:27:24.7330339Z   libsysfs2
2025-08-20T22:27:24.7340276Z Suggested packages:
2025-08-20T22:27:24.7340611Z   fancontrol read-edid i2c-tools
2025-08-20T22:27:24.7593802Z The following NEW packages will be installed:
2025-08-20T22:27:24.7595829Z   libsysfs2 lm-sensors sysfsutils virt-what
2025-08-20T22:27:24.7763232Z 0 upgraded, 4 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:27:24.7989613Z Need to get 142 kB of archives.
2025-08-20T22:27:24.7990336Z After this operation, 577 kB of additional disk space will be used.
2025-08-20T22:27:24.7991065Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:27:24.8491160Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libsysfs2 amd64 2.1.1-6build1 [20.0 kB]
2025-08-20T22:27:24.8843462Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 sysfsutils amd64 2.1.1-6build1 [15.5 kB]
2025-08-20T22:27:24.9094684Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 lm-sensors amd64 1:3.6.0-9build1 [90.1 kB]
2025-08-20T22:27:24.9571779Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 virt-what amd64 1.25-2 [15.9 kB]
2025-08-20T22:27:25.2118509Z Fetched 142 kB in 0s (839 kB/s)
2025-08-20T22:27:25.2324025Z Selecting previously unselected package libsysfs2:amd64.
2025-08-20T22:27:25.2384208Z (Reading database ... 
2025-08-20T22:27:25.2384618Z (Reading database ... 5%
2025-08-20T22:27:25.2384989Z (Reading database ... 10%
2025-08-20T22:27:25.2385355Z (Reading database ... 15%
2025-08-20T22:27:25.2385668Z (Reading database ... 20%
2025-08-20T22:27:25.2386044Z (Reading database ... 25%
2025-08-20T22:27:25.2386404Z (Reading database ... 30%
2025-08-20T22:27:25.2386769Z (Reading database ... 35%
2025-08-20T22:27:25.2387125Z (Reading database ... 40%
2025-08-20T22:27:25.2387475Z (Reading database ... 45%
2025-08-20T22:27:25.2387780Z (Reading database ... 50%
2025-08-20T22:27:25.2466704Z (Reading database ... 55%
2025-08-20T22:27:25.2501657Z (Reading database ... 60%
2025-08-20T22:27:25.2523580Z (Reading database ... 65%
2025-08-20T22:27:25.2562923Z (Reading database ... 70%
2025-08-20T22:27:25.2591001Z (Reading database ... 75%
2025-08-20T22:27:25.2623530Z (Reading database ... 80%
2025-08-20T22:27:25.2782392Z (Reading database ... 85%
2025-08-20T22:27:25.3036995Z (Reading database ... 90%
2025-08-20T22:27:25.3117833Z (Reading database ... 95%
2025-08-20T22:27:25.3118433Z (Reading database ... 100%
2025-08-20T22:27:25.3119007Z (Reading database ... 236956 files and directories currently installed.)
2025-08-20T22:27:25.3160100Z Preparing to unpack .../libsysfs2_2.1.1-6build1_amd64.deb ...
2025-08-20T22:27:25.3179094Z Unpacking libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T22:27:25.3414773Z Selecting previously unselected package sysfsutils.
2025-08-20T22:27:25.3552535Z Preparing to unpack .../sysfsutils_2.1.1-6build1_amd64.deb ...
2025-08-20T22:27:25.3584043Z Unpacking sysfsutils (2.1.1-6build1) ...
2025-08-20T22:27:25.3838200Z Selecting previously unselected package lm-sensors.
2025-08-20T22:27:25.3974109Z Preparing to unpack .../lm-sensors_1%3a3.6.0-9build1_amd64.deb ...
2025-08-20T22:27:25.4164260Z Unpacking lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:27:25.4480681Z Selecting previously unselected package virt-what.
2025-08-20T22:27:25.4625284Z Preparing to unpack .../virt-what_1.25-2_amd64.deb ...
2025-08-20T22:27:25.4634513Z Unpacking virt-what (1.25-2) ...
2025-08-20T22:27:25.5078408Z Setting up virt-what (1.25-2) ...
2025-08-20T22:27:25.5102119Z Setting up libsysfs2:amd64 (2.1.1-6build1) ...
2025-08-20T22:27:25.5124951Z Setting up sysfsutils (2.1.1-6build1) ...
2025-08-20T22:27:25.9001623Z Created symlink /etc/systemd/system/sysfs.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:27:25.9002057Z 
2025-08-20T22:27:25.9002533Z Created symlink /etc/systemd/system/multi-user.target.wants/sysfsutils.service → /usr/lib/systemd/system/sysfsutils.service.
2025-08-20T22:27:25.9003000Z 
2025-08-20T22:27:26.2087431Z Setting up lm-sensors (1:3.6.0-9build1) ...
2025-08-20T22:27:26.5922614Z Created symlink /etc/systemd/system/multi-user.target.wants/lm-sensors.service → /usr/lib/systemd/system/lm-sensors.service.
2025-08-20T22:27:26.5923122Z 
2025-08-20T22:27:26.5965031Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:27:31.2417837Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:27:32.6799997Z Reading package lists...
2025-08-20T22:27:32.8323333Z Building dependency tree...
2025-08-20T22:27:32.8331848Z Reading state information...
2025-08-20T22:27:32.9782319Z scons is already the newest version (4.5.2+dfsg-1).
2025-08-20T22:27:32.9783153Z The following additional packages will be installed:
2025-08-20T22:27:32.9785597Z   libpthread-stubs0-dev libxau-dev libxcb-shape0 libxdmcp-dev x11proto-dev
2025-08-20T22:27:32.9786458Z   xorg-sgml-doctools
2025-08-20T22:27:32.9792285Z Suggested packages:
2025-08-20T22:27:32.9792721Z   libxcb-doc
2025-08-20T22:27:32.9936237Z The following NEW packages will be installed:
2025-08-20T22:27:32.9937672Z   libpthread-stubs0-dev libxau-dev libxcb-render0-dev libxcb-shape0
2025-08-20T22:27:32.9940447Z   libxcb-shape0-dev libxcb-xfixes0-dev libxcb1-dev libxdmcp-dev x11proto-dev
2025-08-20T22:27:32.9941080Z   xcb xorg-sgml-doctools
2025-08-20T22:27:33.0105013Z 0 upgraded, 11 newly installed, 0 to remove and 19 not upgraded.
2025-08-20T22:27:33.0105589Z Need to get 807 kB of archives.
2025-08-20T22:27:33.0105937Z After this operation, 3089 kB of additional disk space will be used.
2025-08-20T22:27:33.0106348Z Get:1 file:/etc/apt/apt-mirrors.txt Mirrorlist [144 B]
2025-08-20T22:27:33.0444391Z Get:2 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libpthread-stubs0-dev amd64 0.4-1build3 [4746 B]
2025-08-20T22:27:33.0695308Z Get:3 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 xorg-sgml-doctools all 1:1.11-1.1 [10.9 kB]
2025-08-20T22:27:33.0896112Z Get:4 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 x11proto-dev all 2023.2-1 [602 kB]
2025-08-20T22:27:33.1287471Z Get:5 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxau-dev amd64 1:1.0.9-1build6 [9570 B]
2025-08-20T22:27:33.1473891Z Get:6 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxdmcp-dev amd64 1:1.1.3-0ubuntu6 [26.5 kB]
2025-08-20T22:27:33.1660592Z Get:7 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb1-dev amd64 1.15-1ubuntu2 [85.8 kB]
2025-08-20T22:27:33.1848205Z Get:8 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-render0-dev amd64 1.15-1ubuntu2 [19.6 kB]
2025-08-20T22:27:33.2030080Z Get:9 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0 amd64 1.15-1ubuntu2 [6100 B]
2025-08-20T22:27:33.2251612Z Get:10 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-shape0-dev amd64 1.15-1ubuntu2 [7310 B]
2025-08-20T22:27:33.2433565Z Get:11 http://azure.archive.ubuntu.com/ubuntu noble/main amd64 libxcb-xfixes0-dev amd64 1.15-1ubuntu2 [12.6 kB]
2025-08-20T22:27:33.2617872Z Get:12 http://azure.archive.ubuntu.com/ubuntu noble/universe amd64 xcb amd64 2.4-8build2 [21.3 kB]
2025-08-20T22:27:33.5212858Z Fetched 807 kB in 0s (3084 kB/s)
2025-08-20T22:27:33.5402735Z Selecting previously unselected package libpthread-stubs0-dev:amd64.
2025-08-20T22:27:33.5461913Z (Reading database ... 
2025-08-20T22:27:33.5462307Z (Reading database ... 5%
2025-08-20T22:27:33.5462715Z (Reading database ... 10%
2025-08-20T22:27:33.5463089Z (Reading database ... 15%
2025-08-20T22:27:33.5463455Z (Reading database ... 20%
2025-08-20T22:27:33.5463822Z (Reading database ... 25%
2025-08-20T22:27:33.5464212Z (Reading database ... 30%
2025-08-20T22:27:33.5464577Z (Reading database ... 35%
2025-08-20T22:27:33.5465293Z (Reading database ... 40%
2025-08-20T22:27:33.5465671Z (Reading database ... 45%
2025-08-20T22:27:33.5466053Z (Reading database ... 50%
2025-08-20T22:27:33.5557918Z (Reading database ... 55%
2025-08-20T22:27:33.5578803Z (Reading database ... 60%
2025-08-20T22:27:33.5600430Z (Reading database ... 65%
2025-08-20T22:27:33.5640353Z (Reading database ... 70%
2025-08-20T22:27:33.5668926Z (Reading database ... 75%
2025-08-20T22:27:33.5701873Z (Reading database ... 80%
2025-08-20T22:27:33.5866031Z (Reading database ... 85%
2025-08-20T22:27:33.6129993Z (Reading database ... 90%
2025-08-20T22:27:33.6214561Z (Reading database ... 95%
2025-08-20T22:27:33.6214968Z (Reading database ... 100%
2025-08-20T22:27:33.6215520Z (Reading database ... 237013 files and directories currently installed.)
2025-08-20T22:27:33.6258744Z Preparing to unpack .../00-libpthread-stubs0-dev_0.4-1build3_amd64.deb ...
2025-08-20T22:27:33.6271538Z Unpacking libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T22:27:33.6482163Z Selecting previously unselected package xorg-sgml-doctools.
2025-08-20T22:27:33.6626027Z Preparing to unpack .../01-xorg-sgml-doctools_1%3a1.11-1.1_all.deb ...
2025-08-20T22:27:33.6634872Z Unpacking xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:27:33.6884760Z Selecting previously unselected package x11proto-dev.
2025-08-20T22:27:33.7028560Z Preparing to unpack .../02-x11proto-dev_2023.2-1_all.deb ...
2025-08-20T22:27:33.7037409Z Unpacking x11proto-dev (2023.2-1) ...
2025-08-20T22:27:33.7612726Z Selecting previously unselected package libxau-dev:amd64.
2025-08-20T22:27:33.7756162Z Preparing to unpack .../03-libxau-dev_1%3a1.0.9-1build6_amd64.deb ...
2025-08-20T22:27:33.7764039Z Unpacking libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T22:27:33.7992539Z Selecting previously unselected package libxdmcp-dev:amd64.
2025-08-20T22:27:33.8135387Z Preparing to unpack .../04-libxdmcp-dev_1%3a1.1.3-0ubuntu6_amd64.deb ...
2025-08-20T22:27:33.8144153Z Unpacking libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:27:33.8358199Z Selecting previously unselected package libxcb1-dev:amd64.
2025-08-20T22:27:33.8500610Z Preparing to unpack .../05-libxcb1-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:27:33.8510792Z Unpacking libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:27:33.8748540Z Selecting previously unselected package libxcb-render0-dev:amd64.
2025-08-20T22:27:33.8890493Z Preparing to unpack .../06-libxcb-render0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:27:33.8902607Z Unpacking libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:27:33.9136928Z Selecting previously unselected package libxcb-shape0:amd64.
2025-08-20T22:27:33.9278668Z Preparing to unpack .../07-libxcb-shape0_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:27:33.9297053Z Unpacking libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:27:33.9508006Z Selecting previously unselected package libxcb-shape0-dev:amd64.
2025-08-20T22:27:33.9649555Z Preparing to unpack .../08-libxcb-shape0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:27:33.9661028Z Unpacking libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:27:33.9874557Z Selecting previously unselected package libxcb-xfixes0-dev:amd64.
2025-08-20T22:27:34.0014920Z Preparing to unpack .../09-libxcb-xfixes0-dev_1.15-1ubuntu2_amd64.deb ...
2025-08-20T22:27:34.0024138Z Unpacking libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:27:34.0246329Z Selecting previously unselected package xcb.
2025-08-20T22:27:34.0387730Z Preparing to unpack .../10-xcb_2.4-8build2_amd64.deb ...
2025-08-20T22:27:34.0397897Z Unpacking xcb (2.4-8build2) ...
2025-08-20T22:27:34.0818038Z Setting up libxcb-shape0:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:27:34.0845887Z Setting up libpthread-stubs0-dev:amd64 (0.4-1build3) ...
2025-08-20T22:27:34.0873913Z Setting up xcb (2.4-8build2) ...
2025-08-20T22:27:34.0921147Z Setting up xorg-sgml-doctools (1:1.11-1.1) ...
2025-08-20T22:27:34.0980217Z Processing triggers for libc-bin (2.39-0ubuntu8.5) ...
2025-08-20T22:27:34.1136318Z Processing triggers for man-db (2.12.0-4build2) ...
2025-08-20T22:27:38.5758508Z Processing triggers for sgml-base (1.31) ...
2025-08-20T22:27:38.5849462Z Setting up x11proto-dev (2023.2-1) ...
2025-08-20T22:27:38.5884414Z Setting up libxau-dev:amd64 (1:1.0.9-1build6) ...
2025-08-20T22:27:38.5906466Z Setting up libxdmcp-dev:amd64 (1:1.1.3-0ubuntu6) ...
2025-08-20T22:27:38.5943757Z Setting up libxcb1-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:27:38.5969030Z Setting up libxcb-render0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:27:38.6001645Z Setting up libxcb-shape0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:27:38.6029461Z Setting up libxcb-xfixes0-dev:amd64 (1.15-1ubuntu2) ...
2025-08-20T22:27:40.2106953Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:27:40.3895405Z Collecting build
2025-08-20T22:27:40.4321051Z   Downloading build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:27:40.5403409Z Collecting cffi
2025-08-20T22:27:40.5478759Z   Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T22:27:40.5678800Z Collecting scons
2025-08-20T22:27:40.5764658Z   Downloading scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:27:40.5935029Z Collecting scuba
2025-08-20T22:27:40.6022494Z   Downloading scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:27:40.6499771Z Collecting pytest
2025-08-20T22:27:40.6570757Z   Downloading pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:27:40.6808919Z Collecting packaging>=19.1 (from build)
2025-08-20T22:27:40.6880370Z   Downloading packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:27:40.7013303Z Collecting pyproject_hooks (from build)
2025-08-20T22:27:40.7083140Z   Downloading pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:27:40.7227792Z Collecting pycparser (from cffi)
2025-08-20T22:27:40.7296855Z   Downloading pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:27:40.7662222Z Collecting PyYAML (from scuba)
2025-08-20T22:27:40.7737197Z   Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T22:27:40.7872288Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:27:40.7949140Z   Downloading iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:27:40.8144143Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:27:40.8213353Z   Downloading pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:27:40.8435295Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:27:40.8502831Z   Downloading pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:27:40.8643160Z Downloading build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:27:40.8736650Z Downloading cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T22:27:40.9046398Z Downloading scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:27:40.9348192Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.1/4.1 MB 142.0 MB/s  0:00:00
2025-08-20T22:27:40.9424988Z Downloading scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:27:40.9529746Z Downloading pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:27:40.9639005Z Downloading pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:27:40.9733293Z Downloading iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:27:40.9829394Z Downloading packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:27:40.9926998Z Downloading pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:27:41.0015350Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 148.6 MB/s  0:00:00
2025-08-20T22:27:41.0086307Z Downloading pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:27:41.0180018Z Downloading pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:27:41.0272936Z Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T22:27:41.0339620Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 124.6 MB/s  0:00:00
2025-08-20T22:27:41.1459971Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:27:42.8447243Z 
2025-08-20T22:27:42.8465354Z 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:27:43.1503737Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:27:43.3267200Z Collecting ansi2txt
2025-08-20T22:27:43.3715276Z   Downloading ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:27:43.3956940Z Collecting pipx
2025-08-20T22:27:43.4029099Z   Downloading pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:27:43.4231352Z Collecting scons
2025-08-20T22:27:43.4247525Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:27:43.4374890Z Collecting py2static
2025-08-20T22:27:43.4465442Z   Downloading py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:27:43.4697465Z Collecting typer
2025-08-20T22:27:43.4764888Z   Downloading typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:27:43.5072874Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:27:43.5147620Z   Downloading argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:27:43.5351178Z Collecting packaging>=20 (from pipx)
2025-08-20T22:27:43.5361856Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:27:43.5576094Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:27:43.5648602Z   Downloading platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:27:43.5820034Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:27:43.5890463Z   Downloading userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:27:43.6357978Z Collecting pyinstaller (from py2static)
2025-08-20T22:27:43.6432119Z   Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T22:27:43.6685140Z Collecting staticx (from py2static)
2025-08-20T22:27:43.6769730Z   Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T22:27:43.6977529Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:27:43.7052912Z   Downloading click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:27:43.7401833Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:27:43.7470908Z   Downloading typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:27:43.7644185Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:27:43.7713531Z   Downloading shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:27:43.8106454Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:27:43.8178419Z   Downloading rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:27:43.8401190Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:27:43.8470982Z   Downloading markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:27:43.8713190Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:27:43.8723754Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:27:43.8859458Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:27:43.8928465Z   Downloading mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:27:44.0087653Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:27:44.0159209Z   Downloading setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:27:44.0382074Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:27:44.0449519Z   Downloading altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:27:44.0657070Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:27:44.0726797Z   Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:27:44.1140330Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:27:44.1210686Z   Downloading pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:27:44.1345034Z Downloading ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:27:44.1438577Z Downloading pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:27:44.1522653Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:27:44.1657375Z Downloading py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:27:44.1747195Z Downloading typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:27:44.1845117Z Downloading argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:27:44.1944157Z Downloading click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:27:44.1983089Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:27:44.2053078Z Downloading platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:27:44.2142410Z Downloading rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:27:44.2232097Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:27:44.2309889Z Downloading markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:27:44.2401698Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:27:44.2490326Z Downloading shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:27:44.2580423Z Downloading typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:27:44.2669761Z Downloading userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:27:44.2762003Z Downloading pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T22:27:44.2875154Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 732.2/732.2 kB 59.2 MB/s  0:00:00
2025-08-20T22:27:44.2965572Z Downloading pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:27:44.3075824Z Downloading setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:27:44.3200078Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 90.2 MB/s  0:00:00
2025-08-20T22:27:44.3269456Z Downloading altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:27:44.3431107Z Downloading staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T22:27:44.3525509Z Downloading pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:27:44.5044008Z 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:27:45.3352525Z   Attempting uninstall: scons
2025-08-20T22:27:45.3436672Z     Found existing installation: SCons 4.9.1
2025-08-20T22:27:45.3813650Z     Uninstalling SCons-4.9.1:
2025-08-20T22:27:45.3885561Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:27:45.9954270Z   Attempting uninstall: pygments
2025-08-20T22:27:46.0036295Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:27:46.0269113Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:27:46.0295377Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:27:46.6354063Z   Attempting uninstall: packaging
2025-08-20T22:27:46.6432330Z     Found existing installation: packaging 25.0
2025-08-20T22:27:46.6456584Z     Uninstalling packaging-25.0:
2025-08-20T22:27:46.6464551Z       Successfully uninstalled packaging-25.0
2025-08-20T22:27:47.6419935Z 
2025-08-20T22:27:47.6449615Z 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:27:47.9532832Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:27:48.1324441Z Collecting build
2025-08-20T22:27:48.1335447Z   Using cached build-1.3.0-py3-none-any.whl.metadata (5.6 kB)
2025-08-20T22:27:48.2228521Z Collecting cffi
2025-08-20T22:27:48.2239454Z   Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (1.5 kB)
2025-08-20T22:27:48.2375800Z Collecting scons
2025-08-20T22:27:48.2385793Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:27:48.2534836Z Collecting scuba
2025-08-20T22:27:48.2544799Z   Using cached scuba-2.14.1-py3-none-any.whl.metadata (3.4 kB)
2025-08-20T22:27:48.2974540Z Collecting pytest
2025-08-20T22:27:48.2985590Z   Using cached pytest-8.4.1-py3-none-any.whl.metadata (7.7 kB)
2025-08-20T22:27:48.3415925Z Collecting packaging>=19.1 (from build)
2025-08-20T22:27:48.3426033Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:27:48.3531363Z Collecting pyproject_hooks (from build)
2025-08-20T22:27:48.3541427Z   Using cached pyproject_hooks-1.2.0-py3-none-any.whl.metadata (1.3 kB)
2025-08-20T22:27:48.3653069Z Collecting pycparser (from cffi)
2025-08-20T22:27:48.3663352Z   Using cached pycparser-2.22-py3-none-any.whl.metadata (943 bytes)
2025-08-20T22:27:48.3981081Z Collecting PyYAML (from scuba)
2025-08-20T22:27:48.3992010Z   Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
2025-08-20T22:27:48.4105754Z Collecting iniconfig>=1 (from pytest)
2025-08-20T22:27:48.4115718Z   Using cached iniconfig-2.1.0-py3-none-any.whl.metadata (2.7 kB)
2025-08-20T22:27:48.4290288Z Collecting pluggy<2,>=1.5 (from pytest)
2025-08-20T22:27:48.4300370Z   Using cached pluggy-1.6.0-py3-none-any.whl.metadata (4.8 kB)
2025-08-20T22:27:48.4499970Z Collecting pygments>=2.7.2 (from pytest)
2025-08-20T22:27:48.4509969Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:27:48.4566653Z Using cached build-1.3.0-py3-none-any.whl (23 kB)
2025-08-20T22:27:48.4576889Z Using cached cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (479 kB)
2025-08-20T22:27:48.4589799Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:27:48.4628708Z Using cached scuba-2.14.1-py3-none-any.whl (292 kB)
2025-08-20T22:27:48.4640394Z Using cached pytest-8.4.1-py3-none-any.whl (365 kB)
2025-08-20T22:27:48.4652381Z Using cached pluggy-1.6.0-py3-none-any.whl (20 kB)
2025-08-20T22:27:48.4661998Z Using cached iniconfig-2.1.0-py3-none-any.whl (6.0 kB)
2025-08-20T22:27:48.4671302Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:27:48.4680973Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:27:48.4699389Z Using cached pycparser-2.22-py3-none-any.whl (117 kB)
2025-08-20T22:27:48.4709846Z Using cached pyproject_hooks-1.2.0-py3-none-any.whl (10 kB)
2025-08-20T22:27:48.4719596Z Using cached PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)
2025-08-20T22:27:48.5958183Z Installing collected packages: scons, PyYAML, pyproject_hooks, pygments, pycparser, pluggy, packaging, iniconfig, scuba, pytest, cffi, build
2025-08-20T22:27:48.5963143Z   Attempting uninstall: scons
2025-08-20T22:27:48.6046151Z     Found existing installation: SCons 4.9.1
2025-08-20T22:27:48.6421773Z     Uninstalling SCons-4.9.1:
2025-08-20T22:27:48.6493923Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:27:49.2587520Z   Attempting uninstall: PyYAML
2025-08-20T22:27:49.2675467Z     Found existing installation: PyYAML 6.0.2
2025-08-20T22:27:49.2700482Z     Uninstalling PyYAML-6.0.2:
2025-08-20T22:27:49.2709305Z       Successfully uninstalled PyYAML-6.0.2
2025-08-20T22:27:49.3239923Z   Attempting uninstall: pyproject_hooks
2025-08-20T22:27:49.3322982Z     Found existing installation: pyproject_hooks 1.2.0
2025-08-20T22:27:49.3339029Z     Uninstalling pyproject_hooks-1.2.0:
2025-08-20T22:27:49.3345659Z       Successfully uninstalled pyproject_hooks-1.2.0
2025-08-20T22:27:49.3433589Z   Attempting uninstall: pygments
2025-08-20T22:27:49.3511142Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:27:49.3733364Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:27:49.3759877Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:27:49.9744523Z   Attempting uninstall: pycparser
2025-08-20T22:27:49.9830674Z     Found existing installation: pycparser 2.22
2025-08-20T22:27:49.9855172Z     Uninstalling pycparser-2.22:
2025-08-20T22:27:49.9863373Z       Successfully uninstalled pycparser-2.22
2025-08-20T22:27:50.1037025Z   Attempting uninstall: pluggy
2025-08-20T22:27:50.1123946Z     Found existing installation: pluggy 1.6.0
2025-08-20T22:27:50.1145641Z     Uninstalling pluggy-1.6.0:
2025-08-20T22:27:50.1152317Z       Successfully uninstalled pluggy-1.6.0
2025-08-20T22:27:50.1302694Z   Attempting uninstall: packaging
2025-08-20T22:27:50.1382705Z     Found existing installation: packaging 25.0
2025-08-20T22:27:50.1406823Z     Uninstalling packaging-25.0:
2025-08-20T22:27:50.1414196Z       Successfully uninstalled packaging-25.0
2025-08-20T22:27:50.1790873Z   Attempting uninstall: iniconfig
2025-08-20T22:27:50.1875193Z     Found existing installation: iniconfig 2.1.0
2025-08-20T22:27:50.1891113Z     Uninstalling iniconfig-2.1.0:
2025-08-20T22:27:50.1897519Z       Successfully uninstalled iniconfig-2.1.0
2025-08-20T22:27:50.1990230Z   Attempting uninstall: scuba
2025-08-20T22:27:50.2069199Z     Found existing installation: scuba 2.14.1
2025-08-20T22:27:50.2091681Z     Uninstalling scuba-2.14.1:
2025-08-20T22:27:50.2100662Z       Successfully uninstalled scuba-2.14.1
2025-08-20T22:27:50.2291005Z   Attempting uninstall: pytest
2025-08-20T22:27:50.2373307Z     Found existing installation: pytest 8.4.1
2025-08-20T22:27:50.2436564Z     Uninstalling pytest-8.4.1:
2025-08-20T22:27:50.2690913Z       Successfully uninstalled pytest-8.4.1
2025-08-20T22:27:50.4799487Z   Attempting uninstall: cffi
2025-08-20T22:27:50.4879662Z     Found existing installation: cffi 1.17.1
2025-08-20T22:27:50.4905132Z     Uninstalling cffi-1.17.1:
2025-08-20T22:27:50.5141441Z       Successfully uninstalled cffi-1.17.1
2025-08-20T22:27:50.5803570Z   Attempting uninstall: build
2025-08-20T22:27:50.5882543Z     Found existing installation: build 1.3.0
2025-08-20T22:27:50.5907417Z     Uninstalling build-1.3.0:
2025-08-20T22:27:50.5917055Z       Successfully uninstalled build-1.3.0
2025-08-20T22:27:50.6093410Z 
2025-08-20T22:27:50.6121670Z 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:27:50.9231038Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:27:51.0955816Z Collecting ansi2txt
2025-08-20T22:27:51.0966857Z   Using cached ansi2txt-0.2.0-py3-none-any.whl.metadata (2.1 kB)
2025-08-20T22:27:51.1157978Z Collecting pipx
2025-08-20T22:27:51.1168653Z   Using cached pipx-1.7.1-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:27:51.1325462Z Collecting scons
2025-08-20T22:27:51.1341043Z   Using cached scons-4.9.1-py3-none-any.whl.metadata (9.0 kB)
2025-08-20T22:27:51.1462246Z Collecting py2static
2025-08-20T22:27:51.1472149Z   Using cached py2static-0.0.1-py3-none-any.whl.metadata (1.2 kB)
2025-08-20T22:27:51.1640603Z Collecting typer
2025-08-20T22:27:51.1650737Z   Using cached typer-0.16.1-py3-none-any.whl.metadata (15 kB)
2025-08-20T22:27:51.1899918Z Collecting argcomplete>=1.9.4 (from pipx)
2025-08-20T22:27:51.1910214Z   Using cached argcomplete-3.6.2-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:27:51.2095731Z Collecting packaging>=20 (from pipx)
2025-08-20T22:27:51.2105777Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:27:51.2289626Z Collecting platformdirs>=2.1 (from pipx)
2025-08-20T22:27:51.2299597Z   Using cached platformdirs-4.3.8-py3-none-any.whl.metadata (12 kB)
2025-08-20T22:27:51.2440633Z Collecting userpath!=1.9,>=1.6 (from pipx)
2025-08-20T22:27:51.2450645Z   Using cached userpath-1.9.2-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:27:51.2833727Z Collecting pyinstaller (from py2static)
2025-08-20T22:27:51.2844372Z   Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl.metadata (8.4 kB)
2025-08-20T22:27:51.3004698Z Collecting staticx (from py2static)
2025-08-20T22:27:51.3014637Z   Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl.metadata (1.9 kB)
2025-08-20T22:27:51.3187484Z Collecting click>=8.0.0 (from typer)
2025-08-20T22:27:51.3197757Z   Using cached click-8.2.1-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:27:51.3549857Z Collecting typing-extensions>=3.7.4.3 (from typer)
2025-08-20T22:27:51.3559903Z   Using cached typing_extensions-4.14.1-py3-none-any.whl.metadata (3.0 kB)
2025-08-20T22:27:51.3699275Z Collecting shellingham>=1.3.0 (from typer)
2025-08-20T22:27:51.3709159Z   Using cached shellingham-1.5.4-py2.py3-none-any.whl.metadata (3.5 kB)
2025-08-20T22:27:51.4076511Z Collecting rich>=10.11.0 (from typer)
2025-08-20T22:27:51.4086894Z   Using cached rich-14.1.0-py3-none-any.whl.metadata (18 kB)
2025-08-20T22:27:51.4270860Z Collecting markdown-it-py>=2.2.0 (from rich>=10.11.0->typer)
2025-08-20T22:27:51.4281550Z   Using cached markdown_it_py-4.0.0-py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:27:51.4501355Z Collecting pygments<3.0.0,>=2.13.0 (from rich>=10.11.0->typer)
2025-08-20T22:27:51.4511417Z   Using cached pygments-2.19.2-py3-none-any.whl.metadata (2.5 kB)
2025-08-20T22:27:51.4627175Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich>=10.11.0->typer)
2025-08-20T22:27:51.4637345Z   Using cached mdurl-0.1.2-py3-none-any.whl.metadata (1.6 kB)
2025-08-20T22:27:51.5719395Z Collecting setuptools>=42.0.0 (from pyinstaller->py2static)
2025-08-20T22:27:51.5730664Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:27:51.5921725Z Collecting altgraph (from pyinstaller->py2static)
2025-08-20T22:27:51.5931548Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:27:51.6115885Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller->py2static)
2025-08-20T22:27:51.6126125Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:27:51.6304563Z Collecting pyelftools (from staticx->py2static)
2025-08-20T22:27:51.6314500Z   Using cached pyelftools-0.32-py3-none-any.whl.metadata (372 bytes)
2025-08-20T22:27:51.6351609Z Using cached ansi2txt-0.2.0-py3-none-any.whl (14 kB)
2025-08-20T22:27:51.6361437Z Using cached pipx-1.7.1-py3-none-any.whl (78 kB)
2025-08-20T22:27:51.6371500Z Using cached scons-4.9.1-py3-none-any.whl (4.1 MB)
2025-08-20T22:27:51.6412363Z Using cached py2static-0.0.1-py3-none-any.whl (5.7 kB)
2025-08-20T22:27:51.6421841Z Using cached typer-0.16.1-py3-none-any.whl (46 kB)
2025-08-20T22:27:51.6431486Z Using cached argcomplete-3.6.2-py3-none-any.whl (43 kB)
2025-08-20T22:27:51.6441162Z Using cached click-8.2.1-py3-none-any.whl (102 kB)
2025-08-20T22:27:51.6451315Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:27:51.6461181Z Using cached platformdirs-4.3.8-py3-none-any.whl (18 kB)
2025-08-20T22:27:51.6470633Z Using cached rich-14.1.0-py3-none-any.whl (243 kB)
2025-08-20T22:27:51.6481664Z Using cached pygments-2.19.2-py3-none-any.whl (1.2 MB)
2025-08-20T22:27:51.6499696Z Using cached markdown_it_py-4.0.0-py3-none-any.whl (87 kB)
2025-08-20T22:27:51.6509819Z Using cached mdurl-0.1.2-py3-none-any.whl (10.0 kB)
2025-08-20T22:27:51.6519134Z Using cached shellingham-1.5.4-py2.py3-none-any.whl (9.8 kB)
2025-08-20T22:27:51.6528775Z Using cached typing_extensions-4.14.1-py3-none-any.whl (43 kB)
2025-08-20T22:27:51.6538578Z Using cached userpath-1.9.2-py3-none-any.whl (9.1 kB)
2025-08-20T22:27:51.6548439Z Using cached pyinstaller-6.15.0-py3-none-manylinux2014_x86_64.whl (732 kB)
2025-08-20T22:27:51.6563656Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:27:51.6576016Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:27:51.6594754Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:27:51.6604303Z Using cached staticx-0.14.1-py3-none-manylinux1_x86_64.whl (182 kB)
2025-08-20T22:27:51.6614601Z Using cached pyelftools-0.32-py3-none-any.whl (188 kB)
2025-08-20T22:27:51.8105909Z 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:27:51.8109799Z   Attempting uninstall: pyelftools
2025-08-20T22:27:51.8189947Z     Found existing installation: pyelftools 0.32
2025-08-20T22:27:51.8239109Z     Uninstalling pyelftools-0.32:
2025-08-20T22:27:51.8253883Z       Successfully uninstalled pyelftools-0.32
2025-08-20T22:27:51.9343993Z   Attempting uninstall: altgraph
2025-08-20T22:27:51.9429881Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:27:51.9450005Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:27:51.9456115Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:27:51.9590278Z   Attempting uninstall: typing-extensions
2025-08-20T22:27:51.9676078Z     Found existing installation: typing_extensions 4.14.1
2025-08-20T22:27:51.9690043Z     Uninstalling typing_extensions-4.14.1:
2025-08-20T22:27:51.9925286Z       Successfully uninstalled typing_extensions-4.14.1
2025-08-20T22:27:52.0157948Z   Attempting uninstall: staticx
2025-08-20T22:27:52.0241863Z     Found existing installation: staticx 0.14.1
2025-08-20T22:27:52.0267008Z     Uninstalling staticx-0.14.1:
2025-08-20T22:27:52.0277227Z       Successfully uninstalled staticx-0.14.1
2025-08-20T22:27:52.0474416Z   Attempting uninstall: shellingham
2025-08-20T22:27:52.0556465Z     Found existing installation: shellingham 1.5.4
2025-08-20T22:27:52.0574371Z     Uninstalling shellingham-1.5.4:
2025-08-20T22:27:52.0580896Z       Successfully uninstalled shellingham-1.5.4
2025-08-20T22:27:52.0674028Z   Attempting uninstall: setuptools
2025-08-20T22:27:52.0760678Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:27:52.1036924Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:27:52.1309581Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:27:52.7818903Z   Attempting uninstall: scons
2025-08-20T22:27:52.7905312Z     Found existing installation: SCons 4.9.1
2025-08-20T22:27:52.8303041Z     Uninstalling SCons-4.9.1:
2025-08-20T22:27:52.8371729Z       Successfully uninstalled SCons-4.9.1
2025-08-20T22:27:53.4433946Z   Attempting uninstall: pygments
2025-08-20T22:27:53.4530495Z     Found existing installation: Pygments 2.19.2
2025-08-20T22:27:53.4756299Z     Uninstalling Pygments-2.19.2:
2025-08-20T22:27:53.4782552Z       Successfully uninstalled Pygments-2.19.2
2025-08-20T22:27:54.0753637Z   Attempting uninstall: platformdirs
2025-08-20T22:27:54.0836110Z     Found existing installation: platformdirs 4.3.8
2025-08-20T22:27:54.0856513Z     Uninstalling platformdirs-4.3.8:
2025-08-20T22:27:54.0863640Z       Successfully uninstalled platformdirs-4.3.8
2025-08-20T22:27:54.1020152Z   Attempting uninstall: packaging
2025-08-20T22:27:54.1100455Z     Found existing installation: packaging 25.0
2025-08-20T22:27:54.1124152Z     Uninstalling packaging-25.0:
2025-08-20T22:27:54.1131310Z       Successfully uninstalled packaging-25.0
2025-08-20T22:27:54.1506121Z   Attempting uninstall: mdurl
2025-08-20T22:27:54.1589802Z     Found existing installation: mdurl 0.1.2
2025-08-20T22:27:54.1606397Z     Uninstalling mdurl-0.1.2:
2025-08-20T22:27:54.1612533Z       Successfully uninstalled mdurl-0.1.2
2025-08-20T22:27:54.1699542Z   Attempting uninstall: click
2025-08-20T22:27:54.1780281Z     Found existing installation: click 8.2.1
2025-08-20T22:27:54.1803150Z     Uninstalling click-8.2.1:
2025-08-20T22:27:54.1809990Z       Successfully uninstalled click-8.2.1
2025-08-20T22:27:54.2386716Z   Attempting uninstall: argcomplete
2025-08-20T22:27:54.2472677Z     Found existing installation: argcomplete 3.6.2
2025-08-20T22:27:54.2501598Z     Uninstalling argcomplete-3.6.2:
2025-08-20T22:27:54.2512646Z       Successfully uninstalled argcomplete-3.6.2
2025-08-20T22:27:54.2737530Z   Attempting uninstall: ansi2txt
2025-08-20T22:27:54.2817285Z     Found existing installation: ansi2txt 0.2.0
2025-08-20T22:27:54.2832414Z     Uninstalling ansi2txt-0.2.0:
2025-08-20T22:27:54.3070057Z       Successfully uninstalled ansi2txt-0.2.0
2025-08-20T22:27:54.3122947Z   Attempting uninstall: userpath
2025-08-20T22:27:54.3205524Z     Found existing installation: userpath 1.9.2
2025-08-20T22:27:54.3224538Z     Uninstalling userpath-1.9.2:
2025-08-20T22:27:54.3234416Z       Successfully uninstalled userpath-1.9.2
2025-08-20T22:27:54.3341164Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:27:54.3422382Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:27:54.3846086Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:27:54.3887763Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:27:54.6653289Z   Attempting uninstall: markdown-it-py
2025-08-20T22:27:54.6737949Z     Found existing installation: markdown-it-py 4.0.0
2025-08-20T22:27:54.6802276Z     Uninstalling markdown-it-py-4.0.0:
2025-08-20T22:27:54.6816385Z       Successfully uninstalled markdown-it-py-4.0.0
2025-08-20T22:27:54.7428088Z   Attempting uninstall: rich
2025-08-20T22:27:54.7515878Z     Found existing installation: rich 14.1.0
2025-08-20T22:27:54.7576552Z     Uninstalling rich-14.1.0:
2025-08-20T22:27:54.7587600Z       Successfully uninstalled rich-14.1.0
2025-08-20T22:27:54.9168988Z   Attempting uninstall: pyinstaller
2025-08-20T22:27:54.9250551Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:27:54.9604420Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:27:54.9647588Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:27:55.2971571Z   Attempting uninstall: pipx
2025-08-20T22:27:55.3067800Z     Found existing installation: pipx 1.7.1
2025-08-20T22:27:55.3104709Z     Uninstalling pipx-1.7.1:
2025-08-20T22:27:55.3115122Z       Successfully uninstalled pipx-1.7.1
2025-08-20T22:27:55.3624907Z   Attempting uninstall: typer
2025-08-20T22:27:55.3715290Z     Found existing installation: typer 0.16.1
2025-08-20T22:27:55.3742304Z     Uninstalling typer-0.16.1:
2025-08-20T22:27:55.3751760Z       Successfully uninstalled typer-0.16.1
2025-08-20T22:27:55.4093550Z   Attempting uninstall: py2static
2025-08-20T22:27:55.4172384Z     Found existing installation: py2static 0.0.1
2025-08-20T22:27:55.4191484Z     Uninstalling py2static-0.0.1:
2025-08-20T22:27:55.4202111Z       Successfully uninstalled py2static-0.0.1
2025-08-20T22:27:55.4277889Z 
2025-08-20T22:27:55.4307282Z 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:27:55.7446823Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:27:55.8641836Z Collecting git+https://github.com/pyinstaller/pyinstaller
2025-08-20T22:27:55.8646149Z   Cloning https://github.com/pyinstaller/pyinstaller to /tmp/pip-req-build-8uah21od
2025-08-20T22:27:55.8666760Z   Running command git clone --filter=blob:none --quiet https://github.com/pyinstaller/pyinstaller /tmp/pip-req-build-8uah21od
2025-08-20T22:27:56.9643572Z   Resolved https://github.com/pyinstaller/pyinstaller to commit 34508a2cda1072718a81ef1d5a660ce89e62d295
2025-08-20T22:27:56.9685148Z   Installing build dependencies: started
2025-08-20T22:27:57.6893696Z   Installing build dependencies: finished with status 'done'
2025-08-20T22:27:57.6903359Z   Getting requirements to build wheel: started
2025-08-20T22:27:57.9765580Z   Getting requirements to build wheel: finished with status 'done'
2025-08-20T22:27:57.9777672Z   Preparing metadata (pyproject.toml): started
2025-08-20T22:27:58.1681371Z   Preparing metadata (pyproject.toml): finished with status 'done'
2025-08-20T22:27:58.3316999Z Collecting setuptools>=42.0.0 (from pyinstaller==6.15.0)
2025-08-20T22:27:58.3329467Z   Using cached setuptools-80.9.0-py3-none-any.whl.metadata (6.6 kB)
2025-08-20T22:27:58.3521937Z Collecting altgraph (from pyinstaller==6.15.0)
2025-08-20T22:27:58.3532128Z   Using cached altgraph-0.17.4-py2.py3-none-any.whl.metadata (7.3 kB)
2025-08-20T22:27:58.3715263Z Collecting pyinstaller-hooks-contrib>=2025.8 (from pyinstaller==6.15.0)
2025-08-20T22:27:58.3725254Z   Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl.metadata (16 kB)
2025-08-20T22:27:58.3895284Z Collecting packaging>=22.0 (from pyinstaller==6.15.0)
2025-08-20T22:27:58.3905572Z   Using cached packaging-25.0-py3-none-any.whl.metadata (3.3 kB)
2025-08-20T22:27:58.3950102Z Using cached packaging-25.0-py3-none-any.whl (66 kB)
2025-08-20T22:27:58.3960416Z Using cached pyinstaller_hooks_contrib-2025.8-py3-none-any.whl (442 kB)
2025-08-20T22:27:58.3973818Z Using cached setuptools-80.9.0-py3-none-any.whl (1.2 MB)
2025-08-20T22:27:58.3992963Z Using cached altgraph-0.17.4-py2.py3-none-any.whl (21 kB)
2025-08-20T22:27:58.4112073Z Building wheels for collected packages: pyinstaller
2025-08-20T22:27:58.4120093Z   Building wheel for pyinstaller (pyproject.toml): started
2025-08-20T22:27:59.0947624Z   Building wheel for pyinstaller (pyproject.toml): finished with status 'done'
2025-08-20T22:27:59.0974422Z   Created wheel for pyinstaller: filename=pyinstaller-6.15.0-py3-none-any.whl size=1772413 sha256=f0bc0640be41b29d8ca04ddbeabe2d928a8c93c3e46b8ba98cdc06573ddf88f6
2025-08-20T22:27:59.0975989Z   Stored in directory: /tmp/pip-ephem-wheel-cache-9pkylhzf/wheels/ad/f0/96/ada035be05b1c8fe6a9d81fd24e3d5f767d7ccd2219d68e4e2
2025-08-20T22:27:59.1017655Z Successfully built pyinstaller
2025-08-20T22:27:59.1933268Z Installing collected packages: altgraph, setuptools, packaging, pyinstaller-hooks-contrib, pyinstaller
2025-08-20T22:27:59.1937830Z   Attempting uninstall: altgraph
2025-08-20T22:27:59.2020916Z     Found existing installation: altgraph 0.17.4
2025-08-20T22:27:59.2040867Z     Uninstalling altgraph-0.17.4:
2025-08-20T22:27:59.2047760Z       Successfully uninstalled altgraph-0.17.4
2025-08-20T22:27:59.2193087Z   Attempting uninstall: setuptools
2025-08-20T22:27:59.2279485Z     Found existing installation: setuptools 80.9.0
2025-08-20T22:27:59.2556230Z     Uninstalling setuptools-80.9.0:
2025-08-20T22:27:59.2836113Z       Successfully uninstalled setuptools-80.9.0
2025-08-20T22:27:59.9425328Z   Attempting uninstall: packaging
2025-08-20T22:27:59.9512922Z     Found existing installation: packaging 25.0
2025-08-20T22:27:59.9537197Z     Uninstalling packaging-25.0:
2025-08-20T22:27:59.9544731Z       Successfully uninstalled packaging-25.0
2025-08-20T22:27:59.9927220Z   Attempting uninstall: pyinstaller-hooks-contrib
2025-08-20T22:28:00.0007075Z     Found existing installation: pyinstaller-hooks-contrib 2025.8
2025-08-20T22:28:00.0417244Z     Uninstalling pyinstaller-hooks-contrib-2025.8:
2025-08-20T22:28:00.0459913Z       Successfully uninstalled pyinstaller-hooks-contrib-2025.8
2025-08-20T22:28:00.3203632Z   Attempting uninstall: pyinstaller
2025-08-20T22:28:00.3293032Z     Found existing installation: pyinstaller 6.15.0
2025-08-20T22:28:00.3639222Z     Uninstalling pyinstaller-6.15.0:
2025-08-20T22:28:00.3683158Z       Successfully uninstalled pyinstaller-6.15.0
2025-08-20T22:28:00.7052368Z 
2025-08-20T22:28:00.7088016Z 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:28:01.0214433Z 6.15.0
2025-08-20T22:28:01.5172859Z # Executing docker install script, commit: bedc5d6b3e782a5e50d3d2a870f5e1f1b5a38d5c
2025-08-20T22:28:01.5182711Z Warning: the "docker" command appears to already exist on this system.
2025-08-20T22:28:01.5183095Z 
2025-08-20T22:28:01.5183337Z If you already have Docker installed, this script can cause trouble, which is
2025-08-20T22:28:01.5183911Z why we're displaying this warning and provide the opportunity to cancel the
2025-08-20T22:28:01.5184344Z installation.
2025-08-20T22:28:01.5184478Z 
2025-08-20T22:28:01.5184715Z If you installed the current Docker package using this script and are using it
2025-08-20T22:28:01.5185288Z again to update Docker, you can ignore this message, but be aware that the
2025-08-20T22:28:01.5185816Z script resets any custom changes in the deb and rpm repo configuration
2025-08-20T22:28:01.5186275Z files to match the parameters passed to the script.
2025-08-20T22:28:01.5186538Z 
2025-08-20T22:28:01.5186666Z You may press Ctrl+C now to abort this script.
2025-08-20T22:28:01.5351678Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:28:02.7626841Z + sh -c 'DEBIAN_FRONTEND=noninteractive apt-get -y -qq install ca-certificates curl >/dev/null'
2025-08-20T22:28:03.1103791Z + sh -c 'install -m 0755 -d /etc/apt/keyrings'
2025-08-20T22:28:03.1130566Z + sh -c 'curl -fsSL "https://download.docker.com/linux/ubuntu/gpg" -o /etc/apt/keyrings/docker.asc'
2025-08-20T22:28:03.1660071Z + sh -c 'chmod a+r /etc/apt/keyrings/docker.asc'
2025-08-20T22:28:03.1683697Z + sh -c 'echo "deb [arch=amd64 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:28:03.1694870Z + sh -c 'apt-get -qq update >/dev/null'
2025-08-20T22:28:04.4499409Z + 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:28:15.6036785Z 
2025-08-20T22:28:15.6037555Z Running kernel seems to be up-to-date.
2025-08-20T22:28:15.6038028Z 
2025-08-20T22:28:15.6038158Z Restarting services...
2025-08-20T22:28:15.6106508Z 
2025-08-20T22:28:15.6107003Z Service restarts being deferred:
2025-08-20T22:28:15.6107402Z  systemctl restart hosted-compute-agent.service
2025-08-20T22:28:15.6107775Z 
2025-08-20T22:28:15.6107898Z No containers need to be restarted.
2025-08-20T22:28:15.6108077Z 
2025-08-20T22:28:15.6108192Z No user sessions are running outdated binaries.
2025-08-20T22:28:15.6108724Z 
2025-08-20T22:28:15.6108919Z No VM guests are running outdated hypervisor (qemu) binaries on this host.
2025-08-20T22:28:16.4891279Z + sh -c 'docker version'
2025-08-20T22:28:16.5058861Z Client: Docker Engine - Community
2025-08-20T22:28:16.5059344Z  Version:           28.3.3
2025-08-20T22:28:16.5059701Z  API version:       1.51
2025-08-20T22:28:16.5060077Z  Go version:        go1.24.5
2025-08-20T22:28:16.5060435Z  Git commit:        980b856
2025-08-20T22:28:16.5060814Z  Built:             Fri Jul 25 11:34:09 2025
2025-08-20T22:28:16.5061230Z  OS/Arch:           linux/amd64
2025-08-20T22:28:16.5061536Z  Context:           default
2025-08-20T22:28:16.5061715Z 
2025-08-20T22:28:16.5061867Z Server: Docker Engine - Community
2025-08-20T22:28:16.5062253Z  Engine:
2025-08-20T22:28:16.5062437Z   Version:          28.3.3
2025-08-20T22:28:16.5062693Z   API version:      1.51 (minimum version 1.24)
2025-08-20T22:28:16.5062958Z   Go version:       go1.24.5
2025-08-20T22:28:16.5063173Z   Git commit:       bea959c
2025-08-20T22:28:16.5063395Z   Built:            Fri Jul 25 11:34:09 2025
2025-08-20T22:28:16.5063637Z   OS/Arch:          linux/amd64
2025-08-20T22:28:16.5063871Z   Experimental:     false
2025-08-20T22:28:16.5064080Z  containerd:
2025-08-20T22:28:16.5064256Z   Version:          1.7.27
2025-08-20T22:28:16.5064509Z   GitCommit:        05044ec0a9a75232cad458027ca83437aae3f4da
2025-08-20T22:28:16.5065031Z  runc:
2025-08-20T22:28:16.5065192Z   Version:          1.2.5
2025-08-20T22:28:16.5065404Z   GitCommit:        v1.2.5-0-g59923ef
2025-08-20T22:28:16.5065640Z  docker-init:
2025-08-20T22:28:16.5065822Z   Version:          0.19.0
2025-08-20T22:28:16.5066029Z   GitCommit:        de40ad0
2025-08-20T22:28:16.5076176Z 
2025-08-20T22:28:16.5076428Z ================================================================================
2025-08-20T22:28:16.5076804Z 
2025-08-20T22:28:16.5077100Z To run Docker as a non-privileged user, consider setting up the
2025-08-20T22:28:16.5077723Z Docker daemon in rootless mode for your user:
2025-08-20T22:28:16.5077955Z 
2025-08-20T22:28:16.5078064Z     dockerd-rootless-setuptool.sh install
2025-08-20T22:28:16.5078453Z 
2025-08-20T22:28:16.5078668Z Visit https://docs.docker.com/go/rootless/ to learn about rootless mode.
2025-08-20T22:28:16.5078941Z 
2025-08-20T22:28:16.5078945Z 
2025-08-20T22:28:16.5079134Z To run the Docker daemon as a fully privileged service, but granting non-root
2025-08-20T22:28:16.5079573Z users access, refer to https://docs.docker.com/go/daemon-access/
2025-08-20T22:28:16.5079813Z 
2025-08-20T22:28:16.5079990Z WARNING: Access to the remote API on a privileged Docker daemon is equivalent
2025-08-20T22:28:16.5080546Z          to root access on the host. Refer to the 'Docker daemon attack surface'
2025-08-20T22:28:16.5081269Z          documentation for details: https://docs.docker.com/go/attack-surface/
2025-08-20T22:28:16.5081734Z 
2025-08-20T22:28:16.5081874Z ================================================================================
2025-08-20T22:28:16.5082184Z 
2025-08-20T22:28:27.2646211Z ● docker.service - Docker Application Container Engine
2025-08-20T22:28:27.2647301Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:28:27.2648092Z      Active: active (running) since Wed 2025-08-20 22:28:17 UTC; 10s ago
2025-08-20T22:28:27.2648896Z TriggeredBy: ● docker.socket
2025-08-20T22:28:27.2649182Z        Docs: https://docs.docker.com
2025-08-20T22:28:27.2649446Z    Main PID: 19655 (dockerd)
2025-08-20T22:28:27.2649653Z       Tasks: 10
2025-08-20T22:28:27.2649899Z      Memory: 21.7M (peak: 26.0M)
2025-08-20T22:28:27.2650284Z         CPU: 311ms
2025-08-20T22:28:27.2650519Z      CGroup: /system.slice/docker.service
2025-08-20T22:28:27.2652610Z              └─19655 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:28:27.2652954Z 
2025-08-20T22:28:27.2653274Z Aug 20 22:28:16 pkrvmqc4gcfdwos dockerd[19655]: time="2025-08-20T22:28:16.647315974Z" level=info msg="Loading containers: start."
2025-08-20T22:28:27.2654432Z Aug 20 22:28:17 pkrvmqc4gcfdwos dockerd[19655]: time="2025-08-20T22:28:17.181486585Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 37f491c25cf2b55c632b7f056fa78c024e625629f378271511e775e471d5da33], retrying...."
2025-08-20T22:28:27.2655599Z Aug 20 22:28:17 pkrvmqc4gcfdwos dockerd[19655]: time="2025-08-20T22:28:17.212925962Z" level=info msg="Loading containers: done."
2025-08-20T22:28:27.2656693Z Aug 20 22:28:17 pkrvmqc4gcfdwos dockerd[19655]: time="2025-08-20T22:28:17.222098756Z" 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:28:27.2657993Z Aug 20 22:28:17 pkrvmqc4gcfdwos dockerd[19655]: time="2025-08-20T22:28:17.222173465Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:28:27.2659178Z Aug 20 22:28:17 pkrvmqc4gcfdwos dockerd[19655]: time="2025-08-20T22:28:17.222197210Z" level=info msg="Initializing buildkit"
2025-08-20T22:28:27.2659863Z Aug 20 22:28:17 pkrvmqc4gcfdwos dockerd[19655]: time="2025-08-20T22:28:17.241766346Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:28:27.2660579Z Aug 20 22:28:17 pkrvmqc4gcfdwos dockerd[19655]: time="2025-08-20T22:28:17.245086581Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:28:27.2661505Z Aug 20 22:28:17 pkrvmqc4gcfdwos dockerd[19655]: time="2025-08-20T22:28:17.245168923Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:28:27.2662144Z Aug 20 22:28:17 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:28:27.2761711Z ● docker.service - Docker Application Container Engine
2025-08-20T22:28:27.2762500Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:28:27.2763302Z      Active: active (running) since Wed 2025-08-20 22:28:17 UTC; 10s ago
2025-08-20T22:28:27.2763938Z TriggeredBy: ● docker.socket
2025-08-20T22:28:27.2764353Z        Docs: https://docs.docker.com
2025-08-20T22:28:27.2764810Z    Main PID: 19655 (dockerd)
2025-08-20T22:28:27.2765192Z       Tasks: 10
2025-08-20T22:28:27.2765518Z      Memory: 21.7M (peak: 26.0M)
2025-08-20T22:28:27.2765902Z         CPU: 311ms
2025-08-20T22:28:27.2766295Z      CGroup: /system.slice/docker.service
2025-08-20T22:28:27.2767149Z              └─19655 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:28:27.2767669Z 
2025-08-20T22:28:27.2768220Z Aug 20 22:28:16 pkrvmqc4gcfdwos dockerd[19655]: time="2025-08-20T22:28:16.647315974Z" level=info msg="Loading containers: start."
2025-08-20T22:28:27.2770488Z Aug 20 22:28:17 pkrvmqc4gcfdwos dockerd[19655]: time="2025-08-20T22:28:17.181486585Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 37f491c25cf2b55c632b7f056fa78c024e625629f378271511e775e471d5da33], retrying...."
2025-08-20T22:28:27.2772774Z Aug 20 22:28:17 pkrvmqc4gcfdwos dockerd[19655]: time="2025-08-20T22:28:17.212925962Z" level=info msg="Loading containers: done."
2025-08-20T22:28:27.2774742Z Aug 20 22:28:17 pkrvmqc4gcfdwos dockerd[19655]: time="2025-08-20T22:28:17.222098756Z" 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:28:27.2776091Z Aug 20 22:28:17 pkrvmqc4gcfdwos dockerd[19655]: time="2025-08-20T22:28:17.222173465Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:28:27.2776989Z Aug 20 22:28:17 pkrvmqc4gcfdwos dockerd[19655]: time="2025-08-20T22:28:17.222197210Z" level=info msg="Initializing buildkit"
2025-08-20T22:28:27.2777674Z Aug 20 22:28:17 pkrvmqc4gcfdwos dockerd[19655]: time="2025-08-20T22:28:17.241766346Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:28:27.2778616Z Aug 20 22:28:17 pkrvmqc4gcfdwos dockerd[19655]: time="2025-08-20T22:28:17.245086581Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:28:27.2779338Z Aug 20 22:28:17 pkrvmqc4gcfdwos dockerd[19655]: time="2025-08-20T22:28:17.245168923Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:28:27.2779984Z Aug 20 22:28:17 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:28:27.2975107Z ● docker.service - Docker Application Container Engine
2025-08-20T22:28:27.2975874Z      Loaded: loaded (/usr/lib/systemd/system/docker.service; enabled; preset: enabled)
2025-08-20T22:28:27.2976401Z      Active: active (running) since Wed 2025-08-20 22:28:17 UTC; 10s ago
2025-08-20T22:28:27.2976783Z TriggeredBy: ● docker.socket
2025-08-20T22:28:27.2977037Z        Docs: https://docs.docker.com
2025-08-20T22:28:27.2977290Z    Main PID: 19655 (dockerd)
2025-08-20T22:28:27.2977497Z       Tasks: 10
2025-08-20T22:28:27.2977685Z      Memory: 21.7M (peak: 26.0M)
2025-08-20T22:28:27.2977901Z         CPU: 311ms
2025-08-20T22:28:27.2978136Z      CGroup: /system.slice/docker.service
2025-08-20T22:28:27.2979145Z              └─19655 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock
2025-08-20T22:28:27.2979675Z 
2025-08-20T22:28:27.2980244Z Aug 20 22:28:16 pkrvmqc4gcfdwos dockerd[19655]: time="2025-08-20T22:28:16.647315974Z" level=info msg="Loading containers: start."
2025-08-20T22:28:27.2982602Z Aug 20 22:28:17 pkrvmqc4gcfdwos dockerd[19655]: time="2025-08-20T22:28:17.181486585Z" level=warning msg="Error (Unable to complete atomic operation, key modified) deleting object [endpoint_count 37f491c25cf2b55c632b7f056fa78c024e625629f378271511e775e471d5da33], retrying...."
2025-08-20T22:28:27.2984677Z Aug 20 22:28:17 pkrvmqc4gcfdwos dockerd[19655]: time="2025-08-20T22:28:17.212925962Z" level=info msg="Loading containers: done."
2025-08-20T22:28:27.2986663Z Aug 20 22:28:17 pkrvmqc4gcfdwos dockerd[19655]: time="2025-08-20T22:28:17.222098756Z" 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:28:27.2988730Z Aug 20 22:28:17 pkrvmqc4gcfdwos dockerd[19655]: time="2025-08-20T22:28:17.222173465Z" level=info msg="Docker daemon" commit=bea959c containerd-snapshotter=false storage-driver=overlay2 version=28.3.3
2025-08-20T22:28:27.2989685Z Aug 20 22:28:17 pkrvmqc4gcfdwos dockerd[19655]: time="2025-08-20T22:28:17.222197210Z" level=info msg="Initializing buildkit"
2025-08-20T22:28:27.2990394Z Aug 20 22:28:17 pkrvmqc4gcfdwos dockerd[19655]: time="2025-08-20T22:28:17.241766346Z" level=info msg="Completed buildkit initialization"
2025-08-20T22:28:27.2991151Z Aug 20 22:28:17 pkrvmqc4gcfdwos dockerd[19655]: time="2025-08-20T22:28:17.245086581Z" level=info msg="Daemon has completed initialization"
2025-08-20T22:28:27.2991887Z Aug 20 22:28:17 pkrvmqc4gcfdwos dockerd[19655]: time="2025-08-20T22:28:17.245168923Z" level=info msg="API listen on /run/docker.sock"
2025-08-20T22:28:27.2992717Z Aug 20 22:28:17 pkrvmqc4gcfdwos systemd[1]: Started docker.service - Docker Application Container Engine.
2025-08-20T22:28:27.3090539Z Docker version 28.3.3, build 980b856
2025-08-20T22:28:27.3274761Z Unable to find image 'hello-world:latest' locally
2025-08-20T22:28:27.6230312Z latest: Pulling from library/hello-world
2025-08-20T22:28:27.6835487Z 17eec7bbc9d7: Pulling fs layer
2025-08-20T22:28:27.8424275Z 17eec7bbc9d7: Verifying Checksum
2025-08-20T22:28:27.8424871Z 17eec7bbc9d7: Download complete
2025-08-20T22:28:27.8469366Z 17eec7bbc9d7: Pull complete
2025-08-20T22:28:27.8595315Z Digest: sha256:a0dfb02aac212703bfcb339d77d47ec32c8706ff250850ecc0e19c8737b18567
2025-08-20T22:28:27.8608526Z Status: Downloaded newer image for hello-world:latest
2025-08-20T22:28:28.0077882Z 
2025-08-20T22:28:28.0079030Z Hello from Docker!
2025-08-20T22:28:28.0081049Z This message shows that your installation appears to be working correctly.
2025-08-20T22:28:28.0081874Z 
2025-08-20T22:28:28.0082329Z To generate this message, Docker took the following steps:
2025-08-20T22:28:28.0083194Z  1. The Docker client contacted the Docker daemon.
2025-08-20T22:28:28.0083789Z  2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
2025-08-20T22:28:28.0084316Z     (amd64)
2025-08-20T22:28:28.0084776Z  3. The Docker daemon created a new container from that image which runs the
2025-08-20T22:28:28.0085490Z     executable that produces the output you are currently reading.
2025-08-20T22:28:28.0086273Z  4. The Docker daemon streamed that output to the Docker client, which sent it
2025-08-20T22:28:28.0086915Z     to your terminal.
2025-08-20T22:28:28.0087137Z 
2025-08-20T22:28:28.0087476Z To try something more ambitious, you can run an Ubuntu container with:
2025-08-20T22:28:28.0088094Z  $ docker run -it ubuntu bash
2025-08-20T22:28:28.0088679Z 
2025-08-20T22:28:28.0088984Z Share images, automate workflows, and more with a free Docker ID:
2025-08-20T22:28:28.0089785Z  https://hub.docker.com/
2025-08-20T22:28:28.0090046Z 
2025-08-20T22:28:28.0090173Z For more examples and ideas, visit:
2025-08-20T22:28:28.0090668Z  https://docs.docker.com/get-started/
2025-08-20T22:28:28.0090962Z 
2025-08-20T22:28:28.1147449Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:28:28.1148162Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:28:28.1149312Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:28:28.1149998Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:28:28.1151074Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:28:28.1151731Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:28:28.1152377Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:28:28.1153013Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:28:28.1153613Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:28:28.1154189Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:28:28.1154822Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:28:28.1155490Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:28:28.1156158Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:28:28.1156874Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:28:28.1157555Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:28:28.1158453Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:28:28.1159180Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:28:28.1159815Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:28:28.1160469Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:28:28.1161262Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:28:28.1162091Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:28:28.1162688Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:28:28.1163465Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:28:28.1164162Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:28:28.1164793Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:28:28.1165480Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:28:28.1166259Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:28:28.1167097Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:28:28.1167820Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:28:28.1168831Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:28:28.1169611Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:28:28.1170380Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:28:28.1171129Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:28:28.1171892Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:28:28.1172705Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:28:28.1173491Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:28:28.1174227Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:28:28.1174928Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:28:28.1175653Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:28:28.1176412Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:28:28.1177168Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:28:28.1177891Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:28:28.1178797Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:28:28.1179856Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:28:28.1180712Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:28:28.1181548Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:28:28.1182420Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:28:28.1183208Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:28:28.1183953Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:28:28.1184704Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:28:28.1185433Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:28:28.1186164Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:28:28.1186883Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:28:28.1187537Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:28:28.1188167Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:28:28.1188969Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:28:28.1189541Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:28:28.1190153Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:28:28.1190859Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:28:28.1191516Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:28:28.1192416Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:28:28.1193186Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:28:28.1193920Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:28:28.1194635Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:28:28.1195369Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:28:28.1196120Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:28:28.1196822Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:28:28.1197509Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:28:28.1198417Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:28:28.1199267Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:28:28.1200145Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:28:28.1200980Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:28:28.1201726Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:28:28.1202547Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:28:28.1203239Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:28:28.1203943Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:28:28.1204420Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:28:28.1204923Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:28:28.1205411Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:28:28.1205905Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:28:28.1206333Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:28:28.1206956Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:28:28.1207334Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:28:28.1207744Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:28:28.1208132Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:28:28.1208881Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:28:28.1209604Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:28:28.1210026Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:28:28.1210397Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:28:28.1210778Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:28:28.1211172Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:28:28.1211559Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:28:28.1212081Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:28:28.1212687Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:28:28.1213356Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:28:28.1214053Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:28:28.1214666Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:28:28.1215266Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:28:28.1215643Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:28:28.1216175Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:28:28.1216573Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:28:28.1216928Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:28:28.1217287Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:28:28.1217653Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:28:28.1218032Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:28:28.1218647Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:28:28.1219031Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:28:28.1219392Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:28:28.1219757Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:28:28.1220153Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:28:28.1220562Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:28:28.1220902Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:28:28.1221224Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:28:28.1221578Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:28:28.1221925Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:28:28.1222276Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:28:28.1222629Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:28:28.1222973Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:28:28.1223344Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:28:28.1223735Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:28:28.1224161Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:28:28.1224600Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:28:28.1224996Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:28:28.1225513Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:28:28.1225896Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:28:28.1226281Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:28:28.1226676Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:28:28.1227073Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:28:28.1227437Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:28:28.1227902Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:28:28.1228492Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:28:28.1228943Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:28:28.1229368Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:28:28.1230056Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:28:28.1230789Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:28:28.1231227Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:28:28.1231630Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:28:28.1232020Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:28:28.1232402Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:28:28.1232790Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:28:28.1233194Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:28:28.1233731Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:28:28.1234093Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:28:28.1234400Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:28:28.1235070Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:28:28.1235716Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:28:28.1236361Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:28:28.1237022Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:28:28.1237637Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:28:28.1238393Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:28:28.1239057Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:28:28.1239422Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:28:28.1239770Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:28:28.1240199Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:28:28.1240651Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:28:28.1241050Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:28:28.1241416Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:28:28.1241795Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:28:28.1242199Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:28:28.1242607Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:28:28.1243018Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:28:28.1243367Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:28:28.1243736Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:28:28.1244152Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:28:28.1244777Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:28:28.1245179Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:28:28.1245538Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:28:28.1245876Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:28:28.1246265Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:28:28.1246647Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:28:28.1247067Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:28:28.1247537Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:28:28.1247956Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:28:28.1248522Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:28:28.1248885Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:28:28.1249250Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:28:28.1249701Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:28:28.1250200Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:28:28.1250637Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:28:28.1251006Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:28:28.1251465Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:28:28.1251992Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:28:28.1252603Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:28:28.1253041Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:28:28.1253404Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:28:28.1253783Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:28:28.1254190Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:28:28.1254599Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:28:28.1254997Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:28:28.1255360Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:28:28.1255729Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:28:28.1256121Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:28:28.1256514Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:28:28.1256903Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:28:28.1257289Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:28:28.1257677Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:28:28.1258064Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:28:28.1258652Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:28:28.1259107Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:28:28.1259527Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:28:28.1259901Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:28:28.1260269Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:28:28.1260670Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:28:28.1261052Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:28:28.1261430Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:28:28.1261943Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:28:28.1262329Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:28:28.1262744Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:28:28.1263207Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:28:28.1263653Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:28:28.1264052Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:28:28.1264433Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:28:28.1264818Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:28:28.1265192Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:28:28.1265557Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:28:28.1265938Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:28:28.1266318Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:28:28.1266761Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:28:28.1267233Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:28:28.1267690Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:28:28.1268200Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:28:28.1268862Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:28:28.1269473Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:28:28.1269977Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:28:28.1270412Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:28:28.1270800Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:28:28.1271157Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:28:28.1271530Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:28:28.1271902Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:28:28.1272254Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:28:28.1272623Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:28:28.1272993Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:28:28.1273373Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:28:28.1273748Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:28:28.1274127Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:28:28.1274515Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:28:28.1274894Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:28:28.1275319Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:28:28.1275757Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:28:28.1276144Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:28:28.1276513Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:28:28.1276921Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:28:28.1277287Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:28:28.1277635Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:28:28.1277985Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:28:28.1278623Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:28:28.1279010Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:28:28.1279386Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:28:28.1279787Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:28:28.1280147Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:28:28.1280459Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:28:28.1280914Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:28:28.1281429Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:28:28.1281794Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:28:28.1282164Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:28:28.1282546Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:28:28.1282951Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:28:28.1283385Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:28:28.1283808Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:28:28.1284234Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:28:28.1284637Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:28:28.1285243Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:28:28.1285843Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:28:28.1300099Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:28:28.1300810Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:28:28.1301325Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:28:28.1301839Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:28:28.1302352Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:28:28.1302813Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:28:28.1303247Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:28:28.1303655Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:28:28.1304142Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:28:28.1304642Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:28:28.1305059Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:28:28.1305494Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:28:28.1305949Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:28:28.1306364Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:28:28.1306771Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:28:28.1307143Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:28:28.1307546Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:28:28.1307945Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:28:28.1308491Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:28:28.1308874Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:28:28.1309268Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:28:28.1309652Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:28:28.1310229Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:28:28.1310605Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:28:28.1310964Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:28:28.1311345Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:28:28.1311741Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:28:28.1312113Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:28:28.1312473Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:28:28.1312828Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:28:28.1313204Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:28:28.1313580Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:28:28.1313941Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:28:28.1314303Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:28:28.1314676Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:28:28.1315030Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:28:28.1315405Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:28:28.1315842Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:28:28.1316252Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:28:28.1316644Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:28:28.1317162Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:28:28.1323057Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:28:28.1323841Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:28:28.1324557Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:28:28.1325194Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:28:28.1346513Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:28:28.1346858Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:28:28.1347174Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:28:28.1347538Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:28:28.1347900Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:28:28.1348450Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:28:28.1348826Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:28:28.1349181Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:28:28.1349506Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:28:28.1349888Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:28:28.1350301Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:28:28.1350762Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:28:28.1351233Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:28:28.1351614Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:28:28.1352017Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:28:28.1352511Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:28:28.1353142Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:28:28.1353773Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:28:28.1354516Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:28:28.1354986Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:28:28.1355424Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:28:28.1355930Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:28:28.1356542Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:28:28.1357093Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:28:28.1357570Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:28:28.1358007Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:28:28.1358576Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:28:28.1358949Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:28:28.1359305Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:28:28.1359674Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:28:28.1360063Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:28:28.1360433Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:28:28.1360798Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:28:28.1361163Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:28:28.1361528Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:28:28.1362005Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:28:28.1362374Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:28:28.1362729Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:28:28.1363111Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:28:28.1363486Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:28:28.1363882Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:28:28.1364281Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:28:28.1364637Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:28:28.1365059Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:28:28.1365614Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:28:28.1366097Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:28:28.1366536Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:28:28.1366972Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:28:28.1367350Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:28:28.1367721Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:28:28.1368098Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:28:28.1368664Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:28:28.1369050Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:28:28.1369432Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:28:28.1369802Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:28:28.1370192Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:28:28.1370550Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:28:28.1370903Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:28:28.1371590Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:28:28.1372299Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:28:28.1372969Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:28:28.1373617Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:28:28.1374130Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:28:28.1374507Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:28:28.1374873Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:28:28.1375243Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:28:28.1375616Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:28:28.1375973Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:28:28.1376339Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:28:28.1376717Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:28:28.1377087Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:28:28.1377459Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:28:28.1377830Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:28:28.1378193Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:28:28.1378898Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:28:28.1379309Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:28:28.1379693Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:28:28.1380130Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:28:28.1380523Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:28:28.1380905Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:28:28.1381277Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:28:28.1381649Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:28:28.1382015Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:28:28.1382397Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:28:28.1382796Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:28:28.1383180Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:28:28.1383564Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:28:28.1383952Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:28:28.1384328Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:28:28.1384744Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:28:28.1385171Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:28:28.1385559Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:28:28.1385985Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:28:28.1386439Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:28:28.1386840Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:28:28.1387202Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:28:28.1387570Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:28:28.1388089Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:28:28.1388734Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:28:28.1389146Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:28:28.1389527Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:28:28.1389918Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:28:28.1390385Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:28:28.1390852Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:28:28.1391250Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:28:28.1391651Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:28:28.1392100Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:28:28.1392541Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:28:28.1393008Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:28:28.1393486Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:28:28.1393920Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:28:28.1394352Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:28:28.1394746Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:28:28.1395254Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:28:28.1395683Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:28:28.1396064Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:28:28.1396443Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:28:28.1396845Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:28:28.1397240Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:28:28.1397640Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:28:28.1398055Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:28:28.1398588Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:28:28.1398961Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:28:28.1399322Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:28:28.1399677Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:28:28.1400061Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:28:28.1400475Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:28:28.1400923Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:28:28.1401368Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:28:28.1401763Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:28:28.1402193Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:28:28.1402609Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:28:28.1403006Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:28:28.1403404Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:28:28.1403759Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:28:28.1404121Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:28:28.1404630Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:28:28.1405019Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:28:28.1405399Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:28:28.1405723Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:28:28.1406035Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:28:28.1406382Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:28:28.1406880Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T22:28:28.1407391Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:28:28.1407765Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:28:28.1408127Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:28:28.1408624Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:28:28.1409034Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:28:28.1409432Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:28:28.1409828Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:28:28.1410235Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:28:28.1410635Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:28:28.1410991Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:28:28.1411352Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:28:28.1411827Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:28:28.1412204Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:28:28.1412615Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:28:28.1413037Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:28:28.1413422Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:28:28.1413831Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:28:28.1414263Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:28:28.1414645Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:28:28.1415004Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:28:28.1415352Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:28:28.1415706Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:28:28.1416070Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:28:28.1416451Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:28:28.1416868Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:28:28.1417277Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:28:28.1417730Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:28:28.1418159Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:28:28.1418679Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:28:28.1419055Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:28:28.1419429Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:28:28.1419812Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:28:28.1420180Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:28:28.1420544Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:28:28.1421104Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:28:28.1421583Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:28:28.1421992Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:28:28.1422357Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:28:28.1422720Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:28:28.1423112Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:28:28.1423496Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:28:28.1423866Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:28:28.1424269Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:28:28.1424650Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:28:28.1425008Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:28:28.1425364Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:28:28.1425760Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:28:28.1426178Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:28:28.1426580Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:28:28.1426966Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:28:28.1427406Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:28:28.1427943Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:28:28.1428463Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:28:28.1428857Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:28:28.1429376Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:28:28.1429881Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:28:28.1430197Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:28:28.1430545Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:28:28.1430955Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:28:28.1431378Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:28:28.1431899Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:28:28.1432488Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:28:28.1433096Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:28:28.1433743Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:28:28.1434377Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:28:28.1435001Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:28:28.1435621Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:28:28.1436193Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:28:28.1436673Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:28:28.1437114Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:28:28.1437544Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:28:28.1437962Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:28:28.1438698Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:28:28.1439121Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:28:28.1439493Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:28:28.1439864Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:28:28.1440232Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:28:28.1440603Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:28:28.1441008Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:28:28.1441421Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:28:28.1441778Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:28:28.1442169Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:28:28.1442660Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:28:28.1443150Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:28:28.1443650Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:28:28.1444127Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:28:28.1444601Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:28:28.1445073Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:28:28.1445627Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:28:28.1446043Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:28:28.1446449Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:28:28.1446856Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:28:28.1447259Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:28:28.1447656Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:28:28.1448086Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:28:28.1448612Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:28:28.1448996Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:28:28.1449371Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:28:28.1449746Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:28:28.1450125Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:28:28.1450551Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:28:28.1450986Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:28:28.1451392Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:28:28.1451801Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:28:28.1452226Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:28:28.1452673Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:28:28.1453114Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:28:28.1453535Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:28:28.1453932Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:28:28.1454316Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:28:28.1454830Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:28:28.1455203Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:28:28.1455578Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:28:28.1455976Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:28:28.1456373Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:28:28.1456797Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:28:28.1457264Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:28:28.1457680Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:28:28.1458087Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:28:28.1458601Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:28:28.1458904Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:28:28.1459225Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:28:28.1459604Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:28:28.1459994Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:28:28.1460379Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:28:28.1460768Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:28:28.1461188Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:28:28.1461626Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:28:28.1462150Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:28:28.1462536Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:28:28.1462928Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:28:28.1463471Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:28:28.1464044Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:28:28.1464485Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:28:28.1464915Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:28:28.1465345Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:28:28.1465756Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:28:28.1466151Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:28:28.1466539Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:28:28.1466914Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:28:28.1467307Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:28:28.1467699Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:28:28.1468066Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:28:28.1468548Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:28:28.1468941Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:28:28.1469307Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:28:28.1469708Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:28:28.1470166Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:28:28.1470579Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:28:28.1470950Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:28:28.1471434Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:28:28.1471815Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:28:28.1472182Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:28:28.1472549Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:28:28.1472964Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:28:28.1473406Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:28:28.1473802Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:28:28.1474192Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:28:28.1474581Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:28:28.1474956Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:28:28.1475325Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:28:28.1475697Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:28:28.1476091Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:28:28.1476531Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:28:28.1476979Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:28:28.1477398Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:28:28.1477793Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:28:28.1478397Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:28:28.1478833Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:28:28.1479216Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:28:28.1479572Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:28:28.1479883Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:28:28.1480187Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:28:28.1480543Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:28:28.1480914Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:28:28.1481260Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:28:28.1481626Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:28:28.1482015Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:28:28.1482397Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:28:28.1482750Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:28:28.1483098Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:28:28.1483472Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:28:28.1483861Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:28:28.1484229Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:28:28.1484590Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:28:28.1484957Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:28:28.1485334Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:28:28.1485713Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:28:28.1486059Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:28:28.1486430Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:28:28.1486815Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:28:28.1487301Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:28:28.1487672Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:28:28.1488043Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:28:28.1488514Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:28:28.1488904Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:28:28.1489320Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:28:28.1489719Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:28:28.1490064Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:28:28.1490408Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:28:28.1490749Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:28:28.1491164Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:28:28.1491660Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:28:28.1492143Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:28:28.1492607Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:28:28.1493094Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:28:28.1493519Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:28:28.1493892Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:28:28.1494273Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:28:28.1494763Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:28:28.1495145Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:28:28.1495522Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:28:28.1495898Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:28:28.1496266Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:28:28.1496650Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:28:28.1497084Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:28:28.1497502Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:28:28.1497871Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:28:28.1498384Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:28:28.1498808Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:28:28.1499178Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:28:28.1499524Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:28:28.1499908Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:28:28.1500365Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:28:28.1500802Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:28:28.1501216Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:28:28.1501626Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:28:28.1501950Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:28:28.1502228Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:28:28.1502583Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:28:28.1503064Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:28:28.1643811Z [+] Installing Go for linux-amd64...
2025-08-20T22:28:28.6817147Z [!] Found existing Go installation at: /usr/bin/go
2025-08-20T22:28:28.6817741Z [!] GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T22:28:28.6819101Z [!] Removing existing GOROOT: /opt/hostedtoolcache/go/1.24.6/x64
2025-08-20T22:28:31.9642533Z [+] Downloading Go go1.25.0...
2025-08-20T22:28:31.9694068Z   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
2025-08-20T22:28:31.9694636Z                                  Dload  Upload   Total   Spent    Left  Speed
2025-08-20T22:28:31.9694976Z 
2025-08-20T22:28:32.0427080Z   0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
2025-08-20T22:28:32.0427882Z 100    80  100    80    0     0   1090      0 --:--:-- --:--:-- --:--:--  1095
2025-08-20T22:28:32.1101307Z 
2025-08-20T22:28:32.1101857Z 100    75  100    75    0     0    532      0 --:--:-- --:--:-- --:--:--   532
2025-08-20T22:28:32.3880272Z 
2025-08-20T22:28:32.3880804Z 100 56.8M  100 56.8M    0     0   135M      0 --:--:-- --:--:-- --:--:--  135M
2025-08-20T22:28:32.3915179Z (DL) <== https://golang.org/dl/go1.25.0.linux-amd64.tar.gz
2025-08-20T22:28:33.7923125Z [+] Success! Go version: go version go1.25.0 linux/amd64
2025-08-20T22:28:33.7923681Z [+] GOROOT: /home/runner/.go
2025-08-20T22:28:33.7924067Z [+] GOPATH: /home/runner/go
2025-08-20T22:28:33.7924606Z [|] PATH: export PATH="/home/runner/.go/bin:/home/runner/go/bin:${PATH}"
2025-08-20T22:28:33.8080600Z go version go1.25.0 linux/amd64
2025-08-20T22:28:33.8439123Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:28:33.8439738Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:28:33.8440341Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:28:33.8441226Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:28:33.8441892Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:28:33.8442513Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:28:33.8443150Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:28:33.8443759Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:28:33.8444350Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:28:33.8444906Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:28:33.8445514Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:28:33.8446169Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:28:33.8446823Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:28:33.8447520Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:28:33.8448418Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:28:33.8449159Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:28:33.8449884Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:28:33.8450542Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:28:33.8451220Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:28:33.8452034Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:28:33.8452813Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:28:33.8453497Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:28:33.8454238Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:28:33.8454936Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:28:33.8455695Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:28:33.8456378Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:28:33.8457121Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:28:33.8457859Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:28:33.8458823Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:28:33.8459277Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:28:33.8459692Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:28:33.8460107Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:28:33.8460527Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:28:33.8460932Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:28:33.8461372Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:28:33.8461797Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:28:33.8462191Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:28:33.8462572Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:28:33.8462970Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:28:33.8463381Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:28:33.8463787Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:28:33.8464174Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:28:33.8464554Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:28:33.8464995Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:28:33.8465600Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:28:33.8466072Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:28:33.8466543Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:28:33.8466970Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:28:33.8467376Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:28:33.8467777Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:28:33.8468166Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:28:33.8469714Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:28:33.8470120Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:28:33.8470485Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:28:33.8470846Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:28:33.8471208Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:28:33.8471531Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:28:33.8471858Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:28:33.8472251Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:28:33.8472619Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:28:33.8473012Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:28:33.8473453Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:28:33.8473866Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:28:33.8474265Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:28:33.8474691Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:28:33.8475114Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:28:33.8475514Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:28:33.8476054Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:28:33.8476473Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:28:33.8476943Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:28:33.8477445Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:28:33.8477914Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:28:33.8478520Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:28:33.8478907Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:28:33.8479294Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:28:33.8479689Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:28:33.8480124Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:28:33.8480600Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:28:33.8481104Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:28:33.8481583Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:28:33.8482009Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:28:33.8482395Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:28:33.8482774Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:28:33.8483288Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:28:33.8483684Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:28:33.8484056Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:28:33.8484466Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:28:33.8484873Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:28:33.8485247Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:28:33.8485623Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:28:33.8486029Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:28:33.8486424Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:28:33.8486789Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:28:33.8487155Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:28:33.8487539Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:28:33.8487925Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:28:33.8488449Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:28:33.8488827Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:28:33.8489189Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:28:33.8489541Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:28:33.8489920Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:28:33.8490273Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:28:33.8490625Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:28:33.8490986Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:28:33.8491371Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:28:33.8491760Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:28:33.8492137Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:28:33.8492632Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:28:33.8492991Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:28:33.8493370Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:28:33.8493762Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:28:33.8494095Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:28:33.8494407Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:28:33.8494763Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:28:33.8495112Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:28:33.8495471Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:28:33.8495825Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:28:33.8496175Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:28:33.8496547Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:28:33.8496935Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:28:33.8497362Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:28:33.8497803Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:28:33.8498192Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:28:33.8498775Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:28:33.8499157Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:28:33.8499658Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:28:33.8500055Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:28:33.8500450Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:28:33.8500816Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:28:33.8501193Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:28:33.8501592Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:28:33.8502017Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:28:33.8502437Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:28:33.8502897Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:28:33.8503418Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:28:33.8503824Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:28:33.8504219Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:28:33.8504610Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:28:33.8504988Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:28:33.8505371Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:28:33.8505759Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:28:33.8506123Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:28:33.8506470Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:28:33.8506771Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:28:33.8507086Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:28:33.8507470Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:28:33.8508018Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:28:33.8508701Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:28:33.8509296Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:28:33.8509659Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:28:33.8510025Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:28:33.8510400Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:28:33.8510730Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:28:33.8511143Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:28:33.8511580Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:28:33.8511970Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:28:33.8512335Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:28:33.8512911Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:28:33.8513434Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:28:33.8513851Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:28:33.8514256Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:28:33.8514607Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:28:33.8514955Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:28:33.8515362Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:28:33.8515780Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:28:33.8516175Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:28:33.8516662Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:28:33.8517000Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:28:33.8517375Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:28:33.8517750Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:28:33.8518161Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:28:33.8518823Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:28:33.8519228Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:28:33.8519585Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:28:33.8519922Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:28:33.8520266Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:28:33.8520703Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:28:33.8521197Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:28:33.8521626Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:28:33.8521993Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:28:33.8522447Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:28:33.8523004Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:28:33.8523670Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:28:33.8524104Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:28:33.8524468Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:28:33.8524843Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:28:33.8525250Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:28:33.8525650Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:28:33.8526041Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:28:33.8526533Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:28:33.8526893Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:28:33.8527283Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:28:33.8527671Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:28:33.8528055Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:28:33.8528673Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:28:33.8529061Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:28:33.8529446Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:28:33.8529862Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:28:33.8530303Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:28:33.8530721Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:28:33.8531082Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:28:33.8531443Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:28:33.8531827Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:28:33.8532193Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:28:33.8532557Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:28:33.8532924Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:28:33.8533422Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:28:33.8533831Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:28:33.8534288Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:28:33.8534728Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:28:33.8535114Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:28:33.8535491Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:28:33.8535860Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:28:33.8536219Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:28:33.8536577Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:28:33.8536948Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:28:33.8537322Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:28:33.8537768Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:28:33.8538434Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:28:33.8538952Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:28:33.8539456Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:28:33.8539951Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:28:33.8549479Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:28:33.8550419Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:28:33.8550917Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:28:33.8551304Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:28:33.8551680Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:28:33.8552067Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:28:33.8552633Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:28:33.8553020Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:28:33.8553404Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:28:33.8553783Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:28:33.8554164Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:28:33.8554543Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:28:33.8554915Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:28:33.8555307Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:28:33.8555692Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:28:33.8556099Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:28:33.8556529Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:28:33.8556917Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:28:33.8557280Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:28:33.8557682Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:28:33.8558055Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:28:33.8558660Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:28:33.8559011Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:28:33.8559366Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:28:33.8559748Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:28:33.8560242Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:28:33.8560644Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:28:33.8561013Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:28:33.8561322Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:28:33.8561781Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:28:33.8562288Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:28:33.8562649Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:28:33.8563018Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:28:33.8563377Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:28:33.8563772Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:28:33.8564201Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:28:33.8564621Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:28:33.8565047Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:28:33.8565445Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:28:33.8565838Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:28:33.8566246Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:28:33.8566648Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:28:33.8567030Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:28:33.8567447Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:28:33.8567928Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:28:33.8568612Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:28:33.8569058Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:28:33.8569651Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:28:33.8570044Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:28:33.8570509Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:28:33.8570980Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:28:33.8571376Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:28:33.8571799Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:28:33.8572239Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:28:33.8572636Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:28:33.8572994Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:28:33.8573351Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:28:33.8573727Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:28:33.8574096Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:28:33.8574453Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:28:33.8574803Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:28:33.8575178Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:28:33.8575551Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:28:33.8575905Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:28:33.8576264Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:28:33.8576720Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:28:33.8577098Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:28:33.8577485Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:28:33.8577845Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:28:33.8578192Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:28:33.8578834Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:28:33.8579196Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:28:33.8579557Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:28:33.8579911Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:28:33.8580259Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:28:33.8580629Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:28:33.8580980Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:28:33.8581341Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:28:33.8581772Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:28:33.8582168Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:28:33.8582524Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:28:33.8582890Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:28:33.8583300Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:28:33.8583686Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:28:33.8584043Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:28:33.8584398Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:28:33.8584751Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:28:33.8585045Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:28:33.8585342Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:28:33.8585827Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:28:33.8586185Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:28:33.8586544Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:28:33.8586893Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:28:33.8587230Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:28:33.8587557Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:28:33.8587933Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:28:33.8588592Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:28:33.8588994Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:28:33.8589386Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:28:33.8589770Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:28:33.8590181Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:28:33.8590671Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:28:33.8591284Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:28:33.8591902Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:28:33.8592432Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:28:33.8592897Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:28:33.8593520Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:28:33.8594038Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:28:33.8594652Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:28:33.8595201Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:28:33.8595683Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:28:33.8596118Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:28:33.8596477Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:28:33.8596841Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:28:33.8597198Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:28:33.8597582Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:28:33.8597965Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:28:33.8598456Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:28:33.8598834Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:28:33.8599199Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:28:33.8599580Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:28:33.8599944Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:28:33.8600306Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:28:33.8600668Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:28:33.8601046Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:28:33.8601434Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:28:33.8601838Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:28:33.8602239Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:28:33.8602706Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:28:33.8603080Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:28:33.8603475Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:28:33.8603872Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:28:33.8604302Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:28:33.8604720Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:28:33.8605083Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:28:33.8605443Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:28:33.8605811Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:28:33.8606164Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:28:33.8606547Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:28:33.8606917Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:28:33.8607285Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:28:33.8607665Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:28:33.8608016Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:28:33.8608511Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:28:33.8609149Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:28:33.8609969Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:28:33.8610683Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:28:33.8611333Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:28:33.8611847Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:28:33.8612239Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:28:33.8612600Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:28:33.8612967Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:28:33.8613333Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:28:33.8613687Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:28:33.8614055Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:28:33.8614429Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:28:33.8614795Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:28:33.8615167Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:28:33.8615537Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:28:33.8615906Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:28:33.8616287Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:28:33.8616687Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:28:33.8617079Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:28:33.8617461Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:28:33.8617864Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:28:33.8618423Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:28:33.8618857Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:28:33.8619366Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:28:33.8619733Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:28:33.8620108Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:28:33.8620505Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:28:33.8620889Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:28:33.8621273Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:28:33.8621658Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:28:33.8622038Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:28:33.8622453Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:28:33.8622874Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:28:33.8623273Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:28:33.8623699Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:28:33.8624153Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:28:33.8624551Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:28:33.8624906Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:28:33.8625273Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:28:33.8625656Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:28:33.8626160Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:28:33.8626559Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:28:33.8626926Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:28:33.8627312Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:28:33.8627769Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:28:33.8628341Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:28:33.8628727Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:28:33.8629125Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:28:33.8629567Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:28:33.8629998Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:28:33.8630469Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:28:33.8630943Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:28:33.8631381Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:28:33.8631806Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:28:33.8632193Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:28:33.8632575Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:28:33.8632984Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:28:33.8633359Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:28:33.8633721Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:28:33.8634115Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:28:33.8634508Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:28:33.8634902Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:28:33.8635436Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:28:33.8635820Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:28:33.8636188Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:28:33.8636542Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:28:33.8636889Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:28:33.8637267Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:28:33.8637672Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:28:33.8638118Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:28:33.8638678Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:28:33.8639101Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:28:33.8639530Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:28:33.8639939Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:28:33.8640334Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:28:33.8640726Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:28:33.8641075Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:28:33.8641433Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:28:33.8641806Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:28:33.8642185Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:28:33.8642659Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:28:33.8642987Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:28:33.8643293Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:28:33.8643642Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:28:33.8644138Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T22:28:33.8644641Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:28:33.8645011Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:28:33.8645367Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:28:33.8645750Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:28:33.8646152Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:28:33.8646552Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:28:33.8646940Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:28:33.8647338Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:28:33.8647738Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:28:33.8648098Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:28:33.8648671Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:28:33.8649045Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:28:33.8649413Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:28:33.8649822Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:28:33.8650242Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:28:33.8650635Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:28:33.8651043Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:28:33.8651470Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:28:33.8651987Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:28:33.8652342Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:28:33.8652679Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:28:33.8653030Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:28:33.8653389Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:28:33.8653754Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:28:33.8654141Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:28:33.8654545Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:28:33.8654995Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:28:33.8655423Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:28:33.8655790Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:28:33.8656162Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:28:33.8656534Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:28:33.8656910Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:28:33.8657278Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:28:33.8657637Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:28:33.8658074Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:28:33.8658900Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:28:33.8659321Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:28:33.8659685Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:28:33.8660046Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:28:33.8660435Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:28:33.8660811Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:28:33.8661173Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:28:33.8661560Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:28:33.8661930Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:28:33.8662270Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:28:33.8662612Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:28:33.8663002Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:28:33.8663416Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:28:33.8663788Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:28:33.8664162Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:28:33.8664588Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:28:33.8665009Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:28:33.8665416Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:28:33.8665802Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:28:33.8666325Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:28:33.8666833Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:28:33.8667136Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:28:33.8667790Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:28:33.8668799Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:28:33.8669501Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:28:33.8670385Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:28:33.8671388Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:28:33.8672410Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:28:33.8673287Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:28:33.8673940Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:28:33.8674568Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:28:33.8675197Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:28:33.8675781Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:28:33.8676266Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:28:33.8676706Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:28:33.8677138Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:28:33.8677561Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:28:33.8678029Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:28:33.8678884Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:28:33.8679281Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:28:33.8679647Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:28:33.8680023Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:28:33.8680398Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:28:33.8680802Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:28:33.8681212Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:28:33.8681566Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:28:33.8681953Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:28:33.8682410Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:28:33.8682895Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:28:33.8683369Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:28:33.8683843Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:28:33.8684321Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:28:33.8684788Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:28:33.8685227Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:28:33.8685632Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:28:33.8686036Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:28:33.8686438Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:28:33.8686845Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:28:33.8687243Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:28:33.8687675Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:28:33.8688220Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:28:33.8688758Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:28:33.8689137Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:28:33.8689509Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:28:33.8689884Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:28:33.8690326Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:28:33.8690762Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:28:33.8691163Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:28:33.8691574Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:28:33.8691987Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:28:33.8692431Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:28:33.8692867Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:28:33.8693289Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:28:33.8693676Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:28:33.8694047Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:28:33.8694423Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:28:33.8694785Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:28:33.8695272Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:28:33.8695674Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:28:33.8696065Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:28:33.8696486Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:28:33.8696951Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:28:33.8697360Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:28:33.8697758Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:28:33.8698147Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:28:33.8698580Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:28:33.8698916Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:28:33.8699307Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:28:33.8699713Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:28:33.8700106Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:28:33.8700501Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:28:33.8700921Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:28:33.8701360Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:28:33.8701775Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:28:33.8702150Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:28:33.8702542Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:28:33.8703085Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:28:33.8703662Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:28:33.8704110Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:28:33.8704716Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:28:33.8705143Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:28:33.8705554Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:28:33.8705945Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:28:33.8706324Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:28:33.8706699Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:28:33.8707087Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:28:33.8707480Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:28:33.8707857Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:28:33.8708360Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:28:33.8708762Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:28:33.8709129Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:28:33.8709530Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:28:33.8709981Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:28:33.8710422Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:28:33.8710791Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:28:33.8711152Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:28:33.8711533Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:28:33.8712020Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:28:33.8712387Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:28:33.8712811Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:28:33.8713251Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:28:33.8713649Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:28:33.8714036Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:28:33.8714423Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:28:33.8714792Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:28:33.8715155Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:28:33.8715539Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:28:33.8715933Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:28:33.8716380Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:28:33.8716839Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:28:33.8717256Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:28:33.8717647Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:28:33.8718037Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:28:33.8718591Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:28:33.8718975Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:28:33.8719319Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:28:33.8719630Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:28:33.8719934Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:28:33.8720297Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:28:33.8720661Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:28:33.8721129Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:28:33.8721493Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:28:33.8721882Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:28:33.8722262Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:28:33.8722614Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:28:33.8722958Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:28:33.8723328Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:28:33.8723721Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:28:33.8724090Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:28:33.8724443Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:28:33.8724798Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:28:33.8725173Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:28:33.8725552Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:28:33.8725888Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:28:33.8726258Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:28:33.8726635Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:28:33.8727004Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:28:33.8727368Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:28:33.8727843Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:28:33.8728225Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:28:33.8728735Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:28:33.8729157Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:28:33.8729550Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:28:33.8729893Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:28:33.8730238Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:28:33.8730578Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:28:33.8730994Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:28:33.8731479Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:28:33.8731941Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:28:33.8732409Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:28:33.8732893Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:28:33.8733322Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:28:33.8733695Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:28:33.8734076Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:28:33.8734453Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:28:33.8734830Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:28:33.8735201Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:28:33.8735575Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:28:33.8735940Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:28:33.8736324Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:28:33.8736755Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:28:33.8737303Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:28:33.8737672Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:28:33.8738063Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:28:33.8738602Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:28:33.8738973Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:28:33.8739321Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:28:33.8739705Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:28:33.8740153Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:28:33.8740572Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:28:33.8740973Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:28:33.8741378Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:28:33.8741696Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:28:33.8741966Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:28:33.8742313Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:28:33.8742790Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:28:34.0959116Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:28:34.2764602Z Collecting meson
2025-08-20T22:28:34.3209142Z   Downloading meson-1.8.4-py3-none-any.whl.metadata (1.8 kB)
2025-08-20T22:28:34.3563694Z Collecting ninja
2025-08-20T22:28:34.3650005Z   Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl.metadata (5.1 kB)
2025-08-20T22:28:34.3805858Z Downloading meson-1.8.4-py3-none-any.whl (1.0 MB)
2025-08-20T22:28:34.4511246Z    ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.0/1.0 MB 17.4 MB/s  0:00:00
2025-08-20T22:28:34.4581357Z Downloading ninja-1.13.0-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (180 kB)
2025-08-20T22:28:34.5525424Z Installing collected packages: ninja, meson
2025-08-20T22:28:35.2629158Z 
2025-08-20T22:28:35.2658163Z Successfully installed meson-1.8.4 ninja-1.13.0
2025-08-20T22:28:35.5493486Z Defaulting to user installation because normal site-packages is not writeable
2025-08-20T22:28:35.6554209Z Requirement already satisfied: meson in /home/runner/.local/lib/python3.12/site-packages (1.8.4)
2025-08-20T22:28:35.7218964Z Requirement already satisfied: ninja in /home/runner/.local/lib/python3.12/site-packages (1.13.0)
2025-08-20T22:28:36.2074168Z 1.8.4
2025-08-20T22:28:36.2329334Z 1.13.0.git.kitware.jobserver-pipe-1
2025-08-20T22:28:36.2583393Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:28:36.2584023Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:28:36.2584682Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:28:36.2585107Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:28:36.2585747Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:28:36.2586402Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:28:36.2586804Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:28:36.2587197Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:28:36.2587559Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:28:36.2587887Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:28:36.2588622Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:28:36.2589299Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:28:36.2589963Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:28:36.2590990Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:28:36.2591619Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:28:36.2592251Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:28:36.2592891Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:28:36.2593505Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:28:36.2593981Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:28:36.2594430Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:28:36.2594868Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:28:36.2595241Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:28:36.2595641Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:28:36.2596032Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:28:36.2596377Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:28:36.2596765Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:28:36.2597191Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:28:36.2597595Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:28:36.2597985Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:28:36.2598770Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:28:36.2599730Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:28:36.2600456Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:28:36.2601194Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:28:36.2601941Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:28:36.2602734Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:28:36.2603607Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:28:36.2604333Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:28:36.2605036Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:28:36.2605745Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:28:36.2606482Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:28:36.2607225Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:28:36.2607955Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:28:36.2608882Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:28:36.2609719Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:28:36.2610570Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:28:36.2611390Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:28:36.2612250Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:28:36.2613031Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:28:36.2613773Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:28:36.2614522Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:28:36.2615251Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:28:36.2615985Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:28:36.2616922Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:28:36.2617580Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:28:36.2618214Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:28:36.2619056Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:28:36.2619623Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:28:36.2620225Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:28:36.2620945Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:28:36.2621615Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:28:36.2622351Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:28:36.2623128Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:28:36.2623871Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:28:36.2624601Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:28:36.2625355Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:28:36.2626115Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:28:36.2626810Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:28:36.2627496Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:28:36.2628378Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:28:36.2629248Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:28:36.2630298Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:28:36.2631140Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:28:36.2631875Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:28:36.2632555Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:28:36.2633238Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:28:36.2633938Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:28:36.2634709Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:28:36.2635579Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:28:36.2636463Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:28:36.2637338Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:28:36.2638108Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:28:36.2638998Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:28:36.2639648Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:28:36.2640052Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:28:36.2640448Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:28:36.2640824Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:28:36.2641244Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:28:36.2641653Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:28:36.2642025Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:28:36.2642398Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:28:36.2642791Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:28:36.2643183Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:28:36.2643768Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:28:36.2644125Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:28:36.2644503Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:28:36.2644878Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:28:36.2645219Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:28:36.2645586Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:28:36.2645946Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:28:36.2646300Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:28:36.2646680Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:28:36.2647032Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:28:36.2647381Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:28:36.2647753Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:28:36.2648155Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:28:36.2648983Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:28:36.2649637Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:28:36.2650267Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:28:36.2650940Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:28:36.2651512Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:28:36.2652267Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:28:36.2652622Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:28:36.2653032Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:28:36.2653398Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:28:36.2653747Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:28:36.2654100Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:28:36.2654460Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:28:36.2654809Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:28:36.2655178Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:28:36.2655571Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:28:36.2656000Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:28:36.2656442Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:28:36.2656834Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:28:36.2657213Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:28:36.2657598Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:28:36.2657978Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:28:36.2658660Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:28:36.2659123Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:28:36.2659488Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:28:36.2659861Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:28:36.2660261Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:28:36.2660694Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:28:36.2661114Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:28:36.2661485Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:28:36.2662003Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:28:36.2662395Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:28:36.2662792Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:28:36.2663176Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:28:36.2663550Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:28:36.2663932Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:28:36.2664324Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:28:36.2664698Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:28:36.2665051Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:28:36.2665351Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:28:36.2665670Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:28:36.2666048Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:28:36.2666434Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:28:36.2666817Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:28:36.2667178Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:28:36.2667549Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:28:36.2667922Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:28:36.2668446Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:28:36.2668919Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:28:36.2669345Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:28:36.2669785Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:28:36.2670186Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:28:36.2670552Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:28:36.2670933Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:28:36.2671338Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:28:36.2671748Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:28:36.2672153Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:28:36.2672503Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:28:36.2672860Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:28:36.2673271Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:28:36.2673691Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:28:36.2674096Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:28:36.2674462Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:28:36.2674794Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:28:36.2675166Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:28:36.2675539Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:28:36.2675958Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:28:36.2676416Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:28:36.2676826Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:28:36.2677186Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:28:36.2677537Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:28:36.2678007Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:28:36.2678716Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:28:36.2679225Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:28:36.2679671Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:28:36.2680041Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:28:36.2680501Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:28:36.2681132Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:28:36.2681800Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:28:36.2682311Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:28:36.2682741Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:28:36.2683320Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:28:36.2683812Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:28:36.2692336Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:28:36.2692813Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:28:36.2693201Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:28:36.2693585Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:28:36.2693990Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:28:36.2694585Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:28:36.2695008Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:28:36.2695404Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:28:36.2695799Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:28:36.2696192Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:28:36.2696616Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:28:36.2697062Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:28:36.2697482Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:28:36.2697842Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:28:36.2698208Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:28:36.2698912Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:28:36.2699301Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:28:36.2699679Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:28:36.2700060Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:28:36.2700445Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:28:36.2700856Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:28:36.2701317Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:28:36.2701760Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:28:36.2702153Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:28:36.2702536Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:28:36.2702914Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:28:36.2703284Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:28:36.2703646Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:28:36.2704156Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:28:36.2704532Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:28:36.2704973Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:28:36.2705445Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:28:36.2705895Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:28:36.2706404Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:28:36.2706907Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:28:36.2707398Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:28:36.2707892Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:28:36.2708457Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:28:36.2708822Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:28:36.2709182Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:28:36.2709558Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:28:36.2709929Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:28:36.2710284Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:28:36.2710655Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:28:36.2711027Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:28:36.2711519Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:28:36.2711903Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:28:36.2712280Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:28:36.2712679Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:28:36.2713059Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:28:36.2713470Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:28:36.2713902Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:28:36.2714286Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:28:36.2714650Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:28:36.2715061Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:28:36.2715434Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:28:36.2715792Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:28:36.2716136Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:28:36.2716497Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:28:36.2716882Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:28:36.2717248Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:28:36.2717635Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:28:36.2717996Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:28:36.2718494Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:28:36.2718963Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:28:36.2719478Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:28:36.2719851Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:28:36.2720243Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:28:36.2720741Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:28:36.2721138Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:28:36.2721570Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:28:36.2721990Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:28:36.2722409Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:28:36.2722807Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:28:36.2723204Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:28:36.2723617Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:28:36.2724027Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:28:36.2724414Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:28:36.2724843Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:28:36.2725325Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:28:36.2725814Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:28:36.2726253Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:28:36.2726657Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:28:36.2727048Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:28:36.2727517Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:28:36.2728103Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:28:36.2728640Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:28:36.2729065Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:28:36.2729515Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:28:36.2729915Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:28:36.2730270Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:28:36.2730632Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:28:36.2731032Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:28:36.2731417Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:28:36.2731780Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:28:36.2732142Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:28:36.2732536Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:28:36.2732914Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:28:36.2733279Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:28:36.2733646Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:28:36.2733994Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:28:36.2734363Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:28:36.2734749Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:28:36.2735108Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:28:36.2735464Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:28:36.2735813Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:28:36.2736178Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:28:36.2736547Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:28:36.2736897Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:28:36.2737369Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:28:36.2737741Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:28:36.2738094Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:28:36.2738607Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:28:36.2739042Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:28:36.2739445Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:28:36.2739806Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:28:36.2740183Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:28:36.2740603Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:28:36.2740993Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:28:36.2741348Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:28:36.2741716Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:28:36.2742067Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:28:36.2742358Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:28:36.2742658Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:28:36.2743006Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:28:36.2743356Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:28:36.2743711Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:28:36.2744065Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:28:36.2744516Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:28:36.2744854Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:28:36.2745234Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:28:36.2745641Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:28:36.2746030Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:28:36.2746417Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:28:36.2746799Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:28:36.2747204Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:28:36.2747697Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:28:36.2748443Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:28:36.2749068Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:28:36.2749606Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:28:36.2750082Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:28:36.2750531Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:28:36.2751044Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:28:36.2751657Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:28:36.2752210Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:28:36.2752696Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:28:36.2753138Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:28:36.2753501Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:28:36.2753869Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:28:36.2754351Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:28:36.2754728Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:28:36.2755111Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:28:36.2755486Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:28:36.2755863Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:28:36.2756230Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:28:36.2756600Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:28:36.2756965Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:28:36.2757329Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:28:36.2757707Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:28:36.2758097Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:28:36.2758588Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:28:36.2758992Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:28:36.2759397Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:28:36.2759758Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:28:36.2760439Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:28:36.2761151Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:28:36.2761617Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:28:36.2762188Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:28:36.2762617Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:28:36.2762982Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:28:36.2763347Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:28:36.2763720Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:28:36.2764077Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:28:36.2764457Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:28:36.2764838Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:28:36.2765212Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:28:36.2765586Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:28:36.2765948Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:28:36.2766297Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:28:36.2766835Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:28:36.2767543Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:28:36.2768211Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:28:36.2768989Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:28:36.2769507Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:28:36.2769881Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:28:36.2770248Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:28:36.2770618Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:28:36.2770982Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:28:36.2771497Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:28:36.2771863Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:28:36.2772236Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:28:36.2772598Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:28:36.2772961Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:28:36.2773333Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:28:36.2773697Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:28:36.2774079Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:28:36.2774490Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:28:36.2774879Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:28:36.2775267Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:28:36.2775656Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:28:36.2776040Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:28:36.2776414Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:28:36.2776788Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:28:36.2777153Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:28:36.2777546Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:28:36.2778069Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:28:36.2778575Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:28:36.2778972Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:28:36.2779368Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:28:36.2779751Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:28:36.2780167Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:28:36.2780595Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:28:36.2780988Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:28:36.2781416Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:28:36.2781869Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:28:36.2782277Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:28:36.2782645Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:28:36.2783023Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:28:36.2783420Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:28:36.2783822Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:28:36.2784216Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:28:36.2784587Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:28:36.2784974Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:28:36.2785434Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:28:36.2785902Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:28:36.2786292Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:28:36.2786694Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:28:36.2787136Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:28:36.2787695Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:28:36.2788160Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:28:36.2788744Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:28:36.2789183Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:28:36.2789603Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:28:36.2790000Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:28:36.2790391Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:28:36.2790806Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:28:36.2791184Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:28:36.2791563Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:28:36.2791961Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:28:36.2792357Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:28:36.2792752Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:28:36.2793163Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:28:36.2793547Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:28:36.2793913Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:28:36.2794271Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:28:36.2794735Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:28:36.2795126Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:28:36.2795536Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:28:36.2795986Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:28:36.2796430Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:28:36.2796822Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:28:36.2797248Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:28:36.2797663Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:28:36.2798061Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:28:36.2798557Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:28:36.2798918Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:28:36.2799279Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:28:36.2799664Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:28:36.2800048Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:28:36.2800411Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:28:36.2800742Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:28:36.2801056Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:28:36.2801410Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:28:36.2801915Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T22:28:36.2802433Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:28:36.2802816Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:28:36.2803185Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:28:36.2803576Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:28:36.2804101Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:28:36.2804506Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:28:36.2804898Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:28:36.2805304Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:28:36.2805705Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:28:36.2806068Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:28:36.2806433Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:28:36.2806795Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:28:36.2807169Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:28:36.2807581Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:28:36.2808013Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:28:36.2808511Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:28:36.2808921Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:28:36.2809352Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:28:36.2809739Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:28:36.2810098Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:28:36.2810445Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:28:36.2810908Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:28:36.2811281Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:28:36.2811653Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:28:36.2812049Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:28:36.2812452Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:28:36.2812902Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:28:36.2813333Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:28:36.2813704Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:28:36.2814079Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:28:36.2814455Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:28:36.2814832Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:28:36.2815204Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:28:36.2815564Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:28:36.2816002Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:28:36.2816485Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:28:36.2816895Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:28:36.2817258Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:28:36.2817622Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:28:36.2818018Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:28:36.2818502Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:28:36.2818866Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:28:36.2819262Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:28:36.2819632Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:28:36.2820095Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:28:36.2820449Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:28:36.2820839Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:28:36.2821249Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:28:36.2821623Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:28:36.2822000Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:28:36.2822433Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:28:36.2822858Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:28:36.2823277Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:28:36.2823659Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:28:36.2824175Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:28:36.2824680Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:28:36.2824989Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:28:36.2825329Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:28:36.2825736Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:28:36.2826158Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:28:36.2826672Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:28:36.2827369Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:28:36.2828022Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:28:36.2828802Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:28:36.2829451Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:28:36.2830069Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:28:36.2830687Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:28:36.2831259Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:28:36.2831741Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:28:36.2832181Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:28:36.2832604Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:28:36.2833021Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:28:36.2833493Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:28:36.2833912Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:28:36.2834285Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:28:36.2834641Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:28:36.2835003Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:28:36.2835370Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:28:36.2835768Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:28:36.2836178Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:28:36.2836526Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:28:36.2836910Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:28:36.2837490Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:28:36.2837973Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:28:36.2838552Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:28:36.2839028Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:28:36.2839503Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:28:36.2839973Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:28:36.2840414Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:28:36.2840819Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:28:36.2841223Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:28:36.2841633Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:28:36.2842036Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:28:36.2842439Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:28:36.2842866Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:28:36.2843289Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:28:36.2843664Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:28:36.2844038Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:28:36.2844518Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:28:36.2844893Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:28:36.2845321Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:28:36.2845759Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:28:36.2846148Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:28:36.2846546Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:28:36.2846958Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:28:36.2847400Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:28:36.2847834Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:28:36.2848353Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:28:36.2848751Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:28:36.2849118Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:28:36.2849501Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:28:36.2849867Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:28:36.2850229Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:28:36.2850622Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:28:36.2851013Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:28:36.2851434Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:28:36.2851892Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:28:36.2852300Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:28:36.2852701Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:28:36.2853101Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:28:36.2853394Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:28:36.2853824Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:28:36.2854202Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:28:36.2854586Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:28:36.2854967Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:28:36.2855353Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:28:36.2855770Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:28:36.2856205Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:28:36.2856614Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:28:36.2856994Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:28:36.2857382Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:28:36.2857923Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:28:36.2858760Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:28:36.2859200Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:28:36.2859631Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:28:36.2860058Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:28:36.2860466Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:28:36.2860858Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:28:36.2861355Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:28:36.2861738Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:28:36.2862152Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:28:36.2862542Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:28:36.2862909Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:28:36.2863292Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:28:36.2863682Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:28:36.2864048Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:28:36.2864448Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:28:36.2864900Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:28:36.2865317Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:28:36.2865683Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:28:36.2866052Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:28:36.2866428Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:28:36.2866797Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:28:36.2867160Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:28:36.2867580Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:28:36.2868018Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:28:36.2868519Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:28:36.2868904Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:28:36.2869292Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:28:36.2869665Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:28:36.2870148Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:28:36.2870520Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:28:36.2870911Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:28:36.2871346Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:28:36.2871787Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:28:36.2872197Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:28:36.2872588Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:28:36.2872977Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:28:36.2873398Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:28:36.2873777Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:28:36.2874130Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:28:36.2874436Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:28:36.2874732Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:28:36.2875094Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:28:36.2875460Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:28:36.2875803Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:28:36.2876163Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:28:36.2876547Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:28:36.2877033Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:28:36.2877387Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:28:36.2877730Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:28:36.2878096Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:28:36.2878584Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:28:36.2878953Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:28:36.2879311Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:28:36.2879662Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:28:36.2880040Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:28:36.2880414Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:28:36.2880756Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:28:36.2881122Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:28:36.2881503Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:28:36.2881873Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:28:36.2882240Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:28:36.2882606Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:28:36.2882982Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:28:36.2883373Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:28:36.2883789Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:28:36.2884187Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:28:36.2884534Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:28:36.2884881Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:28:36.2885217Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:28:36.2885633Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:28:36.2886248Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:28:36.2886708Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:28:36.2887170Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:28:36.2887657Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:28:36.2888079Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:28:36.2888557Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:28:36.2888936Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:28:36.2889318Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:28:36.2889697Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:28:36.2890074Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:28:36.2890451Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:28:36.2890811Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:28:36.2891193Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:28:36.2891623Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:28:36.2892041Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:28:36.2892409Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:28:36.2892798Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:28:36.2893322Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:28:36.2893700Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:28:36.2894039Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:28:36.2894426Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:28:36.2894866Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:28:36.2895287Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:28:36.2895687Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:28:36.2896087Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:28:36.2896404Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:28:36.2896675Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:28:36.2897026Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:28:36.2897503Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:28:36.4037690Z info: downloading installer
2025-08-20T22:28:36.5933629Z warn: It looks like you have an existing rustup settings file at:
2025-08-20T22:28:36.5934199Z warn: /home/runner/.rustup/settings.toml
2025-08-20T22:28:36.5934615Z warn: Rustup will install the default toolchain as specified in the settings file,
2025-08-20T22:28:36.5935062Z warn: instead of the one inferred from the default host triple.
2025-08-20T22:28:36.6099569Z info: profile set to 'default'
2025-08-20T22:28:36.6100110Z info: default host triple is x86_64-unknown-linux-gnu
2025-08-20T22:28:36.6780137Z warn: Updating existing toolchain, profile choice will be ignored
2025-08-20T22:28:36.6780639Z info: syncing channel updates for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:28:36.7045564Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:28:36.7046066Z 
2025-08-20T22:28:36.7136138Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:28:36.7136702Z 
2025-08-20T22:28:36.7136707Z 
2025-08-20T22:28:36.7136836Z Rust is installed now. Great!
2025-08-20T22:28:36.7137409Z 
2025-08-20T22:28:36.7137753Z To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
2025-08-20T22:28:36.7138951Z environment variable. This has not been done automatically.
2025-08-20T22:28:36.7139210Z 
2025-08-20T22:28:36.7139339Z To configure your current shell, you need to source
2025-08-20T22:28:36.7139657Z the corresponding env file under $HOME/.cargo.
2025-08-20T22:28:36.7139844Z 
2025-08-20T22:28:36.7140039Z This is usually done by running one of the following (note the leading DOT):
2025-08-20T22:28:36.7140460Z . "$HOME/.cargo/env"            # For sh/bash/zsh/ash/dash/pdksh
2025-08-20T22:28:36.7140791Z source "$HOME/.cargo/env.fish"  # For fish
2025-08-20T22:28:36.7141084Z source $"($nu.home-path)/.cargo/env.nu"  # For nushell
2025-08-20T22:28:36.7604884Z info: using existing install for 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:28:36.7926922Z info: default toolchain set to 'stable-x86_64-unknown-linux-gnu'
2025-08-20T22:28:36.7927403Z 
2025-08-20T22:28:36.8017610Z   stable-x86_64-unknown-linux-gnu unchanged - rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:28:36.8018156Z 
2025-08-20T22:28:36.8493659Z rustc 1.89.0 (29483883e 2025-08-04)
2025-08-20T22:28:37.3083887Z cargo 1.89.0 (c24e10642 2025-06-23)
2025-08-20T22:28:37.3380732Z 680 libs found in cache `/etc/ld.so.cache'
2025-08-20T22:28:37.3381356Z 	libz3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so.4
2025-08-20T22:28:37.3381974Z 	libz3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz3.so
2025-08-20T22:28:37.3382585Z 	libzstd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so.1
2025-08-20T22:28:37.3383217Z 	libzstd.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libzstd.so
2025-08-20T22:28:37.3383824Z 	libzmq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzmq.so.5
2025-08-20T22:28:37.3384697Z 	libzip.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzip.so.4
2025-08-20T22:28:37.3385318Z 	libzen.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libzen.so.0
2025-08-20T22:28:37.3385930Z 	libz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so.1
2025-08-20T22:28:37.3386537Z 	libz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libz.so
2025-08-20T22:28:37.3387179Z 	libyaml-0.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyaml-0.so.2
2025-08-20T22:28:37.3387861Z 	libyajl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libyajl.so.2
2025-08-20T22:28:37.3388742Z 	libxxhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxxhash.so.0
2025-08-20T22:28:37.3389463Z 	libxtables.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxtables.so.12
2025-08-20T22:28:37.3390165Z 	libxslt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxslt.so.1
2025-08-20T22:28:37.3390859Z 	libxshmfence.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxshmfence.so.1
2025-08-20T22:28:37.3391715Z 	libxml2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so.2
2025-08-20T22:28:37.3392339Z 	libxml2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxml2.so
2025-08-20T22:28:37.3392999Z 	libxmlsec1.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1.so.1
2025-08-20T22:28:37.3393805Z 	libxmlsec1-openssl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlsec1-openssl.so.1
2025-08-20T22:28:37.3394575Z 	libxmlb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxmlb.so.2
2025-08-20T22:28:37.3395257Z 	libxkbfile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbfile.so.1
2025-08-20T22:28:37.3395701Z 	libxkbcommon.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxkbcommon.so.0
2025-08-20T22:28:37.3396123Z 	libxcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so.1
2025-08-20T22:28:37.3396491Z 	libxcb.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb.so
2025-08-20T22:28:37.3396901Z 	libxcb-xfixes.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so.0
2025-08-20T22:28:37.3397342Z 	libxcb-xfixes.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-xfixes.so
2025-08-20T22:28:37.3397752Z 	libxcb-sync.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-sync.so.1
2025-08-20T22:28:37.3398147Z 	libxcb-shm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shm.so.0
2025-08-20T22:28:37.3398999Z 	libxcb-shape.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so.0
2025-08-20T22:28:37.3399417Z 	libxcb-shape.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-shape.so
2025-08-20T22:28:37.3399855Z 	libxcb-render.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so.0
2025-08-20T22:28:37.3400278Z 	libxcb-render.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-render.so
2025-08-20T22:28:37.3400687Z 	libxcb-randr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-randr.so.0
2025-08-20T22:28:37.3401123Z 	libxcb-present.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-present.so.0
2025-08-20T22:28:37.3401553Z 	libxcb-glx.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-glx.so.0
2025-08-20T22:28:37.3401950Z 	libxcb-dri3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libxcb-dri3.so.0
2025-08-20T22:28:37.3402337Z 	libwrap.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwrap.so.0
2025-08-20T22:28:37.3402735Z 	libwmflite-0.2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwmflite-0.2.so.7
2025-08-20T22:28:37.3403159Z 	libwebpmux.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpmux.so.3
2025-08-20T22:28:37.3403590Z 	libwebpdemux.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebpdemux.so.2
2025-08-20T22:28:37.3403992Z 	libwebp.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwebp.so.7
2025-08-20T22:28:37.3404385Z 	libwbclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwbclient.so.0
2025-08-20T22:28:37.3404831Z 	libwayland-server.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-server.so.0
2025-08-20T22:28:37.3405298Z 	libwayland-egl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-egl.so.1
2025-08-20T22:28:37.3405750Z 	libwayland-cursor.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-cursor.so.0
2025-08-20T22:28:37.3406339Z 	libwayland-client.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libwayland-client.so.0
2025-08-20T22:28:37.3406781Z 	libvulkan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvulkan.so.1
2025-08-20T22:28:37.3407198Z 	libvorbisfile.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbisfile.so.3
2025-08-20T22:28:37.3407607Z 	libvorbis.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvorbis.so.0
2025-08-20T22:28:37.3408001Z 	libvolume_key.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvolume_key.so.1
2025-08-20T22:28:37.3408691Z 	libvmtools.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvmtools.so.0
2025-08-20T22:28:37.3409094Z 	libvgauth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libvgauth.so.0
2025-08-20T22:28:37.3409457Z 	libuv.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuv.so.1
2025-08-20T22:28:37.3409809Z 	libuuid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuuid.so.1
2025-08-20T22:28:37.3410166Z 	libutil.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutil.so.1
2025-08-20T22:28:37.3410495Z 	libutil.so.1 (libc6) => /lib32/libutil.so.1
2025-08-20T22:28:37.3410838Z 	libutempter.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libutempter.so.0
2025-08-20T22:28:37.3411238Z 	libusb-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libusb-1.0.so.0
2025-08-20T22:28:37.3411615Z 	liburcu.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu.so.8
2025-08-20T22:28:37.3412016Z 	liburcu-signal.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-signal.so.8
2025-08-20T22:28:37.3412443Z 	liburcu-qsbr.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-qsbr.so.8
2025-08-20T22:28:37.3412853Z 	liburcu-memb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-memb.so.8
2025-08-20T22:28:37.3413258Z 	liburcu-mb.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-mb.so.8
2025-08-20T22:28:37.3413670Z 	liburcu-common.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-common.so.8
2025-08-20T22:28:37.3414099Z 	liburcu-cds.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-cds.so.8
2025-08-20T22:28:37.3414498Z 	liburcu-bp.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/liburcu-bp.so.8
2025-08-20T22:28:37.3414886Z 	libunwind.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind.so.8
2025-08-20T22:28:37.3415300Z 	libunwind-x86_64.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-x86_64.so.8
2025-08-20T22:28:37.3415899Z 	libunwind-ptrace.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-ptrace.so.0
2025-08-20T22:28:37.3416387Z 	libunwind-coredump.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunwind-coredump.so.0
2025-08-20T22:28:37.3416847Z 	libunistring.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libunistring.so.5
2025-08-20T22:28:37.3417253Z 	libudisks2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudisks2.so.0
2025-08-20T22:28:37.3417634Z 	libudev.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libudev.so.1
2025-08-20T22:28:37.3418015Z 	libuchardet.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libuchardet.so.0
2025-08-20T22:28:37.3418590Z 	libubsan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libubsan.so.1
2025-08-20T22:28:37.3419024Z 	libtss2-tcti-swtpm.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-swtpm.so.0
2025-08-20T22:28:37.3419504Z 	libtss2-tcti-mssim.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-mssim.so.0
2025-08-20T22:28:37.3419996Z 	libtss2-tcti-device.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-device.so.0
2025-08-20T22:28:37.3420476Z 	libtss2-tcti-cmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-tcti-cmd.so.0
2025-08-20T22:28:37.3420905Z 	libtss2-sys.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-sys.so.1
2025-08-20T22:28:37.3421292Z 	libtss2-rc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-rc.so.0
2025-08-20T22:28:37.3421672Z 	libtss2-mu.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-mu.so.0
2025-08-20T22:28:37.3422065Z 	libtss2-esys.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtss2-esys.so.0
2025-08-20T22:28:37.3422449Z 	libtsan.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtsan.so.2
2025-08-20T22:28:37.3422947Z 	libtracefs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtracefs.so.1
2025-08-20T22:28:37.3423363Z 	libtraceevent.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtraceevent.so.1
2025-08-20T22:28:37.3423769Z 	libtommath.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtommath.so.1
2025-08-20T22:28:37.3424149Z 	libtk8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtk8.6.so
2025-08-20T22:28:37.3424514Z 	libtirpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtirpc.so.3
2025-08-20T22:28:37.3424906Z 	libtinyxml2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinyxml2.so.10
2025-08-20T22:28:37.3425299Z 	libtinfo.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so.6
2025-08-20T22:28:37.3425665Z 	libtinfo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtinfo.so
2025-08-20T22:28:37.3426025Z 	libtiff.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtiff.so.6
2025-08-20T22:28:37.3426406Z 	libtidy.so.5deb1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtidy.so.5deb1
2025-08-20T22:28:37.3426790Z 	libtic.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so.6
2025-08-20T22:28:37.3427136Z 	libtic.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtic.so
2025-08-20T22:28:37.3427508Z 	libthread_db.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so.1
2025-08-20T22:28:37.3427876Z 	libthread_db.so.1 (libc6) => /lib32/libthread_db.so.1
2025-08-20T22:28:37.3429334Z 	libthread_db.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libthread_db.so
2025-08-20T22:28:37.3429754Z 	libthai.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libthai.so.0
2025-08-20T22:28:37.3430124Z 	libtdb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtdb.so.1
2025-08-20T22:28:37.3430488Z 	libtcl8.6.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libtcl8.6.so
2025-08-20T22:28:37.3430858Z 	libtasn1.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtasn1.so.6
2025-08-20T22:28:37.3431241Z 	libtalloc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libtalloc.so.2
2025-08-20T22:28:37.3431633Z 	libsystemd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsystemd.so.0
2025-08-20T22:28:37.3432028Z 	libsysfs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsysfs.so.2
2025-08-20T22:28:37.3432400Z 	libsybdb.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsybdb.so.5
2025-08-20T22:28:37.3432762Z 	libsubid.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsubid.so.4
2025-08-20T22:28:37.3433287Z 	libstemmer.so.0d (libc6,x86-64) => /lib/x86_64-linux-gnu/libstemmer.so.0d
2025-08-20T22:28:37.3433680Z 	libstdc++.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libstdc++.so.6
2025-08-20T22:28:37.3434017Z 	libstdc++.so.6 (libc6) => /lib32/libstdc++.so.6
2025-08-20T22:28:37.3434344Z 	libssl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl3.so
2025-08-20T22:28:37.3434709Z 	libssl.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so.3
2025-08-20T22:28:37.3435054Z 	libssl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libssl.so
2025-08-20T22:28:37.3435576Z 	libssh2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh2.so.1
2025-08-20T22:28:37.3436196Z 	libssh.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libssh.so.4
2025-08-20T22:28:37.3436803Z 	libss.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libss.so.2
2025-08-20T22:28:37.3437277Z 	libsqlite3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so.0
2025-08-20T22:28:37.3437670Z 	libsqlite3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsqlite3.so
2025-08-20T22:28:37.3438102Z 	libsourcekitdInProc.so (libc6,x86-64) => /usr/local/lib/libsourcekitdInProc.so
2025-08-20T22:28:37.3438781Z 	libsoftokn3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsoftokn3.so
2025-08-20T22:28:37.3439177Z 	libsodium.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsodium.so.23
2025-08-20T22:28:37.3439559Z 	libsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnmp.so.40
2025-08-20T22:28:37.3439933Z 	libsnappy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsnappy.so.1
2025-08-20T22:28:37.3440320Z 	libsmime3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmime3.so
2025-08-20T22:28:37.3440711Z 	libsmartcols.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsmartcols.so.1
2025-08-20T22:28:37.3441256Z 	libslirp.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslirp.so.0
2025-08-20T22:28:37.3441638Z 	libslang.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libslang.so.2
2025-08-20T22:28:37.3442035Z 	libsigsegv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsigsegv.so.2
2025-08-20T22:28:37.3442447Z 	libsharpyuv.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsharpyuv.so.0
2025-08-20T22:28:37.3442879Z 	libsgutils2-1.46.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsgutils2-1.46.so.2
2025-08-20T22:28:37.3443302Z 	libsframe.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsframe.so.1
2025-08-20T22:28:37.3443694Z 	libsepol.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsepol.so.2
2025-08-20T22:28:37.3444076Z 	libsensors.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsensors.so.5
2025-08-20T22:28:37.3444482Z 	libsemanage.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsemanage.so.2
2025-08-20T22:28:37.3444880Z 	libselinux.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libselinux.so.1
2025-08-20T22:28:37.3445273Z 	libseccomp.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libseccomp.so.2
2025-08-20T22:28:37.3445652Z 	libsasl2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libsasl2.so.2
2025-08-20T22:28:37.3446044Z 	libruby-3.2.so.3.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so.3.2
2025-08-20T22:28:37.3446440Z 	libruby-3.2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libruby-3.2.so
2025-08-20T22:28:37.3446810Z 	librtmp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librtmp.so.1
2025-08-20T22:28:37.3447204Z 	librt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/librt.so.1
2025-08-20T22:28:37.3456465Z 	librt.so.1 (libc6) => /lib32/librt.so.1
2025-08-20T22:28:37.3456907Z 	librpmsign.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmsign.so.9
2025-08-20T22:28:37.3457333Z 	librpmio.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmio.so.9
2025-08-20T22:28:37.3457741Z 	librpmbuild.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpmbuild.so.9
2025-08-20T22:28:37.3458142Z 	librpm.so.9 (libc6,x86-64) => /lib/x86_64-linux-gnu/librpm.so.9
2025-08-20T22:28:37.3458819Z 	librhash.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/librhash.so.0
2025-08-20T22:28:37.3459206Z 	libre2.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libre2.so.10
2025-08-20T22:28:37.3459771Z 	libresolv.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so.2
2025-08-20T22:28:37.3460123Z 	libresolv.so.2 (libc6) => /lib32/libresolv.so.2
2025-08-20T22:28:37.3460466Z 	libresolv.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libresolv.so
2025-08-20T22:28:37.3460879Z 	libreiserfscore.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreiserfscore.so.0
2025-08-20T22:28:37.3461323Z 	libreadline.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libreadline.so.8
2025-08-20T22:28:37.3461725Z 	libraw_r.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw_r.so.23
2025-08-20T22:28:37.3462097Z 	libraw.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libraw.so.23
2025-08-20T22:28:37.3462574Z 	librabbitmq.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/librabbitmq.so.4
2025-08-20T22:28:37.3463248Z 	libquadmath.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libquadmath.so.0
2025-08-20T22:28:37.3463952Z 	libqrtr-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqrtr-glib.so.0
2025-08-20T22:28:37.3464363Z 	libqmi-glib.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libqmi-glib.so.5
2025-08-20T22:28:37.3464729Z 	libqdbm.so.14 (libc6,x86-64) => /lib/libqdbm.so.14
2025-08-20T22:28:37.3465086Z 	libp11-kit.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libp11-kit.so.0
2025-08-20T22:28:37.3465497Z 	libpython3.12.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so.1.0
2025-08-20T22:28:37.3465919Z 	libpython3.12.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpython3.12.so
2025-08-20T22:28:37.3466321Z 	libpthread.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpthread.so.0
2025-08-20T22:28:37.3466683Z 	libpthread.so.0 (libc6) => /lib32/libpthread.so.0
2025-08-20T22:28:37.3467017Z 	libpsx.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsx.so.2
2025-08-20T22:28:37.3467531Z 	libpspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpspell.so.15
2025-08-20T22:28:37.3467917Z 	libpsl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpsl.so.5
2025-08-20T22:28:37.3468556Z 	libprotobuf-lite.so.32 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-lite.so.32
2025-08-20T22:28:37.3469032Z 	libprotobuf-c.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libprotobuf-c.so.1
2025-08-20T22:28:37.3469437Z 	libproc2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libproc2.so.0
2025-08-20T22:28:37.3469805Z 	libpq.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so.5
2025-08-20T22:28:37.3470158Z 	libpq.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpq.so
2025-08-20T22:28:37.3470506Z 	libpopt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpopt.so.0
2025-08-20T22:28:37.3470949Z 	libpolkit-gobject-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-gobject-1.so.0
2025-08-20T22:28:37.3471446Z 	libpolkit-agent-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpolkit-agent-1.so.0
2025-08-20T22:28:37.3471886Z 	libpng16.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpng16.so.16
2025-08-20T22:28:37.3472250Z 	libply.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply.so.5
2025-08-20T22:28:37.3472710Z 	libply-splash-graphics.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-graphics.so.5
2025-08-20T22:28:37.3473258Z 	libply-splash-core.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-splash-core.so.5
2025-08-20T22:28:37.3473746Z 	libply-boot-client.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libply-boot-client.so.5
2025-08-20T22:28:37.3474173Z 	libplds4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplds4.so
2025-08-20T22:28:37.3474532Z 	libplc4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libplc4.so
2025-08-20T22:28:37.3474911Z 	libpkgconf.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpkgconf.so.3
2025-08-20T22:28:37.3475315Z 	libpixman-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpixman-1.so.0
2025-08-20T22:28:37.3475725Z 	libpipeline.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpipeline.so.1
2025-08-20T22:28:37.3476141Z 	libpgm-5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpgm-5.3.so.0
2025-08-20T22:28:37.3476514Z 	libpfm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpfm.so.4
2025-08-20T22:28:37.3476878Z 	libperl.so.5.38 (libc6,x86-64) => /lib/x86_64-linux-gnu/libperl.so.5.38
2025-08-20T22:28:37.3477396Z 	libpcre2-32.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so.0
2025-08-20T22:28:37.3477788Z 	libpcre2-32.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-32.so
2025-08-20T22:28:37.3478176Z 	libpcre2-16.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so.0
2025-08-20T22:28:37.3478757Z 	libpcre2-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-16.so
2025-08-20T22:28:37.3479144Z 	libpcre2-8.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so.0
2025-08-20T22:28:37.3479526Z 	libpcre2-8.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-8.so
2025-08-20T22:28:37.3479945Z 	libpcre2-posix.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so.3
2025-08-20T22:28:37.3480396Z 	libpcre2-posix.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcre2-posix.so
2025-08-20T22:28:37.3480816Z 	libpcprofile.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcprofile.so
2025-08-20T22:28:37.3481178Z 	libpcprofile.so (libc6) => /lib32/libpcprofile.so
2025-08-20T22:28:37.3481542Z 	libpciaccess.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpciaccess.so.0
2025-08-20T22:28:37.3481928Z 	libpci.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpci.so.3
2025-08-20T22:28:37.3482296Z 	libpcap.so.0.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so.0.8
2025-08-20T22:28:37.3482663Z 	libpcap.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpcap.so
2025-08-20T22:28:37.3483032Z 	libparted.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libparted.so.2
2025-08-20T22:28:37.3483419Z 	libpaper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpaper.so.1
2025-08-20T22:28:37.3483824Z 	libpangoft2-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0
2025-08-20T22:28:37.3484402Z 	libpangocairo-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0
2025-08-20T22:28:37.3484863Z 	libpango-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpango-1.0.so.0
2025-08-20T22:28:37.3485258Z 	libpanelw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so.6
2025-08-20T22:28:37.3485642Z 	libpanelw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanelw.so
2025-08-20T22:28:37.3486015Z 	libpanel.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so.6
2025-08-20T22:28:37.3486375Z 	libpanel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libpanel.so
2025-08-20T22:28:37.3486735Z 	libpamc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpamc.so.0
2025-08-20T22:28:37.3487109Z 	libpam_misc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam_misc.so.0
2025-08-20T22:28:37.3487483Z 	libpam.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpam.so.0
2025-08-20T22:28:37.3487921Z 	libpackagekit-glib2.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libpackagekit-glib2.so.18
2025-08-20T22:28:37.3488805Z 	libopenjp2.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopenjp2.so.7
2025-08-20T22:28:37.3489615Z 	libopeniscsiusr.so.0.2.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libopeniscsiusr.so.0.2.0
2025-08-20T22:28:37.3490224Z 	libopcodes-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-system.so
2025-08-20T22:28:37.3490729Z 	libopcodes-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-arm64.so
2025-08-20T22:28:37.3491208Z 	libopcodes-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armhf.so
2025-08-20T22:28:37.3491692Z 	libopcodes-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libopcodes-2.42-armel.so
2025-08-20T22:28:37.3492122Z 	libonig.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libonig.so.5
2025-08-20T22:28:37.3492487Z 	libogg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libogg.so.0
2025-08-20T22:28:37.3492843Z 	libodbc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libodbc.so.2
2025-08-20T22:28:37.3493217Z 	libobjc_gc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc_gc.so.4
2025-08-20T22:28:37.3493593Z 	libobjc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libobjc.so.4
2025-08-20T22:28:37.3493947Z 	libnvme.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme.so.1
2025-08-20T22:28:37.3494311Z 	libnvme-mi.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnvme-mi.so.1
2025-08-20T22:28:37.3494891Z 	libnuma.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnuma.so.1
2025-08-20T22:28:37.3495265Z 	libntfs-3g.so.89 (libc6,x86-64) => /lib/x86_64-linux-gnu/libntfs-3g.so.89
2025-08-20T22:28:37.3495641Z 	libnss3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss3.so
2025-08-20T22:28:37.3496038Z 	libnssutil3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssutil3.so
2025-08-20T22:28:37.3496446Z 	libnssdbm3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssdbm3.so
2025-08-20T22:28:37.3496831Z 	libnssckbi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnssckbi.so
2025-08-20T22:28:37.3497244Z 	libnss_systemd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_systemd.so.2
2025-08-20T22:28:37.3497677Z 	libnss_hesiod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so.2
2025-08-20T22:28:37.3498062Z 	libnss_hesiod.so.2 (libc6) => /lib32/libnss_hesiod.so.2
2025-08-20T22:28:37.3498666Z 	libnss_hesiod.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_hesiod.so
2025-08-20T22:28:37.3499081Z 	libnss_files.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_files.so.2
2025-08-20T22:28:37.3499446Z 	libnss_files.so.2 (libc6) => /lib32/libnss_files.so.2
2025-08-20T22:28:37.3499793Z 	libnss_dns.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_dns.so.2
2025-08-20T22:28:37.3500131Z 	libnss_dns.so.2 (libc6) => /lib32/libnss_dns.so.2
2025-08-20T22:28:37.3500487Z 	libnss_compat.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so.2
2025-08-20T22:28:37.3500864Z 	libnss_compat.so.2 (libc6) => /lib32/libnss_compat.so.2
2025-08-20T22:28:37.3501236Z 	libnss_compat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnss_compat.so
2025-08-20T22:28:37.3501627Z 	libnspr4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnspr4.so
2025-08-20T22:28:37.3502100Z 	libnsl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnsl.so.1
2025-08-20T22:28:37.3502421Z 	libnsl.so.1 (libc6) => /lib32/libnsl.so.1
2025-08-20T22:28:37.3502883Z 	libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:28:37.3503406Z 	libnpth.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnpth.so.0
2025-08-20T22:28:37.3503770Z 	libnorm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnorm.so.1
2025-08-20T22:28:37.3504140Z 	libnl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so.200
2025-08-20T22:28:37.3504513Z 	libnl-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-3.so
2025-08-20T22:28:37.3504911Z 	libnl-route-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so.200
2025-08-20T22:28:37.3505340Z 	libnl-route-3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-route-3.so
2025-08-20T22:28:37.3505758Z 	libnl-genl-3.so.200 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnl-genl-3.so.200
2025-08-20T22:28:37.3506181Z 	libnghttp2.so.14 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnghttp2.so.14
2025-08-20T22:28:37.3506585Z 	libnftnl.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftnl.so.11
2025-08-20T22:28:37.3506983Z 	libnftables.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnftables.so.1
2025-08-20T22:28:37.3507393Z 	libnfnetlink.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnfnetlink.so.0
2025-08-20T22:28:37.3507799Z 	libnewt.so.0.52 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnewt.so.0.52
2025-08-20T22:28:37.3508181Z 	libnettle.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnettle.so.8
2025-08-20T22:28:37.3508929Z 	libnetsnmpmibs.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpmibs.so.40
2025-08-20T22:28:37.3509412Z 	libnetsnmphelpers.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmphelpers.so.40
2025-08-20T22:28:37.3509897Z 	libnetsnmpagent.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmpagent.so.40
2025-08-20T22:28:37.3510342Z 	libnetsnmp.so.40 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetsnmp.so.40
2025-08-20T22:28:37.3510743Z 	libnetplan.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetplan.so.1
2025-08-20T22:28:37.3511132Z 	libnetpbm.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetpbm.so.11
2025-08-20T22:28:37.3511731Z 	libnetfilter_conntrack.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libnetfilter_conntrack.so.3
2025-08-20T22:28:37.3512203Z 	libncursesw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncursesw.so.6
2025-08-20T22:28:37.3512597Z 	libncurses.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libncurses.so.6
2025-08-20T22:28:37.3513017Z 	libmysqlclient.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so.21
2025-08-20T22:28:37.3513465Z 	libmysqlclient.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmysqlclient.so
2025-08-20T22:28:37.3513863Z 	libmvec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so.1
2025-08-20T22:28:37.3514221Z 	libmvec.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmvec.so
2025-08-20T22:28:37.3514583Z 	libmultipath.so.0 (libc6,x86-64) => /lib/libmultipath.so.0
2025-08-20T22:28:37.3514954Z 	libmspack.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmspack.so.0
2025-08-20T22:28:37.3515328Z 	libmpfr.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpfr.so.6
2025-08-20T22:28:37.3515698Z 	libmpc.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmpc.so.3
2025-08-20T22:28:37.3516054Z 	libmpathutil.so.0 (libc6,x86-64) => /lib/libmpathutil.so.0
2025-08-20T22:28:37.3516429Z 	libmpathpersist.so.0 (libc6,x86-64) => /lib/libmpathpersist.so.0
2025-08-20T22:28:37.3516804Z 	libmpathcmd.so.0 (libc6,x86-64) => /lib/libmpathcmd.so.0
2025-08-20T22:28:37.3517162Z 	libmount.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmount.so.1
2025-08-20T22:28:37.3517527Z 	libmnl.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmnl.so.0
2025-08-20T22:28:37.3517868Z 	libmms.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmms.so.0
2025-08-20T22:28:37.3518405Z 	libmm-glib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmm-glib.so.0
2025-08-20T22:28:37.3518955Z 	libmlx5.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so.1
2025-08-20T22:28:37.3519317Z 	libmlx5.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx5.so
2025-08-20T22:28:37.3519680Z 	libmlx4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so.1
2025-08-20T22:28:37.3520032Z 	libmlx4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmlx4.so
2025-08-20T22:28:37.3520389Z 	libmenuw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so.6
2025-08-20T22:28:37.3520756Z 	libmenuw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenuw.so
2025-08-20T22:28:37.3521108Z 	libmenu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so.6
2025-08-20T22:28:37.3521459Z 	libmenu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmenu.so
2025-08-20T22:28:37.3521825Z 	libmemusage.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemusage.so
2025-08-20T22:28:37.3522176Z 	libmemusage.so (libc6) => /lib32/libmemusage.so
2025-08-20T22:28:37.3522541Z 	libmemcached.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmemcached.so.11
2025-08-20T22:28:37.3522972Z 	libmediainfo.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmediainfo.so.0
2025-08-20T22:28:37.3523368Z 	libmecab.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmecab.so.2
2025-08-20T22:28:37.3523735Z 	libmd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmd.so.0
2025-08-20T22:28:37.3524109Z 	libmbim-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmbim-glib.so.4
2025-08-20T22:28:37.3524518Z 	libmaxminddb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmaxminddb.so.0
2025-08-20T22:28:37.3524906Z 	libmana.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so.1
2025-08-20T22:28:37.3525254Z 	libmana.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libmana.so
2025-08-20T22:28:37.3525606Z 	libmagic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libmagic.so.1
2025-08-20T22:28:37.3525957Z 	libm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libm.so.6
2025-08-20T22:28:37.3526248Z 	libm.so.6 (libc6) => /lib32/libm.so.6
2025-08-20T22:28:37.3526545Z 	liblz4.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so.1
2025-08-20T22:28:37.3526894Z 	liblz4.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz4.so
2025-08-20T22:28:37.3527245Z 	liblzo2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzo2.so.2
2025-08-20T22:28:37.3527721Z 	liblzma.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so.5
2025-08-20T22:28:37.3528074Z 	liblzma.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblzma.so
2025-08-20T22:28:37.3528534Z 	liblz.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so.1
2025-08-20T22:28:37.3528860Z 	liblz.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblz.so
2025-08-20T22:28:37.3529233Z 	liblvm2cmd.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblvm2cmd.so.2.03
2025-08-20T22:28:37.3529630Z 	liblua5.4.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4.so.0
2025-08-20T22:28:37.3530017Z 	liblua5.4-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.4-c++.so.0
2025-08-20T22:28:37.3530400Z 	liblua5.3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3.so.0
2025-08-20T22:28:37.3530788Z 	liblua5.3-c++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblua5.3-c++.so.0
2025-08-20T22:28:37.3531192Z 	liblttng-ust.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust.so.1
2025-08-20T22:28:37.3531682Z 	liblttng-ust-tracepoint.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.1
2025-08-20T22:28:37.3532304Z 	liblttng-ust-pthread-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-pthread-wrapper.so.1
2025-08-20T22:28:37.3532920Z 	liblttng-ust-libc-wrapper.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.1
2025-08-20T22:28:37.3533452Z 	liblttng-ust-fork.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fork.so.1
2025-08-20T22:28:37.3533919Z 	liblttng-ust-fd.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-fd.so.1
2025-08-20T22:28:37.3534358Z 	liblttng-ust-dl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-dl.so.1
2025-08-20T22:28:37.3534868Z 	liblttng-ust-cyg-profile.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.1
2025-08-20T22:28:37.3535597Z 	liblttng-ust-cyg-profile-fast.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.1
2025-08-20T22:28:37.3536165Z 	liblttng-ust-ctl.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-ctl.so.5
2025-08-20T22:28:37.3536657Z 	liblttng-ust-common.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblttng-ust-common.so.1
2025-08-20T22:28:37.3537091Z 	libltdl.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libltdl.so.7
2025-08-20T22:28:37.3537447Z 	liblsan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblsan.so.0
2025-08-20T22:28:37.3537811Z 	liblqr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblqr-1.so.0
2025-08-20T22:28:37.3538170Z 	liblmdb.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblmdb.so.0
2025-08-20T22:28:37.3538651Z 	liblldb-18.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so.1
2025-08-20T22:28:37.3539033Z 	liblldb-18.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-18.so
2025-08-20T22:28:37.3539411Z 	liblldb-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so.1
2025-08-20T22:28:37.3539786Z 	liblldb-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-17.so
2025-08-20T22:28:37.3540154Z 	liblldb-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so.1
2025-08-20T22:28:37.3540527Z 	liblldb-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/liblldb-16.so
2025-08-20T22:28:37.3540887Z 	libldap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libldap.so.2
2025-08-20T22:28:37.3541247Z 	liblcms2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblcms2.so.2
2025-08-20T22:28:37.3541605Z 	liblber.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/liblber.so.2
2025-08-20T22:28:37.3541987Z 	libk5crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libk5crypto.so.3
2025-08-20T22:28:37.3542368Z 	libksba.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libksba.so.8
2025-08-20T22:28:37.3542768Z 	libkrb5support.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5support.so.0
2025-08-20T22:28:37.3543168Z 	libkrb5.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkrb5.so.3
2025-08-20T22:28:37.3543521Z 	libkmod.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkmod.so.2
2025-08-20T22:28:37.3543901Z 	libkeyutils.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libkeyutils.so.1
2025-08-20T22:28:37.3544428Z 	libjxrglue.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjxrglue.so.0
2025-08-20T22:28:37.3544830Z 	libjsoncpp.so.25 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjsoncpp.so.25
2025-08-20T22:28:37.3545261Z 	libjson-glib-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-glib-1.0.so.0
2025-08-20T22:28:37.3545831Z 	libjson-c.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjson-c.so.5
2025-08-20T22:28:37.3546196Z 	libjq.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjq.so.1
2025-08-20T22:28:37.3546728Z 	libjpegxr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpegxr.so.0
2025-08-20T22:28:37.3547335Z 	libjpeg.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjpeg.so.8
2025-08-20T22:28:37.3547954Z 	libjcat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjcat.so.1
2025-08-20T22:28:37.3548863Z 	libjbig2dec.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig2dec.so.0
2025-08-20T22:28:37.3549570Z 	libjbig.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjbig.so.0
2025-08-20T22:28:37.3550255Z 	libjansson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libjansson.so.4
2025-08-20T22:28:37.3550635Z 	libitm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libitm.so.1
2025-08-20T22:28:37.3550990Z 	libisns.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisns.so.0
2025-08-20T22:28:37.3551342Z 	libisl.so.23 (libc6,x86-64) => /lib/x86_64-linux-gnu/libisl.so.23
2025-08-20T22:28:37.3551878Z 	libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccfg-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:28:37.3552576Z 	libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisccc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:28:37.3553415Z 	libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libisc-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:28:37.3554167Z 	libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libirs-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:28:37.3554727Z 	libip6tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip6tc.so.2
2025-08-20T22:28:37.3555097Z 	libip4tc.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libip4tc.so.2
2025-08-20T22:28:37.3555456Z 	libinih.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libinih.so.1
2025-08-20T22:28:37.3555819Z 	libijs-0.35.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libijs-0.35.so
2025-08-20T22:28:37.3556188Z 	libidn2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn2.so.0
2025-08-20T22:28:37.3556541Z 	libidn.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libidn.so.12
2025-08-20T22:28:37.3556900Z 	libicuuc.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.74
2025-08-20T22:28:37.3557275Z 	libicuuc.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so.70
2025-08-20T22:28:37.3557649Z 	libicuuc.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuuc.so
2025-08-20T22:28:37.3558013Z 	libicutu.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.74
2025-08-20T22:28:37.3558621Z 	libicutu.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so.70
2025-08-20T22:28:37.3558993Z 	libicutu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutu.so
2025-08-20T22:28:37.3559369Z 	libicutest.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.74
2025-08-20T22:28:37.3559774Z 	libicutest.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so.70
2025-08-20T22:28:37.3560163Z 	libicutest.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicutest.so
2025-08-20T22:28:37.3560545Z 	libicui18n.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.74
2025-08-20T22:28:37.3560934Z 	libicui18n.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so.70
2025-08-20T22:28:37.3561315Z 	libicui18n.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicui18n.so
2025-08-20T22:28:37.3561691Z 	libicuio.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.74
2025-08-20T22:28:37.3562064Z 	libicuio.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so.70
2025-08-20T22:28:37.3562432Z 	libicuio.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicuio.so
2025-08-20T22:28:37.3562955Z 	libicudata.so.74 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.74
2025-08-20T22:28:37.3563360Z 	libicudata.so.70 (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so.70
2025-08-20T22:28:37.3563746Z 	libicudata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libicudata.so
2025-08-20T22:28:37.3564135Z 	libibverbs.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so.1
2025-08-20T22:28:37.3564522Z 	libibverbs.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libibverbs.so
2025-08-20T22:28:37.3564895Z 	libhwasan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhwasan.so.0
2025-08-20T22:28:37.3565313Z 	libhunspell-1.7.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhunspell-1.7.so.0
2025-08-20T22:28:37.3565741Z 	libhogweed.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhogweed.so.6
2025-08-20T22:28:37.3566131Z 	libhistory.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhistory.so.8
2025-08-20T22:28:37.3566561Z 	libhiredis_ssl.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis_ssl.so.1.1.0
2025-08-20T22:28:37.3567018Z 	libhiredis.so.1.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhiredis.so.1.1.0
2025-08-20T22:28:37.3567415Z 	libhgfs.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhgfs.so.0
2025-08-20T22:28:37.3567772Z 	libheif.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libheif.so.1
2025-08-20T22:28:37.3568140Z 	libhavege.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhavege.so.2
2025-08-20T22:28:37.3568641Z 	libhashkit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhashkit.so.2
2025-08-20T22:28:37.3569038Z 	libharfbuzz.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libharfbuzz.so.0
2025-08-20T22:28:37.3569441Z 	libhandle.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libhandle.so.1
2025-08-20T22:28:37.3569936Z 	libgusb.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgusb.so.2
2025-08-20T22:28:37.3570329Z 	libguestlib.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestlib.so.0
2025-08-20T22:28:37.3570793Z 	libguestStoreClient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libguestStoreClient.so.0
2025-08-20T22:28:37.3571260Z 	libgudev-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgudev-1.0.so.0
2025-08-20T22:28:37.3571654Z 	libgtk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgtk-3.so.0
2025-08-20T22:28:37.3572056Z 	libgthread-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgthread-2.0.so.0
2025-08-20T22:28:37.3572503Z 	libgstreamer-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstreamer-1.0.so.0
2025-08-20T22:28:37.3572936Z 	libgstnet-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstnet-1.0.so.0
2025-08-20T22:28:37.3573397Z 	libgstcontroller-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcontroller-1.0.so.0
2025-08-20T22:28:37.3573882Z 	libgstcheck-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstcheck-1.0.so.0
2025-08-20T22:28:37.3574322Z 	libgstbase-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgstbase-1.0.so.0
2025-08-20T22:28:37.3574752Z 	libgssapi_krb5.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgssapi_krb5.so.2
2025-08-20T22:28:37.3575149Z 	libgs.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgs.so.10
2025-08-20T22:28:37.3575536Z 	libgraphite2.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgraphite2.so.3
2025-08-20T22:28:37.3575945Z 	libgprofng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgprofng.so.0
2025-08-20T22:28:37.3576327Z 	libgpm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpm.so.2
2025-08-20T22:28:37.3576695Z 	libgpgme.so.11 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpgme.so.11
2025-08-20T22:28:37.3577093Z 	libgpg-error.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgpg-error.so.0
2025-08-20T22:28:37.3577487Z 	libgomp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgomp.so.1
2025-08-20T22:28:37.3577882Z 	libgobject-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgobject-2.0.so.0
2025-08-20T22:28:37.3578427Z 	libgnutls.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgnutls.so.30
2025-08-20T22:28:37.3579087Z 	libgmpxx.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so.4
2025-08-20T22:28:37.3579687Z 	libgmpxx.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmpxx.so
2025-08-20T22:28:37.3580064Z 	libgmp.so.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so.10
2025-08-20T22:28:37.3580635Z 	libgmp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmp.so
2025-08-20T22:28:37.3581106Z 	libgmodule-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0
2025-08-20T22:28:37.3581691Z 	libglib-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libglib-2.0.so.0
2025-08-20T22:28:37.3582261Z 	libgirepository-1.0.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgirepository-1.0.so.1
2025-08-20T22:28:37.3582925Z 	libgio-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgio-2.0.so.0
2025-08-20T22:28:37.3583546Z 	libgfortran.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgfortran.so.5
2025-08-20T22:28:37.3584099Z 	libgdk_pixbuf-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0
2025-08-20T22:28:37.3584640Z 	libgdk-3.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdk-3.so.0
2025-08-20T22:28:37.3585054Z 	libgdbm_compat.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm_compat.so.4
2025-08-20T22:28:37.3585457Z 	libgdbm.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgdbm.so.6
2025-08-20T22:28:37.3585813Z 	libgd.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgd.so.3
2025-08-20T22:28:37.3586172Z 	libgctba.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgctba.so.1
2025-08-20T22:28:37.3586557Z 	libgcrypt.so.20 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcrypt.so.20
2025-08-20T22:28:37.3586941Z 	libgccpp.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgccpp.so.1
2025-08-20T22:28:37.3587301Z 	libgcc_s.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgcc_s.so.1
2025-08-20T22:28:37.3587626Z 	libgcc_s.so.1 (libc6) => /lib32/libgcc_s.so.1
2025-08-20T22:28:37.3588083Z 	libgc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgc.so.1
2025-08-20T22:28:37.3588578Z 	libgbm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libgbm.so.1
2025-08-20T22:28:37.3589080Z 	libgallium-25.0.7-0ubuntu0.24.04.1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libgallium-25.0.7-0ubuntu0.24.04.1.so
2025-08-20T22:28:37.3589591Z 	libfwupd.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfwupd.so.2
2025-08-20T22:28:37.3589957Z 	libfuse3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfuse3.so.3
2025-08-20T22:28:37.3590318Z 	libftdi1.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libftdi1.so.2
2025-08-20T22:28:37.3590703Z 	libfsverity.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfsverity.so.0
2025-08-20T22:28:37.3591109Z 	libfribidi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfribidi.so.0
2025-08-20T22:28:37.3591509Z 	libfreetype.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreetype.so.6
2025-08-20T22:28:37.3591900Z 	libfreebl3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreebl3.so
2025-08-20T22:28:37.3592305Z 	libfreeblpriv3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libfreeblpriv3.so
2025-08-20T22:28:37.3592701Z 	libformw.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so.6
2025-08-20T22:28:37.3593063Z 	libformw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libformw.so
2025-08-20T22:28:37.3593428Z 	libform.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so.6
2025-08-20T22:28:37.3593782Z 	libform.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libform.so
2025-08-20T22:28:37.3594152Z 	libfontenc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontenc.so.1
2025-08-20T22:28:37.3594563Z 	libfontconfig.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfontconfig.so.1
2025-08-20T22:28:37.3594979Z 	libflashrom.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libflashrom.so.1
2025-08-20T22:28:37.3595361Z 	libfido2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfido2.so.1
2025-08-20T22:28:37.3595770Z 	libfftw3_threads.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_threads.so.3
2025-08-20T22:28:37.3596201Z 	libfftw3_omp.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3_omp.so.3
2025-08-20T22:28:37.3596583Z 	libfftw3.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfftw3.so.3
2025-08-20T22:28:37.3596939Z 	libffi.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so.8
2025-08-20T22:28:37.3597415Z 	libffi.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libffi.so
2025-08-20T22:28:37.3597765Z 	libfdisk.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfdisk.so.1
2025-08-20T22:28:37.3598138Z 	libfcgi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi.so.0
2025-08-20T22:28:37.3598734Z 	libfcgi++.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfcgi++.so.0
2025-08-20T22:28:37.3599122Z 	libfbclient.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfbclient.so.2
2025-08-20T22:28:37.3599525Z 	libfastjson.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libfastjson.so.4
2025-08-20T22:28:37.3599971Z 	libfakeroot-0.so (libc6,x86-64) => /usr/lib/x86_64-linux-gnu/libfakeroot/libfakeroot-0.so
2025-08-20T22:28:37.3600405Z 	libe2p.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libe2p.so.2
2025-08-20T22:28:37.3600773Z 	libext2fs.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libext2fs.so.2
2025-08-20T22:28:37.3601147Z 	libexslt.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexslt.so.0
2025-08-20T22:28:37.3601526Z 	libexpatw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so.1
2025-08-20T22:28:37.3601900Z 	libexpatw.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpatw.so
2025-08-20T22:28:37.3602267Z 	libexpat.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so.1
2025-08-20T22:28:37.3602629Z 	libexpat.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libexpat.so
2025-08-20T22:28:37.3603061Z 	libevent_pthreads-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7
2025-08-20T22:28:37.3603562Z 	libevent_core-2.1.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7
2025-08-20T22:28:37.3603981Z 	libevdev.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libevdev.so.2
2025-08-20T22:28:37.3604853Z 	libestr.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libestr.so.0
2025-08-20T22:28:37.3605238Z 	libepoxy.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libepoxy.so.0
2025-08-20T22:28:37.3605722Z 	libenchant-2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libenchant-2.so.2
2025-08-20T22:28:37.3606122Z 	libelf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libelf.so.1
2025-08-20T22:28:37.3606496Z 	libefivar.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefivar.so.1
2025-08-20T22:28:37.3606888Z 	libefiboot.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefiboot.so.1
2025-08-20T22:28:37.3607261Z 	libefa.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so.1
2025-08-20T22:28:37.3607605Z 	libefa.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libefa.so
2025-08-20T22:28:37.3607962Z 	libedit.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libedit.so.2
2025-08-20T22:28:37.3608500Z 	libeatmydata.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so.1
2025-08-20T22:28:37.3608919Z 	libeatmydata.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libeatmydata.so
2025-08-20T22:28:37.3609296Z 	libdw.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdw.so.1
2025-08-20T22:28:37.3609677Z 	libduktape.so.207 (libc6,x86-64) => /lib/x86_64-linux-gnu/libduktape.so.207
2025-08-20T22:28:37.3610109Z 	libdrop_ambient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrop_ambient.so.0
2025-08-20T22:28:37.3610530Z 	libdrm_intel.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_intel.so.1
2025-08-20T22:28:37.3610940Z 	libdrm_amdgpu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm_amdgpu.so.1
2025-08-20T22:28:37.3611326Z 	libdrm.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdrm.so.2
2025-08-20T22:28:37.3611838Z 	libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdns-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:28:37.3612342Z 	libdl.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdl.so.2
2025-08-20T22:28:37.3612651Z 	libdl.so.2 (libc6) => /lib32/libdl.so.2
2025-08-20T22:28:37.3612988Z 	libdjvulibre.so.21 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdjvulibre.so.21
2025-08-20T22:28:37.3613402Z 	libde265.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libde265.so.0
2025-08-20T22:28:37.3613818Z 	libdevmapper.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper.so.1.02.1
2025-08-20T22:28:37.3614465Z 	libdevmapper-event.so.1.02.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event.so.1.02.1
2025-08-20T22:28:37.3615036Z 	libdevmapper-event-lvm2vdo.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2vdo.so
2025-08-20T22:28:37.3615633Z 	libdevmapper-event-lvm2thin.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2thin.so
2025-08-20T22:28:37.3616263Z 	libdevmapper-event-lvm2snapshot.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2snapshot.so
2025-08-20T22:28:37.3616889Z 	libdevmapper-event-lvm2raid.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2raid.so
2025-08-20T22:28:37.3617502Z 	libdevmapper-event-lvm2mirror.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2mirror.so
2025-08-20T22:28:37.3618116Z 	libdevmapper-event-lvm2.so.2.03 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so.2.03
2025-08-20T22:28:37.3618790Z 	libdevmapper-event-lvm2.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdevmapper-event-lvm2.so
2025-08-20T22:28:37.3619270Z 	libdeflate.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdeflate.so.0
2025-08-20T22:28:37.3619706Z 	libdebconfclient.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdebconfclient.so.0
2025-08-20T22:28:37.3620134Z 	libdconf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdconf.so.1
2025-08-20T22:28:37.3620546Z 	libdbusmenu-gtk3.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-gtk3.so.4
2025-08-20T22:28:37.3621002Z 	libdbusmenu-glib.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbusmenu-glib.so.4
2025-08-20T22:28:37.3621462Z 	libdbus-1.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so.3
2025-08-20T22:28:37.3621874Z 	libdbus-1.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdbus-1.so
2025-08-20T22:28:37.3622352Z 	libdb-5.3.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libdb-5.3.so
2025-08-20T22:28:37.3622724Z 	libdatrie.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libdatrie.so.1
2025-08-20T22:28:37.3623089Z 	libcurl.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl.so.4
2025-08-20T22:28:37.3623494Z 	libcurl-gnutls.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcurl-gnutls.so.4
2025-08-20T22:28:37.3623899Z 	libcups.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcups.so.2
2025-08-20T22:28:37.3624252Z 	libctf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf.so.0
2025-08-20T22:28:37.3624634Z 	libctf-nobfd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd.so.0
2025-08-20T22:28:37.3625092Z 	libctf-nobfd-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so.0
2025-08-20T22:28:37.3625568Z 	libctf-nobfd-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-arm64.so
2025-08-20T22:28:37.3626042Z 	libctf-nobfd-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so.0
2025-08-20T22:28:37.3626515Z 	libctf-nobfd-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armhf.so
2025-08-20T22:28:37.3626982Z 	libctf-nobfd-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so.0
2025-08-20T22:28:37.3627450Z 	libctf-nobfd-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-nobfd-armel.so
2025-08-20T22:28:37.3627892Z 	libctf-arm64.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so.0
2025-08-20T22:28:37.3628409Z 	libctf-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-arm64.so
2025-08-20T22:28:37.3628815Z 	libctf-armhf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so.0
2025-08-20T22:28:37.3629217Z 	libctf-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armhf.so
2025-08-20T22:28:37.3629617Z 	libctf-armel.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so.0
2025-08-20T22:28:37.3630011Z 	libctf-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libctf-armel.so
2025-08-20T22:28:37.3630438Z 	libcryptsetup.so.12 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcryptsetup.so.12
2025-08-20T22:28:37.3630853Z 	libcrypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so.3
2025-08-20T22:28:37.3631230Z 	libcrypto.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypto.so
2025-08-20T22:28:37.3631768Z 	libcrypt.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so.1
2025-08-20T22:28:37.3632136Z 	libcrypt.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libcrypt.so
2025-08-20T22:28:37.3632503Z 	libcom_err.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcom_err.so.2
2025-08-20T22:28:37.3632927Z 	libcolordprivate.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolordprivate.so.2
2025-08-20T22:28:37.3633364Z 	libcolord.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcolord.so.2
2025-08-20T22:28:37.3633756Z 	libclang-18.so.18 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-18.so.18
2025-08-20T22:28:37.3634165Z 	libclang-17.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-17.so.17
2025-08-20T22:28:37.3634578Z 	libclang-16.so.16.0.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-16.so.16.0.6
2025-08-20T22:28:37.3635015Z 	libclang-cpp.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.18.1
2025-08-20T22:28:37.3635453Z 	libclang-cpp.so.17 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.17
2025-08-20T22:28:37.3635878Z 	libclang-cpp.so.16 (libc6,x86-64) => /lib/x86_64-linux-gnu/libclang-cpp.so.16
2025-08-20T22:28:37.3636263Z 	libcc1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcc1.so.0
2025-08-20T22:28:37.3636623Z 	libcbor.so.0.10 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcbor.so.0.10
2025-08-20T22:28:37.3637001Z 	libcares.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcares.so.2
2025-08-20T22:28:37.3637365Z 	libcap.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap.so.2
2025-08-20T22:28:37.3637731Z 	libcap-ng.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcap-ng.so.0
2025-08-20T22:28:37.3638122Z 	libcanberra.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcanberra.so.0
2025-08-20T22:28:37.3638848Z 	libcairo.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo.so.2
2025-08-20T22:28:37.3639276Z 	libcairo-gobject.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libcairo-gobject.so.2
2025-08-20T22:28:37.3639731Z 	libc_malloc_debug.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so.0
2025-08-20T22:28:37.3640142Z 	libc_malloc_debug.so.0 (libc6) => /lib32/libc_malloc_debug.so.0
2025-08-20T22:28:37.3640536Z 	libc_malloc_debug.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libc_malloc_debug.so
2025-08-20T22:28:37.3640920Z 	libc.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libc.so.6
2025-08-20T22:28:37.3641216Z 	libc.so.6 (libc6) => /lib32/libc.so.6
2025-08-20T22:28:37.3641530Z 	libc-client.so.2007e (libc6,x86-64) => /lib/libc-client.so.2007e
2025-08-20T22:28:37.3641902Z 	libbz2.so.1.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbz2.so.1.0
2025-08-20T22:28:37.3642286Z 	libbytesize.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbytesize.so.1
2025-08-20T22:28:37.3642663Z 	libbsd.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbsd.so.0
2025-08-20T22:28:37.3643055Z 	libbrotlienc.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlienc.so.1
2025-08-20T22:28:37.3643472Z 	libbrotlidec.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlidec.so.1
2025-08-20T22:28:37.3643917Z 	libbrotlicommon.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbrotlicommon.so.1
2025-08-20T22:28:37.3644322Z 	libbpf.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbpf.so.1
2025-08-20T22:28:37.3644692Z 	libblockdev.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblockdev.so.3
2025-08-20T22:28:37.3645081Z 	libblkid.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libblkid.so.1
2025-08-20T22:28:37.3645628Z 	libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbind9-9.18.30-0ubuntu0.24.04.2-Ubuntu.so
2025-08-20T22:28:37.3646204Z 	libbfd-2.42-system.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-system.so
2025-08-20T22:28:37.3646656Z 	libbfd-2.42-arm64.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-arm64.so
2025-08-20T22:28:37.3647098Z 	libbfd-2.42-armhf.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armhf.so
2025-08-20T22:28:37.3647525Z 	libbfd-2.42-armel.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libbfd-2.42-armel.so
2025-08-20T22:28:37.3648070Z 	libbd_utils.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_utils.so.3
2025-08-20T22:28:37.3648661Z 	libbd_swap.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_swap.so.3
2025-08-20T22:28:37.3649047Z 	libbd_part.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_part.so.3
2025-08-20T22:28:37.3649419Z 	libbd_nvme.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_nvme.so.3
2025-08-20T22:28:37.3649809Z 	libbd_mdraid.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_mdraid.so.3
2025-08-20T22:28:37.3650204Z 	libbd_loop.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_loop.so.3
2025-08-20T22:28:37.3650573Z 	libbd_fs.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_fs.so.3
2025-08-20T22:28:37.3650954Z 	libbd_crypto.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbd_crypto.so.3
2025-08-20T22:28:37.3651349Z 	libbcc_bpf.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc_bpf.so.0
2025-08-20T22:28:37.3651723Z 	libbcc.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libbcc.so.0
2025-08-20T22:28:37.3652135Z 	libavahi-common.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-common.so.3
2025-08-20T22:28:37.3652588Z 	libavahi-client.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libavahi-client.so.3
2025-08-20T22:28:37.3653004Z 	libaudit.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaudit.so.1
2025-08-20T22:28:37.3653374Z 	libattr.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libattr.so.1
2025-08-20T22:28:37.3653743Z 	libatspi.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatspi.so.0
2025-08-20T22:28:37.3654124Z 	libatomic.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatomic.so.1
2025-08-20T22:28:37.3654493Z 	libatm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatm.so.1
2025-08-20T22:28:37.3654892Z 	libatk-1.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-1.0.so.0
2025-08-20T22:28:37.3655430Z 	libatk-bridge-2.0.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatk-bridge-2.0.so.0
2025-08-20T22:28:37.3655883Z 	libatasmart.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libatasmart.so.4
2025-08-20T22:28:37.3656285Z 	libassuan.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libassuan.so.0
2025-08-20T22:28:37.3656671Z 	libaspell.so.15 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaspell.so.15
2025-08-20T22:28:37.3657055Z 	libasound.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasound.so.2
2025-08-20T22:28:37.3657425Z 	libasan.so.8 (libc6,x86-64) => /lib/x86_64-linux-gnu/libasan.so.8
2025-08-20T22:28:37.3657788Z 	libaria2.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaria2.so.0
2025-08-20T22:28:37.3658161Z 	libargon2.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libargon2.so.1
2025-08-20T22:28:37.3658670Z 	libarchive.so.13 (libc6,x86-64) => /lib/x86_64-linux-gnu/libarchive.so.13
2025-08-20T22:28:37.3659117Z 	libapt-private.so.0.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-private.so.0.0
2025-08-20T22:28:37.3659569Z 	libapt-pkg.so.6.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapt-pkg.so.6.0
2025-08-20T22:28:37.3659984Z 	libaprutil-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaprutil-1.so.0
2025-08-20T22:28:37.3660377Z 	libapr-1.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapr-1.so.0
2025-08-20T22:28:37.3660771Z 	libappstream.so.5 (libc6,x86-64) => /lib/x86_64-linux-gnu/libappstream.so.5
2025-08-20T22:28:37.3661182Z 	libapparmor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libapparmor.so.1
2025-08-20T22:28:37.3661561Z 	libaom.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaom.so.3
2025-08-20T22:28:37.3661906Z 	libanl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so.1
2025-08-20T22:28:37.3662215Z 	libanl.so.1 (libc6) => /lib32/libanl.so.1
2025-08-20T22:28:37.3662514Z 	libanl.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libanl.so
2025-08-20T22:28:37.3662873Z 	libaio.so.1t64 (libc6,x86-64) => /lib/x86_64-linux-gnu/libaio.so.1t64
2025-08-20T22:28:37.3663241Z 	libacl.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libacl.so.1
2025-08-20T22:28:37.3663583Z 	libX11.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11.so.6
2025-08-20T22:28:37.3663953Z 	libX11-xcb.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libX11-xcb.so.1
2025-08-20T22:28:37.3664464Z 	libXxf86vm.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXxf86vm.so.1
2025-08-20T22:28:37.3664839Z 	libXtst.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXtst.so.6
2025-08-20T22:28:37.3665192Z 	libXt.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXt.so.6
2025-08-20T22:28:37.3665538Z 	libXss.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXss.so.1
2025-08-20T22:28:37.3665906Z 	libXrender.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrender.so.1
2025-08-20T22:28:37.3666293Z 	libXrandr.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXrandr.so.2
2025-08-20T22:28:37.3666659Z 	libXpm.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXpm.so.4
2025-08-20T22:28:37.3667011Z 	libXmuu.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmuu.so.1
2025-08-20T22:28:37.3667364Z 	libXmu.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXmu.so.6
2025-08-20T22:28:37.3667738Z 	libXinerama.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXinerama.so.1
2025-08-20T22:28:37.3668114Z 	libXi.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXi.so.6
2025-08-20T22:28:37.3668563Z 	libXft.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXft.so.2
2025-08-20T22:28:37.3668926Z 	libXfont2.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfont2.so.2
2025-08-20T22:28:37.3669303Z 	libXfixes.so.3 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXfixes.so.3
2025-08-20T22:28:37.3669668Z 	libXext.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXext.so.6
2025-08-20T22:28:37.3670194Z 	libXdmcp.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so.6
2025-08-20T22:28:37.3670568Z 	libXdmcp.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdmcp.so
2025-08-20T22:28:37.3670957Z 	libXdamage.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXdamage.so.1
2025-08-20T22:28:37.3671483Z 	libXcursor.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcursor.so.1
2025-08-20T22:28:37.3671905Z 	libXcomposite.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXcomposite.so.1
2025-08-20T22:28:37.3672301Z 	libXaw.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXaw.so.7
2025-08-20T22:28:37.3672655Z 	libXau.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so.6
2025-08-20T22:28:37.3672999Z 	libXau.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libXau.so
2025-08-20T22:28:37.3673340Z 	libSM.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libSM.so.6
2025-08-20T22:28:37.3673766Z 	libOpenEXRUtil-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRUtil-3_1.so.30
2025-08-20T22:28:37.3674250Z 	libOpenEXRCore-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXRCore-3_1.so.30
2025-08-20T22:28:37.3674703Z 	libOpenEXR-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libOpenEXR-3_1.so.30
2025-08-20T22:28:37.3675167Z 	libMagickWand-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickWand-6.Q16.so.7
2025-08-20T22:28:37.3675654Z 	libMagickCore-6.Q16.so.7 (libc6,x86-64) => /lib/x86_64-linux-gnu/libMagickCore-6.Q16.so.7
2025-08-20T22:28:37.3676079Z 	libLerc.so.4 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLerc.so.4
2025-08-20T22:28:37.3676451Z 	libLLVM.so.19.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.19.1
2025-08-20T22:28:37.3676829Z 	libLLVM.so.18.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM.so.18.1
2025-08-20T22:28:37.3677205Z 	libLLVM-17.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so.1
2025-08-20T22:28:37.3677584Z 	libLLVM-17.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-17.so
2025-08-20T22:28:37.3677956Z 	libLLVM-16.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so.1
2025-08-20T22:28:37.3678542Z 	libLLVM-16.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libLLVM-16.so
2025-08-20T22:28:37.3678913Z 	libJudy.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libJudy.so.1
2025-08-20T22:28:37.3679301Z 	libImath-3_1.so.29 (libc6,x86-64) => /lib/x86_64-linux-gnu/libImath-3_1.so.29
2025-08-20T22:28:37.3679738Z 	libIlmThread-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIlmThread-3_1.so.30
2025-08-20T22:28:37.3680163Z 	libIex-3_1.so.30 (libc6,x86-64) => /lib/x86_64-linux-gnu/libIex-3_1.so.30
2025-08-20T22:28:37.3680530Z 	libICE.so.6 (libc6,x86-64) => /lib/x86_64-linux-gnu/libICE.so.6
2025-08-20T22:28:37.3681056Z 	libGLdispatch.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLdispatch.so.0
2025-08-20T22:28:37.3681468Z 	libGLX_mesa.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX_mesa.so.0
2025-08-20T22:28:37.3681840Z 	libGLX.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGLX.so.0
2025-08-20T22:28:37.3682185Z 	libGL.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libGL.so.1
2025-08-20T22:28:37.3682573Z 	libDeployPkg.so.0 (libc6,x86-64) => /lib/x86_64-linux-gnu/libDeployPkg.so.0
2025-08-20T22:28:37.3683014Z 	libBrokenLocale.so.1 (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so.1
2025-08-20T22:28:37.3683436Z 	libBrokenLocale.so.1 (libc6) => /lib32/libBrokenLocale.so.1
2025-08-20T22:28:37.3683852Z 	libBrokenLocale.so (libc6,x86-64) => /lib/x86_64-linux-gnu/libBrokenLocale.so
2025-08-20T22:28:37.3684251Z 	ld-musl-x86_64.so.1 (libc6,x86-64) => /lib/ld-musl-x86_64.so.1
2025-08-20T22:28:37.3684571Z 	ld-linux.so.2 (libc6) => /lib32/ld-linux.so.2
2025-08-20T22:28:37.3684846Z 	ld-linux.so.2 (libc6) => /lib/ld-linux.so.2
2025-08-20T22:28:37.3685194Z 	ld-linux-x86-64.so.2 (libc6,x86-64) => /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
2025-08-20T22:28:37.3685664Z Cache generated by: ldconfig (Ubuntu GLIBC 2.39-0ubuntu8.5) stable release version 2.39
2025-08-20T22:28:37.3685994Z 
2025-08-20T22:28:37.3685998Z 
2025-08-20T22:28:37.3686372Z  [+] Finished Initializing Linux pkrvmqc4gcfdwos 6.11.0-1018-azure x86_64 :: at Wednesday, 2025-08-20 (10:28:37 PM)
2025-08-20T22:28:37.3686954Z 
2025-08-20T22:28:37.3686957Z 
2025-08-20T22:28:37.3686961Z 
2025-08-20T22:28:37.3687040Z [+] Continue : YES
2025-08-20T22:28:37.3687153Z 
2025-08-20T22:28:37.3687514Z [+] ulimit -n (open file descriptors) :: [Soft --> 65536] [Hard --> 65536] [Total --> 9223372036854775807]
2025-08-20T22:28:37.4094611Z 
2025-08-20T22:28:37.4095121Z ==> [+] Started Building at :: Wednesday, 2025-08-20 (10:28:37 PM) UTC
2025-08-20T22:28:37.4095407Z 
2025-08-20T22:28:37.4112697Z 
2025-08-20T22:28:37.4112847Z [+] Total RECIPES :: 1
2025-08-20T22:28:37.4113080Z 
2025-08-20T22:28:37.4188123Z 
2025-08-20T22:28:37.4189068Z [+] Fetching : https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml (1/1)
2025-08-20T22:28:37.4189749Z 
2025-08-20T22:28:37.4631415Z ==> https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:28:37.4642281Z mode of '/tmp/pkgforge/x18igIZci_build.yaml' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:28:37.4688829Z [+] Setting '.ghcr_pkg' --> ghcr.io/pkgforge/bincache/sic/official [Provided]
2025-08-20T22:28:37.4689527Z [+] Setting '.pkg_family' --> sic [Provided]
2025-08-20T22:28:37.4701486Z [00:00:00.000]➜  [+] SBUILD Functions Version: 1.7.1
2025-08-20T22:28:37.4707551Z [00:00:00.000]➜  [+] HOST: Linux pkrvmqc4gcfdwos 6.11.0-1018-azure #18~24.04.1-Ubuntu SMP Sat Jun 28 04:46:03 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux
2025-08-20T22:28:37.4736664Z [00:00:00.003]➜  
2025-08-20T22:28:37.4737440Z [00:00:00.003]➜  [+] INFO: Adding --platform="linux/amd64" to 'docker run' ==> /tmp/pkgforge/x18igIZci_build.yaml
2025-08-20T22:28:37.4737908Z [00:00:00.003]➜  
2025-08-20T22:28:37.4778442Z [00:00:00.007]➜  
2025-08-20T22:28:37.4779215Z [00:00:00.007]➜  [+] INFO: Fixing Docker Tag ':$(uname -m)' to ':x86_64' ==> /tmp/pkgforge/x18igIZci_build.yaml
2025-08-20T22:28:37.4779676Z [00:00:00.007]➜  
2025-08-20T22:28:37.4857476Z [00:00:00.015]➜  
2025-08-20T22:28:37.4859985Z [00:00:00.015]➜  [+] Building (https://github.com/pkgforge/soarpkgs/blob/main/binaries/sic/static.official.source.yaml) --> /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR [Wednesday, 2025-08-20 (10:28:37 PM) UTC]
2025-08-20T22:28:37.4861552Z [00:00:00.015]➜  
2025-08-20T22:28:37.4861881Z [00:00:00.015]➜  
2025-08-20T22:28:37.4862091Z [00:00:00.015]➜  
2025-08-20T22:28:37.4862391Z [00:00:00.015]➜  ###################################################################
2025-08-20T22:28:37.4869908Z [00:00:00.016]➜  #!/SBUILD ver @v1.0.0
2025-08-20T22:28:37.4871113Z [00:00:00.016]➜  #SELF: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:28:37.4872177Z [00:00:00.016]➜  _disabled: false
2025-08-20T22:28:37.4872608Z [00:00:00.016]➜  
2025-08-20T22:28:37.4872995Z [00:00:00.016]➜  pkg: "sic"
2025-08-20T22:28:37.4873522Z [00:00:00.016]➜  pkg_id: "github.com.foresterre.sic"
2025-08-20T22:28:37.4874097Z [00:00:00.016]➜  pkg_type: "static"
2025-08-20T22:28:37.4874698Z [00:00:00.016]➜  category:
2025-08-20T22:28:37.4875811Z [00:00:00.016]➜    - "ConsoleOnly"
2025-08-20T22:28:37.4876345Z [00:00:00.016]➜    - "Utility"
2025-08-20T22:28:37.4877296Z [00:00:00.016]➜  description: "Accessible image processing and conversion from the terminal using image-rs/image"
2025-08-20T22:28:37.4878177Z [00:00:00.016]➜  homepage:
2025-08-20T22:28:37.4879074Z [00:00:00.016]➜    - "https://github.com/foresterre/sic"
2025-08-20T22:28:37.4879662Z [00:00:00.016]➜  maintainer:
2025-08-20T22:28:37.4880292Z [00:00:00.016]➜    - "Azathothas (https://github.com/Azathothas)"
2025-08-20T22:28:37.4880880Z [00:00:00.016]➜  note:
2025-08-20T22:28:37.4881418Z [00:00:00.016]➜    - "[DO NOT RUN] (Meant for pkgforge CI Only)"
2025-08-20T22:28:37.4882390Z [00:00:00.016]➜    - "Built From Source (Latest Git HEAD). Check/Report @ https://github.com/foresterre/sic"  
2025-08-20T22:28:37.4883171Z [00:00:00.016]➜  src_url:
2025-08-20T22:28:37.4883681Z [00:00:00.016]➜    - "https://github.com/foresterre/sic"
2025-08-20T22:28:37.4884211Z [00:00:00.016]➜  tag:
2025-08-20T22:28:37.4884648Z [00:00:00.016]➜    - "image"
2025-08-20T22:28:37.4885073Z [00:00:00.017]➜  x_exec:
2025-08-20T22:28:37.4885549Z [00:00:00.017]➜    bsys: "docker://rust"
2025-08-20T22:28:37.4886284Z [00:00:00.017]➜    host:
2025-08-20T22:28:37.4886764Z [00:00:00.017]➜      - "aarch64-Linux"
2025-08-20T22:28:37.4887281Z [00:00:00.017]➜      - "x86_64-Linux"
2025-08-20T22:28:37.4887766Z [00:00:00.017]➜    shell: "bash"
2025-08-20T22:28:37.4888430Z [00:00:00.017]➜    pkgver: |
2025-08-20T22:28:37.4889017Z [00:00:00.017]➜      pushd "$(mktemp -d)" &>/dev/null && \
2025-08-20T22:28:37.4890308Z [00:00:00.017]➜      git clone --depth="1" --filter="blob:none" --no-checkout --single-branch --quiet "https://github.com/foresterre/sic" "./TEMPREPO" &>/dev/null && \
2025-08-20T22:28:37.4891522Z [00:00:00.017]➜      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:28:37.4892221Z [00:00:00.017]➜      [ -d "$(realpath .)/TEMPREPO" ] && rm -rf "$(realpath .)" &>/dev/null && popd &>/dev/null
2025-08-20T22:28:37.4892609Z [00:00:00.017]➜    run: |
2025-08-20T22:28:37.4892839Z [00:00:00.017]➜      #Build
2025-08-20T22:28:37.4893466Z [00:00:00.017]➜       mkdir -pv "${SBUILD_TMPDIR}/tmp" && docker run --platform="linux/amd64" --privileged --net="host" --name "alpine-builder" --pull="always" \
2025-08-20T22:28:37.4894213Z [00:00:00.017]➜       -e "PKG=${PKG}" -e "PKG_ID=${PKG_ID}" -e "PKG_TYPE=${PKG_TYPE}" -e "PKG_VER=${PKG_VER}" \
2025-08-20T22:28:37.4894831Z [00:00:00.017]➜       -e "PKGVER=${PKGVER}" -e "SBUILD_PKG=${SBUILD_PKG}" -e "SBUILD_PKGVER=${SBUILD_PKGVER}" \
2025-08-20T22:28:37.4895308Z [00:00:00.017]➜       --volume "${SBUILD_TMPDIR}/tmp:/tmp:rw" \
2025-08-20T22:28:37.4895751Z [00:00:00.017]➜       "ghcr.io/pkgforge/devscripts/alpine-builder:x86_64" \
2025-08-20T22:28:37.4896136Z [00:00:00.017]➜        bash -l -c '
2025-08-20T22:28:37.4896398Z [00:00:00.017]➜        #Setup ENV
2025-08-20T22:28:37.4896788Z [00:00:00.017]➜         set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:28:37.4897258Z [00:00:00.017]➜         [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T22:28:37.4897693Z [00:00:00.017]➜         if [[ "$(uname -m | tr -d '[:space:]')" == "riscv64" ]]; then
2025-08-20T22:28:37.4898602Z [00:00:00.017]➜           RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T22:28:37.4899905Z [00:00:00.017]➜           if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T22:28:37.4900521Z [00:00:00.017]➜             export RUST_TARGET
2025-08-20T22:28:37.4901036Z [00:00:00.017]➜           else
2025-08-20T22:28:37.4901530Z [00:00:00.017]➜             rustc -Vv ; exit 1
2025-08-20T22:28:37.4902026Z [00:00:00.017]➜           fi
2025-08-20T22:28:37.4902435Z [00:00:00.017]➜         else
2025-08-20T22:28:37.4903009Z [00:00:00.017]➜           export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T22:28:37.4903705Z [00:00:00.017]➜           rustup target add "${RUST_TARGET}"
2025-08-20T22:28:37.4904223Z [00:00:00.017]➜         fi
2025-08-20T22:28:37.4904641Z [00:00:00.017]➜         RUST_FLAGS=()
2025-08-20T22:28:37.4905282Z [00:00:00.017]➜         RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:28:37.4906011Z [00:00:00.017]➜         RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:28:37.4906801Z [00:00:00.017]➜         if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T22:28:37.4907563Z [00:00:00.017]➜           RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:28:37.4908122Z [00:00:00.017]➜         fi
2025-08-20T22:28:37.4908844Z [00:00:00.017]➜         RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:28:37.4909500Z [00:00:00.017]➜         RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:28:37.4910112Z [00:00:00.017]➜         RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:28:37.4910726Z [00:00:00.017]➜         RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:28:37.4911382Z [00:00:00.017]➜         RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:28:37.4912019Z [00:00:00.017]➜         RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:28:37.4912879Z [00:00:00.017]➜         RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:28:37.4913616Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:28:37.4914335Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:28:37.4915031Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:28:37.4915683Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:28:37.4916371Z [00:00:00.017]➜         RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:28:37.4917062Z [00:00:00.017]➜         export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T22:28:37.4917611Z [00:00:00.017]➜        #Build
2025-08-20T22:28:37.4918757Z [00:00:00.017]➜         git clone --filter "blob:none" --quiet "https://github.com/foresterre/sic" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T22:28:37.4919772Z [00:00:00.017]➜         echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T22:28:37.4920427Z [00:00:00.017]➜         echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T22:28:37.4921650Z [00:00:00.017]➜         sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T22:28:37.4922786Z [00:00:00.017]➜         rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T22:28:37.4923782Z [00:00:00.017]➜         cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T22:28:37.4924871Z [00:00:00.017]➜         find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T22:28:37.4925568Z [00:00:00.017]➜        #Copy
2025-08-20T22:28:37.4927360Z [00:00:00.017]➜         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:28:37.4930023Z [00:00:00.017]➜         ( 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:28:37.4931093Z [00:00:00.017]➜        #Strip 
2025-08-20T22:28:37.4932245Z [00:00:00.017]➜         find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:28:37.4933540Z [00:00:00.017]➜         find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:28:37.4934817Z [00:00:00.017]➜         find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:28:37.4935952Z [00:00:00.017]➜         file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:28:37.4936993Z [00:00:00.017]➜         du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:28:37.4937786Z [00:00:00.017]➜         popd &>/dev/null
2025-08-20T22:28:37.4938674Z [00:00:00.017]➜        '
2025-08-20T22:28:37.4939142Z [00:00:00.017]➜      #Copy & Meta
2025-08-20T22:28:37.4939823Z [00:00:00.017]➜       docker cp "alpine-builder:/build-bins/." "${SBUILD_TMPDIR}/"
2025-08-20T22:28:37.4940869Z [00:00:00.017]➜       [ -s "${SBUILD_TMPDIR}/LICENSE" ] && cp -fv "${SBUILD_TMPDIR}/LICENSE" "${SBUILD_OUTDIR}/LICENSE"
2025-08-20T22:28:37.4942883Z [00:00:00.017]➜       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:28:37.4944320Z [00:00:00.017]➜  
2025-08-20T22:28:37.4944676Z [00:00:00.017]➜  
2025-08-20T22:28:37.4945183Z [00:00:00.017]➜  ###################################################################
2025-08-20T22:28:37.4945701Z [00:00:00.017]➜  
2025-08-20T22:28:37.4946045Z [00:00:00.017]➜  
2025-08-20T22:28:37.4946382Z [00:00:00.017]➜  
2025-08-20T22:28:37.4947475Z [00:00:00.018]➜  '/tmp/pkgforge/x18igIZci_build.yaml' -> '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD'
2025-08-20T22:28:38.7625419Z [00:00:01.292]➜  '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/sic.static.version' -> '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/sic.version'
2025-08-20T22:28:38.7680678Z [00:00:01.297]➜  [+] Version: HEAD-d691d1f-250819T202517 ('.x_exec.pkgver') [/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/sic.static.version]
2025-08-20T22:28:38.7847149Z [00:00:01.314]➜  [+] Progs: sic
2025-08-20T22:28:38.8928724Z [00:00:01.422]➜  
2025-08-20T22:28:38.8929254Z [00:00:01.422]➜  [-] Missing packages. Found: 
2025-08-20T22:28:38.8929812Z [00:00:01.422]➜  [+] Expected: sic
2025-08-20T22:28:38.8930331Z [00:00:01.422]➜  [+] Continuing with build...
2025-08-20T22:28:38.8930811Z [00:00:01.422]➜  
2025-08-20T22:28:39.2679903Z [00:00:01.797]➜  
2025-08-20T22:28:39.2680200Z [00:00:01.797]➜  
2025-08-20T22:28:39.2771938Z [00:00:01.807]➜  + mkdir -pv /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp
2025-08-20T22:28:39.2795128Z [00:00:01.809]➜  + docker run --platform=linux/amd64 --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/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp:/tmp:rw ghcr.io/pkgforge/devscripts/alpine-builder:x86_64 bash -l -c '
2025-08-20T22:28:39.2797217Z [00:00:01.809]➜    #Setup ENV
2025-08-20T22:28:39.2797693Z [00:00:01.809]➜     set -x ; mkdir -p "/build-bins" && pushd "$(mktemp -d)" &>/dev/null
2025-08-20T22:28:39.2798507Z [00:00:01.809]➜     [[ -s "${HOME}/.cargo/env" ]] && source "${HOME}/.cargo/env"
2025-08-20T22:28:39.2799079Z [00:00:01.809]➜     if [[ "$(uname -m | tr -d [:space:])" == "riscv64" ]]; then
2025-08-20T22:28:39.2799883Z [00:00:01.809]➜       RUST_TARGET="$(rustc -Vv 2>/dev/null | sed -n "s/^[[:space:]]*host[[:space:]]*:[[:space:]]*//p" | grep -i "riscv" | tr -d "[:space:]")"
2025-08-20T22:28:39.2800528Z [00:00:01.809]➜       if [[ -n "${RUST_TARGET//[[:space:]]/}" ]]; then
2025-08-20T22:28:39.2801131Z [00:00:01.809]➜         export RUST_TARGET
2025-08-20T22:28:39.2801436Z [00:00:01.809]➜       else
2025-08-20T22:28:39.2801717Z [00:00:01.809]➜         rustc -Vv ; exit 1
2025-08-20T22:28:39.2802012Z [00:00:01.809]➜       fi
2025-08-20T22:28:39.2802297Z [00:00:01.809]➜     else
2025-08-20T22:28:39.2802663Z [00:00:01.809]➜       export RUST_TARGET="$(uname -m)-unknown-linux-musl"
2025-08-20T22:28:39.2803102Z [00:00:01.809]➜       rustup target add "${RUST_TARGET}"
2025-08-20T22:28:39.2803421Z [00:00:01.809]➜     fi
2025-08-20T22:28:39.2803674Z [00:00:01.809]➜     RUST_FLAGS=()
2025-08-20T22:28:39.2804038Z [00:00:01.809]➜     RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:28:39.2804500Z [00:00:01.809]➜     RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:28:39.2804972Z [00:00:01.809]➜     if echo "${RUST_TARGET}" | grep -Eqiv "alpine|gnu"; then
2025-08-20T22:28:39.2805417Z [00:00:01.809]➜       RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:28:39.2805760Z [00:00:01.809]➜     fi
2025-08-20T22:28:39.2806063Z [00:00:01.809]➜     RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:28:39.2806443Z [00:00:01.809]➜     RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:28:39.2806799Z [00:00:01.809]➜     RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:28:39.2807157Z [00:00:01.809]➜     RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:28:39.2807528Z [00:00:01.809]➜     RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:28:39.2807895Z [00:00:01.809]➜     RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:28:39.2808444Z [00:00:01.809]➜     RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:28:39.2808890Z [00:00:01.809]➜     RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:28:39.2809498Z [00:00:01.809]➜     RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:28:39.2809909Z [00:00:01.809]➜     RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:28:39.2810287Z [00:00:01.809]➜     RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:28:39.2810668Z [00:00:01.809]➜     RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:28:39.2811052Z [00:00:01.809]➜     export RUSTFLAGS="${RUST_FLAGS[*]}"
2025-08-20T22:28:39.2811339Z [00:00:01.809]➜    #Build
2025-08-20T22:28:39.2811874Z [00:00:01.809]➜     git clone --filter "blob:none" --quiet "https://github.com/foresterre/sic" "./TEMPREPO" && cd "./TEMPREPO/"
2025-08-20T22:28:39.2812410Z [00:00:01.809]➜     echo -e "\n[+] Target: ${RUST_TARGET}"
2025-08-20T22:28:39.2812751Z [00:00:01.809]➜     echo -e "[+] Flags: ${RUSTFLAGS}\n"
2025-08-20T22:28:39.2813392Z [00:00:01.809]➜     sed "/^\[profile\.release\]/,/^$/d" -i "./Cargo.toml" ; echo -e "\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true" >> "./Cargo.toml"
2025-08-20T22:28:39.2813993Z [00:00:01.809]➜     rm -rvf "./.cargo" rust-toolchain* 2>/dev/null
2025-08-20T22:28:39.2814521Z [00:00:01.809]➜     cargo build --target "${RUST_TARGET}" --release --jobs="$(($(nproc)+1))" --keep-going --verbose
2025-08-20T22:28:39.2815102Z [00:00:01.809]➜     find -L "./target/${RUST_TARGET}/release" -maxdepth 1 -type f 2>/dev/null
2025-08-20T22:28:39.2815478Z [00:00:01.809]➜    #Copy
2025-08-20T22:28:39.2816424Z [00:00:01.809]➜     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:28:39.2817671Z [00:00:01.809]➜     ( 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:28:39.2818440Z [00:00:01.809]➜    #Strip 
2025-08-20T22:28:39.2819047Z [00:00:01.809]➜     find "/build-bins/" -type f -exec objcopy --remove-section=".comment" --remove-section=".note.*" "{}" \;
2025-08-20T22:28:39.2819741Z [00:00:01.809]➜     find "/build-bins/" -type f ! -name "*.no_strip" -exec strip --strip-all --verbose "{}" 2>/dev/null \;
2025-08-20T22:28:39.2820596Z [00:00:01.809]➜     find "/build-bins/" -type f -exec bash -c "echo && realpath {} && readelf --section-headers {} 2>/dev/null" \;
2025-08-20T22:28:39.2821194Z [00:00:01.809]➜     file "/build-bins/"* && stat -c "%n:         %s Bytes" "/build-bins/"* && \
2025-08-20T22:28:39.2821756Z [00:00:01.809]➜     du "/build-bins/"* --bytes --human-readable --time --time-style="full-iso" --summarize
2025-08-20T22:28:39.2822178Z [00:00:01.809]➜     popd &>/dev/null
2025-08-20T22:28:39.2822428Z [00:00:01.809]➜    '
2025-08-20T22:28:40.0365276Z [00:00:02.566]➜  x86_64: Pulling from pkgforge/devscripts/alpine-builder
2025-08-20T22:28:40.0915760Z [00:00:02.621]➜  d62bb7eb03b5: Pulling fs layer
2025-08-20T22:28:40.0916388Z [00:00:02.621]➜  74f0d3ee81d8: Pulling fs layer
2025-08-20T22:28:40.0916986Z [00:00:02.621]➜  bffca73cb30c: Pulling fs layer
2025-08-20T22:28:40.0917531Z [00:00:02.621]➜  73d19b2d2e73: Pulling fs layer
2025-08-20T22:28:40.0918059Z [00:00:02.621]➜  eb4a15147d73: Pulling fs layer
2025-08-20T22:28:40.0918792Z [00:00:02.621]➜  1eff1cf6af24: Pulling fs layer
2025-08-20T22:28:40.0919247Z [00:00:02.621]➜  73d19b2d2e73: Waiting
2025-08-20T22:28:40.0919529Z [00:00:02.621]➜  eb4a15147d73: Waiting
2025-08-20T22:28:40.0919798Z [00:00:02.621]➜  1eff1cf6af24: Waiting
2025-08-20T22:28:40.1943433Z [00:00:02.724]➜  bffca73cb30c: Verifying Checksum
2025-08-20T22:28:40.1944127Z [00:00:02.724]➜  bffca73cb30c: Download complete
2025-08-20T22:28:40.2144692Z [00:00:02.744]➜  74f0d3ee81d8: Verifying Checksum
2025-08-20T22:28:40.2145941Z [00:00:02.744]➜  74f0d3ee81d8: Download complete
2025-08-20T22:28:40.2507536Z [00:00:02.780]➜  d62bb7eb03b5: Verifying Checksum
2025-08-20T22:28:40.2508131Z [00:00:02.780]➜  d62bb7eb03b5: Download complete
2025-08-20T22:28:40.3406183Z [00:00:02.870]➜  1eff1cf6af24: Verifying Checksum
2025-08-20T22:28:40.3407275Z [00:00:02.870]➜  1eff1cf6af24: Download complete
2025-08-20T22:28:40.3753732Z [00:00:02.905]➜  d62bb7eb03b5: Pull complete
2025-08-20T22:28:40.5696199Z [00:00:03.099]➜  eb4a15147d73: Verifying Checksum
2025-08-20T22:28:40.5697581Z [00:00:03.099]➜  eb4a15147d73: Download complete
2025-08-20T22:28:42.2362342Z [00:00:04.765]➜  74f0d3ee81d8: Pull complete
2025-08-20T22:28:43.4778014Z [00:00:06.007]➜  bffca73cb30c: Pull complete
2025-08-20T22:28:47.4827704Z [00:00:10.012]➜  73d19b2d2e73: Verifying Checksum
2025-08-20T22:28:47.4829364Z [00:00:10.012]➜  73d19b2d2e73: Download complete
2025-08-20T22:30:00.3811906Z [00:01:22.910]➜  73d19b2d2e73: Pull complete
2025-08-20T22:30:05.5299259Z [00:01:28.059]➜  eb4a15147d73: Pull complete
2025-08-20T22:30:05.5407149Z [00:01:28.070]➜  1eff1cf6af24: Pull complete
2025-08-20T22:30:05.5449460Z [00:01:28.074]➜  Digest: sha256:275f0d74757c41d7d8c67ff66bbd1327d906f1cc180818b350613ea49d8459ac
2025-08-20T22:30:05.5460598Z [00:01:28.075]➜  Status: Downloaded newer image for ghcr.io/pkgforge/devscripts/alpine-builder:x86_64
2025-08-20T22:30:05.7385089Z [00:01:28.268]➜  + mkdir -p /build-bins
2025-08-20T22:30:05.7402455Z [00:01:28.270]➜  ++ mktemp -d
2025-08-20T22:30:05.7418769Z [00:01:28.271]➜  + pushd /tmp/tmp.CSYMqsHYHV
2025-08-20T22:30:05.7421259Z [00:01:28.271]➜  + [[ -s /root/.cargo/env ]]
2025-08-20T22:30:05.7421867Z [00:01:28.271]➜  + source /root/.cargo/env
2025-08-20T22:30:05.7422415Z [00:01:28.271]➜  ++ case ":${PATH}:" in
2025-08-20T22:30:05.7426872Z [00:01:28.272]➜  ++ uname -m
2025-08-20T22:30:05.7427418Z [00:01:28.272]➜  ++ tr -d '[:space:]'
2025-08-20T22:30:05.7445934Z [00:01:28.274]➜  + [[ x86_64 == riscv64 ]]
2025-08-20T22:30:05.7448086Z [00:01:28.274]➜  ++ uname -m
2025-08-20T22:30:05.7463333Z [00:01:28.276]➜  + export RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T22:30:05.7464080Z [00:01:28.276]➜  + RUST_TARGET=x86_64-unknown-linux-musl
2025-08-20T22:30:05.7464606Z [00:01:28.276]➜  + rustup target add x86_64-unknown-linux-musl
2025-08-20T22:30:05.9741835Z [00:01:28.503]➜  info: component 'rust-std' for target 'x86_64-unknown-linux-musl' is up to date
2025-08-20T22:30:05.9768918Z [00:01:28.506]➜  + RUST_FLAGS=()
2025-08-20T22:30:05.9769576Z [00:01:28.506]➜  + RUST_FLAGS+=("-C target-feature=+crt-static")
2025-08-20T22:30:05.9770245Z [00:01:28.506]➜  + RUST_FLAGS+=("-C default-linker-libraries=yes")
2025-08-20T22:30:05.9773506Z [00:01:28.507]➜  + echo x86_64-unknown-linux-musl
2025-08-20T22:30:05.9774086Z [00:01:28.507]➜  + grep -Eqiv 'alpine|gnu'
2025-08-20T22:30:05.9783181Z [00:01:28.508]➜  + RUST_FLAGS+=("-C link-self-contained=yes")
2025-08-20T22:30:05.9783885Z [00:01:28.508]➜  + RUST_FLAGS+=("-C prefer-dynamic=no")
2025-08-20T22:30:05.9786150Z [00:01:28.508]➜  + RUST_FLAGS+=("-C embed-bitcode=yes")
2025-08-20T22:30:05.9787461Z [00:01:28.508]➜  + RUST_FLAGS+=("-C lto=yes")
2025-08-20T22:30:05.9788056Z [00:01:28.508]➜  + RUST_FLAGS+=("-C opt-level=z")
2025-08-20T22:30:05.9789115Z [00:01:28.508]➜  + RUST_FLAGS+=("-C debuginfo=none")
2025-08-20T22:30:05.9789731Z [00:01:28.508]➜  + RUST_FLAGS+=("-C strip=symbols")
2025-08-20T22:30:05.9790337Z [00:01:28.508]➜  + RUST_FLAGS+=("-C linker=clang")
2025-08-20T22:30:05.9790911Z [00:01:28.508]➜  + RUST_FLAGS+=("-C link-arg=-fuse-ld=$(which mold)")
2025-08-20T22:30:05.9791265Z [00:01:28.508]➜  ++ which mold
2025-08-20T22:30:05.9813808Z [00:01:28.511]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--Bstatic")
2025-08-20T22:30:05.9814490Z [00:01:28.511]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--static")
2025-08-20T22:30:05.9815121Z [00:01:28.511]➜  + RUST_FLAGS+=("-C link-arg=-Wl,-S")
2025-08-20T22:30:05.9815866Z [00:01:28.511]➜  + RUST_FLAGS+=("-C link-arg=-Wl,--build-id=none")
2025-08-20T22:30:05.9818793Z [00:01:28.511]➜  + 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:30:05.9821330Z [00:01:28.511]➜  + 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:30:05.9822734Z [00:01:28.511]➜  + git clone --filter blob:none --quiet https://github.com/foresterre/sic ./TEMPREPO
2025-08-20T22:30:06.5220193Z [00:01:29.051]➜  + cd ./TEMPREPO/
2025-08-20T22:30:06.5220904Z [00:01:29.051]➜  + echo -e '\n[+] Target: x86_64-unknown-linux-musl'
2025-08-20T22:30:06.5221456Z [00:01:29.051]➜  
2025-08-20T22:30:06.5221926Z [00:01:29.051]➜  [+] Target: x86_64-unknown-linux-musl
2025-08-20T22:30:06.5223979Z [00:01:29.051]➜  + 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:30:06.5226618Z [00:01:29.051]➜  [+] 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:30:06.5227992Z [00:01:29.051]➜  
2025-08-20T22:30:06.5228855Z [00:01:29.051]➜  + sed '/^\[profile\.release\]/,/^$/d' -i ./Cargo.toml
2025-08-20T22:30:06.5230639Z [00:01:29.052]➜  + echo -e '\n[profile.release]\nstrip = true\nopt-level = 3\nlto = true'
2025-08-20T22:30:06.5231459Z [00:01:29.053]➜  + rm -rvf ./.cargo 'rust-toolchain*'
2025-08-20T22:30:06.5253314Z [00:01:29.055]➜  ++ nproc
2025-08-20T22:30:06.5271029Z [00:01:29.056]➜  + cargo build --target x86_64-unknown-linux-musl --release --jobs=5 --keep-going --verbose
2025-08-20T22:30:06.9292083Z [00:01:29.459]➜      Updating crates.io index
2025-08-20T22:30:07.9129191Z [00:01:30.442]➜   Downloading crates ...
2025-08-20T22:30:08.2086998Z [00:01:30.738]➜    Downloaded approx v0.5.1
2025-08-20T22:30:08.2127868Z [00:01:30.742]➜    Downloaded arg_enum_proc_macro v0.3.4
2025-08-20T22:30:08.2150987Z [00:01:30.744]➜    Downloaded avif-serialize v0.8.3
2025-08-20T22:30:08.2173841Z [00:01:30.747]➜    Downloaded aligned-vec v0.5.0
2025-08-20T22:30:08.2194724Z [00:01:30.749]➜    Downloaded cpufeatures v0.2.17
2025-08-20T22:30:08.2225608Z [00:01:30.752]➜    Downloaded ravif v0.11.20
2025-08-20T22:30:08.2258741Z [00:01:30.755]➜    Downloaded textwrap v0.11.0
2025-08-20T22:30:08.2295806Z [00:01:30.759]➜    Downloaded proc-macro2 v1.0.101
2025-08-20T22:30:08.2353992Z [00:01:30.765]➜    Downloaded zune-core v0.4.12
2025-08-20T22:30:08.2382584Z [00:01:30.768]➜    Downloaded walkdir v2.5.0
2025-08-20T22:30:08.2415134Z [00:01:30.771]➜    Downloaded rawpointer v0.2.1
2025-08-20T22:30:08.2439359Z [00:01:30.773]➜    Downloaded wasm-bindgen-backend v0.2.100
2025-08-20T22:30:08.2459767Z [00:01:30.775]➜    Downloaded strum v0.27.2
2025-08-20T22:30:08.2474504Z [00:01:30.777]➜    Downloaded smallvec v1.15.1
2025-08-20T22:30:08.2516924Z [00:01:30.781]➜    Downloaded zune-inflate v0.2.54
2025-08-20T22:30:08.2552312Z [00:01:30.785]➜    Downloaded wasm-bindgen-shared v0.2.100
2025-08-20T22:30:08.2577945Z [00:01:30.787]➜    Downloaded vec_map v0.8.2
2025-08-20T22:30:08.2597274Z [00:01:30.789]➜    Downloaded thiserror v2.0.15
2025-08-20T22:30:08.2713847Z [00:01:30.801]➜    Downloaded profiling-procmacros v1.0.17
2025-08-20T22:30:08.2736354Z [00:01:30.803]➜    Downloaded wasm-bindgen v0.2.100
2025-08-20T22:30:08.2788704Z [00:01:30.808]➜    Downloaded rayon v1.11.0
2025-08-20T22:30:08.2927711Z [00:01:30.822]➜    Downloaded regex-syntax v0.8.5
2025-08-20T22:30:08.3024089Z [00:01:30.832]➜    Downloaded regex-automata v0.4.9
2025-08-20T22:30:08.3216150Z [00:01:30.851]➜    Downloaded png v0.17.16
2025-08-20T22:30:08.3270298Z [00:01:30.856]➜    Downloaded wide v0.7.33
2025-08-20T22:30:08.3336644Z [00:01:30.863]➜    Downloaded pest v2.7.15
2025-08-20T22:30:08.3397979Z [00:01:30.869]➜    Downloaded clap v2.34.0
2025-08-20T22:30:08.3478702Z [00:01:30.877]➜    Downloaded zerocopy v0.8.26
2025-08-20T22:30:08.3845738Z [00:01:30.914]➜    Downloaded syn v2.0.106
2025-08-20T22:30:08.3982383Z [00:01:30.928]➜    Downloaded exr v1.73.0
2025-08-20T22:30:08.4099009Z [00:01:30.939]➜    Downloaded libm v0.2.9
2025-08-20T22:30:08.4219612Z [00:01:30.951]➜    Downloaded zune-jpeg v0.4.20
2025-08-20T22:30:08.4259598Z [00:01:30.955]➜    Downloaded typenum v1.18.0
2025-08-20T22:30:08.4302124Z [00:01:30.960]➜    Downloaded itertools v0.12.1
2025-08-20T22:30:08.4394890Z [00:01:30.969]➜    Downloaded imgref v1.11.0
2025-08-20T22:30:08.4417914Z [00:01:30.971]➜    Downloaded num-bigint v0.4.6
2025-08-20T22:30:08.4480141Z [00:01:30.977]➜    Downloaded nom v7.1.3
2025-08-20T22:30:08.4550075Z [00:01:30.984]➜    Downloaded flate2 v1.0.35
2025-08-20T22:30:08.4619475Z [00:01:30.991]➜    Downloaded miniz_oxide v0.8.9
2025-08-20T22:30:08.4655113Z [00:01:30.995]➜    Downloaded imageproc v0.25.0
2025-08-20T22:30:08.4722813Z [00:01:31.002]➜    Downloaded cc v1.0.94
2025-08-20T22:30:08.4757865Z [00:01:31.005]➜    Downloaded bumpalo v3.14.0
2025-08-20T22:30:08.4790136Z [00:01:31.008]➜    Downloaded num-traits v0.2.19
2025-08-20T22:30:08.4824863Z [00:01:31.012]➜    Downloaded rav1e v0.7.1
2025-08-20T22:30:08.5271570Z [00:01:31.057]➜    Downloaded ignore v0.4.23
2025-08-20T22:30:08.5301885Z [00:01:31.060]➜    Downloaded getrandom v0.2.16
2025-08-20T22:30:08.5342198Z [00:01:31.064]➜    Downloaded fdeflate v0.3.5
2025-08-20T22:30:08.5360489Z [00:01:31.065]➜    Downloaded crossbeam-utils v0.8.21
2025-08-20T22:30:08.5397455Z [00:01:31.069]➜    Downloaded crc32fast v1.4.2
2025-08-20T22:30:08.5422030Z [00:01:31.072]➜    Downloaded rand_distr v0.4.3
2025-08-20T22:30:08.5460312Z [00:01:31.075]➜    Downloaded qoi v0.4.1
2025-08-20T22:30:08.5497835Z [00:01:31.079]➜    Downloaded once_cell v1.20.3
2025-08-20T22:30:08.5534030Z [00:01:31.083]➜    Downloaded num-rational v0.4.2
2025-08-20T22:30:08.5551534Z [00:01:31.085]➜    Downloaded nalgebra v0.32.6
2025-08-20T22:30:08.5853502Z [00:01:31.115]➜    Downloaded num-complex v0.4.6
2025-08-20T22:30:08.5873844Z [00:01:31.117]➜    Downloaded tiff v0.9.1
2025-08-20T22:30:08.6001531Z [00:01:31.130]➜    Downloaded memchr v2.7.5
2025-08-20T22:30:08.6074353Z [00:01:31.137]➜    Downloaded matrixmultiply v0.3.10
2025-08-20T22:30:08.6123078Z [00:01:31.142]➜    Downloaded log v0.4.27
2025-08-20T22:30:08.6154326Z [00:01:31.145]➜    Downloaded jobserver v0.1.27
2025-08-20T22:30:08.6179020Z [00:01:31.147]➜    Downloaded globset v0.4.16
2025-08-20T22:30:08.6198989Z [00:01:31.149]➜    Downloaded generic-array v0.14.7
2025-08-20T22:30:08.6220068Z [00:01:31.151]➜    Downloaded bitstream-io v2.3.0
2025-08-20T22:30:08.6242917Z [00:01:31.154]➜    Downloaded rand v0.8.5
2025-08-20T22:30:08.6288089Z [00:01:31.158]➜    Downloaded open v5.3.2
2025-08-20T22:30:08.6308483Z [00:01:31.160]➜    Downloaded num-iter v0.1.45
2025-08-20T22:30:08.6322653Z [00:01:31.162]➜    Downloaded num v0.4.3
2025-08-20T22:30:08.6336602Z [00:01:31.163]➜    Downloaded unicode-width v0.1.14
2025-08-20T22:30:08.6398565Z [00:01:31.169]➜    Downloaded nasm-rs v0.2.5
2025-08-20T22:30:08.6410550Z [00:01:31.170]➜    Downloaded crypto-common v0.1.6
2025-08-20T22:30:08.6424273Z [00:01:31.172]➜    Downloaded block-buffer v0.10.4
2025-08-20T22:30:08.6438846Z [00:01:31.173]➜    Downloaded rand_core v0.6.4
2025-08-20T22:30:08.6456848Z [00:01:31.175]➜    Downloaded ppv-lite86 v0.2.21
2025-08-20T22:30:08.6474014Z [00:01:31.177]➜    Downloaded paste v1.0.15
2025-08-20T22:30:08.6517126Z [00:01:31.181]➜    Downloaded num-derive v0.4.2
2025-08-20T22:30:08.6541623Z [00:01:31.184]➜    Downloaded libc v0.2.163
2025-08-20T22:30:08.6912348Z [00:01:31.221]➜    Downloaded new_debug_unreachable v1.0.6
2025-08-20T22:30:08.6926401Z [00:01:31.222]➜    Downloaded maybe-rayon v0.1.1
2025-08-20T22:30:08.6937760Z [00:01:31.223]➜    Downloaded lebe v0.5.2
2025-08-20T22:30:08.6954855Z [00:01:31.225]➜    Downloaded is-wsl v0.4.0
2025-08-20T22:30:08.6969264Z [00:01:31.226]➜    Downloaded color_quant v1.1.0
2025-08-20T22:30:08.6983782Z [00:01:31.228]➜    Downloaded ttf-parser v0.25.1
2025-08-20T22:30:08.7109866Z [00:01:31.240]➜    Downloaded noop_proc_macro v0.3.0
2025-08-20T22:30:08.7121998Z [00:01:31.242]➜    Downloaded is-docker v0.2.0
2025-08-20T22:30:08.7136404Z [00:01:31.243]➜    Downloaded image-webp v0.2.3
2025-08-20T22:30:08.7163845Z [00:01:31.246]➜    Downloaded heck v0.5.0
2025-08-20T22:30:08.7180757Z [00:01:31.247]➜    Downloaded globwalk v0.8.1
2025-08-20T22:30:08.7197942Z [00:01:31.249]➜    Downloaded digest v0.10.7
2025-08-20T22:30:08.7222739Z [00:01:31.252]➜    Downloaded crossbeam-epoch v0.9.18
2025-08-20T22:30:08.7254145Z [00:01:31.255]➜    Downloaded byteorder-lite v0.1.0
2025-08-20T22:30:08.7267612Z [00:01:31.256]➜    Downloaded built v0.7.6
2025-08-20T22:30:08.7290988Z [00:01:31.258]➜    Downloaded profiling v1.0.17
2025-08-20T22:30:08.7309073Z [00:01:31.260]➜    Downloaded pest_generator v2.7.15
2025-08-20T22:30:08.7327198Z [00:01:31.262]➜    Downloaded pest_derive v2.7.15
2025-08-20T22:30:08.7356350Z [00:01:31.265]➜    Downloaded loop9 v0.1.5
2025-08-20T22:30:08.7366856Z [00:01:31.266]➜    Downloaded strum_macros v0.27.2
2025-08-20T22:30:08.7398127Z [00:01:31.269]➜    Downloaded rayon-core v1.13.0
2025-08-20T22:30:08.7446990Z [00:01:31.274]➜    Downloaded quick-error v2.0.1
2025-08-20T22:30:08.7463192Z [00:01:31.276]➜    Downloaded pathdiff v0.2.3
2025-08-20T22:30:08.7475521Z [00:01:31.277]➜    Downloaded v_frame v0.3.8
2025-08-20T22:30:08.7496631Z [00:01:31.279]➜    Downloaded ucd-trie v0.1.7
2025-08-20T22:30:08.7514042Z [00:01:31.281]➜    Downloaded thiserror-impl v2.0.15
2025-08-20T22:30:08.7533665Z [00:01:31.283]➜    Downloaded thiserror-impl v1.0.69
2025-08-20T22:30:08.7551098Z [00:01:31.284]➜    Downloaded version_check v0.9.5
2025-08-20T22:30:08.7567292Z [00:01:31.286]➜    Downloaded thiserror v1.0.69
2025-08-20T22:30:08.7643862Z [00:01:31.294]➜    Downloaded simba v0.8.1
2025-08-20T22:30:08.7683532Z [00:01:31.298]➜    Downloaded serde v1.0.219
2025-08-20T22:30:08.7722373Z [00:01:31.302]➜    Downloaded bitflags v1.3.2
2025-08-20T22:30:08.7767343Z [00:01:31.306]➜    Downloaded weezl v0.1.10
2025-08-20T22:30:08.7802488Z [00:01:31.310]➜    Downloaded wasm-bindgen-macro-support v0.2.100
2025-08-20T22:30:08.7816482Z [00:01:31.311]➜    Downloaded sha2 v0.10.9
2025-08-20T22:30:08.7851075Z [00:01:31.314]➜    Downloaded same-file v1.0.6
2025-08-20T22:30:08.7868537Z [00:01:31.316]➜    Downloaded rgb v0.8.52
2025-08-20T22:30:08.7902864Z [00:01:31.320]➜    Downloaded simd_helpers v0.1.0
2025-08-20T22:30:08.7913767Z [00:01:31.321]➜    Downloaded unicode-ident v1.0.18
2025-08-20T22:30:08.7949878Z [00:01:31.324]➜    Downloaded safe_arch v0.7.4
2025-08-20T22:30:08.8008058Z [00:01:31.330]➜    Downloaded jpeg-decoder v0.3.2
2025-08-20T22:30:08.8077986Z [00:01:31.337]➜    Downloaded bstr v1.6.2
2025-08-20T22:30:08.8184347Z [00:01:31.348]➜    Downloaded aho-corasick v1.1.3
2025-08-20T22:30:08.8248508Z [00:01:31.354]➜    Downloaded wasm-bindgen-macro v0.2.100
2025-08-20T22:30:08.8260845Z [00:01:31.355]➜    Downloaded strsim v0.8.0
2025-08-20T22:30:08.8277423Z [00:01:31.357]➜    Downloaded simd-adler32 v0.3.7
2025-08-20T22:30:08.8301991Z [00:01:31.360]➜    Downloaded rustversion v1.0.22
2025-08-20T22:30:08.8339626Z [00:01:31.363]➜    Downloaded owned_ttf_parser v0.25.1
2025-08-20T22:30:08.8352840Z [00:01:31.365]➜    Downloaded image v0.25.6
2025-08-20T22:30:08.8454199Z [00:01:31.375]➜    Downloaded pest_meta v2.7.15
2025-08-20T22:30:08.8480260Z [00:01:31.377]➜    Downloaded minimal-lexical v0.2.1
2025-08-20T22:30:08.8540005Z [00:01:31.383]➜    Downloaded half v2.2.1
2025-08-20T22:30:08.8570285Z [00:01:31.386]➜    Downloaded bytemuck v1.23.2
2025-08-20T22:30:08.8611851Z [00:01:31.391]➜    Downloaded anyhow v1.0.99
2025-08-20T22:30:08.8666563Z [00:01:31.396]➜    Downloaded ansi_term v0.12.1
2025-08-20T22:30:08.8692000Z [00:01:31.399]➜    Downloaded quote v1.0.40
2025-08-20T22:30:08.8726474Z [00:01:31.402]➜    Downloaded num-integer v0.1.46
2025-08-20T22:30:08.8747722Z [00:01:31.404]➜    Downloaded gif v0.13.1
2025-08-20T22:30:08.8770832Z [00:01:31.406]➜    Downloaded crossbeam-deque v0.8.6
2025-08-20T22:30:08.8792029Z [00:01:31.409]➜    Downloaded ab_glyph v0.2.31
2025-08-20T22:30:08.8817622Z [00:01:31.411]➜    Downloaded rand_chacha v0.3.1
2025-08-20T22:30:08.8833932Z [00:01:31.413]➜    Downloaded either v1.13.0
2025-08-20T22:30:08.8852756Z [00:01:31.415]➜    Downloaded bit_field v0.10.2
2025-08-20T22:30:08.8868445Z [00:01:31.416]➜    Downloaded autocfg v1.5.0
2025-08-20T22:30:08.8894035Z [00:01:31.419]➜    Downloaded arrayvec v0.7.6
2025-08-20T22:30:08.8922696Z [00:01:31.422]➜    Downloaded cfg-if v1.0.1
2025-08-20T22:30:08.8940337Z [00:01:31.423]➜    Downloaded av1-grain v0.2.3
2025-08-20T22:30:08.8969496Z [00:01:31.426]➜    Downloaded ab_glyph_rasterizer v0.1.10
2025-08-20T22:30:08.8984773Z [00:01:31.428]➜    Downloaded atty v0.2.14
2025-08-20T22:30:08.9000078Z [00:01:31.429]➜    Downloaded adler2 v2.0.1
2025-08-20T22:30:08.9602696Z [00:01:31.489]➜     Compiling proc-macro2 v1.0.101
2025-08-20T22:30:08.9603458Z [00:01:31.490]➜     Compiling crossbeam-utils v0.8.21
2025-08-20T22:30:08.9604123Z [00:01:31.490]➜     Compiling unicode-ident v1.0.18
2025-08-20T22:30:08.9604720Z [00:01:31.490]➜     Compiling autocfg v1.5.0
2025-08-20T22:30:08.9607057Z [00:01:31.490]➜     Compiling libc v0.2.163
2025-08-20T22:30:08.9612255Z [00:01:31.490]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=0629b3cb9b5cf7e0 -C extra-filename=-5dcc07db4808e558 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558 -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:30:08.9620768Z [00:01:31.490]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=4b9ea8a5c3568ae7 -C extra-filename=-9e4fce232d40b3fa --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:30:08.9640212Z [00:01:31.493]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=cecc13813391610d -C extra-filename=-8322841390b1e4cb --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:30:08.9648896Z [00:01:31.493]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=d0f609182549ad2c -C extra-filename=-3ed48474b7f2b023 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:30:08.9678591Z [00:01:31.493]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=4c5df81b70707536 -C extra-filename=-882294858776d07b --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/libc-882294858776d07b -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:30:09.2579683Z [00:01:31.787]➜     Compiling libm v0.2.9
2025-08-20T22:30:09.2585712Z [00:01:31.787]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=bdd4dce2f999f6d0 -C extra-filename=-519f27182c8c8867 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/libm-519f27182c8c8867 -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:30:09.6218828Z [00:01:32.150]➜     Compiling rayon-core v1.13.0
2025-08-20T22:30:09.6244817Z [00:01:32.153]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=d381228a0700139e -C extra-filename=-3916f069ff2d7d7f --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/rayon-core-3916f069ff2d7d7f -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:30:09.6258434Z [00:01:32.155]➜       Running `/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558/build-script-build`
2025-08-20T22:30:09.6296401Z [00:01:32.159]➜       Running `/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/libm-519f27182c8c8867/build-script-build`
2025-08-20T22:30:09.6301503Z [00:01:32.160]➜     Compiling cfg-if v1.0.1
2025-08-20T22:30:09.6344833Z [00:01:32.163]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=c0da646ff7cb36b8 -C extra-filename=-bef1311e07b34ff5 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:09.6438098Z [00:01:32.170]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=f43cfc4b0cc7968a -C extra-filename=-f4a600466bcff4d3 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:09.7037237Z [00:01:32.233]➜       Running `/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/libc-882294858776d07b/build-script-build`
2025-08-20T22:30:09.7378538Z [00:01:32.267]➜       Running `/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build-script-build`
2025-08-20T22:30:09.7426096Z [00:01:32.272]➜     Compiling memchr v2.7.5
2025-08-20T22:30:09.7435911Z [00:01:32.272]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=bd2962672d610b04 -C extra-filename=-70e93713acfb7392 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:09.7586195Z [00:01:32.288]➜     Compiling num-traits v0.2.19
2025-08-20T22:30:09.7594213Z [00:01:32.288]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=ef55e4f112ee27d2 -C extra-filename=-e970a1edde1b78ae --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/num-traits-e970a1edde1b78ae -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rlib --cap-lints allow`
2025-08-20T22:30:09.8445268Z [00:01:32.373]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=b69b389786cc749b -C extra-filename=-fdfd9e62563524fe --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:09.9626699Z [00:01:32.489]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=50c0b28fd04cf9ad -C extra-filename=-5300d356431b4441 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern unicode_ident=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.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:30:10.0835033Z [00:01:32.613]➜       Running `/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/num-traits-e970a1edde1b78ae/build-script-build`
2025-08-20T22:30:10.3430722Z [00:01:32.871]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=53e4e0ed05bf2ee3 -C extra-filename=-7b5683068a5fbbe0 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:11.4207367Z [00:01:33.950]➜     Compiling quote v1.0.40
2025-08-20T22:30:11.4217369Z [00:01:33.950]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=acc1458d7c8e6bf5 -C extra-filename=-d1f324c45602a433 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rmeta --cap-lints allow`
2025-08-20T22:30:11.5368838Z [00:01:34.063]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=430d129143ccb8cf -C extra-filename=-e2f8831afb287d90 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern libm=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibm-f4a600466bcff4d3.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:30:11.8854844Z [00:01:34.415]➜     Compiling syn v2.0.106
2025-08-20T22:30:11.8866136Z [00:01:34.415]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=d5951cac4fb571c9 -C extra-filename=-867c905d3bd646fc --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rmeta --extern quote=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rmeta --extern unicode_ident=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta --cap-lints allow`
2025-08-20T22:30:12.0167977Z [00:01:34.546]➜       Running `/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build-script-build`
2025-08-20T22:30:12.0264325Z [00:01:34.555]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=d41eb58557400769 -C extra-filename=-6b24d6f25fdf54a5 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --cap-lints allow --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
2025-08-20T22:30:12.0549337Z [00:01:34.584]➜     Compiling crossbeam-epoch v0.9.18
2025-08-20T22:30:12.0594085Z [00:01:34.588]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=fa158125938c4fe8 -C extra-filename=-a035f5c67ef4c95b --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-fdfd9e62563524fe.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:30:12.3020307Z [00:01:34.831]➜       Running `/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/rayon-core-3916f069ff2d7d7f/build-script-build`
2025-08-20T22:30:12.3122724Z [00:01:34.842]➜       Running `/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/libc-882294858776d07b/build-script-build`
2025-08-20T22:30:12.3794616Z [00:01:34.908]➜     Compiling simd-adler32 v0.3.7
2025-08-20T22:30:12.3803918Z [00:01:34.909]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=0f3f52e8c1b8fac3 -C extra-filename=-b0f0af0960ffa0e9 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:12.9258039Z [00:01:35.454]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=c1811eec35eac3c5 -C extra-filename=-79c861795a95e255 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern crossbeam_utils=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libcrossbeam_utils-6b24d6f25fdf54a5.rmeta --cap-lints allow`
2025-08-20T22:30:13.1386442Z [00:01:35.668]➜     Compiling crossbeam-deque v0.8.6
2025-08-20T22:30:13.1407624Z [00:01:35.669]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=8b63f332737c1168 -C extra-filename=-0d1f152e6612a44b --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern crossbeam_epoch=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-a035f5c67ef4c95b.rmeta --extern crossbeam_utils=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-fdfd9e62563524fe.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:30:13.1611624Z [00:01:35.690]➜     Compiling thiserror v2.0.15
2025-08-20T22:30:13.1628965Z [00:01:35.692]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=bce753e128881f6e -C extra-filename=-e3a46aaf38d18c96 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96 -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:30:13.4967405Z [00:01:36.025]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=863a514cbb1d654a -C extra-filename=-3758c68181ca0475 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern crossbeam_epoch=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libcrossbeam_epoch-79c861795a95e255.rmeta --extern crossbeam_utils=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libcrossbeam_utils-6b24d6f25fdf54a5.rmeta --cap-lints allow`
2025-08-20T22:30:13.6434024Z [00:01:36.171]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=4dedec55a06c457c -C extra-filename=-e16072cbf181c20c --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:13.7400471Z [00:01:36.269]➜     Compiling num-integer v0.1.46
2025-08-20T22:30:13.7416355Z [00:01:36.270]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=3a7eb82cfc136cbf -C extra-filename=-31b461c7a714a5e5 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern num_traits=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-e2f8831afb287d90.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:30:13.8148702Z [00:01:36.343]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=35d9b89cf51c3e67 -C extra-filename=-cf61c910e9e14178 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern crossbeam_deque=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libcrossbeam_deque-3758c68181ca0475.rmeta --extern crossbeam_utils=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libcrossbeam_utils-6b24d6f25fdf54a5.rmeta --cap-lints allow`
2025-08-20T22:30:13.8598448Z [00:01:36.389]➜       Running `/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/rayon-core-3916f069ff2d7d7f/build-script-build`
2025-08-20T22:30:13.8673515Z [00:01:36.397]➜     Compiling log v0.4.27
2025-08-20T22:30:13.8686157Z [00:01:36.397]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=f12be4624592c38e -C extra-filename=-dba0b81633251c61 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:14.2931115Z [00:01:36.822]➜     Compiling num-bigint v0.4.6
2025-08-20T22:30:14.2975351Z [00:01:36.826]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=61e337dd872486a4 -C extra-filename=-cb591527576210be --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern num_integer=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_integer-31b461c7a714a5e5.rmeta --extern num_traits=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-e2f8831afb287d90.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:30:14.5230312Z [00:01:37.052]➜     Compiling either v1.13.0
2025-08-20T22:30:14.5240267Z [00:01:37.053]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=18145127b3dec509 -C extra-filename=-88b71192f162381b --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:30:14.8916658Z [00:01:37.421]➜     Compiling paste v1.0.15
2025-08-20T22:30:14.8930768Z [00:01:37.422]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=0d1f11120069c2b9 -C extra-filename=-45b89b0c69ba843d --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/paste-45b89b0c69ba843d -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:30:15.1941185Z [00:01:37.723]➜     Compiling rayon v1.11.0
2025-08-20T22:30:15.1956380Z [00:01:37.724]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=b88f50dcdf823e92 -C extra-filename=-f4ef4d468776b44f --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern either=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libeither-88b71192f162381b.rmeta --extern rayon_core=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/librayon_core-cf61c910e9e14178.rmeta --cap-lints allow`
2025-08-20T22:30:15.2566122Z [00:01:37.786]➜       Running `/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build-script-build`
2025-08-20T22:30:15.2929015Z [00:01:37.821]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=5da4f8375d0eab80 -C extra-filename=-317bdce11de5a645 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern crossbeam_deque=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_deque-0d1f152e6612a44b.rmeta --extern crossbeam_utils=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-fdfd9e62563524fe.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:30:16.0064542Z [00:01:38.536]➜     Compiling jobserver v0.1.27
2025-08-20T22:30:16.0100400Z [00:01:38.539]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=4a39afd7305aa956 -C extra-filename=-0f5630bb90705cae --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/liblibc-e16072cbf181c20c.rmeta --cap-lints allow`
2025-08-20T22:30:16.6497063Z [00:01:39.178]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=593641c71ca7808e -C extra-filename=-5076d539ea969c21 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:17.1230841Z [00:01:39.651]➜     Compiling bytemuck v1.23.2
2025-08-20T22:30:17.1247478Z [00:01:39.653]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=ade2a682f25b94f6 -C extra-filename=-b9f7623b1d972e40 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:17.7551099Z [00:01:40.284]➜     Compiling num-rational v0.4.2
2025-08-20T22:30:17.7596268Z [00:01:40.288]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=337dd5ad940f5997 -C extra-filename=-8c9d33d8418da75d --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern num_bigint=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_bigint-cb591527576210be.rmeta --extern num_integer=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_integer-31b461c7a714a5e5.rmeta --extern num_traits=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-e2f8831afb287d90.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:30:18.0338901Z [00:01:40.563]➜     Compiling zerocopy v0.8.26
2025-08-20T22:30:18.0367717Z [00:01:40.566]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=891298aab8dc49d1 -C extra-filename=-3cd47793a0d9e53a --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/zerocopy-3cd47793a0d9e53a -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:30:18.9284748Z [00:01:41.458]➜     Compiling anyhow v1.0.99
2025-08-20T22:30:18.9294716Z [00:01:41.458]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=167184f3eb412221 -C extra-filename=-97abb6991338ccc4 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4 -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:30:19.5373369Z [00:01:42.066]➜     Compiling adler2 v2.0.1
2025-08-20T22:30:19.5414918Z [00:01:42.070]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=57a2aae9e64f77e8 -C extra-filename=-051a52216a6fef40 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:19.8730270Z [00:01:42.402]➜     Compiling once_cell v1.20.3
2025-08-20T22:30:19.8755097Z [00:01:42.404]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=7f9a4235f3cf7a18 -C extra-filename=-5fd1cd482ab96496 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:19.9587456Z [00:01:42.488]➜     Compiling miniz_oxide v0.8.9
2025-08-20T22:30:19.9605428Z [00:01:42.489]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=d69a443379eab472 -C extra-filename=-00d389add640b268 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern adler2=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-051a52216a6fef40.rmeta --extern simd_adler32=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimd_adler32-b0f0af0960ffa0e9.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:30:20.2441487Z [00:01:42.773]➜       Running `/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build-script-build`
2025-08-20T22:30:20.2515985Z [00:01:42.781]➜       Running `/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/zerocopy-3cd47793a0d9e53a/build-script-build`
2025-08-20T22:30:20.3041013Z [00:01:42.833]➜     Compiling cc v1.0.94
2025-08-20T22:30:20.3069767Z [00:01:42.836]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=373a2a17da5339f1 -C extra-filename=-174f090264b68311 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern jobserver=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libjobserver-0f5630bb90705cae.rmeta --extern libc=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/liblibc-e16072cbf181c20c.rmeta --cap-lints allow`
2025-08-20T22:30:20.4077464Z [00:01:42.936]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=fecd906ec2d73907 -C extra-filename=-d4b21fc6492e3195 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:20.8447932Z [00:01:43.373]➜     Compiling nasm-rs v0.2.5
2025-08-20T22:30:20.8454699Z [00:01:43.373]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=16b6b95a9cd60299 -C extra-filename=-e8ea9d76daecd1cd --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern rayon=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/librayon-f4ef4d468776b44f.rmeta --cap-lints allow`
2025-08-20T22:30:21.5743200Z [00:01:44.103]➜     Compiling aligned-vec v0.5.0
2025-08-20T22:30:21.5792228Z [00:01:44.108]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=5c76d1fbe4553e76 -C extra-filename=-3ebcee36330dfbf3 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:21.7094413Z [00:01:44.239]➜     Compiling built v0.7.6
2025-08-20T22:30:21.7106898Z [00:01:44.239]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=29e04f678a8d234d -C extra-filename=-f2440a92bc02a2e3 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:30:21.8856869Z [00:01:44.415]➜     Compiling minimal-lexical v0.2.1
2025-08-20T22:30:21.8870866Z [00:01:44.416]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=b74e90928c0af060 -C extra-filename=-af26c987b8632de0 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:22.0706518Z [00:01:44.600]➜     Compiling arrayvec v0.7.6
2025-08-20T22:30:22.0725821Z [00:01:44.601]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=ba477a09c1e0a020 -C extra-filename=-f96ac1e1d2428221 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:22.3225825Z [00:01:44.852]➜     Compiling thiserror v1.0.69
2025-08-20T22:30:22.3237842Z [00:01:44.853]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=8840714f510f6a49 -C extra-filename=-a7f5c40c20340476 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476 -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:30:22.4590858Z [00:01:44.988]➜     Compiling nom v7.1.3
2025-08-20T22:30:22.4606332Z [00:01:44.989]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=c1ec5768f892cde3 -C extra-filename=-bd2e96c24f0c694f --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rmeta --extern minimal_lexical=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminimal_lexical-af26c987b8632de0.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:30:22.5763698Z [00:01:45.105]➜     Compiling v_frame v0.3.8
2025-08-20T22:30:22.5789093Z [00:01:45.106]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=6e56f603fbcb84f8 -C extra-filename=-a9c5faa922a56d62 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern aligned_vec=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaligned_vec-3ebcee36330dfbf3.rmeta --extern num_traits=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-e2f8831afb287d90.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:30:22.7789706Z [00:01:45.308]➜       Running `/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build-script-build`
2025-08-20T22:30:22.9188124Z [00:01:45.447]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=904f15117c1734de -C extra-filename=-25b990e15e0f8fae --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:23.0505362Z [00:01:45.578]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=c4a29d473cbbd09d -C extra-filename=-e442f7e70ccf8125 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:23.6713788Z [00:01:46.201]➜     Compiling rav1e v0.7.1
2025-08-20T22:30:23.6735940Z [00:01:46.202]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=c7a198ac7d8463c0 -C extra-filename=-5be150a09f2b6706 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/rav1e-5be150a09f2b6706 -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern built=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libbuilt-f2440a92bc02a2e3.rlib --extern cc=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libcc-174f090264b68311.rlib --extern nasm_rs=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libnasm_rs-e8ea9d76daecd1cd.rlib --cap-lints allow`
2025-08-20T22:30:23.9522987Z [00:01:46.481]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=4f240ad4f14489af -C extra-filename=-c64b9e90000a7a83 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern either=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-5076d539ea969c21.rmeta --extern rayon_core=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon_core-317bdce11de5a645.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:30:24.2886479Z [00:01:46.818]➜     Compiling thiserror-impl v2.0.15
2025-08-20T22:30:24.2950478Z [00:01:46.824]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=4f652b73c0ffca77 -C extra-filename=-62fa3306762b5ec8 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rlib --extern quote=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rlib --extern syn=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libsyn-867c905d3bd646fc.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:30:24.7470004Z [00:01:47.276]➜     Compiling thiserror-impl v1.0.69
2025-08-20T22:30:24.7506639Z [00:01:47.276]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=4c8fa6355048cade -C extra-filename=-00d3548b15cbc87b --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rlib --extern quote=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rlib --extern syn=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libsyn-867c905d3bd646fc.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:30:27.2593743Z [00:01:49.788]➜     Compiling profiling-procmacros v1.0.17
2025-08-20T22:30:27.2605528Z [00:01:49.789]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=4a40e242e2fba312 -C extra-filename=-5b1b3d5c3a789cb8 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern quote=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rlib --extern syn=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libsyn-867c905d3bd646fc.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:30:27.6270521Z [00:01:50.156]➜     Compiling getrandom v0.2.16
2025-08-20T22:30:27.6284671Z [00:01:50.157]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=0071f01c2e449219 -C extra-filename=-2eba59d70331c2e8 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rmeta --extern libc=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-7b5683068a5fbbe0.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:30:27.7366847Z [00:01:50.266]➜     Compiling crc32fast v1.4.2
2025-08-20T22:30:27.7377376Z [00:01:50.266]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=10399bacb2b57337 -C extra-filename=-0e42a9ce5b007dcd --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.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:30:27.9069386Z [00:01:50.436]➜     Compiling bitflags v1.3.2
2025-08-20T22:30:27.9083658Z [00:01:50.437]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=cb9b28714061ea88 -C extra-filename=-e4638d9ba5deda4a --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:27.9567602Z [00:01:50.486]➜     Compiling rand_core v0.6.4
2025-08-20T22:30:27.9582991Z [00:01:50.487]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=92d817b696c9cfa2 -C extra-filename=-8835d15668b9b1b2 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern getrandom=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-2eba59d70331c2e8.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:30:27.9813629Z [00:01:50.510]➜     Compiling flate2 v1.0.35
2025-08-20T22:30:27.9825953Z [00:01:50.510]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=f89634a18eac18c2 -C extra-filename=-3eadc3b0456328d6 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern crc32fast=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-0e42a9ce5b007dcd.rmeta --extern miniz_oxide=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-00d389add640b268.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:30:28.0905085Z [00:01:50.619]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=7c1e708f9eb7d2ea -C extra-filename=-21129c9a830bd18b --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libthiserror_impl-00d3548b15cbc87b.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:30:28.1242123Z [00:01:50.653]➜     Compiling profiling v1.0.17
2025-08-20T22:30:28.1256234Z [00:01:50.653]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=be766deb42cfb91a -C extra-filename=-fd54f094035687f4 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern profiling_procmacros=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libprofiling_procmacros-5b1b3d5c3a789cb8.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:30:28.2032927Z [00:01:50.732]➜     Compiling ppv-lite86 v0.2.21
2025-08-20T22:30:28.2045209Z [00:01:50.733]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=5dbd5fe6de59d818 -C extra-filename=-25438787db61d65c --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern zerocopy=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-e442f7e70ccf8125.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:30:28.2084431Z [00:01:50.738]➜     Compiling av1-grain v0.2.3
2025-08-20T22:30:28.2115255Z [00:01:50.739]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=45d0c91a66e8442b -C extra-filename=-cf5621a29e6e9072 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rmeta --extern arrayvec=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayvec-f96ac1e1d2428221.rmeta --extern log=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-dba0b81633251c61.rmeta --extern nom=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnom-bd2e96c24f0c694f.rmeta --extern num_rational=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_rational-8c9d33d8418da75d.rmeta --extern v_frame=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libv_frame-a9c5faa922a56d62.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:30:28.4355611Z [00:01:50.965]➜       Running `/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/rav1e-5be150a09f2b6706/build-script-build`
2025-08-20T22:30:29.4454542Z [00:01:51.975]➜     Compiling num-derive v0.4.2
2025-08-20T22:30:29.4490062Z [00:01:51.977]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=a09c89a8ae7d7559 -C extra-filename=-07d47fdaadef0401 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rlib --extern quote=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rlib --extern syn=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libsyn-867c905d3bd646fc.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:30:29.5613250Z [00:01:52.091]➜     Compiling maybe-rayon v0.1.1
2025-08-20T22:30:29.5627155Z [00:01:52.091]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=e9929c3fd4171870 -C extra-filename=-7ccb060308c276ab --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern cfg_if=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rmeta --extern rayon=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon-c64b9e90000a7a83.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:30:29.6766408Z [00:01:52.206]➜     Compiling arg_enum_proc_macro v0.3.4
2025-08-20T22:30:29.6778778Z [00:01:52.207]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=3a8a5a1b199126e8 -C extra-filename=-c808f902ee01efed --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern proc_macro2=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rlib --extern quote=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rlib --extern syn=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libsyn-867c905d3bd646fc.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:30:30.2905043Z [00:01:52.820]➜     Compiling safe_arch v0.7.4
2025-08-20T22:30:30.2932234Z [00:01:52.822]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=07f524412ed04231 -C extra-filename=-f084da1e6749f3b6 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern bytemuck=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytemuck-b9f7623b1d972e40.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:30:32.0255700Z [00:01:54.555]➜     Compiling itertools v0.12.1
2025-08-20T22:30:32.0292947Z [00:01:54.558]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=1c5e29771cfdb1d1 -C extra-filename=-f97b2a161cb58ba6 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern either=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-5076d539ea969c21.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:30:32.2673376Z [00:01:54.796]➜     Compiling num-complex v0.4.6
2025-08-20T22:30:32.2715623Z [00:01:54.800]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=03b065625c070d10 -C extra-filename=-2b3a10df6f1184ce --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern num_traits=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-e2f8831afb287d90.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:30:33.1053930Z [00:01:55.635]➜     Compiling simd_helpers v0.1.0
2025-08-20T22:30:33.1091134Z [00:01:55.638]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=f1d4ca652cf507bc -C extra-filename=-f47cf6fa9faf3704 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern quote=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:30:33.4571421Z [00:01:55.986]➜     Compiling matrixmultiply v0.3.10
2025-08-20T22:30:33.4610541Z [00:01:55.990]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=1d0c96fdd39dcb55 -C extra-filename=-841ea3733991edc1 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/matrixmultiply-841ea3733991edc1 -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern autocfg=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rlib --cap-lints allow`
2025-08-20T22:30:33.9178779Z [00:01:56.447]➜     Compiling new_debug_unreachable v1.0.6
2025-08-20T22:30:33.9225213Z [00:01:56.451]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=6f09a6af14117ba2 -C extra-filename=-4b427d1cf503cf08 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:33.9434873Z [00:01:56.473]➜     Compiling typenum v1.18.0
2025-08-20T22:30:33.9449637Z [00:01:56.474]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=837c59055144195d -C extra-filename=-c623553def1a648c --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/typenum-c623553def1a648c -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:30:34.0313829Z [00:01:56.560]➜     Compiling bitstream-io v2.3.0
2025-08-20T22:30:34.0342909Z [00:01:56.563]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=1adc0b5c89858370 -C extra-filename=-96cf7aa119e4d40b --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:34.4918895Z [00:01:57.021]➜     Compiling noop_proc_macro v0.3.0
2025-08-20T22:30:34.4931642Z [00:01:57.022]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=058b640aa3f89fcf -C extra-filename=-7cb597fde7dfeb90 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern proc_macro --cap-lints allow`
2025-08-20T22:30:34.9069340Z [00:01:57.436]➜     Compiling imgref v1.11.0
2025-08-20T22:30:34.9103732Z [00:01:57.439]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=4ce98a141a6478ca -C extra-filename=-3168d993b5ccd261 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:35.1524476Z [00:01:57.682]➜     Compiling quick-error v2.0.1
2025-08-20T22:30:35.1543176Z [00:01:57.683]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=05871ef3c943166e -C extra-filename=-4e47e91cacaebd2a --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:35.3021961Z [00:01:57.831]➜     Compiling weezl v0.1.10
2025-08-20T22:30:35.3044419Z [00:01:57.832]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=f7acd724f9ad9a98 -C extra-filename=-a12aea31504cf83c --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:35.3194486Z [00:01:57.849]➜       Running `/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/typenum-c623553def1a648c/build-script-build`
2025-08-20T22:30:35.3584935Z [00:01:57.888]➜       Running `/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/matrixmultiply-841ea3733991edc1/build-script-build`
2025-08-20T22:30:35.3669290Z [00:01:57.896]➜     Compiling wide v0.7.33
2025-08-20T22:30:35.3682442Z [00:01:57.897]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=e0fcd046cf728c7d -C extra-filename=-1957c7ce05fb098e --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern bytemuck=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytemuck-b9f7623b1d972e40.rmeta --extern safe_arch=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsafe_arch-f084da1e6749f3b6.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:30:35.4401316Z [00:01:57.969]➜     Compiling loop9 v0.1.5
2025-08-20T22:30:35.4416290Z [00:01:57.970]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=f2f2e8414872bd9b -C extra-filename=-246fbbdcd96786d4 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern imgref=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimgref-3168d993b5ccd261.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:30:35.6775202Z [00:01:58.207]➜     Compiling rand_chacha v0.3.1
2025-08-20T22:30:35.6835846Z [00:01:58.212]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=257ba6851038c2f4 -C extra-filename=-96a6f2ba7cb4de82 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern ppv_lite86=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libppv_lite86-25438787db61d65c.rmeta --extern rand_core=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-8835d15668b9b1b2.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:30:37.7022738Z [00:02:00.232]➜     Compiling avif-serialize v0.8.3
2025-08-20T22:30:37.7038114Z [00:02:00.232]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=2eb9328c35bc7fa3 -C extra-filename=-c12f81d8460f1227 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern arrayvec=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayvec-f96ac1e1d2428221.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:30:38.3021129Z [00:02:00.831]➜     Compiling approx v0.5.1
2025-08-20T22:30:38.3037994Z [00:02:00.832]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=76b912f90a4adca5 -C extra-filename=-3990463c14119429 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern num_traits=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-e2f8831afb287d90.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:30:38.7275202Z [00:02:01.257]➜     Compiling fdeflate v0.3.5
2025-08-20T22:30:38.7287123Z [00:02:01.257]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=a5c53e594c889c02 -C extra-filename=-4efacb705cfb79ab --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern simd_adler32=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimd_adler32-b0f0af0960ffa0e9.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:30:38.8720033Z [00:02:01.401]➜     Compiling zune-inflate v0.2.54
2025-08-20T22:30:38.8737265Z [00:02:01.402]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=751ef9ca4dc96a30 -C extra-filename=-392a4ee2b24a4c0e --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern simd_adler32=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimd_adler32-b0f0af0960ffa0e9.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:30:39.2764947Z [00:02:01.806]➜     Compiling half v2.2.1
2025-08-20T22:30:39.2783518Z [00:02:01.807]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=237e5d70399b0184 -C extra-filename=-16f3566e307fcc5d --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:40.2220835Z [00:02:02.751]➜     Compiling jpeg-decoder v0.3.2
2025-08-20T22:30:40.2251941Z [00:02:02.754]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=0d9082fea354fbe0 -C extra-filename=-a4d82ea99c8f5b4b --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:40.6893891Z [00:02:03.218]➜     Compiling rawpointer v0.2.1
2025-08-20T22:30:40.6910036Z [00:02:03.219]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=fcd3377a71f7e0a3 -C extra-filename=-4f771b8d7f4b8f28 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:40.7921165Z [00:02:03.321]➜     Compiling smallvec v1.15.1
2025-08-20T22:30:40.7941719Z [00:02:03.322]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=c3904ab23d9b90c2 -C extra-filename=-9557ef2fa15a92cd --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:40.9122927Z [00:02:03.441]➜     Compiling ttf-parser v0.25.1
2025-08-20T22:30:40.9141953Z [00:02:03.442]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=194b194a3c66370b -C extra-filename=-63930bcf0be60e4b --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:41.6330721Z [00:02:04.162]➜     Compiling zune-core v0.4.12
2025-08-20T22:30:41.6383416Z [00:02:04.167]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=683a8416d9b1ae3b -C extra-filename=-e6fc3cb167da85a8 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:42.4403906Z [00:02:04.969]➜     Compiling color_quant v1.1.0
2025-08-20T22:30:42.4415458Z [00:02:04.970]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=295ea22fc665033b -C extra-filename=-f84fea393e1a912c --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:43.0948700Z [00:02:05.624]➜     Compiling byteorder-lite v0.1.0
2025-08-20T22:30:43.0981534Z [00:02:05.627]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=8b14947959b4996e -C extra-filename=-765096d82b0cbbc8 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:44.0848537Z [00:02:06.614]➜     Compiling rgb v0.8.52
2025-08-20T22:30:44.0872278Z [00:02:06.616]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=b4ba6ce16d8c9b39 -C extra-filename=-73e1782e69491839 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:44.5278667Z [00:02:07.057]➜     Compiling bit_field v0.10.2
2025-08-20T22:30:44.5310840Z [00:02:07.060]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=7748c6ef8ceac3e7 -C extra-filename=-15dd8eade30f7cf8 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:44.9849214Z [00:02:07.514]➜     Compiling lebe v0.5.2
2025-08-20T22:30:44.9873071Z [00:02:07.516]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=be04ed162ab0c9b5 -C extra-filename=-1e614169d2ae4337 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:30:45.6525409Z [00:02:08.182]➜     Compiling exr v1.73.0
2025-08-20T22:30:45.6549541Z [00:02:08.183]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=db25c3db781a0367 -C extra-filename=-81929863cc1fddc6 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern bit_field=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbit_field-15dd8eade30f7cf8.rmeta --extern half=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhalf-16f3566e307fcc5d.rmeta --extern lebe=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblebe-1e614169d2ae4337.rmeta --extern miniz_oxide=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-00d389add640b268.rmeta --extern rayon_core=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon_core-317bdce11de5a645.rmeta --extern smallvec=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-9557ef2fa15a92cd.rmeta --extern zune_inflate=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzune_inflate-392a4ee2b24a4c0e.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:30:45.7628433Z [00:02:08.292]➜     Compiling image-webp v0.2.3
2025-08-20T22:30:45.7645631Z [00:02:08.293]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=479c1a33cc6c7985 -C extra-filename=-59220010e4924396 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern byteorder_lite=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder_lite-765096d82b0cbbc8.rmeta --extern quick_error=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquick_error-4e47e91cacaebd2a.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:30:46.4746145Z [00:02:09.004]➜     Compiling gif v0.13.1
2025-08-20T22:30:46.4769422Z [00:02:09.004]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=0e825ccdfefecc8c -C extra-filename=-1b83bcd583c4eb76 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern color_quant=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolor_quant-f84fea393e1a912c.rmeta --extern weezl=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libweezl-a12aea31504cf83c.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:30:49.7821963Z [00:02:12.311]➜     Compiling owned_ttf_parser v0.25.1
2025-08-20T22:30:49.7873341Z [00:02:12.316]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=91335203763354ae -C extra-filename=-0fb036560e7a4980 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern ttf_parser=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libttf_parser-63930bcf0be60e4b.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:30:50.5531479Z [00:02:13.082]➜     Compiling tiff v0.9.1
2025-08-20T22:30:50.5549312Z [00:02:13.083]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=f279a25e02bb2bc3 -C extra-filename=-a4c95f94be151885 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern flate2=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-3eadc3b0456328d6.rmeta --extern jpeg=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjpeg_decoder-a4d82ea99c8f5b4b.rmeta --extern weezl=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libweezl-a12aea31504cf83c.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:30:52.6794671Z [00:02:15.209]➜     Compiling simba v0.8.1
2025-08-20T22:30:52.6810410Z [00:02:15.209]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=fc318b1f0702235c -C extra-filename=-36d4460f442e22d2 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern approx=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libapprox-3990463c14119429.rmeta --extern num_complex=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_complex-2b3a10df6f1184ce.rmeta --extern num_traits=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-e2f8831afb287d90.rmeta --extern paste=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libpaste-d4b21fc6492e3195.so --extern wide=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwide-1957c7ce05fb098e.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:30:55.4073097Z [00:02:17.937]➜     Compiling zune-jpeg v0.4.20
2025-08-20T22:30:55.4114189Z [00:02:17.940]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=a38845665b8e3af1 -C extra-filename=-eb6bd5c63eb7dc13 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern zune_core=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzune_core-e6fc3cb167da85a8.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:30:59.1784599Z [00:02:21.707]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=6c0b6d2a36d6146c -C extra-filename=-e34ab65443ae563a --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern rawpointer=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librawpointer-4f771b8d7f4b8f28.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:31:00.0346042Z [00:02:22.564]➜     Compiling png v0.17.16
2025-08-20T22:31:00.0367603Z [00:02:22.565]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=40de65ea7e0fe4a3 -C extra-filename=-2eac31c8a4574b32 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta --extern crc32fast=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-0e42a9ce5b007dcd.rmeta --extern fdeflate=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfdeflate-4efacb705cfb79ab.rmeta --extern flate2=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-3eadc3b0456328d6.rmeta --extern miniz_oxide=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-00d389add640b268.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:31:03.0765080Z [00:02:25.606]➜     Compiling rand v0.8.5
2025-08-20T22:31:03.0783455Z [00:02:25.606]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=777809b6d9b28569 -C extra-filename=-9fe801ad6d679ba8 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-7b5683068a5fbbe0.rmeta --extern rand_chacha=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-96a6f2ba7cb4de82.rmeta --extern rand_core=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-8835d15668b9b1b2.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:31:04.7442876Z [00:02:27.269]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=c1a88aa4bce3ea42 -C extra-filename=-1c717d5d4fdd7665 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:31:05.9633454Z [00:02:28.493]➜     Compiling qoi v0.4.1
2025-08-20T22:31:05.9647207Z [00:02:28.493]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=93980b05271689dd -C extra-filename=-b856b005bb838ad1 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern bytemuck=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytemuck-b9f7623b1d972e40.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:31:06.6341784Z [00:02:29.163]➜     Compiling num-iter v0.1.45
2025-08-20T22:31:06.6383386Z [00:02:29.167]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=25803fd6cd87f04a -C extra-filename=-f80b03b59d264447 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern num_integer=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_integer-31b461c7a714a5e5.rmeta --extern num_traits=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-e2f8831afb287d90.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:31:06.9199738Z [00:02:29.449]➜       Running `/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96/build-script-build`
2025-08-20T22:31:06.9970697Z [00:02:29.526]➜       Running `/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96/build-script-build`
2025-08-20T22:31:07.1292502Z [00:02:29.658]➜     Compiling ab_glyph_rasterizer v0.1.10
2025-08-20T22:31:07.1300557Z [00:02:29.659]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=0b670b89170f9a70 -C extra-filename=-04e594e7210d7f7f --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:31:07.2481809Z [00:02:29.777]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=1f005587ab890a36 -C extra-filename=-37529ed33101f8bc --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libthiserror_impl-62fa3306762b5ec8.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:31:07.3347620Z [00:02:29.863]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=f780fe5acbd365bf -C extra-filename=-2e74aaedee615d78 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern thiserror_impl=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libthiserror_impl-62fa3306762b5ec8.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:31:07.4820010Z [00:02:30.011]➜     Compiling num v0.4.3
2025-08-20T22:31:07.4881505Z [00:02:30.016]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=ab1dcc024f038cad -C extra-filename=-6801fa805271c4a0 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern num_bigint=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_bigint-cb591527576210be.rmeta --extern num_complex=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_complex-2b3a10df6f1184ce.rmeta --extern num_integer=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_integer-31b461c7a714a5e5.rmeta --extern num_iter=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_iter-f80b03b59d264447.rmeta --extern num_rational=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_rational-8c9d33d8418da75d.rmeta --extern num_traits=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-e2f8831afb287d90.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:31:07.5091584Z [00:02:30.038]➜     Compiling rand_distr v0.4.3
2025-08-20T22:31:07.5163287Z [00:02:30.044]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=3ee9cf0c93ceeb94 -C extra-filename=-de13d78f87f3df90 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern num_traits=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-e2f8831afb287d90.rmeta --extern rand=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-9fe801ad6d679ba8.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:31:07.6100960Z [00:02:30.139]➜     Compiling ab_glyph v0.2.31
2025-08-20T22:31:07.6118072Z [00:02:30.140]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=24413f0fe0fa56fe -C extra-filename=-28f4b32ad296c909 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern ab_glyph_rasterizer=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libab_glyph_rasterizer-04e594e7210d7f7f.rmeta --extern owned_ttf_parser=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libowned_ttf_parser-0fb036560e7a4980.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:31:07.7980136Z [00:02:30.327]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=085f418ac9da773e -C extra-filename=-05ca04b75261ca49 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:31:09.3906817Z [00:02:31.920]➜     Compiling ucd-trie v0.1.7
2025-08-20T22:31:09.3939259Z [00:02:31.923]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=8dce4a3f1d03edc8 -C extra-filename=-56344b5ef67d5053 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:31:10.0588934Z [00:02:32.588]➜     Compiling pest v2.7.15
2025-08-20T22:31:10.0662969Z [00:02:32.595]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=10fabe7be5e8fe99 -C extra-filename=-d1a9fa724d91be2b --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libmemchr-05ca04b75261ca49.rmeta --extern thiserror=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libthiserror-37529ed33101f8bc.rmeta --extern ucd_trie=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libucd_trie-56344b5ef67d5053.rmeta --cap-lints allow`
2025-08-20T22:31:10.5751199Z [00:02:33.104]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=b0c7e37a94dc165b -C extra-filename=-4f22faca5dda740e --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:31:10.9365205Z [00:02:33.466]➜     Compiling aho-corasick v1.1.3
2025-08-20T22:31:10.9381060Z [00:02:33.466]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=097f376c656f222b -C extra-filename=-49f7d0eb9037e4a0 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.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:31:11.1889176Z [00:02:33.718]➜     Compiling heck v0.5.0
2025-08-20T22:31:11.1896141Z [00:02:33.718]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=141ad55907a35d9d -C extra-filename=-cb7f72c37e5a2d54 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --cap-lints allow`
2025-08-20T22:31:11.9983976Z [00:02:34.527]➜     Compiling regex-syntax v0.8.5
2025-08-20T22:31:11.9993866Z [00:02:34.528]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=8ffc94dcf98190e8 -C extra-filename=-a636499d6b59e980 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:31:15.6138704Z [00:02:38.143]➜     Compiling pest_meta v2.7.15
2025-08-20T22:31:15.6150920Z [00:02:38.144]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=0790168f2c5c2458 -C extra-filename=-cbf2108636d484b0 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern once_cell=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libonce_cell-4f22faca5dda740e.rmeta --extern pest=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libpest-d1a9fa724d91be2b.rmeta --cap-lints allow`
2025-08-20T22:31:20.5104534Z [00:02:43.040]➜     Compiling nalgebra v0.32.6
2025-08-20T22:31:20.5136284Z [00:02:43.041]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=aa0560d83300058f -C extra-filename=-756c90c250e78512 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern approx=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libapprox-3990463c14119429.rmeta --extern matrixmultiply=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatrixmultiply-e34ab65443ae563a.rmeta --extern num_complex=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_complex-2b3a10df6f1184ce.rmeta --extern num_rational=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_rational-8c9d33d8418da75d.rmeta --extern num_traits=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-e2f8831afb287d90.rmeta --extern simba=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimba-36d4460f442e22d2.rmeta --extern typenum=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-1c717d5d4fdd7665.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:31:22.9999732Z [00:02:45.528]➜     Compiling pest_generator v2.7.15
2025-08-20T22:31:23.0032018Z [00:02:45.532]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=f8ede27308fd1e08 -C extra-filename=-dae1942c36ad2285 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern pest=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libpest-d1a9fa724d91be2b.rmeta --extern pest_meta=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libpest_meta-cbf2108636d484b0.rmeta --extern proc_macro2=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rmeta --extern quote=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rmeta --extern syn=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libsyn-867c905d3bd646fc.rmeta --cap-lints allow`
2025-08-20T22:31:23.9058444Z [00:02:46.435]➜     Compiling regex-automata v0.4.9
2025-08-20T22:31:23.9074750Z [00:02:46.435]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=2339a2d25f5b1d87 -C extra-filename=-546a989446c6c1ef --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-49f7d0eb9037e4a0.rmeta --extern memchr=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rmeta --extern regex_syntax=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a636499d6b59e980.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:31:25.4494708Z [00:02:47.979]➜     Compiling strum_macros v0.27.2
2025-08-20T22:31:25.4507858Z [00:02:47.979]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=50ee76af40eee946 -C extra-filename=-3d48340ed72579a2 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern heck=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib --extern proc_macro2=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rlib --extern quote=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rlib --extern syn=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libsyn-867c905d3bd646fc.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:31:26.1171802Z [00:02:48.646]➜     Compiling bstr v1.6.2
2025-08-20T22:31:26.1218145Z [00:02:48.649]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=b4633b58ea9bd91d -C extra-filename=-6d7ab151145e8e68 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.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:31:28.5482245Z [00:02:51.077]➜     Compiling same-file v1.0.6
2025-08-20T22:31:28.5493985Z [00:02:51.078]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=c1662504b71fca73 -C extra-filename=-d76bd81076a1e444 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:31:28.9459976Z [00:02:51.474]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=280d2625de189a72 -C extra-filename=-93eb925c100433f6 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:31:30.0901221Z [00:02:52.619]➜     Compiling strum v0.27.2
2025-08-20T22:31:30.0962058Z [00:02:52.625]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=89469c814a331190 -C extra-filename=-e4696b1585164052 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:31:30.3550648Z [00:02:52.883]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=6a6c5ea1a9ad9af5 -C extra-filename=-b5199b82a487ca31 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern memchr=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rmeta --extern thiserror=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-2e74aaedee615d78.rmeta --extern ucd_trie=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libucd_trie-93eb925c100433f6.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:31:35.0246799Z [00:02:57.554]➜     Compiling globset v0.4.16
2025-08-20T22:31:35.0267460Z [00:02:57.555]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=9b6951064b67bfea -C extra-filename=-617bcc2a21083971 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern aho_corasick=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-49f7d0eb9037e4a0.rmeta --extern bstr=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-6d7ab151145e8e68.rmeta --extern log=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-dba0b81633251c61.rmeta --extern regex_automata=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-546a989446c6c1ef.rmeta --extern regex_syntax=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a636499d6b59e980.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:31:36.5924371Z [00:02:59.122]➜     Compiling walkdir v2.5.0
2025-08-20T22:31:36.5935551Z [00:02:59.122]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=005ed2d4767a8cdc -C extra-filename=-88db5996c083b63f --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern same_file=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-d76bd81076a1e444.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:31:38.4209675Z [00:03:00.950]➜     Compiling pest_derive v2.7.15
2025-08-20T22:31:38.4252022Z [00:03:00.954]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=9843b94f838f71c6 -C extra-filename=-303a063f244e3a2a --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern pest=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libpest-d1a9fa724d91be2b.rlib --extern pest_generator=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libpest_generator-dae1942c36ad2285.rlib --extern proc_macro --cap-lints allow`
2025-08-20T22:31:39.8081979Z [00:03:02.337]➜     Compiling is-docker v0.2.0
2025-08-20T22:31:39.8095567Z [00:03:02.338]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=b761419195ce10d0 -C extra-filename=-38a6581dc886375f --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern once_cell=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-5fd1cd482ab96496.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:31:40.3039365Z [00:03:02.833]➜     Compiling unicode-width v0.1.14
2025-08-20T22:31:40.3051324Z [00:03:02.833]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=155a291dc398911b -C extra-filename=-5fa7a1d2395e6fb1 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:31:40.4251963Z [00:03:02.954]➜     Compiling is-wsl v0.4.0
2025-08-20T22:31:40.4267353Z [00:03:02.955]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=b784d8c9a38530d1 -C extra-filename=-a34b63b98b66bc19 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern is_docker=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_docker-38a6581dc886375f.rmeta --extern once_cell=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-5fd1cd482ab96496.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:31:41.2120445Z [00:03:03.741]➜     Compiling textwrap v0.11.0
2025-08-20T22:31:41.2172907Z [00:03:03.746]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=7b1b388e73184e78 -C extra-filename=-ccda0d97d1b4c7e0 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern unicode_width=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-5fa7a1d2395e6fb1.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:31:41.4364175Z [00:03:03.966]➜     Compiling ignore v0.4.23
2025-08-20T22:31:41.4386077Z [00:03:03.966]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=ffbadc55f20865e6 -C extra-filename=-e4ccfd0776427459 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern crossbeam_deque=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_deque-0d1f152e6612a44b.rmeta --extern globset=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libglobset-617bcc2a21083971.rmeta --extern log=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-dba0b81633251c61.rmeta --extern memchr=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rmeta --extern regex_automata=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-546a989446c6c1ef.rmeta --extern same_file=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-d76bd81076a1e444.rmeta --extern walkdir=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.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:31:42.2531867Z [00:03:04.782]➜     Compiling atty v0.2.14
2025-08-20T22:31:42.2562439Z [00:03:04.785]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=6dfbb0fdd8a29bae -C extra-filename=-789be686badb13a3 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern libc=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-7b5683068a5fbbe0.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:31:42.4315583Z [00:03:04.961]➜     Compiling ansi_term v0.12.1
2025-08-20T22:31:42.4331674Z [00:03:04.962]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=0c8cd9b93f6dadd7 -C extra-filename=-0bb655736fe41be1 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:31:43.1601786Z [00:03:05.689]➜     Compiling pathdiff v0.2.3
2025-08-20T22:31:43.1617652Z [00:03:05.690]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=2d0477faabfe853b -C extra-filename=-88ecdc5c74fa8dd9 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:31:43.3635154Z [00:03:05.893]➜     Compiling vec_map v0.8.2
2025-08-20T22:31:43.3646429Z [00:03:05.893]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=67870d4842311698 -C extra-filename=-825f544470f9189c --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:31:43.9106688Z [00:03:06.440]➜     Compiling strsim v0.8.0
2025-08-20T22:31:43.9116386Z [00:03:06.440]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=4319b50a1ae695c4 -C extra-filename=-5d4c9d32c66e4b9a --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/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:31:45.0459592Z [00:03:07.575]➜     Compiling clap v2.34.0
2025-08-20T22:31:45.0483390Z [00:03:07.576]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=9e516f9432e93df5 -C extra-filename=-3435df82c70fdab2 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern ansi_term=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libansi_term-0bb655736fe41be1.rmeta --extern atty=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatty-789be686badb13a3.rmeta --extern bitflags=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta --extern strsim=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-5d4c9d32c66e4b9a.rmeta --extern textwrap=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtextwrap-ccda0d97d1b4c7e0.rmeta --extern unicode_width=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-5fa7a1d2395e6fb1.rmeta --extern vec_map=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libvec_map-825f544470f9189c.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:31:46.6946669Z [00:03:09.224]➜     Compiling globwalk v0.8.1
2025-08-20T22:31:46.6972537Z [00:03:09.225]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=032adcb52a7a30de -C extra-filename=-23f656ed4a56c06f --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern bitflags=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta --extern ignore=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libignore-e4ccfd0776427459.rmeta --extern walkdir=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.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:31:47.4750320Z [00:03:10.004]➜     Compiling open v5.3.2
2025-08-20T22:31:47.4764972Z [00:03:10.005]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=c513200fd51f9f6e -C extra-filename=-bd17d4f0f54ddfee --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern is_wsl=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_wsl-a34b63b98b66bc19.rmeta --extern libc=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-7b5683068a5fbbe0.rmeta --extern pathdiff=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpathdiff-88ecdc5c74fa8dd9.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:32:05.9339200Z [00:03:28.460]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=39fde6576f6929a2 -C extra-filename=-77fbce11557dd244 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern arg_enum_proc_macro=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libarg_enum_proc_macro-c808f902ee01efed.so --extern arrayvec=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayvec-f96ac1e1d2428221.rmeta --extern av1_grain=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libav1_grain-cf5621a29e6e9072.rmeta --extern bitstream_io=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitstream_io-96cf7aa119e4d40b.rmeta --extern cfg_if=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rmeta --extern itertools=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitertools-f97b2a161cb58ba6.rmeta --extern libc=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-7b5683068a5fbbe0.rmeta --extern log=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-dba0b81633251c61.rmeta --extern rayon=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmaybe_rayon-7ccb060308c276ab.rmeta --extern debug_unreachable=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdebug_unreachable-4b427d1cf503cf08.rmeta --extern noop_proc_macro=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libnoop_proc_macro-7cb597fde7dfeb90.so --extern num_derive=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libnum_derive-07d47fdaadef0401.so --extern num_traits=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-e2f8831afb287d90.rmeta --extern once_cell=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-5fd1cd482ab96496.rmeta --extern paste=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libpaste-d4b21fc6492e3195.so --extern profiling=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprofiling-fd54f094035687f4.rmeta --extern simd_helpers=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libsimd_helpers-f47cf6fa9faf3704.so --extern thiserror=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-21129c9a830bd18b.rmeta --extern v_frame=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libv_frame-a9c5faa922a56d62.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.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out -l static=rav1easm -l static=rav1easm --cfg nasm_x86_64`
2025-08-20T22:32:12.6698184Z [00:03:35.199]➜     Compiling ravif v0.11.20
2025-08-20T22:32:12.6714240Z [00:03:35.199]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=f4e3624e215517f3 -C extra-filename=-659c70898d9634bb --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern avif_serialize=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libavif_serialize-c12f81d8460f1227.rmeta --extern imgref=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimgref-3168d993b5ccd261.rmeta --extern loop9=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libloop9-246fbbdcd96786d4.rmeta --extern quick_error=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquick_error-4e47e91cacaebd2a.rmeta --extern rav1e=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librav1e-77fbce11557dd244.rmeta --extern rayon=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon-c64b9e90000a7a83.rmeta --extern rgb=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librgb-73e1782e69491839.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.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out`
2025-08-20T22:32:14.1487894Z [00:03:36.678]➜     Compiling image v0.25.6
2025-08-20T22:32:14.1509141Z [00:03:36.678]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=72c2bb947cb52591 -C extra-filename=-8e25c13201311ee2 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern bytemuck=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytemuck-b9f7623b1d972e40.rmeta --extern byteorder_lite=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder_lite-765096d82b0cbbc8.rmeta --extern color_quant=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolor_quant-f84fea393e1a912c.rmeta --extern exr=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libexr-81929863cc1fddc6.rmeta --extern gif=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgif-1b83bcd583c4eb76.rmeta --extern image_webp=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimage_webp-59220010e4924396.rmeta --extern num_traits=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-e2f8831afb287d90.rmeta --extern png=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpng-2eac31c8a4574b32.rmeta --extern qoi=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libqoi-b856b005bb838ad1.rmeta --extern ravif=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libravif-659c70898d9634bb.rmeta --extern rayon=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon-c64b9e90000a7a83.rmeta --extern rgb=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librgb-73e1782e69491839.rmeta --extern tiff=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtiff-a4c95f94be151885.rmeta --extern zune_core=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzune_core-e6fc3cb167da85a8.rmeta --extern zune_jpeg=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzune_jpeg-eb6bd5c63eb7dc13.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.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out`
2025-08-20T22:32:20.5684571Z [00:03:43.098]➜     Compiling imageproc v0.25.0
2025-08-20T22:32:20.5705697Z [00:03:43.098]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=d22f7afc6c57cb97 -C extra-filename=-5827c974d8647302 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern ab_glyph=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libab_glyph-28f4b32ad296c909.rmeta --extern approx=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libapprox-3990463c14119429.rmeta --extern image=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimage-8e25c13201311ee2.rmeta --extern itertools=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitertools-f97b2a161cb58ba6.rmeta --extern nalgebra=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnalgebra-756c90c250e78512.rmeta --extern num=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum-6801fa805271c4a0.rmeta --extern rand=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-9fe801ad6d679ba8.rmeta --extern rand_distr=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_distr-de13d78f87f3df90.rmeta --extern rayon=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon-c64b9e90000a7a83.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.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out`
2025-08-20T22:32:24.4287688Z [00:03:46.958]➜     Compiling sic_core v0.23.0 (/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_core)
2025-08-20T22:32:24.4312094Z [00:03:46.959]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=0a7afbbdcf256637 -C extra-filename=-f72b2d54631f164f --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern ab_glyph=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libab_glyph-28f4b32ad296c909.rmeta --extern image=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimage-8e25c13201311ee2.rmeta --extern imageproc=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimageproc-5827c974d8647302.rmeta --extern thiserror=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-2e74aaedee615d78.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.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out`
2025-08-20T22:32:24.7339036Z [00:03:47.263]➜     Compiling sic_io v0.23.0 (/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io)
2025-08-20T22:32:24.7359706Z [00:03:47.264]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=3a8f3053bfba5a74 -C extra-filename=-ff638aff62ca6964 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern sic_core=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_core-f72b2d54631f164f.rmeta --extern thiserror=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-2e74aaedee615d78.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.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out`
2025-08-20T22:32:25.3534244Z [00:03:47.882]➜     Compiling sic_image_engine v0.23.0 (/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine)
2025-08-20T22:32:25.3561004Z [00:03:47.884]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=799998573b506047 -C extra-filename=-f12deb0e30fb9455 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern rayon=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon-c64b9e90000a7a83.rmeta --extern sic_core=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_core-f72b2d54631f164f.rmeta --extern sic_io=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_io-ff638aff62ca6964.rmeta --extern strum=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-e4696b1585164052.rmeta --extern strum_macros=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libstrum_macros-3d48340ed72579a2.so --extern thiserror=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-2e74aaedee615d78.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.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out`
2025-08-20T22:32:31.5019698Z [00:03:54.031]➜     Compiling sic_parser v0.23.0 (/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_parser)
2025-08-20T22:32:31.5045741Z [00:03:54.032]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=8e50300ec40890ab -C extra-filename=-bf358b1d0224ee0b --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern pest=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpest-b5199b82a487ca31.rmeta --extern pest_derive=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libpest_derive-303a063f244e3a2a.so --extern sic_core=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_core-f72b2d54631f164f.rmeta --extern sic_image_engine=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_image_engine-f12deb0e30fb9455.rmeta --extern thiserror=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-2e74aaedee615d78.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.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out`
2025-08-20T22:32:32.5152802Z [00:03:55.044]➜  warning: hiding a lifetime that's elided elsewhere is confusing
2025-08-20T22:32:32.5162753Z [00:03:55.045]➜     --> crates/sic_parser/src/named_value.rs:268:18
2025-08-20T22:32:32.5165558Z [00:03:55.046]➜      |
2025-08-20T22:32:32.5172456Z [00:03:55.047]➜  268 |     fn arguments(&self) -> &[Value] {
2025-08-20T22:32:32.5181605Z [00:03:55.047]➜      |                  ^^^^^     --------
2025-08-20T22:32:32.5182259Z [00:03:55.047]➜      |                  |         | |
2025-08-20T22:32:32.5183018Z [00:03:55.047]➜      |                  |         | the same lifetime is hidden here
2025-08-20T22:32:32.5183765Z [00:03:55.047]➜      |                  |         the same lifetime is elided here
2025-08-20T22:32:32.5187926Z [00:03:55.047]➜      |                  the lifetime is elided here
2025-08-20T22:32:32.5188715Z [00:03:55.047]➜      |
2025-08-20T22:32:32.5189547Z [00:03:55.047]➜      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
2025-08-20T22:32:32.5190612Z [00:03:55.047]➜      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
2025-08-20T22:32:32.5191333Z [00:03:55.047]➜  help: use `'_` for type paths
2025-08-20T22:32:32.5191866Z [00:03:55.047]➜      |
2025-08-20T22:32:32.5192403Z [00:03:55.047]➜  268 |     fn arguments(&self) -> &[Value<'_>] {
2025-08-20T22:32:32.5193089Z [00:03:55.047]➜      |                                   ++++
2025-08-20T22:32:32.5193634Z [00:03:55.047]➜  
2025-08-20T22:32:36.2850109Z [00:03:58.814]➜  warning: `sic_parser` (lib) generated 1 warning
2025-08-20T22:32:36.2857105Z [00:03:58.815]➜     Compiling sic_cli_ops v0.23.0 (/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_cli_ops)
2025-08-20T22:32:36.2879216Z [00:03:58.816]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=d11e8509430fa491 -C extra-filename=-8203a7ce3b33fa3a --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern sic_image_engine=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_image_engine-f12deb0e30fb9455.rmeta --extern sic_parser=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_parser-bf358b1d0224ee0b.rmeta --extern strum=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-e4696b1585164052.rmeta --extern strum_macros=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libstrum_macros-3d48340ed72579a2.so --extern thiserror=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-2e74aaedee615d78.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.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out`
2025-08-20T22:32:36.6616462Z [00:03:59.191]➜     Compiling imagineer v0.24.0 (/tmp/tmp.CSYMqsHYHV/TEMPREPO)
2025-08-20T22:32:36.6647620Z [00:03:59.192]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=ab7f40851a4b9d66 -C extra-filename=-017e4eabb0f9c8a5 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rmeta --extern atty=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatty-789be686badb13a3.rmeta --extern clap=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-3435df82c70fdab2.rmeta --extern globwalk=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libglobwalk-23f656ed4a56c06f.rmeta --extern open=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopen-bd17d4f0f54ddfee.rmeta --extern sic_cli_ops=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_cli_ops-8203a7ce3b33fa3a.rmeta --extern sic_core=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_core-f72b2d54631f164f.rmeta --extern sic_image_engine=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_image_engine-f12deb0e30fb9455.rmeta --extern sic_io=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_io-ff638aff62ca6964.rmeta --extern sic_parser=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_parser-bf358b1d0224ee0b.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.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out`
2025-08-20T22:32:42.4287649Z [00:04:04.956]➜       Running `/root/.rustup/toolchains/stable-x86_64-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=61a3b302970e8e3e -C extra-filename=-472ebcd660954d57 --out-dir /tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps --target x86_64-unknown-linux-musl -C strip=symbols -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps -L dependency=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps --extern anyhow=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rlib --extern atty=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatty-789be686badb13a3.rlib --extern clap=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-3435df82c70fdab2.rlib --extern globwalk=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libglobwalk-23f656ed4a56c06f.rlib --extern imagineer=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimagineer-017e4eabb0f9c8a5.rlib --extern open=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopen-bd17d4f0f54ddfee.rlib --extern sic_cli_ops=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_cli_ops-8203a7ce3b33fa3a.rlib --extern sic_core=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_core-f72b2d54631f164f.rlib --extern sic_image_engine=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_image_engine-f12deb0e30fb9455.rlib --extern sic_io=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_io-ff638aff62ca6964.rlib --extern sic_parser=/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_parser-bf358b1d0224ee0b.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.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out`
2025-08-20T22:33:39.1896552Z [00:05:01.719]➜      Finished `release` profile [optimized] target(s) in 3m 32s
2025-08-20T22:33:39.2499032Z [00:05:01.779]➜  + find -L ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f
2025-08-20T22:33:39.2514414Z [00:05:01.781]➜  ./target/x86_64-unknown-linux-musl/release/libimagineer.d
2025-08-20T22:33:39.2515342Z [00:05:01.781]➜  ./target/x86_64-unknown-linux-musl/release/libimagineer.rlib
2025-08-20T22:33:39.2516210Z [00:05:01.781]➜  ./target/x86_64-unknown-linux-musl/release/.cargo-lock
2025-08-20T22:33:39.2517054Z [00:05:01.781]➜  ./target/x86_64-unknown-linux-musl/release/ig
2025-08-20T22:33:39.2517867Z [00:05:01.781]➜  ./target/x86_64-unknown-linux-musl/release/ig.d
2025-08-20T22:33:39.2522062Z [00:05:01.781]➜  + find ./target/x86_64-unknown-linux-musl/release -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:33:39.2528370Z [00:05:01.782]➜  + + cut -d: -f1
2025-08-20T22:33:39.2529713Z [00:05:01.782]➜  grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:33:39.2531946Z [00:05:01.782]➜  + xargs realpath --no-symlinks
2025-08-20T22:33:39.2538882Z [00:05:01.783]➜  + xargs -I '{}' rsync -achvL '{}' /build-bins/
2025-08-20T22:33:39.3133209Z [00:05:01.843]➜  sending incremental file list
2025-08-20T22:33:39.3151463Z [00:05:01.845]➜  ig
2025-08-20T22:33:39.3649972Z [00:05:01.894]➜  
2025-08-20T22:33:39.3650582Z [00:05:01.894]➜  sent 6.28M bytes  received 35 bytes  12.56M bytes/sec
2025-08-20T22:33:39.3651072Z [00:05:01.894]➜  total size is 6.28M  speedup is 1.00
2025-08-20T22:33:39.5066616Z [00:05:02.036]➜  '/tmp/tmp.CSYMqsHYHV/TEMPREPO/LICENSE-APACHE' -> '/build-bins/LICENSE'
2025-08-20T22:33:39.5416899Z [00:05:02.071]➜  + find /build-bins/ -type f -exec objcopy --remove-section=.comment '--remove-section=.note.*' '{}' ';'
2025-08-20T22:33:39.5617279Z [00:05:02.091]➜  objcopy: /build-bins/LICENSE: file format not recognized
2025-08-20T22:33:39.5621099Z [00:05:02.091]➜  + find /build-bins/ -type f '!' -name '*.no_strip' -exec strip --strip-all --verbose '{}' ';'
2025-08-20T22:33:39.5926372Z [00:05:02.122]➜  copy from `/build-bins/ig' [elf64-x86-64] to `/build-bins/stLjjLPJ' [elf64-x86-64]
2025-08-20T22:33:39.6545031Z [00:05:02.184]➜  + find /build-bins/ -type f -exec bash -c 'echo && realpath {} && readelf --section-headers {} 2>/dev/null' ';'
2025-08-20T22:33:39.6574612Z [00:05:02.187]➜  
2025-08-20T22:33:39.6591428Z [00:05:02.188]➜  /build-bins/ig
2025-08-20T22:33:39.6604996Z [00:05:02.190]➜  There are 34 section headers, starting at offset 0x5fbd80:
2025-08-20T22:33:39.6608566Z [00:05:02.190]➜  
2025-08-20T22:33:39.6609011Z [00:05:02.190]➜  Section Headers:
2025-08-20T22:33:39.6609687Z [00:05:02.190]➜    [Nr] Name              Type             Address           Offset
2025-08-20T22:33:39.6610512Z [00:05:02.190]➜         Size              EntSize          Flags  Link  Info  Align
2025-08-20T22:33:39.6611254Z [00:05:02.190]➜    [ 0]                   NULL             0000000000000000  00000000
2025-08-20T22:33:39.6612333Z [00:05:02.190]➜         0000000000000000  0000000000000000           0     0     0
2025-08-20T22:33:39.6613086Z [00:05:02.190]➜    [ 1] .gnu.hash         GNU_HASH         0000000000000270  00000270
2025-08-20T22:33:39.6613822Z [00:05:02.190]➜         000000000000001c  0000000000000000   A       2     0     8
2025-08-20T22:33:39.6614552Z [00:05:02.190]➜    [ 2] .dynsym           DYNSYM           0000000000000290  00000290
2025-08-20T22:33:39.6615276Z [00:05:02.190]➜         0000000000000018  0000000000000018   A       3     1     8
2025-08-20T22:33:39.6616025Z [00:05:02.190]➜    [ 3] .dynstr           STRTAB           00000000000002a8  000002a8
2025-08-20T22:33:39.6616497Z [00:05:02.190]➜         0000000000000001  0000000000000000   A       0     0     1
2025-08-20T22:33:39.6616948Z [00:05:02.190]➜    [ 4] .rela.dyn         RELA             00000000000002b0  000002b0
2025-08-20T22:33:39.6617380Z [00:05:02.190]➜         0000000000050178  0000000000000018   A       2     0     8
2025-08-20T22:33:39.6617813Z [00:05:02.190]➜    [ 5] .eh_frame         PROGBITS         0000000000050428  00050428
2025-08-20T22:33:39.6618500Z [00:05:02.190]➜         0000000000083304  0000000000000000   A       0     0     8
2025-08-20T22:33:39.6619035Z [00:05:02.190]➜    [ 6] .eh_frame_hdr     PROGBITS         00000000000d372c  000d372c
2025-08-20T22:33:39.6619479Z [00:05:02.190]➜         0000000000011c2c  0000000000000000   A       0     0     4
2025-08-20T22:33:39.6619921Z [00:05:02.190]➜    [ 7] .gcc_except_table PROGBITS         00000000000e5358  000e5358
2025-08-20T22:33:39.6620374Z [00:05:02.190]➜         000000000001b90c  0000000000000000   A       0     0     4
2025-08-20T22:33:39.6620801Z [00:05:02.190]➜    [ 8] .rodata           PROGBITS         0000000000100c80  00100c80
2025-08-20T22:33:39.6621474Z [00:05:02.190]➜         00000000000a60f0  0000000000000000   A       0     0     128
2025-08-20T22:33:39.6621933Z [00:05:02.190]➜    [ 9] .rodata.cst16     PROGBITS         00000000001a6d70  001a6d70
2025-08-20T22:33:39.6622377Z [00:05:02.190]➜         0000000000000c40  0000000000000010  AM       0     0     16
2025-08-20T22:33:39.6622811Z [00:05:02.190]➜    [10] .rodata.cst32     PROGBITS         00000000001a79c0  001a79c0
2025-08-20T22:33:39.6623239Z [00:05:02.190]➜         0000000000000960  0000000000000020  AM       0     0     32
2025-08-20T22:33:39.6623664Z [00:05:02.190]➜    [11] .rodata.cst4      PROGBITS         00000000001a8320  001a8320
2025-08-20T22:33:39.6624087Z [00:05:02.190]➜         0000000000000660  0000000000000004  AM       0     0     4
2025-08-20T22:33:39.6624507Z [00:05:02.190]➜    [12] .rodata.cst8      PROGBITS         00000000001a8980  001a8980
2025-08-20T22:33:39.6624926Z [00:05:02.190]➜         00000000000007b0  0000000000000008  AM       0     0     8
2025-08-20T22:33:39.6625356Z [00:05:02.190]➜    [13] .rodata.str1.1    PROGBITS         00000000001a9130  001a9130
2025-08-20T22:33:39.6625785Z [00:05:02.190]➜         0000000000009c8e  0000000000000001 AMS       0     0     1
2025-08-20T22:33:39.6626218Z [00:05:02.190]➜    [14] .rodata.str1.2    PROGBITS         00000000001b2dbe  001b2dbe
2025-08-20T22:33:39.6626643Z [00:05:02.190]➜         0000000000000004  0000000000000001 AMS       0     0     2
2025-08-20T22:33:39.6627065Z [00:05:02.190]➜    [15] .rodata.str1.8    PROGBITS         00000000001b2dc8  001b2dc8
2025-08-20T22:33:39.6627487Z [00:05:02.190]➜         0000000000001bc0  0000000000000001 AMS       0     0     8
2025-08-20T22:33:39.6627910Z [00:05:02.190]➜    [16] .rodata.str2.2    PROGBITS         00000000001b4988  001b4988
2025-08-20T22:33:39.6628520Z [00:05:02.190]➜         0000000000000036  0000000000000002 AMS       0     0     2
2025-08-20T22:33:39.6628959Z [00:05:02.190]➜    [17] .rodata.str4.4    PROGBITS         00000000001b49c0  001b49c0
2025-08-20T22:33:39.6629388Z [00:05:02.190]➜         000000000000000c  0000000000000004 AMS       0     0     4
2025-08-20T22:33:39.6629787Z [00:05:02.190]➜    [18] .fini             PROGBITS         00000000001b59cc  001b49cc
2025-08-20T22:33:39.6630333Z [00:05:02.190]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T22:33:39.6630739Z [00:05:02.190]➜    [19] .init             PROGBITS         00000000001b59cf  001b49cf
2025-08-20T22:33:39.6631145Z [00:05:02.190]➜         0000000000000003  0000000000000000  AX       0     0     1
2025-08-20T22:33:39.6631559Z [00:05:02.190]➜    [20] .text             PROGBITS         00000000001b59e0  001b49e0
2025-08-20T22:33:39.6631987Z [00:05:02.190]➜         00000000003ff56f  0000000000000000  AX       0     0     16
2025-08-20T22:33:39.6632414Z [00:05:02.190]➜    [21] .tdata            PROGBITS         00000000005b5f50  005b3f50
2025-08-20T22:33:39.6632842Z [00:05:02.190]➜         0000000000000021  0000000000000000 WAT       0     0     8
2025-08-20T22:33:39.6633931Z [00:05:02.190]➜    [22] .tbss             NOBITS           00000000005b5f78  005b3f78
2025-08-20T22:33:39.6634782Z [00:05:02.190]➜         00000000000000b0  0000000000000000 WAT       0     0     8
2025-08-20T22:33:39.6635604Z [00:05:02.190]➜    [23] .data.rel.ro      PROGBITS         00000000005b5f80  005b3f80
2025-08-20T22:33:39.6636108Z [00:05:02.190]➜         0000000000046950  0000000000000000  WA       0     0     32
2025-08-20T22:33:39.6636534Z [00:05:02.190]➜    [24] .dynamic          DYNAMIC          00000000005fc8d0  005fa8d0
2025-08-20T22:33:39.6636955Z [00:05:02.190]➜         0000000000000180  0000000000000010  WA       3     0     8
2025-08-20T22:33:39.6637373Z [00:05:02.190]➜    [25] .fini_array       FINI_ARRAY       00000000005fca50  005faa50
2025-08-20T22:33:39.6637788Z [00:05:02.190]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:33:39.6638203Z [00:05:02.190]➜    [26] .got.plt          PROGBITS         00000000005fca58  005faa58
2025-08-20T22:33:39.6639091Z [00:05:02.190]➜         0000000000000018  0000000000000000  WA       0     0     8
2025-08-20T22:33:39.6639534Z [00:05:02.190]➜    [27] .init_array       INIT_ARRAY       00000000005fca70  005faa70
2025-08-20T22:33:39.6639966Z [00:05:02.190]➜         0000000000000008  0000000000000008  WA       0     0     8
2025-08-20T22:33:39.6640363Z [00:05:02.190]➜    [28] .got              PROGBITS         00000000005fca78  005faa78
2025-08-20T22:33:39.6640762Z [00:05:02.190]➜         0000000000000698  0000000000000000  WA       0     0     8
2025-08-20T22:33:39.6641183Z [00:05:02.190]➜    [29] .relro_padding    NOBITS           00000000005fd110  005fb110
2025-08-20T22:33:39.6641607Z [00:05:02.190]➜         0000000000000ef0  0000000000000000  WA       0     0     1
2025-08-20T22:33:39.6642009Z [00:05:02.190]➜    [30] .data             PROGBITS         00000000005fe120  005fb120
2025-08-20T22:33:39.6642420Z [00:05:02.190]➜         0000000000000b00  0000000000000000  WA       0     0     32
2025-08-20T22:33:39.6642832Z [00:05:02.190]➜    [31] .bss              NOBITS           00000000005fec20  005fbc20
2025-08-20T22:33:39.6643250Z [00:05:02.190]➜         0000000000001900  0000000000000000  WA       0     0     32
2025-08-20T22:33:39.6643668Z [00:05:02.190]➜    [32] .common           NOBITS           0000000000600520  005fbc20
2025-08-20T22:33:39.6644082Z [00:05:02.190]➜         0000000000000094  0000000000000000  WA       0     0     32
2025-08-20T22:33:39.6644539Z [00:05:02.190]➜    [33] .shstrtab         STRTAB           0000000000000000  005fbc20
2025-08-20T22:33:39.6644954Z [00:05:02.190]➜         000000000000015f  0000000000000000           0     0     1
2025-08-20T22:33:39.6645282Z [00:05:02.190]➜  Key to Flags:
2025-08-20T22:33:39.6645641Z [00:05:02.190]➜    W (write), A (alloc), X (execute), M (merge), S (strings), I (info),
2025-08-20T22:33:39.6646108Z [00:05:02.190]➜    L (link order), O (extra OS processing required), G (group), T (TLS),
2025-08-20T22:33:39.6646570Z [00:05:02.190]➜    C (compressed), x (unknown), o (OS specific), E (exclude),
2025-08-20T22:33:39.6646973Z [00:05:02.190]➜    D (mbind), l (large), p (processor specific)
2025-08-20T22:33:39.6647270Z [00:05:02.193]➜  
2025-08-20T22:33:39.6650884Z [00:05:02.194]➜  /build-bins/LICENSE
2025-08-20T22:33:39.6666285Z [00:05:02.196]➜  + file /build-bins/LICENSE /build-bins/ig
2025-08-20T22:33:39.6941250Z [00:05:02.223]➜  /build-bins/LICENSE: ASCII text
2025-08-20T22:33:39.6985130Z [00:05:02.228]➜  /build-bins/ig:      ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), static-pie linked, stripped
2025-08-20T22:33:39.6995906Z [00:05:02.229]➜  + stat -c '%n:         %s Bytes' /build-bins/LICENSE /build-bins/ig
2025-08-20T22:33:39.7016268Z [00:05:02.231]➜  /build-bins/LICENSE:         11358 Bytes
2025-08-20T22:33:39.7016752Z [00:05:02.231]➜  /build-bins/ig:         6276608 Bytes
2025-08-20T22:33:39.7020274Z [00:05:02.231]➜  + du /build-bins/LICENSE /build-bins/ig --bytes --human-readable --time --time-style=full-iso --summarize
2025-08-20T22:33:39.7034320Z [00:05:02.233]➜  12K	2025-08-20 22:33:39.504144010 +0000	/build-bins/LICENSE
2025-08-20T22:33:39.7035012Z [00:05:02.233]➜  6.0M	2025-08-20 22:33:39.604144536 +0000	/build-bins/ig
2025-08-20T22:33:39.7037104Z [00:05:02.233]➜  + popd
2025-08-20T22:33:39.7527042Z [00:05:02.282]➜  + docker cp alpine-builder:/build-bins/. /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/
2025-08-20T22:33:39.7804500Z [00:05:02.310]➜  + '[' -s /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE ']'
2025-08-20T22:33:39.7806281Z [00:05:02.310]➜  + cp -fv /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/LICENSE
2025-08-20T22:33:39.7841662Z [00:05:02.313]➜  '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' -> '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/LICENSE'
2025-08-20T22:33:39.7847245Z [00:05:02.314]➜  + find /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP -maxdepth 1 -type f -exec file -i '{}' ';'
2025-08-20T22:33:39.7855718Z [00:05:02.315]➜  + grep -Ei 'application/.*executable|inode/symlink|text/x-perl|text/.*script'
2025-08-20T22:33:39.7865715Z [00:05:02.315]➜  + xargs realpath --no-symlinks
2025-08-20T22:33:39.7866350Z [00:05:02.315]➜  + cut -d: -f1
2025-08-20T22:33:39.7867140Z [00:05:02.315]➜  + xargs -I '{}' rsync -achvL '{}' /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR
2025-08-20T22:33:39.9237212Z [00:05:02.453]➜  sending incremental file list
2025-08-20T22:33:39.9250466Z [00:05:02.454]➜  ig
2025-08-20T22:33:39.9731955Z [00:05:02.502]➜  
2025-08-20T22:33:39.9732842Z [00:05:02.502]➜  sent 6.28M bytes  received 35 bytes  12.56M bytes/sec
2025-08-20T22:33:39.9733748Z [00:05:02.502]➜  total size is 6.28M  speedup is 1.00
2025-08-20T22:33:39.9746789Z [00:05:02.504]➜  
2025-08-20T22:33:40.5520518Z [00:05:03.081]➜  
2025-08-20T22:33:40.5628941Z [00:05:03.092]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/Cargo.toml' from root:root to runner:runner
2025-08-20T22:33:40.5630819Z [00:05:03.092]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/examples/update_dep_licenses.rs' from root:root to runner:runner
2025-08-20T22:33:40.5632198Z [00:05:03.092]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/examples/gen_completions.rs' from root:root to runner:runner
2025-08-20T22:33:40.5633472Z [00:05:03.092]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/examples' from root:root to runner:runner
2025-08-20T22:33:40.5635716Z [00:05:03.092]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.gitignore' from root:root to runner:runner
2025-08-20T22:33:40.5637374Z [00:05:03.092]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/rustfmt.toml' from root:root to runner:runner
2025-08-20T22:33:40.5639031Z [00:05:03.092]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/README.md' from root:root to runner:runner
2025-08-20T22:33:40.5641488Z [00:05:03.092]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/about.hbs' from root:root to runner:runner
2025-08-20T22:33:40.5643114Z [00:05:03.092]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/LICENSE-APACHE' from root:root to runner:runner
2025-08-20T22:33:40.5644386Z [00:05:03.092]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/tools/pack-release/readme.md' from root:root to runner:runner
2025-08-20T22:33:40.5646760Z [00:05:03.092]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/tools/pack-release' from root:root to runner:runner
2025-08-20T22:33:40.5648451Z [00:05:03.092]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/tools/install_nasm_ubuntu.sh' from root:root to runner:runner
2025-08-20T22:33:40.5649829Z [00:05:03.092]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/tools/cargo-publish-workspace/readme.md' from root:root to runner:runner
2025-08-20T22:33:40.5652110Z [00:05:03.092]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/tools/cargo-publish-workspace' from root:root to runner:runner
2025-08-20T22:33:40.5653704Z [00:05:03.092]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/tools/install_nasm_macos.sh' from root:root to runner:runner
2025-08-20T22:33:40.5654948Z [00:05:03.092]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/tools' from root:root to runner:runner
2025-08-20T22:33:40.5656109Z [00:05:03.092]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/deny.toml' from root:root to runner:runner
2025-08-20T22:33:40.5657825Z [00:05:03.092]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/justfile' from root:root to runner:runner
2025-08-20T22:33:40.5659764Z [00:05:03.092]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/tests/cli_input_output.rs' from root:root to runner:runner
2025-08-20T22:33:40.5661027Z [00:05:03.092]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/tests/cli_glob.rs' from root:root to runner:runner
2025-08-20T22:33:40.5662255Z [00:05:03.092]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/tests/common/mod.rs' from root:root to runner:runner
2025-08-20T22:33:40.5664157Z [00:05:03.092]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/tests/common' from root:root to runner:runner
2025-08-20T22:33:40.5666086Z [00:05:03.092]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/tests/cli_imageproc_ops.rs' from root:root to runner:runner
2025-08-20T22:33:40.5667496Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/tests/cli_image_operations_script_from_file.rs' from root:root to runner:runner
2025-08-20T22:33:40.5669453Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/tests/cli_license.rs' from root:root to runner:runner
2025-08-20T22:33:40.5671838Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/tests/cli_convert.rs' from root:root to runner:runner
2025-08-20T22:33:40.5673164Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/tests/cli_image_operation_args.rs' from root:root to runner:runner
2025-08-20T22:33:40.5674400Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/tests' from root:root to runner:runner
2025-08-20T22:33:40.5676317Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/src/main.rs' from root:root to runner:runner
2025-08-20T22:33:40.5678090Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/src/cli/config.rs' from root:root to runner:runner
2025-08-20T22:33:40.5679449Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/src/cli/app.rs' from root:root to runner:runner
2025-08-20T22:33:40.5680681Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/src/cli/glob_base_dir.rs' from root:root to runner:runner
2025-08-20T22:33:40.5682198Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/src/cli/pipeline.rs' from root:root to runner:runner
2025-08-20T22:33:40.5684680Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/src/cli/license.rs' from root:root to runner:runner
2025-08-20T22:33:40.5685932Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/src/cli/mod.rs' from root:root to runner:runner
2025-08-20T22:33:40.5687167Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/src/cli/common_dir.rs' from root:root to runner:runner
2025-08-20T22:33:40.5688699Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/src/cli' from root:root to runner:runner
2025-08-20T22:33:40.5690856Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/src/combinators.rs' from root:root to runner:runner
2025-08-20T22:33:40.5692249Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/src/lib.rs' from root:root to runner:runner
2025-08-20T22:33:40.5693401Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/src' from root:root to runner:runner
2025-08-20T22:33:40.5695032Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/about.toml' from root:root to runner:runner
2025-08-20T22:33:40.5696922Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/Cargo.toml' from root:root to runner:runner
2025-08-20T22:33:40.5699140Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/src/errors.rs' from root:root to runner:runner
2025-08-20T22:33:40.5700906Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/src/encode_settings/jpeg.rs' from root:root to runner:runner
2025-08-20T22:33:40.5703086Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/src/encode_settings/gif.rs' from root:root to runner:runner
2025-08-20T22:33:40.5704504Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/src/encode_settings' from root:root to runner:runner
2025-08-20T22:33:40.5705833Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/src/encode_settings.rs' from root:root to runner:runner
2025-08-20T22:33:40.5708221Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/src/encode/jpeg.rs' from root:root to runner:runner
2025-08-20T22:33:40.5709839Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/src/encode/bmp.rs' from root:root to runner:runner
2025-08-20T22:33:40.5711179Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/src/encode/dynamic.rs' from root:root to runner:runner
2025-08-20T22:33:40.5713169Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/src/encode' from root:root to runner:runner
2025-08-20T22:33:40.5715292Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/src/encode.rs' from root:root to runner:runner
2025-08-20T22:33:40.5716603Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/src/decode.rs' from root:root to runner:runner
2025-08-20T22:33:40.5717921Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/src/preprocessor.rs' from root:root to runner:runner
2025-08-20T22:33:40.5720625Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/src/preprocessor/pick_frame.rs' from root:root to runner:runner
2025-08-20T22:33:40.5722347Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/src/preprocessor/color_type.rs' from root:root to runner:runner
2025-08-20T22:33:40.5724237Z [00:05:03.093]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/src/preprocessor' from root:root to runner:runner
2025-08-20T22:33:40.5726289Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/src/lib.rs' from root:root to runner:runner
2025-08-20T22:33:40.5727537Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/src' from root:root to runner:runner
2025-08-20T22:33:40.5729575Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io' from root:root to runner:runner
2025-08-20T22:33:40.5731089Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/Cargo.toml' from root:root to runner:runner
2025-08-20T22:33:40.5732437Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/errors.rs' from root:root to runner:runner
2025-08-20T22:33:40.5733922Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/engine.rs' from root:root to runner:runner
2025-08-20T22:33:40.5736350Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/wrapper/gradient_input.rs' from root:root to runner:runner
2025-08-20T22:33:40.5737868Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/wrapper/font_options.rs' from root:root to runner:runner
2025-08-20T22:33:40.5739699Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/wrapper/gradient_fn.rs' from root:root to runner:runner
2025-08-20T22:33:40.5741901Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/wrapper/filter_type.rs' from root:root to runner:runner
2025-08-20T22:33:40.5743387Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/wrapper/draw_text_inner.rs' from root:root to runner:runner
2025-08-20T22:33:40.5744849Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/wrapper/image_path.rs' from root:root to runner:runner
2025-08-20T22:33:40.5747221Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/wrapper/mod.rs' from root:root to runner:runner
2025-08-20T22:33:40.5748997Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/wrapper/overlay.rs' from root:root to runner:runner
2025-08-20T22:33:40.5750391Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/wrapper' from root:root to runner:runner
2025-08-20T22:33:40.5751969Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/helper/resize.rs' from root:root to runner:runner
2025-08-20T22:33:40.5754593Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/helper/mod.rs' from root:root to runner:runner
2025-08-20T22:33:40.5755984Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/helper' from root:root to runner:runner
2025-08-20T22:33:40.5757647Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/hue_rotate.rs' from root:root to runner:runner
2025-08-20T22:33:40.5760653Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/grayscale.rs' from root:root to runner:runner
2025-08-20T22:33:40.5762609Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/rotate270.rs' from root:root to runner:runner
2025-08-20T22:33:40.5765320Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/contrast.rs' from root:root to runner:runner
2025-08-20T22:33:40.5766965Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/filter3x3.rs' from root:root to runner:runner
2025-08-20T22:33:40.5768648Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/draw_text.rs' from root:root to runner:runner
2025-08-20T22:33:40.5771216Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/invert.rs' from root:root to runner:runner
2025-08-20T22:33:40.5773316Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/brighten.rs' from root:root to runner:runner
2025-08-20T22:33:40.5775402Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/crop.rs' from root:root to runner:runner
2025-08-20T22:33:40.5777348Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/unsharpen.rs' from root:root to runner:runner
2025-08-20T22:33:40.5779192Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/rotate90.rs' from root:root to runner:runner
2025-08-20T22:33:40.5781086Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/flip_vertical.rs' from root:root to runner:runner
2025-08-20T22:33:40.5783513Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/vertical_gradient.rs' from root:root to runner:runner
2025-08-20T22:33:40.5785045Z [00:05:03.094]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/blur.rs' from root:root to runner:runner
2025-08-20T22:33:40.5786931Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/threshold.rs' from root:root to runner:runner
2025-08-20T22:33:40.5789763Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/rotate180.rs' from root:root to runner:runner
2025-08-20T22:33:40.5791311Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/resize.rs' from root:root to runner:runner
2025-08-20T22:33:40.5793218Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/diff.rs' from root:root to runner:runner
2025-08-20T22:33:40.5796059Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/flip_horizontal.rs' from root:root to runner:runner
2025-08-20T22:33:40.5797918Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/mod.rs' from root:root to runner:runner
2025-08-20T22:33:40.5800571Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/overlay.rs' from root:root to runner:runner
2025-08-20T22:33:40.5802806Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/horizontal_gradient.rs' from root:root to runner:runner
2025-08-20T22:33:40.5804749Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations' from root:root to runner:runner
2025-08-20T22:33:40.5807411Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/lib.rs' from root:root to runner:runner
2025-08-20T22:33:40.5809041Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src' from root:root to runner:runner
2025-08-20T22:33:40.5810324Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine' from root:root to runner:runner
2025-08-20T22:33:40.5812561Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_parser/Cargo.toml' from root:root to runner:runner
2025-08-20T22:33:40.5814900Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_parser/src/errors.rs' from root:root to runner:runner
2025-08-20T22:33:40.5817211Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_parser/src/named_value.rs' from root:root to runner:runner
2025-08-20T22:33:40.5819289Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_parser/src/rule_parser.rs' from root:root to runner:runner
2025-08-20T22:33:40.5820695Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_parser/src/grammar.pest' from root:root to runner:runner
2025-08-20T22:33:40.5822550Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_parser/src/value_parser.rs' from root:root to runner:runner
2025-08-20T22:33:40.5825102Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_parser/src/lib.rs' from root:root to runner:runner
2025-08-20T22:33:40.5826417Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_parser/src' from root:root to runner:runner
2025-08-20T22:33:40.5828461Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_parser' from root:root to runner:runner
2025-08-20T22:33:40.5830236Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_core/Cargo.toml' from root:root to runner:runner
2025-08-20T22:33:40.5831541Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_core/src/errors.rs' from root:root to runner:runner
2025-08-20T22:33:40.5832848Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_core/src/animated.rs' from root:root to runner:runner
2025-08-20T22:33:40.5834888Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_core/src/lib.rs' from root:root to runner:runner
2025-08-20T22:33:40.5837046Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_core/src' from root:root to runner:runner
2025-08-20T22:33:40.5838476Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_core' from root:root to runner:runner
2025-08-20T22:33:40.5839819Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_cli_ops/Cargo.toml' from root:root to runner:runner
2025-08-20T22:33:40.5842328Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_cli_ops/src/errors.rs' from root:root to runner:runner
2025-08-20T22:33:40.5844598Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_cli_ops/src/operations.rs' from root:root to runner:runner
2025-08-20T22:33:40.5846813Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_cli_ops/src/lib.rs' from root:root to runner:runner
2025-08-20T22:33:40.5849168Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_cli_ops/src' from root:root to runner:runner
2025-08-20T22:33:40.5850438Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_cli_ops' from root:root to runner:runner
2025-08-20T22:33:40.5852169Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_testing/Cargo.toml' from root:root to runner:runner
2025-08-20T22:33:40.5854672Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_testing/src/lib.rs' from root:root to runner:runner
2025-08-20T22:33:40.5856019Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_testing/src' from root:root to runner:runner
2025-08-20T22:33:40.5858174Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_testing' from root:root to runner:runner
2025-08-20T22:33:40.5860576Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates' from root:root to runner:runner
2025-08-20T22:33:40.5862053Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/Cargo.lock' from root:root to runner:runner
2025-08-20T22:33:40.5864342Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/setup_rav1e.ps1' from root:root to runner:runner
2025-08-20T22:33:40.5866123Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/bors.toml' from root:root to runner:runner
2025-08-20T22:33:40.5867330Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.gitattributes' from root:root to runner:runner
2025-08-20T22:33:40.5868915Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/NOTICE' from root:root to runner:runner
2025-08-20T22:33:40.5870541Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.github/dependabot.yml' from root:root to runner:runner
2025-08-20T22:33:40.5872986Z [00:05:03.095]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.github/workflows/test.yml' from root:root to runner:runner
2025-08-20T22:33:40.5874382Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.github/workflows/rustfmt.yml' from root:root to runner:runner
2025-08-20T22:33:40.5876327Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.github/workflows/deny.yml' from root:root to runner:runner
2025-08-20T22:33:40.5878921Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.github/workflows/clippy.yml' from root:root to runner:runner
2025-08-20T22:33:40.5880726Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.github/workflows/msrv.yml' from root:root to runner:runner
2025-08-20T22:33:40.5883263Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.github/workflows/build-release-binaries.yml' from root:root to runner:runner
2025-08-20T22:33:40.5884750Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.github/workflows' from root:root to runner:runner
2025-08-20T22:33:40.5887121Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.github/FUNDING.yml' from root:root to runner:runner
2025-08-20T22:33:40.5889189Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.github' from root:root to runner:runner
2025-08-20T22:33:40.5891153Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/loop-diff.gif' from root:root to runner:runner
2025-08-20T22:33:40.5893343Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/2x2_baab.png' from root:root to runner:runner
2025-08-20T22:33:40.5894632Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/1x1_w.png' from root:root to runner:runner
2025-08-20T22:33:40.5896571Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/2x3_yrgyyb.bmp' from root:root to runner:runner
2025-08-20T22:33:40.5899111Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/credits.txt' from root:root to runner:runner
2025-08-20T22:33:40.5901207Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/3x2_rgbrrb.bmp' from root:root to runner:runner
2025-08-20T22:33:40.5903361Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/2x2_wwaw.png' from root:root to runner:runner
2025-08-20T22:33:40.5904654Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/2x2_wbaw.png' from root:root to runner:runner
2025-08-20T22:33:40.5906937Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/1x1_b.png' from root:root to runner:runner
2025-08-20T22:33:40.5909280Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/loop.gif' from root:root to runner:runner
2025-08-20T22:33:40.5911577Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/apng_sample.png' from root:root to runner:runner
2025-08-20T22:33:40.5913408Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/blackwhite_2x2.bmp' from root:root to runner:runner
2025-08-20T22:33:40.5914719Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/2x3_wrabaa.png' from root:root to runner:runner
2025-08-20T22:33:40.5917211Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/loop-diff-vertical.gif' from root:root to runner:runner
2025-08-20T22:33:40.5919341Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/noloop.gif' from root:root to runner:runner
2025-08-20T22:33:40.5922087Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/2x3_rrgrbb.bmp' from root:root to runner:runner
2025-08-20T22:33:40.5923652Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/bwlines.png' from root:root to runner:runner
2025-08-20T22:33:40.5924929Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/static-diff.gif' from root:root to runner:runner
2025-08-20T22:33:40.5927458Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/static-diff-non-overlap.gif' from root:root to runner:runner
2025-08-20T22:33:40.5930043Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/script/emboss.sic' from root:root to runner:runner
2025-08-20T22:33:40.5932152Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/script' from root:root to runner:runner
2025-08-20T22:33:40.5934479Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/1x1_a.png' from root:root to runner:runner
2025-08-20T22:33:40.5936072Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/2x2_bbbb.png' from root:root to runner:runner
2025-08-20T22:33:40.5937352Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/3x2_ygyryb.bmp' from root:root to runner:runner
2025-08-20T22:33:40.5939178Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/help-pages/image_operations.txt' from root:root to runner:runner
2025-08-20T22:33:40.5940592Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/help-pages/about.txt' from root:root to runner:runner
2025-08-20T22:33:40.5942973Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/help-pages' from root:root to runner:runner
2025-08-20T22:33:40.5945365Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/rainbow_8x6.bmp' from root:root to runner:runner
2025-08-20T22:33:40.5947807Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/logo/sic_196.jpg' from root:root to runner:runner
2025-08-20T22:33:40.5949872Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/logo/sic_100.jpg' from root:root to runner:runner
2025-08-20T22:33:40.5951435Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/logo/sic_500.jpg' from root:root to runner:runner
2025-08-20T22:33:40.5953827Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/logo' from root:root to runner:runner
2025-08-20T22:33:40.5956088Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/unsplash_763569_cropped.jpg' from root:root to runner:runner
2025-08-20T22:33:40.5958839Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/loop-diff-horizontal.gif' from root:root to runner:runner
2025-08-20T22:33:40.5960215Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/wh1616.png' from root:root to runner:runner
2025-08-20T22:33:40.5962174Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/font/Lato-Regular.ttf' from root:root to runner:runner
2025-08-20T22:33:40.5964838Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/font/Lato-Regular.LICENSE-OFL.txt' from root:root to runner:runner
2025-08-20T22:33:40.5967053Z [00:05:03.096]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/font' from root:root to runner:runner
2025-08-20T22:33:40.5969272Z [00:05:03.097]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/3x2_wbaaba.png' from root:root to runner:runner
2025-08-20T22:33:40.5970591Z [00:05:03.097]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/palette_4x4.png' from root:root to runner:runner
2025-08-20T22:33:40.5972004Z [00:05:03.097]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/help-images/draw-text/in.png' from root:root to runner:runner
2025-08-20T22:33:40.5974678Z [00:05:03.097]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/help-images/draw-text/out.png' from root:root to runner:runner
2025-08-20T22:33:40.5989864Z [00:05:03.097]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/help-images/draw-text' from root:root to runner:runner
2025-08-20T22:33:40.5992459Z [00:05:03.097]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/help-images/diff/b.png' from root:root to runner:runner
2025-08-20T22:33:40.5994428Z [00:05:03.097]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/help-images/diff/a.png' from root:root to runner:runner
2025-08-20T22:33:40.5997153Z [00:05:03.097]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/help-images/diff/diff_between_a_and_b.png' from root:root to runner:runner
2025-08-20T22:33:40.5999511Z [00:05:03.097]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/help-images/diff/loop-diffed.gif' from root:root to runner:runner
2025-08-20T22:33:40.6002116Z [00:05:03.097]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/help-images/diff' from root:root to runner:runner
2025-08-20T22:33:40.6004535Z [00:05:03.097]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/help-images' from root:root to runner:runner
2025-08-20T22:33:40.6006737Z [00:05:03.097]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/2x2_bwwb.bmp' from root:root to runner:runner
2025-08-20T22:33:40.6009106Z [00:05:03.097]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/3x3_babababab.png' from root:root to runner:runner
2025-08-20T22:33:40.6011174Z [00:05:03.097]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources' from root:root to runner:runner
2025-08-20T22:33:40.6013135Z [00:05:03.097]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/CHANGELOG.md' from root:root to runner:runner
2025-08-20T22:33:40.6015504Z [00:05:03.097]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/hooks/push-to-checkout.sample' from root:root to runner:runner
2025-08-20T22:33:40.6017548Z [00:05:03.097]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/hooks/post-update.sample' from root:root to runner:runner
2025-08-20T22:33:40.6019140Z [00:05:03.097]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/hooks/prepare-commit-msg.sample' from root:root to runner:runner
2025-08-20T22:33:40.6021070Z [00:05:03.097]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/hooks/update.sample' from root:root to runner:runner
2025-08-20T22:33:40.6022364Z [00:05:03.097]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/hooks/pre-receive.sample' from root:root to runner:runner
2025-08-20T22:33:40.6023710Z [00:05:03.097]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/hooks/sendemail-validate.sample' from root:root to runner:runner
2025-08-20T22:33:40.6025029Z [00:05:03.097]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/hooks/pre-commit.sample' from root:root to runner:runner
2025-08-20T22:33:40.6026879Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/hooks/commit-msg.sample' from root:root to runner:runner
2025-08-20T22:33:40.6028192Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/hooks/pre-applypatch.sample' from root:root to runner:runner
2025-08-20T22:33:40.6029868Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/hooks/pre-rebase.sample' from root:root to runner:runner
2025-08-20T22:33:40.6031473Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/hooks/pre-push.sample' from root:root to runner:runner
2025-08-20T22:33:40.6033044Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/hooks/applypatch-msg.sample' from root:root to runner:runner
2025-08-20T22:33:40.6034382Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/hooks/pre-merge-commit.sample' from root:root to runner:runner
2025-08-20T22:33:40.6035723Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' from root:root to runner:runner
2025-08-20T22:33:40.6037369Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/hooks' from root:root to runner:runner
2025-08-20T22:33:40.6038937Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/logs/refs/heads/main' from root:root to runner:runner
2025-08-20T22:33:40.6040355Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/logs/refs/heads' from root:root to runner:runner
2025-08-20T22:33:40.6041664Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:33:40.6043572Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/logs/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:33:40.6044844Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/logs/refs/remotes' from root:root to runner:runner
2025-08-20T22:33:40.6046055Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/logs/refs' from root:root to runner:runner
2025-08-20T22:33:40.6047244Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/logs/HEAD' from root:root to runner:runner
2025-08-20T22:33:40.6049098Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/logs' from root:root to runner:runner
2025-08-20T22:33:40.6050311Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/refs/heads/main' from root:root to runner:runner
2025-08-20T22:33:40.6051518Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/refs/heads' from root:root to runner:runner
2025-08-20T22:33:40.6052756Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/refs/remotes/origin/HEAD' from root:root to runner:runner
2025-08-20T22:33:40.6054600Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/refs/remotes/origin' from root:root to runner:runner
2025-08-20T22:33:40.6055872Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/refs/remotes' from root:root to runner:runner
2025-08-20T22:33:40.6057234Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/refs/tags' from root:root to runner:runner
2025-08-20T22:33:40.6058668Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/refs' from root:root to runner:runner
2025-08-20T22:33:40.6060695Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/config' from root:root to runner:runner
2025-08-20T22:33:40.6062858Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/packed-refs' from root:root to runner:runner
2025-08-20T22:33:40.6065044Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/description' from root:root to runner:runner
2025-08-20T22:33:40.6067159Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/HEAD' from root:root to runner:runner
2025-08-20T22:33:40.6069886Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/objects/pack/pack-f24f5919dc1be6de539ab6d82c5dc1e0288a5980.idx' from root:root to runner:runner
2025-08-20T22:33:40.6073035Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/objects/pack/pack-f24f5919dc1be6de539ab6d82c5dc1e0288a5980.rev' from root:root to runner:runner
2025-08-20T22:33:40.6074873Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/objects/pack/pack-f24f5919dc1be6de539ab6d82c5dc1e0288a5980.pack' from root:root to runner:runner
2025-08-20T22:33:40.6076536Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/objects/pack/pack-cbae2e318ab0db32eabc1501e29c0492a677ad22.promisor' from root:root to runner:runner
2025-08-20T22:33:40.6078936Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/objects/pack/pack-f24f5919dc1be6de539ab6d82c5dc1e0288a5980.promisor' from root:root to runner:runner
2025-08-20T22:33:40.6080596Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/objects/pack/pack-cbae2e318ab0db32eabc1501e29c0492a677ad22.rev' from root:root to runner:runner
2025-08-20T22:33:40.6082230Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/objects/pack/pack-cbae2e318ab0db32eabc1501e29c0492a677ad22.pack' from root:root to runner:runner
2025-08-20T22:33:40.6084426Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/objects/pack/pack-cbae2e318ab0db32eabc1501e29c0492a677ad22.idx' from root:root to runner:runner
2025-08-20T22:33:40.6085844Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/objects/pack' from root:root to runner:runner
2025-08-20T22:33:40.6087059Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/objects/info' from root:root to runner:runner
2025-08-20T22:33:40.6088443Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/objects' from root:root to runner:runner
2025-08-20T22:33:40.6090590Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/info/exclude' from root:root to runner:runner
2025-08-20T22:33:40.6091775Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/info' from root:root to runner:runner
2025-08-20T22:33:40.6092920Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/index' from root:root to runner:runner
2025-08-20T22:33:40.6094057Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git' from root:root to runner:runner
2025-08-20T22:33:40.6095791Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/.rustc_info.json' from root:root to runner:runner
2025-08-20T22:33:40.6097062Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/examples' from root:root to runner:runner
2025-08-20T22:33:40.6098562Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/incremental' from root:root to runner:runner
2025-08-20T22:33:40.6100381Z [00:05:03.098]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.cargo-lock' from root:root to runner:runner
2025-08-20T22:33:40.6102098Z [00:05:03.099]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6104219Z [00:05:03.099]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build_script_build-45b89b0c69ba843d.d' from root:root to runner:runner
2025-08-20T22:33:40.6105869Z [00:05:03.099]➜  ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build_script_build-45b89b0c69ba843d' retained as runner:runner
2025-08-20T22:33:40.6107971Z [00:05:03.099]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/paste-45b89b0c69ba843d' from root:root to runner:runner
2025-08-20T22:33:40.6109726Z [00:05:03.099]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/rayon-core-3916f069ff2d7d7f/build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6111426Z [00:05:03.099]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/rayon-core-3916f069ff2d7d7f/build_script_build-3916f069ff2d7d7f.d' from root:root to runner:runner
2025-08-20T22:33:40.6113955Z [00:05:03.099]➜  ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/rayon-core-3916f069ff2d7d7f/build_script_build-3916f069ff2d7d7f' retained as runner:runner
2025-08-20T22:33:40.6115561Z [00:05:03.099]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/rayon-core-3916f069ff2d7d7f' from root:root to runner:runner
2025-08-20T22:33:40.6117042Z [00:05:03.099]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/thiserror-f1ab0167914e7434/out' from root:root to runner:runner
2025-08-20T22:33:40.6119481Z [00:05:03.099]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/thiserror-f1ab0167914e7434/output' from root:root to runner:runner
2025-08-20T22:33:40.6121029Z [00:05:03.099]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/thiserror-f1ab0167914e7434/root-output' from root:root to runner:runner
2025-08-20T22:33:40.6122778Z [00:05:03.099]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/thiserror-f1ab0167914e7434/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6125350Z [00:05:03.099]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/thiserror-f1ab0167914e7434/stderr' from root:root to runner:runner
2025-08-20T22:33:40.6126898Z [00:05:03.099]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/thiserror-f1ab0167914e7434' from root:root to runner:runner
2025-08-20T22:33:40.6128796Z [00:05:03.099]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/zerocopy-3cd47793a0d9e53a/build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6132101Z [00:05:03.099]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/zerocopy-3cd47793a0d9e53a/build_script_build-3cd47793a0d9e53a.d' from root:root to runner:runner
2025-08-20T22:33:40.6135161Z [00:05:03.099]➜  ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/zerocopy-3cd47793a0d9e53a/build_script_build-3cd47793a0d9e53a' retained as runner:runner
2025-08-20T22:33:40.6137952Z [00:05:03.099]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/zerocopy-3cd47793a0d9e53a' from root:root to runner:runner
2025-08-20T22:33:40.6140757Z [00:05:03.099]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/out' from root:root to runner:runner
2025-08-20T22:33:40.6142778Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/output' from root:root to runner:runner
2025-08-20T22:33:40.6144346Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/root-output' from root:root to runner:runner
2025-08-20T22:33:40.6145911Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6147453Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/stderr' from root:root to runner:runner
2025-08-20T22:33:40.6149507Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad' from root:root to runner:runner
2025-08-20T22:33:40.6151047Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558/build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6152853Z [00:05:03.100]➜  ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558/build_script_build-5dcc07db4808e558' retained as runner:runner
2025-08-20T22:33:40.6154920Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558/build_script_build-5dcc07db4808e558.d' from root:root to runner:runner
2025-08-20T22:33:40.6156523Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558' from root:root to runner:runner
2025-08-20T22:33:40.6158052Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6160379Z [00:05:03.100]➜  ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build_script_build-97abb6991338ccc4' retained as runner:runner
2025-08-20T22:33:40.6163415Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build_script_build-97abb6991338ccc4.d' from root:root to runner:runner
2025-08-20T22:33:40.6166418Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4' from root:root to runner:runner
2025-08-20T22:33:40.6169253Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/out' from root:root to runner:runner
2025-08-20T22:33:40.6171882Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/output' from root:root to runner:runner
2025-08-20T22:33:40.6173780Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/root-output' from root:root to runner:runner
2025-08-20T22:33:40.6175397Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6176967Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/stderr' from root:root to runner:runner
2025-08-20T22:33:40.6179001Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4' from root:root to runner:runner
2025-08-20T22:33:40.6180537Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/rayon-core-e8183f584332badd/out' from root:root to runner:runner
2025-08-20T22:33:40.6182079Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/rayon-core-e8183f584332badd/output' from root:root to runner:runner
2025-08-20T22:33:40.6183620Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/rayon-core-e8183f584332badd/root-output' from root:root to runner:runner
2025-08-20T22:33:40.6185777Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/rayon-core-e8183f584332badd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6187378Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/rayon-core-e8183f584332badd/stderr' from root:root to runner:runner
2025-08-20T22:33:40.6189131Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/rayon-core-e8183f584332badd' from root:root to runner:runner
2025-08-20T22:33:40.6191034Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/typenum-c623553def1a648c/build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6193026Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/typenum-c623553def1a648c/build_script_build-c623553def1a648c.d' from root:root to runner:runner
2025-08-20T22:33:40.6195884Z [00:05:03.100]➜  ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/typenum-c623553def1a648c/build_script_build-c623553def1a648c' retained as runner:runner
2025-08-20T22:33:40.6199111Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/typenum-c623553def1a648c' from root:root to runner:runner
2025-08-20T22:33:40.6201925Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/rav1e-5be150a09f2b6706/build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6204736Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/rav1e-5be150a09f2b6706/build_script_build-5be150a09f2b6706.d' from root:root to runner:runner
2025-08-20T22:33:40.6206400Z [00:05:03.100]➜  ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/rav1e-5be150a09f2b6706/build_script_build-5be150a09f2b6706' retained as runner:runner
2025-08-20T22:33:40.6207904Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/rav1e-5be150a09f2b6706' from root:root to runner:runner
2025-08-20T22:33:40.6209714Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build_script_build-a7f5c40c20340476.d' from root:root to runner:runner
2025-08-20T22:33:40.6211395Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6213013Z [00:05:03.100]➜  ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build_script_build-a7f5c40c20340476' retained as runner:runner
2025-08-20T22:33:40.6214551Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476' from root:root to runner:runner
2025-08-20T22:33:40.6216256Z [00:05:03.100]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/num-traits-e970a1edde1b78ae/build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6217889Z [00:05:03.101]➜  ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/num-traits-e970a1edde1b78ae/build_script_build-e970a1edde1b78ae' retained as runner:runner
2025-08-20T22:33:40.6220074Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/num-traits-e970a1edde1b78ae/build_script_build-e970a1edde1b78ae.d' from root:root to runner:runner
2025-08-20T22:33:40.6221668Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/num-traits-e970a1edde1b78ae' from root:root to runner:runner
2025-08-20T22:33:40.6223356Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/libm-519f27182c8c8867/build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6224993Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/libm-519f27182c8c8867/build_script_build-519f27182c8c8867.d' from root:root to runner:runner
2025-08-20T22:33:40.6226760Z [00:05:03.101]➜  ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/libm-519f27182c8c8867/build_script_build-519f27182c8c8867' retained as runner:runner
2025-08-20T22:33:40.6228443Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/libm-519f27182c8c8867' from root:root to runner:runner
2025-08-20T22:33:40.6230009Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/libc-882294858776d07b/build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6231641Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/libc-882294858776d07b/build_script_build-882294858776d07b.d' from root:root to runner:runner
2025-08-20T22:33:40.6233296Z [00:05:03.101]➜  ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/libc-882294858776d07b/build_script_build-882294858776d07b' retained as runner:runner
2025-08-20T22:33:40.6234781Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/libc-882294858776d07b' from root:root to runner:runner
2025-08-20T22:33:40.6236378Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6238065Z [00:05:03.101]➜  ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build_script_build-9e4fce232d40b3fa' retained as runner:runner
2025-08-20T22:33:40.6240210Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build_script_build-9e4fce232d40b3fa.d' from root:root to runner:runner
2025-08-20T22:33:40.6241873Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa' from root:root to runner:runner
2025-08-20T22:33:40.6243500Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/libc-0cc8042981c71733/out' from root:root to runner:runner
2025-08-20T22:33:40.6244946Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/libc-0cc8042981c71733/output' from root:root to runner:runner
2025-08-20T22:33:40.6246433Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/libc-0cc8042981c71733/root-output' from root:root to runner:runner
2025-08-20T22:33:40.6247960Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/libc-0cc8042981c71733/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6249711Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/libc-0cc8042981c71733/stderr' from root:root to runner:runner
2025-08-20T22:33:40.6251163Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/libc-0cc8042981c71733' from root:root to runner:runner
2025-08-20T22:33:40.6252819Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96/build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6254473Z [00:05:03.101]➜  ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96/build_script_build-e3a46aaf38d18c96' retained as runner:runner
2025-08-20T22:33:40.6256186Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96/build_script_build-e3a46aaf38d18c96.d' from root:root to runner:runner
2025-08-20T22:33:40.6257779Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96' from root:root to runner:runner
2025-08-20T22:33:40.6259628Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/crossbeam-utils-03182f7ab48a6063/out' from root:root to runner:runner
2025-08-20T22:33:40.6261198Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/crossbeam-utils-03182f7ab48a6063/output' from root:root to runner:runner
2025-08-20T22:33:40.6262788Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/crossbeam-utils-03182f7ab48a6063/root-output' from root:root to runner:runner
2025-08-20T22:33:40.6264422Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/crossbeam-utils-03182f7ab48a6063/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6266084Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/crossbeam-utils-03182f7ab48a6063/stderr' from root:root to runner:runner
2025-08-20T22:33:40.6267624Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/crossbeam-utils-03182f7ab48a6063' from root:root to runner:runner
2025-08-20T22:33:40.6269578Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/matrixmultiply-841ea3733991edc1/build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6271289Z [00:05:03.101]➜  ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/matrixmultiply-841ea3733991edc1/build_script_build-841ea3733991edc1' retained as runner:runner
2025-08-20T22:33:40.6273048Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/matrixmultiply-841ea3733991edc1/build_script_build-841ea3733991edc1.d' from root:root to runner:runner
2025-08-20T22:33:40.6274709Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/matrixmultiply-841ea3733991edc1' from root:root to runner:runner
2025-08-20T22:33:40.6276082Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build' from root:root to runner:runner
2025-08-20T22:33:40.6277432Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/either-88b71192f162381b.d' from root:root to runner:runner
2025-08-20T22:33:40.6279292Z [00:05:03.101]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib' from root:root to runner:runner
2025-08-20T22:33:40.6280831Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libonce_cell-4f22faca5dda740e.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.6282336Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/proc_macro2-5300d356431b4441.d' from root:root to runner:runner
2025-08-20T22:33:40.6283829Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libthiserror-37529ed33101f8bc.rlib' from root:root to runner:runner
2025-08-20T22:33:40.6285384Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libpest_generator-dae1942c36ad2285.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.6286904Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/unicode_ident-8322841390b1e4cb.d' from root:root to runner:runner
2025-08-20T22:33:40.6289025Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libmemchr-05ca04b75261ca49.rlib' from root:root to runner:runner
2025-08-20T22:33:40.6290503Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/paste-d4b21fc6492e3195.d' from root:root to runner:runner
2025-08-20T22:33:40.6291965Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rlib' from root:root to runner:runner
2025-08-20T22:33:40.6293463Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/crossbeam_utils-6b24d6f25fdf54a5.d' from root:root to runner:runner
2025-08-20T22:33:40.6295098Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/pest_meta-cbf2108636d484b0.d' from root:root to runner:runner
2025-08-20T22:33:40.6296560Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libeither-88b71192f162381b.rlib' from root:root to runner:runner
2025-08-20T22:33:40.6298169Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/arg_enum_proc_macro-c808f902ee01efed.d' from root:root to runner:runner
2025-08-20T22:33:40.6299996Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libcc-174f090264b68311.rlib' from root:root to runner:runner
2025-08-20T22:33:40.6301479Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rlib' from root:root to runner:runner
2025-08-20T22:33:40.6303006Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libcrossbeam_epoch-79c861795a95e255.rlib' from root:root to runner:runner
2025-08-20T22:33:40.6304559Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/pest_derive-303a063f244e3a2a.d' from root:root to runner:runner
2025-08-20T22:33:40.6305999Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/heck-cb7f72c37e5a2d54.d' from root:root to runner:runner
2025-08-20T22:33:40.6307498Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libcrossbeam_deque-3758c68181ca0475.rlib' from root:root to runner:runner
2025-08-20T22:33:40.6309422Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libbuilt-f2440a92bc02a2e3.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.6310969Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libpest_generator-dae1942c36ad2285.rlib' from root:root to runner:runner
2025-08-20T22:33:40.6312523Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/librayon_core-cf61c910e9e14178.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.6314233Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/crossbeam_deque-3758c68181ca0475.d' from root:root to runner:runner
2025-08-20T22:33:40.6315758Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.6317284Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libucd_trie-56344b5ef67d5053.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.6318929Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rlib' from root:root to runner:runner
2025-08-20T22:33:40.6320449Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libmemchr-05ca04b75261ca49.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.6321930Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/rayon_core-cf61c910e9e14178.d' from root:root to runner:runner
2025-08-20T22:33:40.6323568Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libcrossbeam_epoch-79c861795a95e255.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.6325117Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libthiserror-37529ed33101f8bc.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.6326624Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libpaste-d4b21fc6492e3195.so' from root:root to runner:runner
2025-08-20T22:33:40.6328109Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libpest-d1a9fa724d91be2b.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.6329720Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libpest-d1a9fa724d91be2b.rlib' from root:root to runner:runner
2025-08-20T22:33:40.6331213Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.6332743Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.6334287Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libcrossbeam_deque-3758c68181ca0475.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.6335808Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/liblibc-e16072cbf181c20c.rlib' from root:root to runner:runner
2025-08-20T22:33:40.6337262Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/built-f2440a92bc02a2e3.d' from root:root to runner:runner
2025-08-20T22:33:40.6339102Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/rayon-f4ef4d468776b44f.d' from root:root to runner:runner
2025-08-20T22:33:40.6340577Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/librayon-f4ef4d468776b44f.rlib' from root:root to runner:runner
2025-08-20T22:33:40.6342095Z [00:05:03.102]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libthiserror_impl-62fa3306762b5ec8.so' from root:root to runner:runner
2025-08-20T22:33:40.6343595Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/num_derive-07d47fdaadef0401.d' from root:root to runner:runner
2025-08-20T22:33:40.6345037Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/syn-867c905d3bd646fc.d' from root:root to runner:runner
2025-08-20T22:33:40.6346497Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libpest_derive-303a063f244e3a2a.so' from root:root to runner:runner
2025-08-20T22:33:40.6348039Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libcrossbeam_utils-6b24d6f25fdf54a5.rlib' from root:root to runner:runner
2025-08-20T22:33:40.6349969Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libnoop_proc_macro-7cb597fde7dfeb90.so' from root:root to runner:runner
2025-08-20T22:33:40.6351453Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/cc-174f090264b68311.d' from root:root to runner:runner
2025-08-20T22:33:40.6352928Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libstrum_macros-3d48340ed72579a2.so' from root:root to runner:runner
2025-08-20T22:33:40.6354449Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rlib' from root:root to runner:runner
2025-08-20T22:33:40.6355953Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libcc-174f090264b68311.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.6357412Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/strum_macros-3d48340ed72579a2.d' from root:root to runner:runner
2025-08-20T22:33:40.6359032Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libpest_meta-cbf2108636d484b0.rlib' from root:root to runner:runner
2025-08-20T22:33:40.6361269Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/crossbeam_epoch-79c861795a95e255.d' from root:root to runner:runner
2025-08-20T22:33:40.6362808Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libthiserror_impl-00d3548b15cbc87b.so' from root:root to runner:runner
2025-08-20T22:33:40.6364360Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libarg_enum_proc_macro-c808f902ee01efed.so' from root:root to runner:runner
2025-08-20T22:33:40.6366017Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libsyn-867c905d3bd646fc.rlib' from root:root to runner:runner
2025-08-20T22:33:40.6367465Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/memchr-05ca04b75261ca49.d' from root:root to runner:runner
2025-08-20T22:33:40.6369051Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/thiserror-37529ed33101f8bc.d' from root:root to runner:runner
2025-08-20T22:33:40.6370490Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libc-e16072cbf181c20c.d' from root:root to runner:runner
2025-08-20T22:33:40.6371949Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libnasm_rs-e8ea9d76daecd1cd.rlib' from root:root to runner:runner
2025-08-20T22:33:40.6373417Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/once_cell-4f22faca5dda740e.d' from root:root to runner:runner
2025-08-20T22:33:40.6374980Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/autocfg-3ed48474b7f2b023.d' from root:root to runner:runner
2025-08-20T22:33:40.6376424Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/quote-d1f324c45602a433.d' from root:root to runner:runner
2025-08-20T22:33:40.6377883Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/liblibc-e16072cbf181c20c.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.6379670Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libsimd_helpers-f47cf6fa9faf3704.so' from root:root to runner:runner
2025-08-20T22:33:40.6381169Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/jobserver-0f5630bb90705cae.d' from root:root to runner:runner
2025-08-20T22:33:40.6382632Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libsyn-867c905d3bd646fc.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.6384126Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libbuilt-f2440a92bc02a2e3.rlib' from root:root to runner:runner
2025-08-20T22:33:40.6385616Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libucd_trie-56344b5ef67d5053.rlib' from root:root to runner:runner
2025-08-20T22:33:40.6387102Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/simd_helpers-f47cf6fa9faf3704.d' from root:root to runner:runner
2025-08-20T22:33:40.6388775Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/pest-d1a9fa724d91be2b.d' from root:root to runner:runner
2025-08-20T22:33:40.6390426Z [00:05:03.103]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/librayon_core-cf61c910e9e14178.rlib' from root:root to runner:runner
2025-08-20T22:33:40.6391934Z [00:05:03.104]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libonce_cell-4f22faca5dda740e.rlib' from root:root to runner:runner
2025-08-20T22:33:40.6393439Z [00:05:03.104]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/pest_generator-dae1942c36ad2285.d' from root:root to runner:runner
2025-08-20T22:33:40.6394947Z [00:05:03.104]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.6396448Z [00:05:03.104]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libnasm_rs-e8ea9d76daecd1cd.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.6397944Z [00:05:03.104]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/thiserror_impl-62fa3306762b5ec8.d' from root:root to runner:runner
2025-08-20T22:33:40.6399714Z [00:05:03.104]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/profiling_procmacros-5b1b3d5c3a789cb8.d' from root:root to runner:runner
2025-08-20T22:33:40.6401269Z [00:05:03.104]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libjobserver-0f5630bb90705cae.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.6402786Z [00:05:03.104]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/thiserror_impl-00d3548b15cbc87b.d' from root:root to runner:runner
2025-08-20T22:33:40.6404308Z [00:05:03.104]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libeither-88b71192f162381b.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.6405841Z [00:05:03.104]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libcrossbeam_utils-6b24d6f25fdf54a5.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.6407430Z [00:05:03.104]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libprofiling_procmacros-5b1b3d5c3a789cb8.so' from root:root to runner:runner
2025-08-20T22:33:40.6409090Z [00:05:03.104]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libpest_meta-cbf2108636d484b0.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.6410590Z [00:05:03.104]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/librayon-f4ef4d468776b44f.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.6412051Z [00:05:03.104]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/nasm_rs-e8ea9d76daecd1cd.d' from root:root to runner:runner
2025-08-20T22:33:40.6413526Z [00:05:03.104]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/noop_proc_macro-7cb597fde7dfeb90.d' from root:root to runner:runner
2025-08-20T22:33:40.6415120Z [00:05:03.104]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/ucd_trie-56344b5ef67d5053.d' from root:root to runner:runner
2025-08-20T22:33:40.6416576Z [00:05:03.104]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.6418067Z [00:05:03.104]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libnum_derive-07d47fdaadef0401.so' from root:root to runner:runner
2025-08-20T22:33:40.6419861Z [00:05:03.104]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libjobserver-0f5630bb90705cae.rlib' from root:root to runner:runner
2025-08-20T22:33:40.6421245Z [00:05:03.104]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps' from root:root to runner:runner
2025-08-20T22:33:40.6422687Z [00:05:03.104]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/lib-autocfg.json' from root:root to runner:runner
2025-08-20T22:33:40.6424312Z [00:05:03.104]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6426041Z [00:05:03.104]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/lib-autocfg' from root:root to runner:runner
2025-08-20T22:33:40.6427660Z [00:05:03.104]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/dep-lib-autocfg' from root:root to runner:runner
2025-08-20T22:33:40.6429479Z [00:05:03.104]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023' from root:root to runner:runner
2025-08-20T22:33:40.6431818Z [00:05:03.104]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6433606Z [00:05:03.104]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6435301Z [00:05:03.104]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6436995Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.6438725Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d' from root:root to runner:runner
2025-08-20T22:33:40.6440330Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-impl-62fa3306762b5ec8/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:33:40.6442184Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-impl-62fa3306762b5ec8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6443871Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-impl-62fa3306762b5ec8/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:33:40.6445581Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-impl-62fa3306762b5ec8/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T22:33:40.6447213Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-impl-62fa3306762b5ec8' from root:root to runner:runner
2025-08-20T22:33:40.6448894Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/either-88b71192f162381b/dep-lib-either' from root:root to runner:runner
2025-08-20T22:33:40.6450479Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/either-88b71192f162381b/lib-either' from root:root to runner:runner
2025-08-20T22:33:40.6452186Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/either-88b71192f162381b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6453798Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/either-88b71192f162381b/lib-either.json' from root:root to runner:runner
2025-08-20T22:33:40.6455333Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/either-88b71192f162381b' from root:root to runner:runner
2025-08-20T22:33:40.6456971Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-core-3916f069ff2d7d7f/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6459043Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-core-3916f069ff2d7d7f/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6460802Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-core-3916f069ff2d7d7f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6462538Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-core-3916f069ff2d7d7f/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.6464190Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-core-3916f069ff2d7d7f' from root:root to runner:runner
2025-08-20T22:33:40.6465738Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/ucd-trie-56344b5ef67d5053/lib-ucd_trie' from root:root to runner:runner
2025-08-20T22:33:40.6467482Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/ucd-trie-56344b5ef67d5053/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6469340Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/ucd-trie-56344b5ef67d5053/lib-ucd_trie.json' from root:root to runner:runner
2025-08-20T22:33:40.6470964Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/ucd-trie-56344b5ef67d5053/dep-lib-ucd_trie' from root:root to runner:runner
2025-08-20T22:33:40.6472518Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/ucd-trie-56344b5ef67d5053' from root:root to runner:runner
2025-08-20T22:33:40.6474207Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-f1ab0167914e7434/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.6476033Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-f1ab0167914e7434/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6477805Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-f1ab0167914e7434' from root:root to runner:runner
2025-08-20T22:33:40.6479582Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/zerocopy-3cd47793a0d9e53a/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6481368Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/zerocopy-3cd47793a0d9e53a/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6483075Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/zerocopy-3cd47793a0d9e53a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6484824Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/zerocopy-3cd47793a0d9e53a/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.6486463Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/zerocopy-3cd47793a0d9e53a' from root:root to runner:runner
2025-08-20T22:33:40.6488121Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/paste-c348a1cb2397d6ad/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.6490020Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/paste-c348a1cb2397d6ad/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6491628Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/paste-c348a1cb2397d6ad' from root:root to runner:runner
2025-08-20T22:33:40.6493381Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/arg_enum_proc_macro-c808f902ee01efed/dep-lib-arg_enum_proc_macro' from root:root to runner:runner
2025-08-20T22:33:40.6495132Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/arg_enum_proc_macro-c808f902ee01efed/lib-arg_enum_proc_macro.json' from root:root to runner:runner
2025-08-20T22:33:40.6496875Z [00:05:03.105]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/arg_enum_proc_macro-c808f902ee01efed/lib-arg_enum_proc_macro' from root:root to runner:runner
2025-08-20T22:33:40.6498845Z [00:05:03.106]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/arg_enum_proc_macro-c808f902ee01efed/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6501235Z [00:05:03.106]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/arg_enum_proc_macro-c808f902ee01efed' from root:root to runner:runner
2025-08-20T22:33:40.6502865Z [00:05:03.106]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/jobserver-0f5630bb90705cae/lib-jobserver' from root:root to runner:runner
2025-08-20T22:33:40.6504728Z [00:05:03.106]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/jobserver-0f5630bb90705cae/lib-jobserver.json' from root:root to runner:runner
2025-08-20T22:33:40.6506400Z [00:05:03.106]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/jobserver-0f5630bb90705cae/dep-lib-jobserver' from root:root to runner:runner
2025-08-20T22:33:40.6508034Z [00:05:03.106]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/jobserver-0f5630bb90705cae/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6509836Z [00:05:03.106]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/jobserver-0f5630bb90705cae' from root:root to runner:runner
2025-08-20T22:33:40.6511498Z [00:05:03.106]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6513308Z [00:05:03.106]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6515035Z [00:05:03.106]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6516785Z [00:05:03.106]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.6518537Z [00:05:03.106]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558' from root:root to runner:runner
2025-08-20T22:33:40.6520315Z [00:05:03.106]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-epoch-79c861795a95e255/lib-crossbeam_epoch.json' from root:root to runner:runner
2025-08-20T22:33:40.6522036Z [00:05:03.106]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-epoch-79c861795a95e255/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6523756Z [00:05:03.106]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-epoch-79c861795a95e255/dep-lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T22:33:40.6525476Z [00:05:03.106]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-epoch-79c861795a95e255/lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T22:33:40.6527099Z [00:05:03.106]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-epoch-79c861795a95e255' from root:root to runner:runner
2025-08-20T22:33:40.6528856Z [00:05:03.106]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6530731Z [00:05:03.106]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6532432Z [00:05:03.106]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6534132Z [00:05:03.106]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.6535756Z [00:05:03.106]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4' from root:root to runner:runner
2025-08-20T22:33:40.6537285Z [00:05:03.106]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/nasm-rs-e8ea9d76daecd1cd/lib-nasm_rs' from root:root to runner:runner
2025-08-20T22:33:40.6539162Z [00:05:03.106]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/nasm-rs-e8ea9d76daecd1cd/dep-lib-nasm_rs' from root:root to runner:runner
2025-08-20T22:33:40.6540797Z [00:05:03.106]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/nasm-rs-e8ea9d76daecd1cd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6542417Z [00:05:03.106]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/nasm-rs-e8ea9d76daecd1cd/lib-nasm_rs.json' from root:root to runner:runner
2025-08-20T22:33:40.6543958Z [00:05:03.106]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/nasm-rs-e8ea9d76daecd1cd' from root:root to runner:runner
2025-08-20T22:33:40.6545648Z [00:05:03.106]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest-d1a9fa724d91be2b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6547229Z [00:05:03.107]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest-d1a9fa724d91be2b/dep-lib-pest' from root:root to runner:runner
2025-08-20T22:33:40.6549011Z [00:05:03.107]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest-d1a9fa724d91be2b/lib-pest' from root:root to runner:runner
2025-08-20T22:33:40.6550572Z [00:05:03.107]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest-d1a9fa724d91be2b/lib-pest.json' from root:root to runner:runner
2025-08-20T22:33:40.6552089Z [00:05:03.107]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest-d1a9fa724d91be2b' from root:root to runner:runner
2025-08-20T22:33:40.6553760Z [00:05:03.107]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/proc-macro2-d6f1bc0d5bcb64e4/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.6555722Z [00:05:03.107]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/proc-macro2-d6f1bc0d5bcb64e4/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6557397Z [00:05:03.107]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/proc-macro2-d6f1bc0d5bcb64e4' from root:root to runner:runner
2025-08-20T22:33:40.6559095Z [00:05:03.107]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/num-derive-07d47fdaadef0401/lib-num_derive' from root:root to runner:runner
2025-08-20T22:33:40.6560732Z [00:05:03.107]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/num-derive-07d47fdaadef0401/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6562397Z [00:05:03.107]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/num-derive-07d47fdaadef0401/dep-lib-num_derive' from root:root to runner:runner
2025-08-20T22:33:40.6564061Z [00:05:03.107]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/num-derive-07d47fdaadef0401/lib-num_derive.json' from root:root to runner:runner
2025-08-20T22:33:40.6565631Z [00:05:03.107]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/num-derive-07d47fdaadef0401' from root:root to runner:runner
2025-08-20T22:33:40.6567211Z [00:05:03.107]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/strum_macros-3d48340ed72579a2/lib-strum_macros' from root:root to runner:runner
2025-08-20T22:33:40.6568964Z [00:05:03.107]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/strum_macros-3d48340ed72579a2/lib-strum_macros.json' from root:root to runner:runner
2025-08-20T22:33:40.6571436Z [00:05:03.107]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/strum_macros-3d48340ed72579a2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6573114Z [00:05:03.107]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/strum_macros-3d48340ed72579a2/dep-lib-strum_macros' from root:root to runner:runner
2025-08-20T22:33:40.6574708Z [00:05:03.107]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/strum_macros-3d48340ed72579a2' from root:root to runner:runner
2025-08-20T22:33:40.6576253Z [00:05:03.107]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/lib-quote.json' from root:root to runner:runner
2025-08-20T22:33:40.6577858Z [00:05:03.107]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6579679Z [00:05:03.107]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/lib-quote' from root:root to runner:runner
2025-08-20T22:33:40.6581375Z [00:05:03.107]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/dep-lib-quote' from root:root to runner:runner
2025-08-20T22:33:40.6582902Z [00:05:03.107]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433' from root:root to runner:runner
2025-08-20T22:33:40.6584578Z [00:05:03.107]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-core-e8183f584332badd/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.6586407Z [00:05:03.107]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-core-e8183f584332badd/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6588055Z [00:05:03.107]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-core-e8183f584332badd' from root:root to runner:runner
2025-08-20T22:33:40.6589883Z [00:05:03.107]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/dep-lib-proc_macro2' from root:root to runner:runner
2025-08-20T22:33:40.6591554Z [00:05:03.107]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/lib-proc_macro2' from root:root to runner:runner
2025-08-20T22:33:40.6593192Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6594854Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/lib-proc_macro2.json' from root:root to runner:runner
2025-08-20T22:33:40.6596576Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441' from root:root to runner:runner
2025-08-20T22:33:40.6598213Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6600101Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6601803Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6603546Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.6605175Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c' from root:root to runner:runner
2025-08-20T22:33:40.6606843Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6608557Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/lib-paste.json' from root:root to runner:runner
2025-08-20T22:33:40.6610138Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/lib-paste' from root:root to runner:runner
2025-08-20T22:33:40.6611697Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/dep-lib-paste' from root:root to runner:runner
2025-08-20T22:33:40.6613224Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195' from root:root to runner:runner
2025-08-20T22:33:40.6614765Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libc-e16072cbf181c20c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6616330Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libc-e16072cbf181c20c/lib-libc' from root:root to runner:runner
2025-08-20T22:33:40.6617871Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libc-e16072cbf181c20c/dep-lib-libc' from root:root to runner:runner
2025-08-20T22:33:40.6619703Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libc-e16072cbf181c20c/lib-libc.json' from root:root to runner:runner
2025-08-20T22:33:40.6621208Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libc-e16072cbf181c20c' from root:root to runner:runner
2025-08-20T22:33:40.6622949Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rav1e-5be150a09f2b6706/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6624696Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rav1e-5be150a09f2b6706/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6626383Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rav1e-5be150a09f2b6706/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6628072Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rav1e-5be150a09f2b6706/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.6629905Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rav1e-5be150a09f2b6706' from root:root to runner:runner
2025-08-20T22:33:40.6631488Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6633307Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident.json' from root:root to runner:runner
2025-08-20T22:33:40.6635017Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/dep-lib-unicode_ident' from root:root to runner:runner
2025-08-20T22:33:40.6636696Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident' from root:root to runner:runner
2025-08-20T22:33:40.6639172Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb' from root:root to runner:runner
2025-08-20T22:33:40.6640791Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/syn-867c905d3bd646fc/dep-lib-syn' from root:root to runner:runner
2025-08-20T22:33:40.6642380Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/syn-867c905d3bd646fc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6643925Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/syn-867c905d3bd646fc/lib-syn' from root:root to runner:runner
2025-08-20T22:33:40.6645454Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/syn-867c905d3bd646fc/lib-syn.json' from root:root to runner:runner
2025-08-20T22:33:40.6646946Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/syn-867c905d3bd646fc' from root:root to runner:runner
2025-08-20T22:33:40.6648939Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6650743Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6652471Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6654194Z [00:05:03.108]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.6655845Z [00:05:03.109]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476' from root:root to runner:runner
2025-08-20T22:33:40.6657487Z [00:05:03.109]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/num-traits-e970a1edde1b78ae/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6659515Z [00:05:03.109]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/num-traits-e970a1edde1b78ae/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6661251Z [00:05:03.109]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/num-traits-e970a1edde1b78ae/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6662993Z [00:05:03.109]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/num-traits-e970a1edde1b78ae/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.6664638Z [00:05:03.109]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/num-traits-e970a1edde1b78ae' from root:root to runner:runner
2025-08-20T22:33:40.6666260Z [00:05:03.109]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libm-519f27182c8c8867/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6667996Z [00:05:03.109]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libm-519f27182c8c8867/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6669873Z [00:05:03.109]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libm-519f27182c8c8867/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6671567Z [00:05:03.109]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libm-519f27182c8c8867/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.6673159Z [00:05:03.109]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libm-519f27182c8c8867' from root:root to runner:runner
2025-08-20T22:33:40.6674888Z [00:05:03.109]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libc-882294858776d07b/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6676614Z [00:05:03.109]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libc-882294858776d07b/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6678402Z [00:05:03.109]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libc-882294858776d07b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6680270Z [00:05:03.109]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libc-882294858776d07b/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.6681881Z [00:05:03.109]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libc-882294858776d07b' from root:root to runner:runner
2025-08-20T22:33:40.6683397Z [00:05:03.109]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/built-f2440a92bc02a2e3/dep-lib-built' from root:root to runner:runner
2025-08-20T22:33:40.6685116Z [00:05:03.109]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/built-f2440a92bc02a2e3/lib-built.json' from root:root to runner:runner
2025-08-20T22:33:40.6686724Z [00:05:03.109]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/built-f2440a92bc02a2e3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6688414Z [00:05:03.109]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/built-f2440a92bc02a2e3/lib-built' from root:root to runner:runner
2025-08-20T22:33:40.6689919Z [00:05:03.109]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/built-f2440a92bc02a2e3' from root:root to runner:runner
2025-08-20T22:33:40.6691535Z [00:05:03.109]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-deque-3758c68181ca0475/dep-lib-crossbeam_deque' from root:root to runner:runner
2025-08-20T22:33:40.6693259Z [00:05:03.109]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-deque-3758c68181ca0475/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6694971Z [00:05:03.109]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-deque-3758c68181ca0475/lib-crossbeam_deque' from root:root to runner:runner
2025-08-20T22:33:40.6696700Z [00:05:03.109]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-deque-3758c68181ca0475/lib-crossbeam_deque.json' from root:root to runner:runner
2025-08-20T22:33:40.6698421Z [00:05:03.109]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-deque-3758c68181ca0475' from root:root to runner:runner
2025-08-20T22:33:40.6700131Z [00:05:03.109]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6701710Z [00:05:03.109]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/dep-lib-heck' from root:root to runner:runner
2025-08-20T22:33:40.6703283Z [00:05:03.110]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck.json' from root:root to runner:runner
2025-08-20T22:33:40.6704890Z [00:05:03.110]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck' from root:root to runner:runner
2025-08-20T22:33:40.6707101Z [00:05:03.110]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54' from root:root to runner:runner
2025-08-20T22:33:40.6708925Z [00:05:03.110]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-core-cf61c910e9e14178/lib-rayon_core.json' from root:root to runner:runner
2025-08-20T22:33:40.6710783Z [00:05:03.110]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-core-cf61c910e9e14178/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6712447Z [00:05:03.110]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-core-cf61c910e9e14178/dep-lib-rayon_core' from root:root to runner:runner
2025-08-20T22:33:40.6714088Z [00:05:03.110]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-core-cf61c910e9e14178/lib-rayon_core' from root:root to runner:runner
2025-08-20T22:33:40.6715643Z [00:05:03.110]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-core-cf61c910e9e14178' from root:root to runner:runner
2025-08-20T22:33:40.6717229Z [00:05:03.110]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest_derive-303a063f244e3a2a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6719165Z [00:05:03.110]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest_derive-303a063f244e3a2a/dep-lib-pest_derive' from root:root to runner:runner
2025-08-20T22:33:40.6720832Z [00:05:03.110]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest_derive-303a063f244e3a2a/lib-pest_derive' from root:root to runner:runner
2025-08-20T22:33:40.6722472Z [00:05:03.110]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest_derive-303a063f244e3a2a/lib-pest_derive.json' from root:root to runner:runner
2025-08-20T22:33:40.6724048Z [00:05:03.110]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest_derive-303a063f244e3a2a' from root:root to runner:runner
2025-08-20T22:33:40.6725893Z [00:05:03.110]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/profiling-procmacros-5b1b3d5c3a789cb8/dep-lib-profiling_procmacros' from root:root to runner:runner
2025-08-20T22:33:40.6727883Z [00:05:03.110]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/profiling-procmacros-5b1b3d5c3a789cb8/lib-profiling_procmacros.json' from root:root to runner:runner
2025-08-20T22:33:40.6729801Z [00:05:03.110]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/profiling-procmacros-5b1b3d5c3a789cb8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6731589Z [00:05:03.110]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/profiling-procmacros-5b1b3d5c3a789cb8/lib-profiling_procmacros' from root:root to runner:runner
2025-08-20T22:33:40.6733289Z [00:05:03.110]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/profiling-procmacros-5b1b3d5c3a789cb8' from root:root to runner:runner
2025-08-20T22:33:40.6735009Z [00:05:03.110]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6736971Z [00:05:03.110]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6738856Z [00:05:03.110]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6740649Z [00:05:03.110]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.6742345Z [00:05:03.110]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa' from root:root to runner:runner
2025-08-20T22:33:40.6744033Z [00:05:03.110]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libc-0cc8042981c71733/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.6745802Z [00:05:03.110]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libc-0cc8042981c71733/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6747394Z [00:05:03.110]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libc-0cc8042981c71733' from root:root to runner:runner
2025-08-20T22:33:40.6749175Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest_meta-cbf2108636d484b0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6750811Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest_meta-cbf2108636d484b0/lib-pest_meta' from root:root to runner:runner
2025-08-20T22:33:40.6752565Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest_meta-cbf2108636d484b0/dep-lib-pest_meta' from root:root to runner:runner
2025-08-20T22:33:40.6754189Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest_meta-cbf2108636d484b0/lib-pest_meta.json' from root:root to runner:runner
2025-08-20T22:33:40.6755759Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest_meta-cbf2108636d484b0' from root:root to runner:runner
2025-08-20T22:33:40.6757371Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-impl-00d3548b15cbc87b/dep-lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:33:40.6759387Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-impl-00d3548b15cbc87b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6761117Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-impl-00d3548b15cbc87b/lib-thiserror_impl' from root:root to runner:runner
2025-08-20T22:33:40.6762958Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-impl-00d3548b15cbc87b/lib-thiserror_impl.json' from root:root to runner:runner
2025-08-20T22:33:40.6764606Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-impl-00d3548b15cbc87b' from root:root to runner:runner
2025-08-20T22:33:40.6766228Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/simd_helpers-f47cf6fa9faf3704/dep-lib-simd_helpers' from root:root to runner:runner
2025-08-20T22:33:40.6767890Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/simd_helpers-f47cf6fa9faf3704/lib-simd_helpers' from root:root to runner:runner
2025-08-20T22:33:40.6769672Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/simd_helpers-f47cf6fa9faf3704/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6771347Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/simd_helpers-f47cf6fa9faf3704/lib-simd_helpers.json' from root:root to runner:runner
2025-08-20T22:33:40.6772944Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/simd_helpers-f47cf6fa9faf3704' from root:root to runner:runner
2025-08-20T22:33:40.6774757Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6777100Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6779096Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6780832Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.6782487Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96' from root:root to runner:runner
2025-08-20T22:33:40.6784094Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest_generator-dae1942c36ad2285/lib-pest_generator.json' from root:root to runner:runner
2025-08-20T22:33:40.6785792Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest_generator-dae1942c36ad2285/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6787462Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest_generator-dae1942c36ad2285/lib-pest_generator' from root:root to runner:runner
2025-08-20T22:33:40.6789534Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest_generator-dae1942c36ad2285/dep-lib-pest_generator' from root:root to runner:runner
2025-08-20T22:33:40.6791171Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest_generator-dae1942c36ad2285' from root:root to runner:runner
2025-08-20T22:33:40.6792810Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-utils-6b24d6f25fdf54a5/lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T22:33:40.6794510Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-utils-6b24d6f25fdf54a5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6796237Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-utils-6b24d6f25fdf54a5/dep-lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T22:33:40.6797985Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-utils-6b24d6f25fdf54a5/lib-crossbeam_utils.json' from root:root to runner:runner
2025-08-20T22:33:40.6799900Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-utils-6b24d6f25fdf54a5' from root:root to runner:runner
2025-08-20T22:33:40.6801486Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-f4ef4d468776b44f/dep-lib-rayon' from root:root to runner:runner
2025-08-20T22:33:40.6803086Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-f4ef4d468776b44f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6805074Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-f4ef4d468776b44f/lib-rayon.json' from root:root to runner:runner
2025-08-20T22:33:40.6806640Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-f4ef4d468776b44f/lib-rayon' from root:root to runner:runner
2025-08-20T22:33:40.6808146Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-f4ef4d468776b44f' from root:root to runner:runner
2025-08-20T22:33:40.6809966Z [00:05:03.111]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-utils-03182f7ab48a6063/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.6811844Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-utils-03182f7ab48a6063/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6813535Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-utils-03182f7ab48a6063' from root:root to runner:runner
2025-08-20T22:33:40.6815271Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-37529ed33101f8bc/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6816942Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-37529ed33101f8bc/lib-thiserror.json' from root:root to runner:runner
2025-08-20T22:33:40.6818691Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-37529ed33101f8bc/lib-thiserror' from root:root to runner:runner
2025-08-20T22:33:40.6820315Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-37529ed33101f8bc/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T22:33:40.6821885Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-37529ed33101f8bc' from root:root to runner:runner
2025-08-20T22:33:40.6823562Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/matrixmultiply-841ea3733991edc1/build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6825398Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/matrixmultiply-841ea3733991edc1/dep-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.6827156Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/matrixmultiply-841ea3733991edc1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6829164Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/matrixmultiply-841ea3733991edc1/build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.6831011Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/matrixmultiply-841ea3733991edc1' from root:root to runner:runner
2025-08-20T22:33:40.6832608Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/once_cell-4f22faca5dda740e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6834239Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/once_cell-4f22faca5dda740e/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T22:33:40.6835849Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/once_cell-4f22faca5dda740e/lib-once_cell' from root:root to runner:runner
2025-08-20T22:33:40.6837466Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/once_cell-4f22faca5dda740e/lib-once_cell.json' from root:root to runner:runner
2025-08-20T22:33:40.6839320Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/once_cell-4f22faca5dda740e' from root:root to runner:runner
2025-08-20T22:33:40.6841036Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/memchr-05ca04b75261ca49/dep-lib-memchr' from root:root to runner:runner
2025-08-20T22:33:40.6842666Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/memchr-05ca04b75261ca49/lib-memchr.json' from root:root to runner:runner
2025-08-20T22:33:40.6844990Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/memchr-05ca04b75261ca49/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6846579Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/memchr-05ca04b75261ca49/lib-memchr' from root:root to runner:runner
2025-08-20T22:33:40.6848097Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/memchr-05ca04b75261ca49' from root:root to runner:runner
2025-08-20T22:33:40.6849818Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/noop_proc_macro-7cb597fde7dfeb90/lib-noop_proc_macro' from root:root to runner:runner
2025-08-20T22:33:40.6851503Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/noop_proc_macro-7cb597fde7dfeb90/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6853198Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/noop_proc_macro-7cb597fde7dfeb90/dep-lib-noop_proc_macro' from root:root to runner:runner
2025-08-20T22:33:40.6854909Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/noop_proc_macro-7cb597fde7dfeb90/lib-noop_proc_macro.json' from root:root to runner:runner
2025-08-20T22:33:40.6856676Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/noop_proc_macro-7cb597fde7dfeb90' from root:root to runner:runner
2025-08-20T22:33:40.6858203Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/cc-174f090264b68311/dep-lib-cc' from root:root to runner:runner
2025-08-20T22:33:40.6859817Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/cc-174f090264b68311/lib-cc' from root:root to runner:runner
2025-08-20T22:33:40.6861354Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/cc-174f090264b68311/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6862904Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/cc-174f090264b68311/lib-cc.json' from root:root to runner:runner
2025-08-20T22:33:40.6864377Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/cc-174f090264b68311' from root:root to runner:runner
2025-08-20T22:33:40.6865738Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint' from root:root to runner:runner
2025-08-20T22:33:40.6867094Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release' from root:root to runner:runner
2025-08-20T22:33:40.6868667Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/examples' from root:root to runner:runner
2025-08-20T22:33:40.6870164Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/incremental' from root:root to runner:runner
2025-08-20T22:33:40.6871651Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/libimagineer.d' from root:root to runner:runner
2025-08-20T22:33:40.6873165Z [00:05:03.112]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/libimagineer.rlib' from root:root to runner:runner
2025-08-20T22:33:40.6874658Z [00:05:03.113]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' from root:root to runner:runner
2025-08-20T22:33:40.6876087Z [00:05:03.113]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/ig' from root:root to runner:runner
2025-08-20T22:33:40.6877605Z [00:05:03.113]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/out' from root:root to runner:runner
2025-08-20T22:33:40.6879545Z [00:05:03.113]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/output' from root:root to runner:runner
2025-08-20T22:33:40.6881258Z [00:05:03.113]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/root-output' from root:root to runner:runner
2025-08-20T22:33:40.6883148Z [00:05:03.113]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6884855Z [00:05:03.113]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/stderr' from root:root to runner:runner
2025-08-20T22:33:40.6886495Z [00:05:03.113]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47' from root:root to runner:runner
2025-08-20T22:33:40.6888165Z [00:05:03.113]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/out/tests.rs' from root:root to runner:runner
2025-08-20T22:33:40.6889973Z [00:05:03.113]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/out' from root:root to runner:runner
2025-08-20T22:33:40.6891755Z [00:05:03.113]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/output' from root:root to runner:runner
2025-08-20T22:33:40.6893460Z [00:05:03.113]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/root-output' from root:root to runner:runner
2025-08-20T22:33:40.6895200Z [00:05:03.113]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6896910Z [00:05:03.113]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/stderr' from root:root to runner:runner
2025-08-20T22:33:40.6898662Z [00:05:03.113]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f' from root:root to runner:runner
2025-08-20T22:33:40.6900279Z [00:05:03.113]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libm-49762b729fd37d62/out' from root:root to runner:runner
2025-08-20T22:33:40.6901910Z [00:05:03.113]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libm-49762b729fd37d62/output' from root:root to runner:runner
2025-08-20T22:33:40.6903595Z [00:05:03.113]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libm-49762b729fd37d62/root-output' from root:root to runner:runner
2025-08-20T22:33:40.6905306Z [00:05:03.113]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libm-49762b729fd37d62/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6907161Z [00:05:03.113]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libm-49762b729fd37d62/stderr' from root:root to runner:runner
2025-08-20T22:33:40.6909009Z [00:05:03.113]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libm-49762b729fd37d62' from root:root to runner:runner
2025-08-20T22:33:40.6910666Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-cb2bfb305d5a7402/out' from root:root to runner:runner
2025-08-20T22:33:40.6913024Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-cb2bfb305d5a7402/output' from root:root to runner:runner
2025-08-20T22:33:40.6914762Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-cb2bfb305d5a7402/root-output' from root:root to runner:runner
2025-08-20T22:33:40.6916533Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-cb2bfb305d5a7402/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6918616Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-cb2bfb305d5a7402/stderr' from root:root to runner:runner
2025-08-20T22:33:40.6920371Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-cb2bfb305d5a7402' from root:root to runner:runner
2025-08-20T22:33:40.6922075Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/matrixmultiply-73f52107a96d898f/out' from root:root to runner:runner
2025-08-20T22:33:40.6923805Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/matrixmultiply-73f52107a96d898f/output' from root:root to runner:runner
2025-08-20T22:33:40.6925601Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/matrixmultiply-73f52107a96d898f/root-output' from root:root to runner:runner
2025-08-20T22:33:40.6927419Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/matrixmultiply-73f52107a96d898f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6929321Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/matrixmultiply-73f52107a96d898f/stderr' from root:root to runner:runner
2025-08-20T22:33:40.6931030Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/matrixmultiply-73f52107a96d898f' from root:root to runner:runner
2025-08-20T22:33:40.6932725Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/out' from root:root to runner:runner
2025-08-20T22:33:40.6934594Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/output' from root:root to runner:runner
2025-08-20T22:33:40.6936357Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/root-output' from root:root to runner:runner
2025-08-20T22:33:40.6938181Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6940081Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/stderr' from root:root to runner:runner
2025-08-20T22:33:40.6941791Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33' from root:root to runner:runner
2025-08-20T22:33:40.6943581Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/out' from root:root to runner:runner
2025-08-20T22:33:40.6945268Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/output' from root:root to runner:runner
2025-08-20T22:33:40.6946988Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/root-output' from root:root to runner:runner
2025-08-20T22:33:40.6948992Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6950739Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/stderr' from root:root to runner:runner
2025-08-20T22:33:40.6952399Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0' from root:root to runner:runner
2025-08-20T22:33:40.6954030Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-95a48d46f2dba40b/out' from root:root to runner:runner
2025-08-20T22:33:40.6955657Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-95a48d46f2dba40b/output' from root:root to runner:runner
2025-08-20T22:33:40.6957322Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-95a48d46f2dba40b/root-output' from root:root to runner:runner
2025-08-20T22:33:40.6959483Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-95a48d46f2dba40b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6961211Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-95a48d46f2dba40b/stderr' from root:root to runner:runner
2025-08-20T22:33:40.6962828Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-95a48d46f2dba40b' from root:root to runner:runner
2025-08-20T22:33:40.6964466Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/out' from root:root to runner:runner
2025-08-20T22:33:40.6966148Z [00:05:03.114]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/output' from root:root to runner:runner
2025-08-20T22:33:40.6967854Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/root-output' from root:root to runner:runner
2025-08-20T22:33:40.6969866Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6971611Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/stderr' from root:root to runner:runner
2025-08-20T22:33:40.6973279Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160' from root:root to runner:runner
2025-08-20T22:33:40.6974918Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-a044d05216782401/out' from root:root to runner:runner
2025-08-20T22:33:40.6976584Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-a044d05216782401/output' from root:root to runner:runner
2025-08-20T22:33:40.6978393Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-a044d05216782401/root-output' from root:root to runner:runner
2025-08-20T22:33:40.6980351Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-a044d05216782401/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6983660Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-a044d05216782401/stderr' from root:root to runner:runner
2025-08-20T22:33:40.6986770Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-a044d05216782401' from root:root to runner:runner
2025-08-20T22:33:40.6990395Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-56c4ac5c1b8b5a5f/out' from root:root to runner:runner
2025-08-20T22:33:40.6992226Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-56c4ac5c1b8b5a5f/output' from root:root to runner:runner
2025-08-20T22:33:40.6993972Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-56c4ac5c1b8b5a5f/root-output' from root:root to runner:runner
2025-08-20T22:33:40.6995732Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-56c4ac5c1b8b5a5f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.6997471Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-56c4ac5c1b8b5a5f/stderr' from root:root to runner:runner
2025-08-20T22:33:40.6999359Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-56c4ac5c1b8b5a5f' from root:root to runner:runner
2025-08-20T22:33:40.7001186Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/asm.hash' from root:root to runner:runner
2025-08-20T22:33:40.7002924Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/ipred_avx512.o' from root:root to runner:runner
2025-08-20T22:33:40.7004677Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/itx16_sse.o' from root:root to runner:runner
2025-08-20T22:33:40.7006404Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/ipred_sse.o' from root:root to runner:runner
2025-08-20T22:33:40.7008126Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/itx16_avx512.o' from root:root to runner:runner
2025-08-20T22:33:40.7010007Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/me.o' from root:root to runner:runner
2025-08-20T22:33:40.7011689Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/sad_plane.o' from root:root to runner:runner
2025-08-20T22:33:40.7013402Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/itx16_avx2.o' from root:root to runner:runner
2025-08-20T22:33:40.7015113Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/cdef_rav1e.o' from root:root to runner:runner
2025-08-20T22:33:40.7017026Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/looprestoration16_avx512.o' from root:root to runner:runner
2025-08-20T22:33:40.7018983Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/built.rs' from root:root to runner:runner
2025-08-20T22:33:40.7020694Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/mc_avx512.o' from root:root to runner:runner
2025-08-20T22:33:40.7022405Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/satd16_avx2.o' from root:root to runner:runner
2025-08-20T22:33:40.7024174Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/looprestoration16_sse.o' from root:root to runner:runner
2025-08-20T22:33:40.7026065Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/ipred16_sse.o' from root:root to runner:runner
2025-08-20T22:33:40.7027771Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/satd.o' from root:root to runner:runner
2025-08-20T22:33:40.7029837Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/mc16_avx512.o' from root:root to runner:runner
2025-08-20T22:33:40.7031544Z [00:05:03.115]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/sad_sse2.o' from root:root to runner:runner
2025-08-20T22:33:40.7033316Z [00:05:03.116]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/looprestoration16_avx2.o' from root:root to runner:runner
2025-08-20T22:33:40.7035098Z [00:05:03.116]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/cdef16_avx2.o' from root:root to runner:runner
2025-08-20T22:33:40.7036824Z [00:05:03.116]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/cdef16_avx512.o' from root:root to runner:runner
2025-08-20T22:33:40.7038733Z [00:05:03.116]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/itx_avx512.o' from root:root to runner:runner
2025-08-20T22:33:40.7040455Z [00:05:03.116]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/cdef16_sse.o' from root:root to runner:runner
2025-08-20T22:33:40.7042312Z [00:05:03.116]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/ipred16_avx2.o' from root:root to runner:runner
2025-08-20T22:33:40.7044029Z [00:05:03.116]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/cdef_dist.o' from root:root to runner:runner
2025-08-20T22:33:40.7045761Z [00:05:03.116]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/ipred16_avx512.o' from root:root to runner:runner
2025-08-20T22:33:40.7047488Z [00:05:03.116]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/mc_avx2.o' from root:root to runner:runner
2025-08-20T22:33:40.7049552Z [00:05:03.116]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/looprestoration_avx2.o' from root:root to runner:runner
2025-08-20T22:33:40.7052132Z [00:05:03.116]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/sad_avx.o' from root:root to runner:runner
2025-08-20T22:33:40.7053884Z [00:05:03.116]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/cdef_avx512.o' from root:root to runner:runner
2025-08-20T22:33:40.7055648Z [00:05:03.116]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/looprestoration_sse.o' from root:root to runner:runner
2025-08-20T22:33:40.7057395Z [00:05:03.116]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/itx_sse.o' from root:root to runner:runner
2025-08-20T22:33:40.7059417Z [00:05:03.116]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/mc16_avx2.o' from root:root to runner:runner
2025-08-20T22:33:40.7061160Z [00:05:03.116]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/cdef_avx2.o' from root:root to runner:runner
2025-08-20T22:33:40.7062866Z [00:05:03.116]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/mc_sse.o' from root:root to runner:runner
2025-08-20T22:33:40.7064570Z [00:05:03.116]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/cdef_sse.o' from root:root to runner:runner
2025-08-20T22:33:40.7066270Z [00:05:03.116]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/mc16_sse.o' from root:root to runner:runner
2025-08-20T22:33:40.7068113Z [00:05:03.116]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/itx_avx2.o' from root:root to runner:runner
2025-08-20T22:33:40.7070018Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/librav1easm.a' from root:root to runner:runner
2025-08-20T22:33:40.7071721Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/sse.o' from root:root to runner:runner
2025-08-20T22:33:40.7073468Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/looprestoration_avx512.o' from root:root to runner:runner
2025-08-20T22:33:40.7075241Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/ipred_avx2.o' from root:root to runner:runner
2025-08-20T22:33:40.7076947Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/config.asm' from root:root to runner:runner
2025-08-20T22:33:40.7079020Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/tables.o' from root:root to runner:runner
2025-08-20T22:33:40.7080711Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out' from root:root to runner:runner
2025-08-20T22:33:40.7082343Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/output' from root:root to runner:runner
2025-08-20T22:33:40.7084069Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/root-output' from root:root to runner:runner
2025-08-20T22:33:40.7086066Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.7087844Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/stderr' from root:root to runner:runner
2025-08-20T22:33:40.7089868Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120' from root:root to runner:runner
2025-08-20T22:33:40.7091497Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build' from root:root to runner:runner
2025-08-20T22:33:40.7093099Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/log-dba0b81633251c61.d' from root:root to runner:runner
2025-08-20T22:33:40.7095103Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder_lite-765096d82b0cbbc8.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7096892Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7099124Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libglobset-617bcc2a21083971.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7100988Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_bigint-cb591527576210be.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7102817Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-051a52216a6fef40.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7104685Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_epoch-a035f5c67ef4c95b.d' from root:root to runner:runner
2025-08-20T22:33:40.7106615Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfdeflate-4efacb705cfb79ab.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7108631Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pathdiff-88ecdc5c74fa8dd9.d' from root:root to runner:runner
2025-08-20T22:33:40.7110531Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/owned_ttf_parser-0fb036560e7a4980.d' from root:root to runner:runner
2025-08-20T22:33:40.7112354Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ab_glyph_rasterizer-04e594e7210d7f7f.d' from root:root to runner:runner
2025-08-20T22:33:40.7114183Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprofiling-fd54f094035687f4.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7116008Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitstream_io-96cf7aa119e4d40b.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7129683Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aligned_vec-3ebcee36330dfbf3.d' from root:root to runner:runner
2025-08-20T22:33:40.7131792Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-051a52216a6fef40.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7133488Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rayon-c64b9e90000a7a83.d' from root:root to runner:runner
2025-08-20T22:33:40.7135323Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_distr-de13d78f87f3df90.d' from root:root to runner:runner
2025-08-20T22:33:40.7136979Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libv_frame-a9c5faa922a56d62.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7138932Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-00d389add640b268.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7140642Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhalf-16f3566e307fcc5d.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7142302Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_wsl-a34b63b98b66bc19.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7143938Z [00:05:03.117]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/once_cell-5fd1cd482ab96496.d' from root:root to runner:runner
2025-08-20T22:33:40.7145730Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwide-1957c7ce05fb098e.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7147394Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bit_field-15dd8eade30f7cf8.d' from root:root to runner:runner
2025-08-20T22:33:40.7149218Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquick_error-4e47e91cacaebd2a.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7150933Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-96a6f2ba7cb4de82.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7153516Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/profiling-fd54f094035687f4.d' from root:root to runner:runner
2025-08-20T22:33:40.7156580Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_docker-38a6581dc886375f.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7159991Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libab_glyph-28f4b32ad296c909.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7163195Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-a636499d6b59e980.d' from root:root to runner:runner
2025-08-20T22:33:40.7166400Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-00d389add640b268.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7169974Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sic_core-f72b2d54631f164f.d' from root:root to runner:runner
2025-08-20T22:33:40.7172020Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpathdiff-88ecdc5c74fa8dd9.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7173715Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/color_quant-f84fea393e1a912c.d' from root:root to runner:runner
2025-08-20T22:33:40.7175400Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-8835d15668b9b1b2.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7177077Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7179179Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/qoi-b856b005bb838ad1.d' from root:root to runner:runner
2025-08-20T22:33:40.7180862Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblebe-1e614169d2ae4337.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7182484Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/exr-81929863cc1fddc6.d' from root:root to runner:runner
2025-08-20T22:33:40.7184123Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsafe_arch-f084da1e6749f3b6.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7185792Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitstream_io-96cf7aa119e4d40b.d' from root:root to runner:runner
2025-08-20T22:33:40.7187655Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-5fa7a1d2395e6fb1.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7190156Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-7b5683068a5fbbe0.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7191881Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-0e42a9ce5b007dcd.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7193610Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-9fe801ad6d679ba8.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7195461Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libapprox-3990463c14119429.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7197163Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-96a6f2ba7cb4de82.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7199183Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/imagineer-017e4eabb0f9c8a5.d' from root:root to runner:runner
2025-08-20T22:33:40.7200874Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libucd_trie-93eb925c100433f6.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7202542Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rawpointer-4f771b8d7f4b8f28.d' from root:root to runner:runner
2025-08-20T22:33:40.7204266Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzune_inflate-392a4ee2b24a4c0e.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7205979Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-e2f8831afb287d90.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7207649Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/textwrap-ccda0d97d1b4c7e0.d' from root:root to runner:runner
2025-08-20T22:33:40.7209482Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-fdfd9e62563524fe.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7211163Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-70e93713acfb7392.d' from root:root to runner:runner
2025-08-20T22:33:40.7213064Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmaybe_rayon-7ccb060308c276ab.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7215142Z [00:05:03.118]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquick_error-4e47e91cacaebd2a.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7216881Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-e442f7e70ccf8125.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7218831Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsafe_arch-f084da1e6749f3b6.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7220518Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand-9fe801ad6d679ba8.d' from root:root to runner:runner
2025-08-20T22:33:40.7222164Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_wsl-a34b63b98b66bc19.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7223873Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-546a989446c6c1ef.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7225723Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_core-f72b2d54631f164f.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7227432Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprofiling-fd54f094035687f4.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7229401Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/jpeg_decoder-a4d82ea99c8f5b4b.d' from root:root to runner:runner
2025-08-20T22:33:40.7231075Z [00:05:03.119]➜  ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimagineer-017e4eabb0f9c8a5.rlib' retained as runner:runner
2025-08-20T22:33:40.7232738Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/avif_serialize-c12f81d8460f1227.d' from root:root to runner:runner
2025-08-20T22:33:40.7234372Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/vec_map-825f544470f9189c.d' from root:root to runner:runner
2025-08-20T22:33:40.7235977Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/wide-1957c7ce05fb098e.d' from root:root to runner:runner
2025-08-20T22:33:40.7237608Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimage-8e25c13201311ee2.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7239367Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_docker-38a6581dc886375f.d' from root:root to runner:runner
2025-08-20T22:33:40.7241173Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-2eba59d70331c2e8.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7242878Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitstream_io-96cf7aa119e4d40b.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7244555Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/globwalk-23f656ed4a56c06f.d' from root:root to runner:runner
2025-08-20T22:33:40.7246209Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libignore-e4ccfd0776427459.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7247900Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_complex-2b3a10df6f1184ce.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7249681Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-dba0b81633251c61.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7251447Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgif-1b83bcd583c4eb76.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7253150Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-fdfd9e62563524fe.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7254846Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-2e74aaedee615d78.d' from root:root to runner:runner
2025-08-20T22:33:40.7256801Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num-6801fa805271c4a0.d' from root:root to runner:runner
2025-08-20T22:33:40.7259057Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libglobset-617bcc2a21083971.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7260777Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7262483Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-1c717d5d4fdd7665.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7264113Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ig-472ebcd660954d57.d' from root:root to runner:runner
2025-08-20T22:33:40.7265747Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libapprox-3990463c14119429.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7267554Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-dba0b81633251c61.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7269605Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzune_jpeg-eb6bd5c63eb7dc13.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7271550Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-546a989446c6c1ef.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7273258Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-9fe801ad6d679ba8.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7274926Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sic_cli_ops-8203a7ce3b33fa3a.d' from root:root to runner:runner
2025-08-20T22:33:40.7276553Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/typenum-1c717d5d4fdd7665.d' from root:root to runner:runner
2025-08-20T22:33:40.7278475Z [00:05:03.119]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libppv_lite86-25438787db61d65c.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7280189Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libweezl-a12aea31504cf83c.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7281854Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgif-1b83bcd583c4eb76.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7283497Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_bigint-cb591527576210be.d' from root:root to runner:runner
2025-08-20T22:33:40.7285178Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libowned_ttf_parser-0fb036560e7a4980.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7286896Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libglobwalk-23f656ed4a56c06f.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7288694Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librav1e-77fbce11557dd244.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7290405Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfdeflate-4efacb705cfb79ab.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7292070Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ansi_term-0bb655736fe41be1.d' from root:root to runner:runner
2025-08-20T22:33:40.7293875Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-2eba59d70331c2e8.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7295572Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-d76bd81076a1e444.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7297256Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libv_frame-a9c5faa922a56d62.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7299150Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpng-2eac31c8a4574b32.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7300822Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatty-789be686badb13a3.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7302470Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crc32fast-0e42a9ce5b007dcd.d' from root:root to runner:runner
2025-08-20T22:33:40.7304308Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolor_quant-f84fea393e1a912c.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7306034Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-5fd1cd482ab96496.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7307701Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum-6801fa805271c4a0.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7309663Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-9557ef2fa15a92cd.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7311332Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zune_core-e6fc3cb167da85a8.d' from root:root to runner:runner
2025-08-20T22:33:40.7312997Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-5076d539ea969c21.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7314655Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-21129c9a830bd18b.d' from root:root to runner:runner
2025-08-20T22:33:40.7316336Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libav1_grain-cf5621a29e6e9072.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7318043Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_complex-2b3a10df6f1184ce.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7320025Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libqoi-b856b005bb838ad1.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7321686Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_integer-31b461c7a714a5e5.d' from root:root to runner:runner
2025-08-20T22:33:40.7323315Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rgb-73e1782e69491839.d' from root:root to runner:runner
2025-08-20T22:33:40.7324953Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pest-b5199b82a487ca31.d' from root:root to runner:runner
2025-08-20T22:33:40.7327330Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-e4638d9ba5deda4a.d' from root:root to runner:runner
2025-08-20T22:33:40.7329137Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libttf_parser-63930bcf0be60e4b.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7330965Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-3435df82c70fdab2.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7332676Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-49f7d0eb9037e4a0.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7334333Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libm-f4a600466bcff4d3.d' from root:root to runner:runner
2025-08-20T22:33:40.7335974Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon-c64b9e90000a7a83.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7337674Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminimal_lexical-af26c987b8632de0.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7339585Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/half-16f3566e307fcc5d.d' from root:root to runner:runner
2025-08-20T22:33:40.7341232Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7342922Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-e442f7e70ccf8125.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7344599Z [00:05:03.120]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libravif-659c70898d9634bb.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7346386Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/same_file-d76bd81076a1e444.d' from root:root to runner:runner
2025-08-20T22:33:40.7348028Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-7b5683068a5fbbe0.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7350015Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/matrixmultiply-e34ab65443ae563a.d' from root:root to runner:runner
2025-08-20T22:33:40.7351695Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpng-2eac31c8a4574b32.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7353330Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/adler2-051a52216a6fef40.d' from root:root to runner:runner
2025-08-20T22:33:40.7355127Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzune_inflate-392a4ee2b24a4c0e.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7356830Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libucd_trie-93eb925c100433f6.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7358638Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnalgebra-756c90c250e78512.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7360318Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_io-ff638aff62ca6964.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7362013Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/debug_unreachable-4b427d1cf503cf08.d' from root:root to runner:runner
2025-08-20T22:33:40.7363693Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fdeflate-4efacb705cfb79ab.d' from root:root to runner:runner
2025-08-20T22:33:40.7365349Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_complex-2b3a10df6f1184ce.d' from root:root to runner:runner
2025-08-20T22:33:40.7367031Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libttf_parser-63930bcf0be60e4b.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7368800Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zerocopy-e442f7e70ccf8125.d' from root:root to runner:runner
2025-08-20T22:33:40.7370574Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strsim-5d4c9d32c66e4b9a.d' from root:root to runner:runner
2025-08-20T22:33:40.7372239Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-21129c9a830bd18b.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7373891Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-3435df82c70fdab2.d' from root:root to runner:runner
2025-08-20T22:33:40.7375519Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librgb-73e1782e69491839.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7377170Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_chacha-96a6f2ba7cb4de82.d' from root:root to runner:runner
2025-08-20T22:33:40.7379089Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libavif_serialize-c12f81d8460f1227.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7380985Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdebug_unreachable-4b427d1cf503cf08.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7382696Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nalgebra-756c90c250e78512.d' from root:root to runner:runner
2025-08-20T22:33:40.7384357Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libvec_map-825f544470f9189c.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7386049Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-5fd1cd482ab96496.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7387741Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_bigint-cb591527576210be.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7389700Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/imageproc-5827c974d8647302.d' from root:root to runner:runner
2025-08-20T22:33:40.7391372Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-6d7ab151145e8e68.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7393032Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/simd_adler32-b0f0af0960ffa0e9.d' from root:root to runner:runner
2025-08-20T22:33:40.7394902Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strum-e4696b1585164052.d' from root:root to runner:runner
2025-08-20T22:33:40.7397134Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum-6801fa805271c4a0.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7398950Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjpeg_decoder-a4d82ea99c8f5b4b.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7400663Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libloop9-246fbbdcd96786d4.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7402320Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libexr-81929863cc1fddc6.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7403996Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/smallvec-9557ef2fa15a92cd.d' from root:root to runner:runner
2025-08-20T22:33:40.7405789Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_cli_ops-8203a7ce3b33fa3a.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7407612Z [00:05:03.121]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_deque-0d1f152e6612a44b.d' from root:root to runner:runner
2025-08-20T22:33:40.7409423Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-3eadc3b0456328d6.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7411086Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_core-8835d15668b9b1b2.d' from root:root to runner:runner
2025-08-20T22:33:40.7412741Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_utils-fdfd9e62563524fe.d' from root:root to runner:runner
2025-08-20T22:33:40.7414425Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimage-8e25c13201311ee2.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7416077Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cfg_if-bef1311e07b34ff5.d' from root:root to runner:runner
2025-08-20T22:33:40.7417731Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimage_webp-59220010e4924396.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7419735Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-2e74aaedee615d78.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7421463Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_distr-de13d78f87f3df90.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7423354Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaligned_vec-3ebcee36330dfbf3.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7425062Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-9557ef2fa15a92cd.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7426729Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bstr-6d7ab151145e8e68.d' from root:root to runner:runner
2025-08-20T22:33:40.7428611Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_integer-31b461c7a714a5e5.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7430300Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ab_glyph-28f4b32ad296c909.d' from root:root to runner:runner
2025-08-20T22:33:40.7431906Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gif-1b83bcd583c4eb76.d' from root:root to runner:runner
2025-08-20T22:33:40.7433686Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtextwrap-ccda0d97d1b4c7e0.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7435439Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdebug_unreachable-4b427d1cf503cf08.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7437152Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/av1_grain-cf5621a29e6e9072.d' from root:root to runner:runner
2025-08-20T22:33:40.7438923Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhalf-16f3566e307fcc5d.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7440638Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminimal_lexical-af26c987b8632de0.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7442377Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_integer-31b461c7a714a5e5.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7444032Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/weezl-a12aea31504cf83c.d' from root:root to runner:runner
2025-08-20T22:33:40.7445643Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/image-8e25c13201311ee2.d' from root:root to runner:runner
2025-08-20T22:33:40.7447281Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwide-1957c7ce05fb098e.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7449223Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_image_engine-f12deb0e30fb9455.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7450925Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon-c64b9e90000a7a83.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7452614Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimageproc-5827c974d8647302.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7454337Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libavif_serialize-c12f81d8460f1227.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7456082Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_deque-0d1f152e6612a44b.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7457781Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zune_inflate-392a4ee2b24a4c0e.d' from root:root to runner:runner
2025-08-20T22:33:40.7459808Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayvec-f96ac1e1d2428221.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7461512Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimgref-3168d993b5ccd261.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7463363Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnom-bd2e96c24f0c694f.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7466350Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/open-bd17d4f0f54ddfee.d' from root:root to runner:runner
2025-08-20T22:33:40.7468202Z [00:05:03.122]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatrixmultiply-e34ab65443ae563a.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7470217Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-0e42a9ce5b007dcd.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7471902Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblebe-1e614169d2ae4337.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7473591Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_iter-f80b03b59d264447.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7475259Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatty-789be686badb13a3.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7477080Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libloop9-246fbbdcd96786d4.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7478878Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbit_field-15dd8eade30f7cf8.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7480586Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytemuck-b9f7623b1d972e40.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7482242Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/approx-3990463c14119429.d' from root:root to runner:runner
2025-08-20T22:33:40.7483849Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tiff-a4c95f94be151885.d' from root:root to runner:runner
2025-08-20T22:33:40.7485619Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzune_jpeg-eb6bd5c63eb7dc13.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7487275Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/simba-36d4460f442e22d2.d' from root:root to runner:runner
2025-08-20T22:33:40.7489022Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpest-b5199b82a487ca31.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7490669Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ucd_trie-93eb925c100433f6.d' from root:root to runner:runner
2025-08-20T22:33:40.7492304Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ttf_parser-63930bcf0be60e4b.d' from root:root to runner:runner
2025-08-20T22:33:40.7493966Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_iter-f80b03b59d264447.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7495697Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-a035f5c67ef4c95b.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7497416Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7499357Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libweezl-a12aea31504cf83c.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7501035Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-e4696b1585164052.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7502830Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtiff-a4c95f94be151885.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7504526Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-3435df82c70fdab2.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7506181Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/quick_error-4e47e91cacaebd2a.d' from root:root to runner:runner
2025-08-20T22:33:40.7507838Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-e4696b1585164052.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7509782Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzune_core-e6fc3cb167da85a8.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7511598Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-5d4c9d32c66e4b9a.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7513308Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librawpointer-4f771b8d7f4b8f28.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7514995Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnom-bd2e96c24f0c694f.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7516627Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_wsl-a34b63b98b66bc19.d' from root:root to runner:runner
2025-08-20T22:33:40.7518406Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayvec-f96ac1e1d2428221.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7520111Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnalgebra-756c90c250e78512.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7521828Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimagineer-017e4eabb0f9c8a5.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7523517Z [00:05:03.123]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_io-ff638aff62ca6964.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7525193Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libansi_term-0bb655736fe41be1.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7527019Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librawpointer-4f771b8d7f4b8f28.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7528815Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibm-f4a600466bcff4d3.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7530622Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimd_adler32-b0f0af0960ffa0e9.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7532966Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-5d4c9d32c66e4b9a.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7534675Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_parser-bf358b1d0224ee0b.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7536411Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-a035f5c67ef4c95b.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7538479Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_parser-bf358b1d0224ee0b.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7540264Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaligned_vec-3ebcee36330dfbf3.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7541933Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anyhow-25b990e15e0f8fae.d' from root:root to runner:runner
2025-08-20T22:33:40.7543560Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/globset-617bcc2a21083971.d' from root:root to runner:runner
2025-08-20T22:33:40.7545207Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/getrandom-2eba59d70331c2e8.d' from root:root to runner:runner
2025-08-20T22:33:40.7546839Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/loop9-246fbbdcd96786d4.d' from root:root to runner:runner
2025-08-20T22:33:40.7548726Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7550423Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7552126Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimd_adler32-b0f0af0960ffa0e9.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7553957Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/byteorder_lite-765096d82b0cbbc8.d' from root:root to runner:runner
2025-08-20T22:33:40.7555614Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopen-bd17d4f0f54ddfee.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7557332Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatrixmultiply-e34ab65443ae563a.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7559166Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librav1e-77fbce11557dd244.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7560837Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/maybe_rayon-7ccb060308c276ab.d' from root:root to runner:runner
2025-08-20T22:33:40.7562554Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libab_glyph_rasterizer-04e594e7210d7f7f.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7564403Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libglobwalk-23f656ed4a56c06f.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7566113Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzune_core-e6fc3cb167da85a8.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7567814Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-21129c9a830bd18b.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7569603Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librgb-73e1782e69491839.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7571268Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_core-f72b2d54631f164f.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7572910Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sic_io-ff638aff62ca6964.d' from root:root to runner:runner
2025-08-20T22:33:40.7574599Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libab_glyph_rasterizer-04e594e7210d7f7f.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7576322Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-3eadc3b0456328d6.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7577995Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimage_webp-59220010e4924396.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7580051Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitertools-f97b2a161cb58ba6.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7581743Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/itertools-f97b2a161cb58ba6.d' from root:root to runner:runner
2025-08-20T22:33:40.7583446Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjpeg_decoder-a4d82ea99c8f5b4b.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7585117Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_traits-e2f8831afb287d90.d' from root:root to runner:runner
2025-08-20T22:33:40.7586788Z [00:05:03.124]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libppv_lite86-25438787db61d65c.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7588714Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libansi_term-0bb655736fe41be1.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7590561Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libab_glyph-28f4b32ad296c909.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7592237Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zune_jpeg-eb6bd5c63eb7dc13.d' from root:root to runner:runner
2025-08-20T22:33:40.7593908Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a636499d6b59e980.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7595566Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ravif-659c70898d9634bb.d' from root:root to runner:runner
2025-08-20T22:33:40.7597205Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-6d7ab151145e8e68.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7599733Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_cli_ops-8203a7ce3b33fa3a.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7601460Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitertools-f97b2a161cb58ba6.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7603172Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-1c717d5d4fdd7665.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7604910Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a636499d6b59e980.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7606749Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimba-36d4460f442e22d2.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7608591Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sic_parser-bf358b1d0224ee0b.d' from root:root to runner:runner
2025-08-20T22:33:40.7610414Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-5076d539ea969c21.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7612128Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_deque-0d1f152e6612a44b.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7613844Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-e2f8831afb287d90.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7615724Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-5fa7a1d2395e6fb1.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7617434Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-546a989446c6c1ef.d' from root:root to runner:runner
2025-08-20T22:33:40.7619379Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_rational-8c9d33d8418da75d.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7621115Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-2e74aaedee615d78.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7622800Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bytemuck-b9f7623b1d972e40.d' from root:root to runner:runner
2025-08-20T22:33:40.7624464Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibm-f4a600466bcff4d3.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7626118Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/walkdir-88db5996c083b63f.d' from root:root to runner:runner
2025-08-20T22:33:40.7627778Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimgref-3168d993b5ccd261.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7629562Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aho_corasick-49f7d0eb9037e4a0.d' from root:root to runner:runner
2025-08-20T22:33:40.7631339Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/flate2-3eadc3b0456328d6.d' from root:root to runner:runner
2025-08-20T22:33:40.7632945Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/atty-789be686badb13a3.d' from root:root to runner:runner
2025-08-20T22:33:40.7634606Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimageproc-5827c974d8647302.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7636336Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_image_engine-f12deb0e30fb9455.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7638025Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_iter-f80b03b59d264447.d' from root:root to runner:runner
2025-08-20T22:33:40.7639762Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/safe_arch-f084da1e6749f3b6.d' from root:root to runner:runner
2025-08-20T22:33:40.7641524Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libvec_map-825f544470f9189c.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7643193Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimba-36d4460f442e22d2.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7644856Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpest-b5199b82a487ca31.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7646519Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_width-5fa7a1d2395e6fb1.d' from root:root to runner:runner
2025-08-20T22:33:40.7648167Z [00:05:03.125]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/image_webp-59220010e4924396.d' from root:root to runner:runner
2025-08-20T22:33:40.7650060Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-7b5683068a5fbbe0.d' from root:root to runner:runner
2025-08-20T22:33:40.7651708Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libav1_grain-cf5621a29e6e9072.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7653411Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtextwrap-ccda0d97d1b4c7e0.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7655066Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nom-bd2e96c24f0c694f.d' from root:root to runner:runner
2025-08-20T22:33:40.7656826Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rayon_core-317bdce11de5a645.d' from root:root to runner:runner
2025-08-20T22:33:40.7658724Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-49f7d0eb9037e4a0.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7660450Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_distr-de13d78f87f3df90.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7662121Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/miniz_oxide-00d389add640b268.d' from root:root to runner:runner
2025-08-20T22:33:40.7663755Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/v_frame-a9c5faa922a56d62.d' from root:root to runner:runner
2025-08-20T22:33:40.7665442Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon_core-317bdce11de5a645.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7667933Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtiff-a4c95f94be151885.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7669775Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7671472Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-d76bd81076a1e444.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7673127Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rav1e-77fbce11557dd244.d' from root:root to runner:runner
2025-08-20T22:33:40.7674755Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/imgref-3168d993b5ccd261.d' from root:root to runner:runner
2025-08-20T22:33:40.7676395Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libexr-81929863cc1fddc6.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7678079Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpathdiff-88ecdc5c74fa8dd9.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7679894Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7681553Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ignore-e4ccfd0776427459.d' from root:root to runner:runner
2025-08-20T22:33:40.7683343Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmaybe_rayon-7ccb060308c276ab.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7685038Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libignore-e4ccfd0776427459.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7686698Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/arrayvec-f96ac1e1d2428221.d' from root:root to runner:runner
2025-08-20T22:33:40.7688621Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_docker-38a6581dc886375f.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7690359Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon_core-317bdce11de5a645.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7692096Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_rational-8c9d33d8418da75d.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7693827Z [00:05:03.126]➜  ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ig-472ebcd660954d57' retained as runner:runner
2025-08-20T22:33:40.7695444Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder_lite-765096d82b0cbbc8.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7697173Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytemuck-b9f7623b1d972e40.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7699078Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopen-bd17d4f0f54ddfee.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7700775Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-8835d15668b9b1b2.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7702418Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/png-2eac31c8a4574b32.d' from root:root to runner:runner
2025-08-20T22:33:40.7704085Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libravif-659c70898d9634bb.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7705768Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbit_field-15dd8eade30f7cf8.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7707487Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libowned_ttf_parser-0fb036560e7a4980.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7709416Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/either-5076d539ea969c21.d' from root:root to runner:runner
2025-08-20T22:33:40.7711073Z [00:05:03.126]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/minimal_lexical-af26c987b8632de0.d' from root:root to runner:runner
2025-08-20T22:33:40.7712769Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sic_image_engine-f12deb0e30fb9455.d' from root:root to runner:runner
2025-08-20T22:33:40.7714457Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolor_quant-f84fea393e1a912c.rlib' from root:root to runner:runner
2025-08-20T22:33:40.7716140Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libqoi-b856b005bb838ad1.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7717813Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rmeta' from root:root to runner:runner
2025-08-20T22:33:40.7719671Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lebe-1e614169d2ae4337.d' from root:root to runner:runner
2025-08-20T22:33:40.7721303Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ppv_lite86-25438787db61d65c.d' from root:root to runner:runner
2025-08-20T22:33:40.7722946Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_rational-8c9d33d8418da75d.d' from root:root to runner:runner
2025-08-20T22:33:40.7724477Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps' from root:root to runner:runner
2025-08-20T22:33:40.7726183Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minimal-lexical-af26c987b8632de0/lib-minimal_lexical.json' from root:root to runner:runner
2025-08-20T22:33:40.7728094Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minimal-lexical-af26c987b8632de0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.7730251Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minimal-lexical-af26c987b8632de0/lib-minimal_lexical' from root:root to runner:runner
2025-08-20T22:33:40.7732183Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minimal-lexical-af26c987b8632de0/dep-lib-minimal_lexical' from root:root to runner:runner
2025-08-20T22:33:40.7734868Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minimal-lexical-af26c987b8632de0' from root:root to runner:runner
2025-08-20T22:33:40.7736623Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-6801fa805271c4a0/dep-lib-num' from root:root to runner:runner
2025-08-20T22:33:40.7738587Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-6801fa805271c4a0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.7740362Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-6801fa805271c4a0/lib-num.json' from root:root to runner:runner
2025-08-20T22:33:40.7742094Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-6801fa805271c4a0/lib-num' from root:root to runner:runner
2025-08-20T22:33:40.7743750Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-6801fa805271c4a0' from root:root to runner:runner
2025-08-20T22:33:40.7745662Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1/dep-lib-unicode_width' from root:root to runner:runner
2025-08-20T22:33:40.7747567Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1/lib-unicode_width.json' from root:root to runner:runner
2025-08-20T22:33:40.7749565Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1/lib-unicode_width' from root:root to runner:runner
2025-08-20T22:33:40.7751431Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.7753216Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1' from root:root to runner:runner
2025-08-20T22:33:40.7754982Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-jpeg-eb6bd5c63eb7dc13/lib-zune_jpeg' from root:root to runner:runner
2025-08-20T22:33:40.7756807Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-jpeg-eb6bd5c63eb7dc13/dep-lib-zune_jpeg' from root:root to runner:runner
2025-08-20T22:33:40.7758729Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-jpeg-eb6bd5c63eb7dc13/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.7760687Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-jpeg-eb6bd5c63eb7dc13/lib-zune_jpeg.json' from root:root to runner:runner
2025-08-20T22:33:40.7762438Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-jpeg-eb6bd5c63eb7dc13' from root:root to runner:runner
2025-08-20T22:33:40.7764223Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.7766080Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/dep-lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:33:40.7767931Z [00:05:03.127]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/lib-regex_syntax' from root:root to runner:runner
2025-08-20T22:33:40.7770053Z [00:05:03.128]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/lib-regex_syntax.json' from root:root to runner:runner
2025-08-20T22:33:40.7771984Z [00:05:03.128]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980' from root:root to runner:runner
2025-08-20T22:33:40.7773776Z [00:05:03.128]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-ccda0d97d1b4c7e0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.7775611Z [00:05:03.128]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-ccda0d97d1b4c7e0/dep-lib-textwrap' from root:root to runner:runner
2025-08-20T22:33:40.7777418Z [00:05:03.128]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-ccda0d97d1b4c7e0/lib-textwrap' from root:root to runner:runner
2025-08-20T22:33:40.7779446Z [00:05:03.128]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-ccda0d97d1b4c7e0/lib-textwrap.json' from root:root to runner:runner
2025-08-20T22:33:40.7781199Z [00:05:03.128]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-ccda0d97d1b4c7e0' from root:root to runner:runner
2025-08-20T22:33:40.7782954Z [00:05:03.128]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.7784744Z [00:05:03.128]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/lib-walkdir' from root:root to runner:runner
2025-08-20T22:33:40.7786664Z [00:05:03.128]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/dep-lib-walkdir' from root:root to runner:runner
2025-08-20T22:33:40.7788567Z [00:05:03.128]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/lib-walkdir.json' from root:root to runner:runner
2025-08-20T22:33:40.7790300Z [00:05:03.128]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f' from root:root to runner:runner
2025-08-20T22:33:40.7792032Z [00:05:03.128]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/dep-lib-typenum' from root:root to runner:runner
2025-08-20T22:33:40.7793813Z [00:05:03.128]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/lib-typenum' from root:root to runner:runner
2025-08-20T22:33:40.7795600Z [00:05:03.128]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.7797529Z [00:05:03.128]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/lib-typenum.json' from root:root to runner:runner
2025-08-20T22:33:40.7799378Z [00:05:03.128]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665' from root:root to runner:runner
2025-08-20T22:33:40.7801753Z [00:05:03.128]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/qoi-b856b005bb838ad1/lib-qoi.json' from root:root to runner:runner
2025-08-20T22:33:40.7803505Z [00:05:03.128]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/qoi-b856b005bb838ad1/dep-lib-qoi' from root:root to runner:runner
2025-08-20T22:33:40.7805580Z [00:05:03.128]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/qoi-b856b005bb838ad1/lib-qoi' from root:root to runner:runner
2025-08-20T22:33:40.7807356Z [00:05:03.128]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/qoi-b856b005bb838ad1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.7809891Z [00:05:03.128]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/qoi-b856b005bb838ad1' from root:root to runner:runner
2025-08-20T22:33:40.7813259Z [00:05:03.128]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_core-f72b2d54631f164f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.7816150Z [00:05:03.128]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_core-f72b2d54631f164f/dep-lib-sic_core' from root:root to runner:runner
2025-08-20T22:33:40.7818186Z [00:05:03.128]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_core-f72b2d54631f164f/lib-sic_core.json' from root:root to runner:runner
2025-08-20T22:33:40.7820227Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_core-f72b2d54631f164f/lib-sic_core' from root:root to runner:runner
2025-08-20T22:33:40.7821979Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_core-f72b2d54631f164f' from root:root to runner:runner
2025-08-20T22:33:40.7823759Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitstream-io-96cf7aa119e4d40b/lib-bitstream_io' from root:root to runner:runner
2025-08-20T22:33:40.7825619Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitstream-io-96cf7aa119e4d40b/lib-bitstream_io.json' from root:root to runner:runner
2025-08-20T22:33:40.7827654Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitstream-io-96cf7aa119e4d40b/dep-lib-bitstream_io' from root:root to runner:runner
2025-08-20T22:33:40.7829654Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitstream-io-96cf7aa119e4d40b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.7831456Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitstream-io-96cf7aa119e4d40b' from root:root to runner:runner
2025-08-20T22:33:40.7833278Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-lite-765096d82b0cbbc8/dep-lib-byteorder_lite' from root:root to runner:runner
2025-08-20T22:33:40.7835159Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-lite-765096d82b0cbbc8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.7837047Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-lite-765096d82b0cbbc8/lib-byteorder_lite.json' from root:root to runner:runner
2025-08-20T22:33:40.7839021Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-lite-765096d82b0cbbc8/lib-byteorder_lite' from root:root to runner:runner
2025-08-20T22:33:40.7840819Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-lite-765096d82b0cbbc8' from root:root to runner:runner
2025-08-20T22:33:40.7842739Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-2eba59d70331c2e8/dep-lib-getrandom' from root:root to runner:runner
2025-08-20T22:33:40.7844557Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-2eba59d70331c2e8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.7846365Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-2eba59d70331c2e8/lib-getrandom' from root:root to runner:runner
2025-08-20T22:33:40.7848175Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-2eba59d70331c2e8/lib-getrandom.json' from root:root to runner:runner
2025-08-20T22:33:40.7850219Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-2eba59d70331c2e8' from root:root to runner:runner
2025-08-20T22:33:40.7851981Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-integer-31b461c7a714a5e5/lib-num_integer' from root:root to runner:runner
2025-08-20T22:33:40.7853927Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-integer-31b461c7a714a5e5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.7855780Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-integer-31b461c7a714a5e5/lib-num_integer.json' from root:root to runner:runner
2025-08-20T22:33:40.7857614Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-integer-31b461c7a714a5e5/dep-lib-num_integer' from root:root to runner:runner
2025-08-20T22:33:40.7859626Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-integer-31b461c7a714a5e5' from root:root to runner:runner
2025-08-20T22:33:40.7861507Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-b9f338d7e1074f47/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.7863489Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-b9f338d7e1074f47/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.7865277Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-b9f338d7e1074f47' from root:root to runner:runner
2025-08-20T22:33:40.7867120Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-536eddb43829ed4f/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.7869357Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-536eddb43829ed4f/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.7871154Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-536eddb43829ed4f' from root:root to runner:runner
2025-08-20T22:33:40.7872889Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.7875399Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/lib-cfg_if' from root:root to runner:runner
2025-08-20T22:33:40.7877202Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/dep-lib-cfg_if' from root:root to runner:runner
2025-08-20T22:33:40.7879080Z [00:05:03.129]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/lib-cfg_if.json' from root:root to runner:runner
2025-08-20T22:33:40.7880924Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5' from root:root to runner:runner
2025-08-20T22:33:40.7882643Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-3435df82c70fdab2/dep-lib-clap' from root:root to runner:runner
2025-08-20T22:33:40.7884406Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-3435df82c70fdab2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.7886167Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-3435df82c70fdab2/lib-clap.json' from root:root to runner:runner
2025-08-20T22:33:40.7887883Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-3435df82c70fdab2/lib-clap' from root:root to runner:runner
2025-08-20T22:33:40.7889843Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-3435df82c70fdab2' from root:root to runner:runner
2025-08-20T22:33:40.7891549Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gif-1b83bcd583c4eb76/dep-lib-gif' from root:root to runner:runner
2025-08-20T22:33:40.7893306Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gif-1b83bcd583c4eb76/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.7895183Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gif-1b83bcd583c4eb76/lib-gif' from root:root to runner:runner
2025-08-20T22:33:40.7896887Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gif-1b83bcd583c4eb76/lib-gif.json' from root:root to runner:runner
2025-08-20T22:33:40.7898774Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gif-1b83bcd583c4eb76' from root:root to runner:runner
2025-08-20T22:33:40.7900482Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-051a52216a6fef40/lib-adler2' from root:root to runner:runner
2025-08-20T22:33:40.7902246Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-051a52216a6fef40/dep-lib-adler2' from root:root to runner:runner
2025-08-20T22:33:40.7904051Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-051a52216a6fef40/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.7905965Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-051a52216a6fef40/lib-adler2.json' from root:root to runner:runner
2025-08-20T22:33:40.7907671Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-051a52216a6fef40' from root:root to runner:runner
2025-08-20T22:33:40.7909474Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atty-789be686badb13a3/lib-atty' from root:root to runner:runner
2025-08-20T22:33:40.7911196Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atty-789be686badb13a3/dep-lib-atty' from root:root to runner:runner
2025-08-20T22:33:40.7912953Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atty-789be686badb13a3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.7914711Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atty-789be686badb13a3/lib-atty.json' from root:root to runner:runner
2025-08-20T22:33:40.7916390Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atty-789be686badb13a3' from root:root to runner:runner
2025-08-20T22:33:40.7918128Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-9557ef2fa15a92cd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.7920050Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-9557ef2fa15a92cd/lib-smallvec' from root:root to runner:runner
2025-08-20T22:33:40.7921984Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-9557ef2fa15a92cd/dep-lib-smallvec' from root:root to runner:runner
2025-08-20T22:33:40.7923791Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-9557ef2fa15a92cd/lib-smallvec.json' from root:root to runner:runner
2025-08-20T22:33:40.7925529Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-9557ef2fa15a92cd' from root:root to runner:runner
2025-08-20T22:33:40.7927328Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/avif-serialize-c12f81d8460f1227/dep-lib-avif_serialize' from root:root to runner:runner
2025-08-20T22:33:40.7929526Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/avif-serialize-c12f81d8460f1227/lib-avif_serialize.json' from root:root to runner:runner
2025-08-20T22:33:40.7931592Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/avif-serialize-c12f81d8460f1227/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.7933477Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/avif-serialize-c12f81d8460f1227/lib-avif_serialize' from root:root to runner:runner
2025-08-20T22:33:40.7935273Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/avif-serialize-c12f81d8460f1227' from root:root to runner:runner
2025-08-20T22:33:40.7937017Z [00:05:03.130]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-c64b9e90000a7a83/dep-lib-rayon' from root:root to runner:runner
2025-08-20T22:33:40.7939018Z [00:05:03.131]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-c64b9e90000a7a83/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.7940805Z [00:05:03.131]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-c64b9e90000a7a83/lib-rayon.json' from root:root to runner:runner
2025-08-20T22:33:40.7943251Z [00:05:03.131]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-c64b9e90000a7a83/lib-rayon' from root:root to runner:runner
2025-08-20T22:33:40.7944977Z [00:05:03.131]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-c64b9e90000a7a83' from root:root to runner:runner
2025-08-20T22:33:40.7946734Z [00:05:03.131]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-00d389add640b268/lib-miniz_oxide.json' from root:root to runner:runner
2025-08-20T22:33:40.7948858Z [00:05:03.131]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-00d389add640b268/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.7950678Z [00:05:03.131]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-00d389add640b268/lib-miniz_oxide' from root:root to runner:runner
2025-08-20T22:33:40.7952504Z [00:05:03.131]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-00d389add640b268/dep-lib-miniz_oxide' from root:root to runner:runner
2025-08-20T22:33:40.7954264Z [00:05:03.131]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-00d389add640b268' from root:root to runner:runner
2025-08-20T22:33:40.7956024Z [00:05:03.131]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pathdiff-88ecdc5c74fa8dd9/lib-pathdiff.json' from root:root to runner:runner
2025-08-20T22:33:40.7957944Z [00:05:03.131]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pathdiff-88ecdc5c74fa8dd9/lib-pathdiff' from root:root to runner:runner
2025-08-20T22:33:40.7959855Z [00:05:03.131]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pathdiff-88ecdc5c74fa8dd9/dep-lib-pathdiff' from root:root to runner:runner
2025-08-20T22:33:40.7961675Z [00:05:03.131]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pathdiff-88ecdc5c74fa8dd9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.7963415Z [00:05:03.131]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pathdiff-88ecdc5c74fa8dd9' from root:root to runner:runner
2025-08-20T22:33:40.7965146Z [00:05:03.131]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/image-8e25c13201311ee2/lib-image.json' from root:root to runner:runner
2025-08-20T22:33:40.7966890Z [00:05:03.131]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/image-8e25c13201311ee2/lib-image' from root:root to runner:runner
2025-08-20T22:33:40.7968890Z [00:05:03.131]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/image-8e25c13201311ee2/dep-lib-image' from root:root to runner:runner
2025-08-20T22:33:40.7970692Z [00:05:03.131]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/image-8e25c13201311ee2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.7972405Z [00:05:03.131]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/image-8e25c13201311ee2' from root:root to runner:runner
2025-08-20T22:33:40.7974282Z [00:05:03.131]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_cli_ops-8203a7ce3b33fa3a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.7976087Z [00:05:03.131]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_cli_ops-8203a7ce3b33fa3a/lib-sic_cli_ops' from root:root to runner:runner
2025-08-20T22:33:40.7977908Z [00:05:03.131]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_cli_ops-8203a7ce3b33fa3a/dep-lib-sic_cli_ops' from root:root to runner:runner
2025-08-20T22:33:40.7979972Z [00:05:03.131]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_cli_ops-8203a7ce3b33fa3a/lib-sic_cli_ops.json' from root:root to runner:runner
2025-08-20T22:33:40.7981717Z [00:05:03.131]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_cli_ops-8203a7ce3b33fa3a' from root:root to runner:runner
2025-08-20T22:33:40.7983695Z [00:05:03.131]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libm-49762b729fd37d62/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.7985658Z [00:05:03.131]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libm-49762b729fd37d62/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.7987440Z [00:05:03.131]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libm-49762b729fd37d62' from root:root to runner:runner
2025-08-20T22:33:40.7989423Z [00:05:03.131]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-cb2bfb305d5a7402/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.7991442Z [00:05:03.131]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-cb2bfb305d5a7402/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.7993283Z [00:05:03.131]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-cb2bfb305d5a7402' from root:root to runner:runner
2025-08-20T22:33:40.7995033Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_distr-de13d78f87f3df90/lib-rand_distr' from root:root to runner:runner
2025-08-20T22:33:40.7996854Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_distr-de13d78f87f3df90/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.7998774Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_distr-de13d78f87f3df90/lib-rand_distr.json' from root:root to runner:runner
2025-08-20T22:33:40.8000730Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_distr-de13d78f87f3df90/dep-lib-rand_distr' from root:root to runner:runner
2025-08-20T22:33:40.8002478Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_distr-de13d78f87f3df90' from root:root to runner:runner
2025-08-20T22:33:40.8004238Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imgref-3168d993b5ccd261/lib-imgref.json' from root:root to runner:runner
2025-08-20T22:33:40.8006035Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imgref-3168d993b5ccd261/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8007811Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imgref-3168d993b5ccd261/dep-lib-imgref' from root:root to runner:runner
2025-08-20T22:33:40.8010458Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imgref-3168d993b5ccd261/lib-imgref' from root:root to runner:runner
2025-08-20T22:33:40.8012186Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imgref-3168d993b5ccd261' from root:root to runner:runner
2025-08-20T22:33:40.8013926Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/vec_map-825f544470f9189c/lib-vec_map.json' from root:root to runner:runner
2025-08-20T22:33:40.8015707Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/vec_map-825f544470f9189c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8017497Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/vec_map-825f544470f9189c/dep-lib-vec_map' from root:root to runner:runner
2025-08-20T22:33:40.8019603Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/vec_map-825f544470f9189c/lib-vec_map' from root:root to runner:runner
2025-08-20T22:33:40.8021308Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/vec_map-825f544470f9189c' from root:root to runner:runner
2025-08-20T22:33:40.8023064Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-21129c9a830bd18b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8024892Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-21129c9a830bd18b/lib-thiserror.json' from root:root to runner:runner
2025-08-20T22:33:40.8026882Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-21129c9a830bd18b/lib-thiserror' from root:root to runner:runner
2025-08-20T22:33:40.8028920Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-21129c9a830bd18b/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T22:33:40.8030697Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-21129c9a830bd18b' from root:root to runner:runner
2025-08-20T22:33:40.8032445Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-5d4c9d32c66e4b9a/lib-strsim.json' from root:root to runner:runner
2025-08-20T22:33:40.8034233Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-5d4c9d32c66e4b9a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8036120Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-5d4c9d32c66e4b9a/lib-strsim' from root:root to runner:runner
2025-08-20T22:33:40.8037895Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-5d4c9d32c66e4b9a/dep-lib-strsim' from root:root to runner:runner
2025-08-20T22:33:40.8039737Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-5d4c9d32c66e4b9a' from root:root to runner:runner
2025-08-20T22:33:40.8041483Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imagineer-017e4eabb0f9c8a5/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8043322Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imagineer-017e4eabb0f9c8a5/lib-imagineer.json' from root:root to runner:runner
2025-08-20T22:33:40.8045150Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imagineer-017e4eabb0f9c8a5/dep-lib-imagineer' from root:root to runner:runner
2025-08-20T22:33:40.8046958Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imagineer-017e4eabb0f9c8a5/lib-imagineer' from root:root to runner:runner
2025-08-20T22:33:40.8048787Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imagineer-017e4eabb0f9c8a5' from root:root to runner:runner
2025-08-20T22:33:40.8050537Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_parser-bf358b1d0224ee0b/lib-sic_parser' from root:root to runner:runner
2025-08-20T22:33:40.8052490Z [00:05:03.132]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_parser-bf358b1d0224ee0b/lib-sic_parser.json' from root:root to runner:runner
2025-08-20T22:33:40.8054314Z [00:05:03.133]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_parser-bf358b1d0224ee0b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8056138Z [00:05:03.133]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_parser-bf358b1d0224ee0b/dep-lib-sic_parser' from root:root to runner:runner
2025-08-20T22:33:40.8057967Z [00:05:03.133]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_parser-bf358b1d0224ee0b/output-lib-sic_parser' from root:root to runner:runner
2025-08-20T22:33:40.8060049Z [00:05:03.133]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_parser-bf358b1d0224ee0b' from root:root to runner:runner
2025-08-20T22:33:40.8061940Z [00:05:03.133]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/safe_arch-f084da1e6749f3b6/dep-lib-safe_arch' from root:root to runner:runner
2025-08-20T22:33:40.8063754Z [00:05:03.133]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/safe_arch-f084da1e6749f3b6/lib-safe_arch.json' from root:root to runner:runner
2025-08-20T22:33:40.8065571Z [00:05:03.133]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/safe_arch-f084da1e6749f3b6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8067363Z [00:05:03.133]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/safe_arch-f084da1e6749f3b6/lib-safe_arch' from root:root to runner:runner
2025-08-20T22:33:40.8069197Z [00:05:03.133]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/safe_arch-f084da1e6749f3b6' from root:root to runner:runner
2025-08-20T22:33:40.8070942Z [00:05:03.133]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-0e42a9ce5b007dcd/lib-crc32fast' from root:root to runner:runner
2025-08-20T22:33:40.8072758Z [00:05:03.133]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-0e42a9ce5b007dcd/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8074585Z [00:05:03.133]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-0e42a9ce5b007dcd/dep-lib-crc32fast' from root:root to runner:runner
2025-08-20T22:33:40.8076751Z [00:05:03.133]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-0e42a9ce5b007dcd/lib-crc32fast.json' from root:root to runner:runner
2025-08-20T22:33:40.8079109Z [00:05:03.133]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-0e42a9ce5b007dcd' from root:root to runner:runner
2025-08-20T22:33:40.8080889Z [00:05:03.133]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jpeg-decoder-a4d82ea99c8f5b4b/lib-jpeg_decoder' from root:root to runner:runner
2025-08-20T22:33:40.8082760Z [00:05:03.133]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jpeg-decoder-a4d82ea99c8f5b4b/dep-lib-jpeg_decoder' from root:root to runner:runner
2025-08-20T22:33:40.8084622Z [00:05:03.133]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jpeg-decoder-a4d82ea99c8f5b4b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8086484Z [00:05:03.133]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jpeg-decoder-a4d82ea99c8f5b4b/lib-jpeg_decoder.json' from root:root to runner:runner
2025-08-20T22:33:40.8088481Z [00:05:03.133]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jpeg-decoder-a4d82ea99c8f5b4b' from root:root to runner:runner
2025-08-20T22:33:40.8090269Z [00:05:03.133]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/av1-grain-cf5621a29e6e9072/lib-av1_grain.json' from root:root to runner:runner
2025-08-20T22:33:40.8092094Z [00:05:03.133]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/av1-grain-cf5621a29e6e9072/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8093908Z [00:05:03.133]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/av1-grain-cf5621a29e6e9072/lib-av1_grain' from root:root to runner:runner
2025-08-20T22:33:40.8095701Z [00:05:03.133]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/av1-grain-cf5621a29e6e9072/dep-lib-av1_grain' from root:root to runner:runner
2025-08-20T22:33:40.8097438Z [00:05:03.133]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/av1-grain-cf5621a29e6e9072' from root:root to runner:runner
2025-08-20T22:33:40.8099481Z [00:05:03.133]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/globset-617bcc2a21083971/dep-lib-globset' from root:root to runner:runner
2025-08-20T22:33:40.8101296Z [00:05:03.133]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/globset-617bcc2a21083971/lib-globset' from root:root to runner:runner
2025-08-20T22:33:40.8103088Z [00:05:03.133]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/globset-617bcc2a21083971/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8105056Z [00:05:03.134]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/globset-617bcc2a21083971/lib-globset.json' from root:root to runner:runner
2025-08-20T22:33:40.8106776Z [00:05:03.134]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/globset-617bcc2a21083971' from root:root to runner:runner
2025-08-20T22:33:40.8108714Z [00:05:03.134]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-docker-38a6581dc886375f/lib-is_docker' from root:root to runner:runner
2025-08-20T22:33:40.8110540Z [00:05:03.134]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-docker-38a6581dc886375f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8112348Z [00:05:03.134]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-docker-38a6581dc886375f/lib-is_docker.json' from root:root to runner:runner
2025-08-20T22:33:40.8114285Z [00:05:03.134]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-docker-38a6581dc886375f/dep-lib-is_docker' from root:root to runner:runner
2025-08-20T22:33:40.8116021Z [00:05:03.134]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-docker-38a6581dc886375f' from root:root to runner:runner
2025-08-20T22:33:40.8117765Z [00:05:03.134]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytemuck-b9f7623b1d972e40/dep-lib-bytemuck' from root:root to runner:runner
2025-08-20T22:33:40.8119686Z [00:05:03.134]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytemuck-b9f7623b1d972e40/lib-bytemuck.json' from root:root to runner:runner
2025-08-20T22:33:40.8121479Z [00:05:03.134]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytemuck-b9f7623b1d972e40/lib-bytemuck' from root:root to runner:runner
2025-08-20T22:33:40.8123383Z [00:05:03.134]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytemuck-b9f7623b1d972e40/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8125114Z [00:05:03.134]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytemuck-b9f7623b1d972e40' from root:root to runner:runner
2025-08-20T22:33:40.8126859Z [00:05:03.134]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ansi_term-0bb655736fe41be1/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8128786Z [00:05:03.134]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ansi_term-0bb655736fe41be1/dep-lib-ansi_term' from root:root to runner:runner
2025-08-20T22:33:40.8130599Z [00:05:03.134]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ansi_term-0bb655736fe41be1/lib-ansi_term.json' from root:root to runner:runner
2025-08-20T22:33:40.8132381Z [00:05:03.134]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ansi_term-0bb655736fe41be1/lib-ansi_term' from root:root to runner:runner
2025-08-20T22:33:40.8134220Z [00:05:03.134]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ansi_term-0bb655736fe41be1' from root:root to runner:runner
2025-08-20T22:33:40.8135973Z [00:05:03.134]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-5fd1cd482ab96496/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8137773Z [00:05:03.134]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-5fd1cd482ab96496/dep-lib-once_cell' from root:root to runner:runner
2025-08-20T22:33:40.8139867Z [00:05:03.134]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-5fd1cd482ab96496/lib-once_cell' from root:root to runner:runner
2025-08-20T22:33:40.8141651Z [00:05:03.134]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-5fd1cd482ab96496/lib-once_cell.json' from root:root to runner:runner
2025-08-20T22:33:40.8143383Z [00:05:03.134]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-5fd1cd482ab96496' from root:root to runner:runner
2025-08-20T22:33:40.8145646Z [00:05:03.134]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/dep-lib-memchr' from root:root to runner:runner
2025-08-20T22:33:40.8147577Z [00:05:03.134]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/lib-memchr.json' from root:root to runner:runner
2025-08-20T22:33:40.8149755Z [00:05:03.134]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8151516Z [00:05:03.134]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/lib-memchr' from root:root to runner:runner
2025-08-20T22:33:40.8153204Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392' from root:root to runner:runner
2025-08-20T22:33:40.8154986Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe/lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T22:33:40.8156873Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8158861Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe/dep-lib-crossbeam_utils' from root:root to runner:runner
2025-08-20T22:33:40.8160936Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe/lib-crossbeam_utils.json' from root:root to runner:runner
2025-08-20T22:33:40.8162772Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe' from root:root to runner:runner
2025-08-20T22:33:40.8164554Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/globwalk-23f656ed4a56c06f/lib-globwalk.json' from root:root to runner:runner
2025-08-20T22:33:40.8166370Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/globwalk-23f656ed4a56c06f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8168167Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/globwalk-23f656ed4a56c06f/dep-lib-globwalk' from root:root to runner:runner
2025-08-20T22:33:40.8170075Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/globwalk-23f656ed4a56c06f/lib-globwalk' from root:root to runner:runner
2025-08-20T22:33:40.8171795Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/globwalk-23f656ed4a56c06f' from root:root to runner:runner
2025-08-20T22:33:40.8173604Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b/lib-crossbeam_epoch.json' from root:root to runner:runner
2025-08-20T22:33:40.8175669Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8177561Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b/dep-lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T22:33:40.8179742Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b/lib-crossbeam_epoch' from root:root to runner:runner
2025-08-20T22:33:40.8181562Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b' from root:root to runner:runner
2025-08-20T22:33:40.8183299Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wide-1957c7ce05fb098e/lib-wide.json' from root:root to runner:runner
2025-08-20T22:33:40.8185191Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wide-1957c7ce05fb098e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8186935Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wide-1957c7ce05fb098e/lib-wide' from root:root to runner:runner
2025-08-20T22:33:40.8188880Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wide-1957c7ce05fb098e/dep-lib-wide' from root:root to runner:runner
2025-08-20T22:33:40.8190567Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wide-1957c7ce05fb098e' from root:root to runner:runner
2025-08-20T22:33:40.8192439Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matrixmultiply-73f52107a96d898f/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.8194480Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matrixmultiply-73f52107a96d898f/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.8196346Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matrixmultiply-73f52107a96d898f' from root:root to runner:runner
2025-08-20T22:33:40.8198056Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/png-2eac31c8a4574b32/lib-png' from root:root to runner:runner
2025-08-20T22:33:40.8199871Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/png-2eac31c8a4574b32/dep-lib-png' from root:root to runner:runner
2025-08-20T22:33:40.8201761Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/png-2eac31c8a4574b32/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8203501Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/png-2eac31c8a4574b32/lib-png.json' from root:root to runner:runner
2025-08-20T22:33:40.8205210Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/png-2eac31c8a4574b32' from root:root to runner:runner
2025-08-20T22:33:40.8206938Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bit_field-15dd8eade30f7cf8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8208828Z [00:05:03.135]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bit_field-15dd8eade30f7cf8/lib-bit_field' from root:root to runner:runner
2025-08-20T22:33:40.8210727Z [00:05:03.136]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bit_field-15dd8eade30f7cf8/dep-lib-bit_field' from root:root to runner:runner
2025-08-20T22:33:40.8212739Z [00:05:03.136]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bit_field-15dd8eade30f7cf8/lib-bit_field.json' from root:root to runner:runner
2025-08-20T22:33:40.8214947Z [00:05:03.136]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bit_field-15dd8eade30f7cf8' from root:root to runner:runner
2025-08-20T22:33:40.8216665Z [00:05:03.136]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/open-bd17d4f0f54ddfee/lib-open.json' from root:root to runner:runner
2025-08-20T22:33:40.8218664Z [00:05:03.136]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/open-bd17d4f0f54ddfee/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8220431Z [00:05:03.136]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/open-bd17d4f0f54ddfee/dep-lib-open' from root:root to runner:runner
2025-08-20T22:33:40.8222168Z [00:05:03.136]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/open-bd17d4f0f54ddfee/lib-open' from root:root to runner:runner
2025-08-20T22:33:40.8223838Z [00:05:03.136]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/open-bd17d4f0f54ddfee' from root:root to runner:runner
2025-08-20T22:33:40.8225545Z [00:05:03.136]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rav1e-77fbce11557dd244/lib-rav1e.json' from root:root to runner:runner
2025-08-20T22:33:40.8227497Z [00:05:03.136]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rav1e-77fbce11557dd244/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8229470Z [00:05:03.136]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rav1e-77fbce11557dd244/lib-rav1e' from root:root to runner:runner
2025-08-20T22:33:40.8231207Z [00:05:03.136]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rav1e-77fbce11557dd244/dep-lib-rav1e' from root:root to runner:runner
2025-08-20T22:33:40.8232898Z [00:05:03.136]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rav1e-77fbce11557dd244' from root:root to runner:runner
2025-08-20T22:33:40.8234580Z [00:05:03.136]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/weezl-a12aea31504cf83c/lib-weezl' from root:root to runner:runner
2025-08-20T22:33:40.8236328Z [00:05:03.136]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/weezl-a12aea31504cf83c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8238339Z [00:05:03.136]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/weezl-a12aea31504cf83c/dep-lib-weezl' from root:root to runner:runner
2025-08-20T22:33:40.8240117Z [00:05:03.136]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/weezl-a12aea31504cf83c/lib-weezl.json' from root:root to runner:runner
2025-08-20T22:33:40.8241801Z [00:05:03.136]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/weezl-a12aea31504cf83c' from root:root to runner:runner
2025-08-20T22:33:40.8243510Z [00:05:03.136]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-5076d539ea969c21/dep-lib-either' from root:root to runner:runner
2025-08-20T22:33:40.8245254Z [00:05:03.136]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-5076d539ea969c21/lib-either' from root:root to runner:runner
2025-08-20T22:33:40.8247022Z [00:05:03.136]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-5076d539ea969c21/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8248888Z [00:05:03.136]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-5076d539ea969c21/lib-either.json' from root:root to runner:runner
2025-08-20T22:33:40.8250594Z [00:05:03.136]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-5076d539ea969c21' from root:root to runner:runner
2025-08-20T22:33:40.8252488Z [00:05:03.136]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aligned-vec-3ebcee36330dfbf3/dep-lib-aligned_vec' from root:root to runner:runner
2025-08-20T22:33:40.8254333Z [00:05:03.136]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aligned-vec-3ebcee36330dfbf3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8256175Z [00:05:03.137]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aligned-vec-3ebcee36330dfbf3/lib-aligned_vec.json' from root:root to runner:runner
2025-08-20T22:33:40.8258003Z [00:05:03.137]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aligned-vec-3ebcee36330dfbf3/lib-aligned_vec' from root:root to runner:runner
2025-08-20T22:33:40.8260046Z [00:05:03.137]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aligned-vec-3ebcee36330dfbf3' from root:root to runner:runner
2025-08-20T22:33:40.8261770Z [00:05:03.137]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libm-f4a600466bcff4d3/lib-libm.json' from root:root to runner:runner
2025-08-20T22:33:40.8263654Z [00:05:03.137]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libm-f4a600466bcff4d3/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8265417Z [00:05:03.137]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libm-f4a600466bcff4d3/dep-lib-libm' from root:root to runner:runner
2025-08-20T22:33:40.8267133Z [00:05:03.137]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libm-f4a600466bcff4d3/lib-libm' from root:root to runner:runner
2025-08-20T22:33:40.8269015Z [00:05:03.137]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libm-f4a600466bcff4d3' from root:root to runner:runner
2025-08-20T22:33:40.8270751Z [00:05:03.137]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nalgebra-756c90c250e78512/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8272546Z [00:05:03.137]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nalgebra-756c90c250e78512/lib-nalgebra' from root:root to runner:runner
2025-08-20T22:33:40.8274320Z [00:05:03.137]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nalgebra-756c90c250e78512/dep-lib-nalgebra' from root:root to runner:runner
2025-08-20T22:33:40.8276123Z [00:05:03.137]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nalgebra-756c90c250e78512/lib-nalgebra.json' from root:root to runner:runner
2025-08-20T22:33:40.8277850Z [00:05:03.137]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nalgebra-756c90c250e78512' from root:root to runner:runner
2025-08-20T22:33:40.8279928Z [00:05:03.137]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/new_debug_unreachable-4b427d1cf503cf08/lib-debug_unreachable.json' from root:root to runner:runner
2025-08-20T22:33:40.8282603Z [00:05:03.137]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/new_debug_unreachable-4b427d1cf503cf08/lib-debug_unreachable' from root:root to runner:runner
2025-08-20T22:33:40.8293659Z [00:05:03.137]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/new_debug_unreachable-4b427d1cf503cf08/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8295665Z [00:05:03.137]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/new_debug_unreachable-4b427d1cf503cf08/dep-lib-debug_unreachable' from root:root to runner:runner
2025-08-20T22:33:40.8297527Z [00:05:03.137]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/new_debug_unreachable-4b427d1cf503cf08' from root:root to runner:runner
2025-08-20T22:33:40.8300206Z [00:05:03.137]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b/dep-lib-crossbeam_deque' from root:root to runner:runner
2025-08-20T22:33:40.8302159Z [00:05:03.137]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8304074Z [00:05:03.137]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b/lib-crossbeam_deque' from root:root to runner:runner
2025-08-20T22:33:40.8305980Z [00:05:03.137]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b/lib-crossbeam_deque.json' from root:root to runner:runner
2025-08-20T22:33:40.8307788Z [00:05:03.137]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b' from root:root to runner:runner
2025-08-20T22:33:40.8309964Z [00:05:03.137]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-47daabebd1188c33/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.8312027Z [00:05:03.137]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-47daabebd1188c33/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.8313901Z [00:05:03.137]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-47daabebd1188c33' from root:root to runner:runner
2025-08-20T22:33:40.8315837Z [00:05:03.137]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quick-error-4e47e91cacaebd2a/lib-quick_error' from root:root to runner:runner
2025-08-20T22:33:40.8317666Z [00:05:03.137]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quick-error-4e47e91cacaebd2a/lib-quick_error.json' from root:root to runner:runner
2025-08-20T22:33:40.8319638Z [00:05:03.137]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quick-error-4e47e91cacaebd2a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8321479Z [00:05:03.137]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quick-error-4e47e91cacaebd2a/dep-lib-quick_error' from root:root to runner:runner
2025-08-20T22:33:40.8323241Z [00:05:03.138]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quick-error-4e47e91cacaebd2a' from root:root to runner:runner
2025-08-20T22:33:40.8325116Z [00:05:03.138]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/lib-same_file.json' from root:root to runner:runner
2025-08-20T22:33:40.8326942Z [00:05:03.138]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8328848Z [00:05:03.138]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/lib-same_file' from root:root to runner:runner
2025-08-20T22:33:40.8330646Z [00:05:03.138]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/dep-lib-same_file' from root:root to runner:runner
2025-08-20T22:33:40.8332385Z [00:05:03.138]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444' from root:root to runner:runner
2025-08-20T22:33:40.8334124Z [00:05:03.138]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/approx-3990463c14119429/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8335877Z [00:05:03.138]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/approx-3990463c14119429/lib-approx' from root:root to runner:runner
2025-08-20T22:33:40.8337629Z [00:05:03.138]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/approx-3990463c14119429/dep-lib-approx' from root:root to runner:runner
2025-08-20T22:33:40.8339488Z [00:05:03.138]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/approx-3990463c14119429/lib-approx.json' from root:root to runner:runner
2025-08-20T22:33:40.8341316Z [00:05:03.138]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/approx-3990463c14119429' from root:root to runner:runner
2025-08-20T22:33:40.8343161Z [00:05:03.138]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-d3e18ae1bbb7bed0/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.8345165Z [00:05:03.138]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-d3e18ae1bbb7bed0/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.8346988Z [00:05:03.138]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-d3e18ae1bbb7bed0' from root:root to runner:runner
2025-08-20T22:33:40.8349048Z [00:05:03.138]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-95a48d46f2dba40b/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.8351898Z [00:05:03.138]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-95a48d46f2dba40b/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.8353732Z [00:05:03.138]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-95a48d46f2dba40b' from root:root to runner:runner
2025-08-20T22:33:40.8355485Z [00:05:03.138]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-rational-8c9d33d8418da75d/lib-num_rational' from root:root to runner:runner
2025-08-20T22:33:40.8357325Z [00:05:03.138]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-rational-8c9d33d8418da75d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8359319Z [00:05:03.138]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-rational-8c9d33d8418da75d/dep-lib-num_rational' from root:root to runner:runner
2025-08-20T22:33:40.8361179Z [00:05:03.138]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-rational-8c9d33d8418da75d/lib-num_rational.json' from root:root to runner:runner
2025-08-20T22:33:40.8362953Z [00:05:03.138]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-rational-8c9d33d8418da75d' from root:root to runner:runner
2025-08-20T22:33:40.8364726Z [00:05:03.138]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rawpointer-4f771b8d7f4b8f28/dep-lib-rawpointer' from root:root to runner:runner
2025-08-20T22:33:40.8366548Z [00:05:03.138]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rawpointer-4f771b8d7f4b8f28/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8368607Z [00:05:03.138]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rawpointer-4f771b8d7f4b8f28/lib-rawpointer' from root:root to runner:runner
2025-08-20T22:33:40.8370473Z [00:05:03.138]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rawpointer-4f771b8d7f4b8f28/lib-rawpointer.json' from root:root to runner:runner
2025-08-20T22:33:40.8372246Z [00:05:03.138]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rawpointer-4f771b8d7f4b8f28' from root:root to runner:runner
2025-08-20T22:33:40.8374021Z [00:05:03.138]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-25438787db61d65c/dep-lib-ppv_lite86' from root:root to runner:runner
2025-08-20T22:33:40.8375840Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-25438787db61d65c/lib-ppv_lite86.json' from root:root to runner:runner
2025-08-20T22:33:40.8377768Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-25438787db61d65c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8379696Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-25438787db61d65c/lib-ppv_lite86' from root:root to runner:runner
2025-08-20T22:33:40.8381435Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-25438787db61d65c' from root:root to runner:runner
2025-08-20T22:33:40.8383150Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-e4696b1585164052/dep-lib-strum' from root:root to runner:runner
2025-08-20T22:33:40.8384913Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-e4696b1585164052/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8386681Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-e4696b1585164052/lib-strum.json' from root:root to runner:runner
2025-08-20T22:33:40.8388615Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-e4696b1585164052/lib-strum' from root:root to runner:runner
2025-08-20T22:33:40.8390334Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-e4696b1585164052' from root:root to runner:runner
2025-08-20T22:33:40.8392126Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imagineer-472ebcd660954d57/dep-bin-ig' from root:root to runner:runner
2025-08-20T22:33:40.8394053Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imagineer-472ebcd660954d57/bin-ig.json' from root:root to runner:runner
2025-08-20T22:33:40.8395855Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imagineer-472ebcd660954d57/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8397625Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imagineer-472ebcd660954d57/bin-ig' from root:root to runner:runner
2025-08-20T22:33:40.8399450Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imagineer-472ebcd660954d57' from root:root to runner:runner
2025-08-20T22:33:40.8401213Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ttf-parser-63930bcf0be60e4b/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8403159Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ttf-parser-63930bcf0be60e4b/lib-ttf_parser.json' from root:root to runner:runner
2025-08-20T22:33:40.8405029Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ttf-parser-63930bcf0be60e4b/dep-lib-ttf_parser' from root:root to runner:runner
2025-08-20T22:33:40.8406836Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ttf-parser-63930bcf0be60e4b/lib-ttf_parser' from root:root to runner:runner
2025-08-20T22:33:40.8407725Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ttf-parser-63930bcf0be60e4b' from root:root to runner:runner
2025-08-20T22:33:40.8408771Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fdeflate-4efacb705cfb79ab/dep-lib-fdeflate' from root:root to runner:runner
2025-08-20T22:33:40.8409730Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fdeflate-4efacb705cfb79ab/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8410680Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fdeflate-4efacb705cfb79ab/lib-fdeflate.json' from root:root to runner:runner
2025-08-20T22:33:40.8411607Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fdeflate-4efacb705cfb79ab/lib-fdeflate' from root:root to runner:runner
2025-08-20T22:33:40.8412486Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fdeflate-4efacb705cfb79ab' from root:root to runner:runner
2025-08-20T22:33:40.8413667Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-412ea1f03334a160/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.8414713Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-412ea1f03334a160/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.8415586Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-412ea1f03334a160' from root:root to runner:runner
2025-08-20T22:33:40.8416574Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-49f7d0eb9037e4a0/lib-aho_corasick.json' from root:root to runner:runner
2025-08-20T22:33:40.8417913Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-49f7d0eb9037e4a0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8419521Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-49f7d0eb9037e4a0/lib-aho_corasick' from root:root to runner:runner
2025-08-20T22:33:40.8420520Z [00:05:03.139]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-49f7d0eb9037e4a0/dep-lib-aho_corasick' from root:root to runner:runner
2025-08-20T22:33:40.8421408Z [00:05:03.140]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-49f7d0eb9037e4a0' from root:root to runner:runner
2025-08-20T22:33:40.8422359Z [00:05:03.140]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-f97b2a161cb58ba6/lib-itertools' from root:root to runner:runner
2025-08-20T22:33:40.8423315Z [00:05:03.140]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-f97b2a161cb58ba6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8424266Z [00:05:03.140]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-f97b2a161cb58ba6/dep-lib-itertools' from root:root to runner:runner
2025-08-20T22:33:40.8425221Z [00:05:03.140]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-f97b2a161cb58ba6/lib-itertools.json' from root:root to runner:runner
2025-08-20T22:33:40.8426104Z [00:05:03.140]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-f97b2a161cb58ba6' from root:root to runner:runner
2025-08-20T22:33:40.8427066Z [00:05:03.140]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-96a6f2ba7cb4de82/lib-rand_chacha.json' from root:root to runner:runner
2025-08-20T22:33:40.8428143Z [00:05:03.140]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-96a6f2ba7cb4de82/dep-lib-rand_chacha' from root:root to runner:runner
2025-08-20T22:33:40.8429361Z [00:05:03.140]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-96a6f2ba7cb4de82/lib-rand_chacha' from root:root to runner:runner
2025-08-20T22:33:40.8430327Z [00:05:03.140]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-96a6f2ba7cb4de82/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8431217Z [00:05:03.140]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-96a6f2ba7cb4de82' from root:root to runner:runner
2025-08-20T22:33:40.8432161Z [00:05:03.140]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-e2f8831afb287d90/lib-num_traits' from root:root to runner:runner
2025-08-20T22:33:40.8433240Z [00:05:03.140]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-e2f8831afb287d90/lib-num_traits.json' from root:root to runner:runner
2025-08-20T22:33:40.8434208Z [00:05:03.140]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-e2f8831afb287d90/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8435169Z [00:05:03.140]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-e2f8831afb287d90/dep-lib-num_traits' from root:root to runner:runner
2025-08-20T22:33:40.8436050Z [00:05:03.140]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-e2f8831afb287d90' from root:root to runner:runner
2025-08-20T22:33:40.8436988Z [00:05:03.140]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/image-webp-59220010e4924396/lib-image_webp' from root:root to runner:runner
2025-08-20T22:33:40.8437943Z [00:05:03.140]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/image-webp-59220010e4924396/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8439018Z [00:05:03.140]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/image-webp-59220010e4924396/dep-lib-image_webp' from root:root to runner:runner
2025-08-20T22:33:40.8439983Z [00:05:03.140]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/image-webp-59220010e4924396/lib-image_webp.json' from root:root to runner:runner
2025-08-20T22:33:40.8440973Z [00:05:03.140]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/image-webp-59220010e4924396' from root:root to runner:runner
2025-08-20T22:33:40.8441882Z [00:05:03.140]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bstr-6d7ab151145e8e68/dep-lib-bstr' from root:root to runner:runner
2025-08-20T22:33:40.8442810Z [00:05:03.140]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bstr-6d7ab151145e8e68/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8443722Z [00:05:03.140]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bstr-6d7ab151145e8e68/lib-bstr.json' from root:root to runner:runner
2025-08-20T22:33:40.8444615Z [00:05:03.140]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bstr-6d7ab151145e8e68/lib-bstr' from root:root to runner:runner
2025-08-20T22:33:40.8445469Z [00:05:03.140]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bstr-6d7ab151145e8e68' from root:root to runner:runner
2025-08-20T22:33:40.8446537Z [00:05:03.140]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-2e74aaedee615d78/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8447501Z [00:05:03.140]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-2e74aaedee615d78/lib-thiserror.json' from root:root to runner:runner
2025-08-20T22:33:40.8448558Z [00:05:03.141]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-2e74aaedee615d78/lib-thiserror' from root:root to runner:runner
2025-08-20T22:33:40.8449517Z [00:05:03.141]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-2e74aaedee615d78/dep-lib-thiserror' from root:root to runner:runner
2025-08-20T22:33:40.8450395Z [00:05:03.141]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-2e74aaedee615d78' from root:root to runner:runner
2025-08-20T22:33:40.8451349Z [00:05:03.141]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-complex-2b3a10df6f1184ce/lib-num_complex' from root:root to runner:runner
2025-08-20T22:33:40.8452306Z [00:05:03.141]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-complex-2b3a10df6f1184ce/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8453278Z [00:05:03.141]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-complex-2b3a10df6f1184ce/dep-lib-num_complex' from root:root to runner:runner
2025-08-20T22:33:40.8454366Z [00:05:03.141]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-complex-2b3a10df6f1184ce/lib-num_complex.json' from root:root to runner:runner
2025-08-20T22:33:40.8455252Z [00:05:03.141]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-complex-2b3a10df6f1184ce' from root:root to runner:runner
2025-08-20T22:33:40.8456167Z [00:05:03.141]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/half-16f3566e307fcc5d/lib-half.json' from root:root to runner:runner
2025-08-20T22:33:40.8457094Z [00:05:03.141]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/half-16f3566e307fcc5d/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8458004Z [00:05:03.141]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/half-16f3566e307fcc5d/dep-lib-half' from root:root to runner:runner
2025-08-20T22:33:40.8459020Z [00:05:03.141]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/half-16f3566e307fcc5d/lib-half' from root:root to runner:runner
2025-08-20T22:33:40.8459988Z [00:05:03.141]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/half-16f3566e307fcc5d' from root:root to runner:runner
2025-08-20T22:33:40.8460922Z [00:05:03.141]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_io-ff638aff62ca6964/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8461852Z [00:05:03.141]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_io-ff638aff62ca6964/dep-lib-sic_io' from root:root to runner:runner
2025-08-20T22:33:40.8462774Z [00:05:03.141]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_io-ff638aff62ca6964/lib-sic_io.json' from root:root to runner:runner
2025-08-20T22:33:40.8463671Z [00:05:03.141]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_io-ff638aff62ca6964/lib-sic_io' from root:root to runner:runner
2025-08-20T22:33:40.8464534Z [00:05:03.141]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_io-ff638aff62ca6964' from root:root to runner:runner
2025-08-20T22:33:40.8465475Z [00:05:03.141]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-8835d15668b9b1b2/dep-lib-rand_core' from root:root to runner:runner
2025-08-20T22:33:40.8466406Z [00:05:03.141]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-8835d15668b9b1b2/lib-rand_core' from root:root to runner:runner
2025-08-20T22:33:40.8467346Z [00:05:03.141]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-8835d15668b9b1b2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8468627Z [00:05:03.141]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-8835d15668b9b1b2/lib-rand_core.json' from root:root to runner:runner
2025-08-20T22:33:40.8469513Z [00:05:03.141]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-8835d15668b9b1b2' from root:root to runner:runner
2025-08-20T22:33:40.8470420Z [00:05:03.141]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/loop9-246fbbdcd96786d4/lib-loop9' from root:root to runner:runner
2025-08-20T22:33:40.8471363Z [00:05:03.141]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/loop9-246fbbdcd96786d4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8472275Z [00:05:03.141]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/loop9-246fbbdcd96786d4/dep-lib-loop9' from root:root to runner:runner
2025-08-20T22:33:40.8473320Z [00:05:03.142]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/loop9-246fbbdcd96786d4/lib-loop9.json' from root:root to runner:runner
2025-08-20T22:33:40.8474183Z [00:05:03.142]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/loop9-246fbbdcd96786d4' from root:root to runner:runner
2025-08-20T22:33:40.8475136Z [00:05:03.142]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/profiling-fd54f094035687f4/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8476071Z [00:05:03.142]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/profiling-fd54f094035687f4/lib-profiling' from root:root to runner:runner
2025-08-20T22:33:40.8477028Z [00:05:03.142]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/profiling-fd54f094035687f4/lib-profiling.json' from root:root to runner:runner
2025-08-20T22:33:40.8477979Z [00:05:03.142]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/profiling-fd54f094035687f4/dep-lib-profiling' from root:root to runner:runner
2025-08-20T22:33:40.8479020Z [00:05:03.142]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/profiling-fd54f094035687f4' from root:root to runner:runner
2025-08-20T22:33:40.8479943Z [00:05:03.142]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/v_frame-a9c5faa922a56d62/lib-v_frame' from root:root to runner:runner
2025-08-20T22:33:40.8480882Z [00:05:03.142]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/v_frame-a9c5faa922a56d62/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8481925Z [00:05:03.142]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/v_frame-a9c5faa922a56d62/dep-lib-v_frame' from root:root to runner:runner
2025-08-20T22:33:40.8482855Z [00:05:03.142]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/v_frame-a9c5faa922a56d62/lib-v_frame.json' from root:root to runner:runner
2025-08-20T22:33:40.8483714Z [00:05:03.142]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/v_frame-a9c5faa922a56d62' from root:root to runner:runner
2025-08-20T22:33:40.8484721Z [00:05:03.142]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/owned_ttf_parser-0fb036560e7a4980/lib-owned_ttf_parser.json' from root:root to runner:runner
2025-08-20T22:33:40.8486131Z [00:05:03.142]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/owned_ttf_parser-0fb036560e7a4980/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8487546Z [00:05:03.142]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/owned_ttf_parser-0fb036560e7a4980/dep-lib-owned_ttf_parser' from root:root to runner:runner
2025-08-20T22:33:40.8488661Z [00:05:03.142]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/owned_ttf_parser-0fb036560e7a4980/lib-owned_ttf_parser' from root:root to runner:runner
2025-08-20T22:33:40.8489560Z [00:05:03.142]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/owned_ttf_parser-0fb036560e7a4980' from root:root to runner:runner
2025-08-20T22:33:40.8490503Z [00:05:03.142]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ab_glyph-28f4b32ad296c909/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8491441Z [00:05:03.142]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ab_glyph-28f4b32ad296c909/dep-lib-ab_glyph' from root:root to runner:runner
2025-08-20T22:33:40.8492356Z [00:05:03.142]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ab_glyph-28f4b32ad296c909/lib-ab_glyph' from root:root to runner:runner
2025-08-20T22:33:40.8493288Z [00:05:03.142]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ab_glyph-28f4b32ad296c909/lib-ab_glyph.json' from root:root to runner:runner
2025-08-20T22:33:40.8494158Z [00:05:03.142]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ab_glyph-28f4b32ad296c909' from root:root to runner:runner
2025-08-20T22:33:40.8495078Z [00:05:03.142]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ignore-e4ccfd0776427459/dep-lib-ignore' from root:root to runner:runner
2025-08-20T22:33:40.8496139Z [00:05:03.142]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ignore-e4ccfd0776427459/lib-ignore.json' from root:root to runner:runner
2025-08-20T22:33:40.8497076Z [00:05:03.142]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ignore-e4ccfd0776427459/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8497990Z [00:05:03.142]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ignore-e4ccfd0776427459/lib-ignore' from root:root to runner:runner
2025-08-20T22:33:40.8498957Z [00:05:03.142]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ignore-e4ccfd0776427459' from root:root to runner:runner
2025-08-20T22:33:40.8499988Z [00:05:03.142]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ab_glyph_rasterizer-04e594e7210d7f7f/lib-ab_glyph_rasterizer.json' from root:root to runner:runner
2025-08-20T22:33:40.8501105Z [00:05:03.142]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ab_glyph_rasterizer-04e594e7210d7f7f/lib-ab_glyph_rasterizer' from root:root to runner:runner
2025-08-20T22:33:40.8502133Z [00:05:03.142]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ab_glyph_rasterizer-04e594e7210d7f7f/dep-lib-ab_glyph_rasterizer' from root:root to runner:runner
2025-08-20T22:33:40.8503128Z [00:05:03.143]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ab_glyph_rasterizer-04e594e7210d7f7f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8504067Z [00:05:03.143]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ab_glyph_rasterizer-04e594e7210d7f7f' from root:root to runner:runner
2025-08-20T22:33:40.8504985Z [00:05:03.143]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-9fe801ad6d679ba8/lib-rand.json' from root:root to runner:runner
2025-08-20T22:33:40.8505914Z [00:05:03.143]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-9fe801ad6d679ba8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8506827Z [00:05:03.143]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-9fe801ad6d679ba8/lib-rand' from root:root to runner:runner
2025-08-20T22:33:40.8507742Z [00:05:03.143]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-9fe801ad6d679ba8/dep-lib-rand' from root:root to runner:runner
2025-08-20T22:33:40.8508792Z [00:05:03.143]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-9fe801ad6d679ba8' from root:root to runner:runner
2025-08-20T22:33:40.8509899Z [00:05:03.143]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-bigint-cb591527576210be/lib-num_bigint.json' from root:root to runner:runner
2025-08-20T22:33:40.8510834Z [00:05:03.143]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-bigint-cb591527576210be/lib-num_bigint' from root:root to runner:runner
2025-08-20T22:33:40.8511791Z [00:05:03.143]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-bigint-cb591527576210be/dep-lib-num_bigint' from root:root to runner:runner
2025-08-20T22:33:40.8512750Z [00:05:03.143]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-bigint-cb591527576210be/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8513622Z [00:05:03.143]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-bigint-cb591527576210be' from root:root to runner:runner
2025-08-20T22:33:40.8514713Z [00:05:03.143]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-546a989446c6c1ef/dep-lib-regex_automata' from root:root to runner:runner
2025-08-20T22:33:40.8515687Z [00:05:03.143]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-546a989446c6c1ef/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8516691Z [00:05:03.143]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-546a989446c6c1ef/lib-regex_automata.json' from root:root to runner:runner
2025-08-20T22:33:40.8517666Z [00:05:03.143]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-546a989446c6c1ef/lib-regex_automata' from root:root to runner:runner
2025-08-20T22:33:40.8518688Z [00:05:03.143]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-546a989446c6c1ef' from root:root to runner:runner
2025-08-20T22:33:40.8519672Z [00:05:03.143]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_image_engine-f12deb0e30fb9455/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8520662Z [00:05:03.143]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_image_engine-f12deb0e30fb9455/lib-sic_image_engine.json' from root:root to runner:runner
2025-08-20T22:33:40.8521663Z [00:05:03.143]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_image_engine-f12deb0e30fb9455/dep-lib-sic_image_engine' from root:root to runner:runner
2025-08-20T22:33:40.8522758Z [00:05:03.143]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_image_engine-f12deb0e30fb9455/lib-sic_image_engine' from root:root to runner:runner
2025-08-20T22:33:40.8523655Z [00:05:03.143]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_image_engine-f12deb0e30fb9455' from root:root to runner:runner
2025-08-20T22:33:40.8524717Z [00:05:03.143]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-a044d05216782401/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.8525737Z [00:05:03.143]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-a044d05216782401/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.8526612Z [00:05:03.143]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-a044d05216782401' from root:root to runner:runner
2025-08-20T22:33:40.8527485Z [00:05:03.143]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-dba0b81633251c61/lib-log' from root:root to runner:runner
2025-08-20T22:33:40.8528638Z [00:05:03.143]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-dba0b81633251c61/dep-lib-log' from root:root to runner:runner
2025-08-20T22:33:40.8529583Z [00:05:03.144]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-dba0b81633251c61/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8530475Z [00:05:03.144]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-dba0b81633251c61/lib-log.json' from root:root to runner:runner
2025-08-20T22:33:40.8531325Z [00:05:03.144]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-dba0b81633251c61' from root:root to runner:runner
2025-08-20T22:33:40.8532256Z [00:05:03.144]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ucd-trie-93eb925c100433f6/lib-ucd_trie' from root:root to runner:runner
2025-08-20T22:33:40.8533205Z [00:05:03.144]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ucd-trie-93eb925c100433f6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8534138Z [00:05:03.144]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ucd-trie-93eb925c100433f6/lib-ucd_trie.json' from root:root to runner:runner
2025-08-20T22:33:40.8535079Z [00:05:03.144]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ucd-trie-93eb925c100433f6/dep-lib-ucd_trie' from root:root to runner:runner
2025-08-20T22:33:40.8536080Z [00:05:03.144]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ucd-trie-93eb925c100433f6' from root:root to runner:runner
2025-08-20T22:33:40.8537046Z [00:05:03.144]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/maybe-rayon-7ccb060308c276ab/dep-lib-maybe_rayon' from root:root to runner:runner
2025-08-20T22:33:40.8538013Z [00:05:03.144]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/maybe-rayon-7ccb060308c276ab/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8539082Z [00:05:03.144]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/maybe-rayon-7ccb060308c276ab/lib-maybe_rayon' from root:root to runner:runner
2025-08-20T22:33:40.8540054Z [00:05:03.144]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/maybe-rayon-7ccb060308c276ab/lib-maybe_rayon.json' from root:root to runner:runner
2025-08-20T22:33:40.8540936Z [00:05:03.144]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/maybe-rayon-7ccb060308c276ab' from root:root to runner:runner
2025-08-20T22:33:40.8541974Z [00:05:03.144]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ravif-659c70898d9634bb/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8542950Z [00:05:03.144]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ravif-659c70898d9634bb/lib-ravif' from root:root to runner:runner
2025-08-20T22:33:40.8543859Z [00:05:03.144]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ravif-659c70898d9634bb/dep-lib-ravif' from root:root to runner:runner
2025-08-20T22:33:40.8544780Z [00:05:03.144]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ravif-659c70898d9634bb/lib-ravif.json' from root:root to runner:runner
2025-08-20T22:33:40.8545634Z [00:05:03.144]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ravif-659c70898d9634bb' from root:root to runner:runner
2025-08-20T22:33:40.8546565Z [00:05:03.144]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pest-b5199b82a487ca31/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8547472Z [00:05:03.144]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pest-b5199b82a487ca31/dep-lib-pest' from root:root to runner:runner
2025-08-20T22:33:40.8548564Z [00:05:03.144]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pest-b5199b82a487ca31/lib-pest' from root:root to runner:runner
2025-08-20T22:33:40.8549621Z [00:05:03.144]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pest-b5199b82a487ca31/lib-pest.json' from root:root to runner:runner
2025-08-20T22:33:40.8550468Z [00:05:03.144]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pest-b5199b82a487ca31' from root:root to runner:runner
2025-08-20T22:33:40.8551405Z [00:05:03.144]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tiff-a4c95f94be151885/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8552311Z [00:05:03.144]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tiff-a4c95f94be151885/dep-lib-tiff' from root:root to runner:runner
2025-08-20T22:33:40.8553203Z [00:05:03.144]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tiff-a4c95f94be151885/lib-tiff' from root:root to runner:runner
2025-08-20T22:33:40.8554110Z [00:05:03.144]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tiff-a4c95f94be151885/lib-tiff.json' from root:root to runner:runner
2025-08-20T22:33:40.8555058Z [00:05:03.145]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tiff-a4c95f94be151885' from root:root to runner:runner
2025-08-20T22:33:40.8556355Z [00:05:03.145]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simba-36d4460f442e22d2/lib-simba.json' from root:root to runner:runner
2025-08-20T22:33:40.8557625Z [00:05:03.145]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simba-36d4460f442e22d2/dep-lib-simba' from root:root to runner:runner
2025-08-20T22:33:40.8558675Z [00:05:03.145]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simba-36d4460f442e22d2/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8559582Z [00:05:03.145]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simba-36d4460f442e22d2/lib-simba' from root:root to runner:runner
2025-08-20T22:33:40.8560439Z [00:05:03.145]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simba-36d4460f442e22d2' from root:root to runner:runner
2025-08-20T22:33:40.8561401Z [00:05:03.145]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-317bdce11de5a645/lib-rayon_core.json' from root:root to runner:runner
2025-08-20T22:33:40.8562362Z [00:05:03.145]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-317bdce11de5a645/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8563317Z [00:05:03.145]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-317bdce11de5a645/dep-lib-rayon_core' from root:root to runner:runner
2025-08-20T22:33:40.8564398Z [00:05:03.145]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-317bdce11de5a645/lib-rayon_core' from root:root to runner:runner
2025-08-20T22:33:40.8565271Z [00:05:03.145]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-317bdce11de5a645' from root:root to runner:runner
2025-08-20T22:33:40.8566226Z [00:05:03.145]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-e442f7e70ccf8125/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8567153Z [00:05:03.145]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-e442f7e70ccf8125/lib-zerocopy' from root:root to runner:runner
2025-08-20T22:33:40.8568397Z [00:05:03.145]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-e442f7e70ccf8125/lib-zerocopy.json' from root:root to runner:runner
2025-08-20T22:33:40.8569484Z [00:05:03.145]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-e442f7e70ccf8125/dep-lib-zerocopy' from root:root to runner:runner
2025-08-20T22:33:40.8570365Z [00:05:03.145]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-e442f7e70ccf8125' from root:root to runner:runner
2025-08-20T22:33:40.8571339Z [00:05:03.145]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-inflate-392a4ee2b24a4c0e/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8572310Z [00:05:03.145]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-inflate-392a4ee2b24a4c0e/lib-zune_inflate.json' from root:root to runner:runner
2025-08-20T22:33:40.8573272Z [00:05:03.145]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-inflate-392a4ee2b24a4c0e/lib-zune_inflate' from root:root to runner:runner
2025-08-20T22:33:40.8574257Z [00:05:03.145]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-inflate-392a4ee2b24a4c0e/dep-lib-zune_inflate' from root:root to runner:runner
2025-08-20T22:33:40.8575143Z [00:05:03.145]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-inflate-392a4ee2b24a4c0e' from root:root to runner:runner
2025-08-20T22:33:40.8576219Z [00:05:03.145]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rgb-73e1782e69491839/lib-rgb' from root:root to runner:runner
2025-08-20T22:33:40.8577118Z [00:05:03.145]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rgb-73e1782e69491839/dep-lib-rgb' from root:root to runner:runner
2025-08-20T22:33:40.8578179Z [00:05:03.145]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rgb-73e1782e69491839/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8579451Z [00:05:03.145]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rgb-73e1782e69491839/lib-rgb.json' from root:root to runner:runner
2025-08-20T22:33:40.8580329Z [00:05:03.145]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rgb-73e1782e69491839' from root:root to runner:runner
2025-08-20T22:33:40.8581337Z [00:05:03.145]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matrixmultiply-e34ab65443ae563a/dep-lib-matrixmultiply' from root:root to runner:runner
2025-08-20T22:33:40.8582310Z [00:05:03.145]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matrixmultiply-e34ab65443ae563a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8583427Z [00:05:03.145]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matrixmultiply-e34ab65443ae563a/lib-matrixmultiply' from root:root to runner:runner
2025-08-20T22:33:40.8584438Z [00:05:03.146]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matrixmultiply-e34ab65443ae563a/lib-matrixmultiply.json' from root:root to runner:runner
2025-08-20T22:33:40.8585345Z [00:05:03.146]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matrixmultiply-e34ab65443ae563a' from root:root to runner:runner
2025-08-20T22:33:40.8586274Z [00:05:03.146]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-7b5683068a5fbbe0/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8587165Z [00:05:03.146]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-7b5683068a5fbbe0/lib-libc' from root:root to runner:runner
2025-08-20T22:33:40.8588071Z [00:05:03.146]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-7b5683068a5fbbe0/dep-lib-libc' from root:root to runner:runner
2025-08-20T22:33:40.8589206Z [00:05:03.146]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-7b5683068a5fbbe0/lib-libc.json' from root:root to runner:runner
2025-08-20T22:33:40.8590077Z [00:05:03.146]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-7b5683068a5fbbe0' from root:root to runner:runner
2025-08-20T22:33:40.8590993Z [00:05:03.146]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-wsl-a34b63b98b66bc19/lib-is_wsl.json' from root:root to runner:runner
2025-08-20T22:33:40.8592031Z [00:05:03.146]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-wsl-a34b63b98b66bc19/lib-is_wsl' from root:root to runner:runner
2025-08-20T22:33:40.8592954Z [00:05:03.146]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-wsl-a34b63b98b66bc19/dep-lib-is_wsl' from root:root to runner:runner
2025-08-20T22:33:40.8593890Z [00:05:03.146]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-wsl-a34b63b98b66bc19/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8594751Z [00:05:03.146]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-wsl-a34b63b98b66bc19' from root:root to runner:runner
2025-08-20T22:33:40.8595710Z [00:05:03.146]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/color_quant-f84fea393e1a912c/lib-color_quant.json' from root:root to runner:runner
2025-08-20T22:33:40.8596755Z [00:05:03.146]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/color_quant-f84fea393e1a912c/lib-color_quant' from root:root to runner:runner
2025-08-20T22:33:40.8597728Z [00:05:03.146]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/color_quant-f84fea393e1a912c/dep-lib-color_quant' from root:root to runner:runner
2025-08-20T22:33:40.8598795Z [00:05:03.146]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/color_quant-f84fea393e1a912c/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8599674Z [00:05:03.146]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/color_quant-f84fea393e1a912c' from root:root to runner:runner
2025-08-20T22:33:40.8600628Z [00:05:03.146]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imageproc-5827c974d8647302/dep-lib-imageproc' from root:root to runner:runner
2025-08-20T22:33:40.8601585Z [00:05:03.146]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imageproc-5827c974d8647302/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8602555Z [00:05:03.146]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imageproc-5827c974d8647302/lib-imageproc.json' from root:root to runner:runner
2025-08-20T22:33:40.8603486Z [00:05:03.146]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imageproc-5827c974d8647302/lib-imageproc' from root:root to runner:runner
2025-08-20T22:33:40.8604388Z [00:05:03.146]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imageproc-5827c974d8647302' from root:root to runner:runner
2025-08-20T22:33:40.8605581Z [00:05:03.146]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-56c4ac5c1b8b5a5f/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.8606620Z [00:05:03.146]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-56c4ac5c1b8b5a5f/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.8607501Z [00:05:03.146]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-56c4ac5c1b8b5a5f' from root:root to runner:runner
2025-08-20T22:33:40.8608646Z [00:05:03.147]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rav1e-9e885395d79be120/run-build-script-build-script-build.json' from root:root to runner:runner
2025-08-20T22:33:40.8609663Z [00:05:03.147]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rav1e-9e885395d79be120/run-build-script-build-script-build' from root:root to runner:runner
2025-08-20T22:33:40.8610630Z [00:05:03.147]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rav1e-9e885395d79be120' from root:root to runner:runner
2025-08-20T22:33:40.8611590Z [00:05:03.147]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-core-e6fc3cb167da85a8/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8612537Z [00:05:03.147]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-core-e6fc3cb167da85a8/dep-lib-zune_core' from root:root to runner:runner
2025-08-20T22:33:40.8613473Z [00:05:03.147]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-core-e6fc3cb167da85a8/lib-zune_core' from root:root to runner:runner
2025-08-20T22:33:40.8614418Z [00:05:03.147]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-core-e6fc3cb167da85a8/lib-zune_core.json' from root:root to runner:runner
2025-08-20T22:33:40.8615288Z [00:05:03.147]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-core-e6fc3cb167da85a8' from root:root to runner:runner
2025-08-20T22:33:40.8616232Z [00:05:03.147]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-iter-f80b03b59d264447/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8617154Z [00:05:03.147]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-iter-f80b03b59d264447/lib-num_iter' from root:root to runner:runner
2025-08-20T22:33:40.8618090Z [00:05:03.147]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-iter-f80b03b59d264447/lib-num_iter.json' from root:root to runner:runner
2025-08-20T22:33:40.8619245Z [00:05:03.147]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-iter-f80b03b59d264447/dep-lib-num_iter' from root:root to runner:runner
2025-08-20T22:33:40.8620126Z [00:05:03.147]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-iter-f80b03b59d264447' from root:root to runner:runner
2025-08-20T22:33:40.8621061Z [00:05:03.147]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/exr-81929863cc1fddc6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8621949Z [00:05:03.147]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/exr-81929863cc1fddc6/lib-exr' from root:root to runner:runner
2025-08-20T22:33:40.8622851Z [00:05:03.147]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/exr-81929863cc1fddc6/lib-exr.json' from root:root to runner:runner
2025-08-20T22:33:40.8623855Z [00:05:03.147]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/exr-81929863cc1fddc6/dep-lib-exr' from root:root to runner:runner
2025-08-20T22:33:40.8624709Z [00:05:03.147]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/exr-81929863cc1fddc6' from root:root to runner:runner
2025-08-20T22:33:40.8626308Z [00:05:03.147]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/lib-anyhow' from root:root to runner:runner
2025-08-20T22:33:40.8627273Z [00:05:03.147]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8628220Z [00:05:03.147]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/lib-anyhow.json' from root:root to runner:runner
2025-08-20T22:33:40.8629370Z [00:05:03.147]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/dep-lib-anyhow' from root:root to runner:runner
2025-08-20T22:33:40.8630240Z [00:05:03.147]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae' from root:root to runner:runner
2025-08-20T22:33:40.8631175Z [00:05:03.147]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-3eadc3b0456328d6/dep-lib-flate2' from root:root to runner:runner
2025-08-20T22:33:40.8632093Z [00:05:03.147]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-3eadc3b0456328d6/lib-flate2.json' from root:root to runner:runner
2025-08-20T22:33:40.8633222Z [00:05:03.147]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-3eadc3b0456328d6/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8634127Z [00:05:03.147]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-3eadc3b0456328d6/lib-flate2' from root:root to runner:runner
2025-08-20T22:33:40.8634990Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-3eadc3b0456328d6' from root:root to runner:runner
2025-08-20T22:33:40.8635939Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8636885Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/lib-bitflags.json' from root:root to runner:runner
2025-08-20T22:33:40.8637911Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/lib-bitflags' from root:root to runner:runner
2025-08-20T22:33:40.8638971Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/dep-lib-bitflags' from root:root to runner:runner
2025-08-20T22:33:40.8639854Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a' from root:root to runner:runner
2025-08-20T22:33:40.8640753Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-bd2e96c24f0c694f/lib-nom.json' from root:root to runner:runner
2025-08-20T22:33:40.8641653Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-bd2e96c24f0c694f/dep-lib-nom' from root:root to runner:runner
2025-08-20T22:33:40.8642531Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-bd2e96c24f0c694f/lib-nom' from root:root to runner:runner
2025-08-20T22:33:40.8643455Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-bd2e96c24f0c694f/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8644305Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-bd2e96c24f0c694f' from root:root to runner:runner
2025-08-20T22:33:40.8645265Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simd-adler32-b0f0af0960ffa0e9/lib-simd_adler32' from root:root to runner:runner
2025-08-20T22:33:40.8646364Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simd-adler32-b0f0af0960ffa0e9/dep-lib-simd_adler32' from root:root to runner:runner
2025-08-20T22:33:40.8647323Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simd-adler32-b0f0af0960ffa0e9/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8648398Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simd-adler32-b0f0af0960ffa0e9/lib-simd_adler32.json' from root:root to runner:runner
2025-08-20T22:33:40.8649298Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simd-adler32-b0f0af0960ffa0e9' from root:root to runner:runner
2025-08-20T22:33:40.8650239Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-f96ac1e1d2428221/lib-arrayvec.json' from root:root to runner:runner
2025-08-20T22:33:40.8651290Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-f96ac1e1d2428221/dep-lib-arrayvec' from root:root to runner:runner
2025-08-20T22:33:40.8652238Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-f96ac1e1d2428221/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8653165Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-f96ac1e1d2428221/lib-arrayvec' from root:root to runner:runner
2025-08-20T22:33:40.8654036Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-f96ac1e1d2428221' from root:root to runner:runner
2025-08-20T22:33:40.8654924Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lebe-1e614169d2ae4337/lib-lebe' from root:root to runner:runner
2025-08-20T22:33:40.8655848Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lebe-1e614169d2ae4337/invoked.timestamp' from root:root to runner:runner
2025-08-20T22:33:40.8656754Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lebe-1e614169d2ae4337/lib-lebe.json' from root:root to runner:runner
2025-08-20T22:33:40.8657658Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lebe-1e614169d2ae4337/dep-lib-lebe' from root:root to runner:runner
2025-08-20T22:33:40.8658616Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lebe-1e614169d2ae4337' from root:root to runner:runner
2025-08-20T22:33:40.8659505Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint' from root:root to runner:runner
2025-08-20T22:33:40.8660244Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/ig.d' from root:root to runner:runner
2025-08-20T22:33:40.8660957Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release' from root:root to runner:runner
2025-08-20T22:33:40.8661695Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T22:33:40.8662379Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl' from root:root to runner:runner
2025-08-20T22:33:40.8663027Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/CACHEDIR.TAG' from root:root to runner:runner
2025-08-20T22:33:40.8663621Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target' from root:root to runner:runner
2025-08-20T22:33:40.8664341Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/LICENSE-MIT' from root:root to runner:runner
2025-08-20T22:33:40.8664899Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO' from root:root to runner:runner
2025-08-20T22:33:40.8665426Z [00:05:03.148]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV' from root:root to runner:runner
2025-08-20T22:33:40.8665911Z [00:05:03.149]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp' from runner:docker to runner:runner
2025-08-20T22:33:40.8666380Z [00:05:03.149]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/ig' from runner:docker to runner:runner
2025-08-20T22:33:40.8666872Z [00:05:03.149]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' from runner:docker to runner:runner
2025-08-20T22:33:40.8667393Z [00:05:03.149]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' from runner:docker to runner:runner
2025-08-20T22:33:40.8667856Z [00:05:03.149]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP' from runner:docker to runner:runner
2025-08-20T22:33:40.8668542Z [00:05:03.149]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/sic.static.version' from runner:docker to runner:runner
2025-08-20T22:33:40.8668989Z [00:05:03.149]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/ig' from runner:docker to runner:runner
2025-08-20T22:33:40.8669429Z [00:05:03.149]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD' from runner:docker to runner:runner
2025-08-20T22:33:40.8669875Z [00:05:03.149]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/LICENSE' from runner:docker to runner:runner
2025-08-20T22:33:40.8670340Z [00:05:03.149]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/sic.version' from runner:docker to runner:runner
2025-08-20T22:33:40.8670756Z [00:05:03.149]➜  changed ownership of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR' from runner:docker to runner:runner
2025-08-20T22:33:40.8671511Z [00:05:03.158]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8672215Z [00:05:03.165]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/examples/update_dep_licenses.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8672902Z [00:05:03.172]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/examples/gen_completions.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8673509Z [00:05:03.179]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.gitignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8674138Z [00:05:03.186]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/rustfmt.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8674731Z [00:05:03.193]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/README.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8675327Z [00:05:03.200]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/about.hbs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8676169Z [00:05:03.207]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/LICENSE-APACHE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8676937Z [00:05:03.214]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/tools/pack-release/readme.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8677611Z [00:05:03.221]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/tools/install_nasm_ubuntu.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8678464Z [00:05:03.227]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/tools/cargo-publish-workspace/readme.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8679137Z [00:05:03.234]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/tools/install_nasm_macos.sh' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8679738Z [00:05:03.241]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/deny.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8680338Z [00:05:03.248]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/justfile' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8681001Z [00:05:03.255]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/tests/cli_input_output.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8681630Z [00:05:03.262]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/tests/cli_glob.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8682275Z [00:05:03.269]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/tests/common/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8682984Z [00:05:03.276]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/tests/cli_imageproc_ops.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8683862Z [00:05:03.283]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/tests/cli_image_operations_script_from_file.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8684500Z [00:05:03.289]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/tests/cli_license.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8685137Z [00:05:03.296]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/tests/cli_convert.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8685832Z [00:05:03.303]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/tests/cli_image_operation_args.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8686445Z [00:05:03.309]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/src/main.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8687083Z [00:05:03.317]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/src/cli/config.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8687703Z [00:05:03.324]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/src/cli/app.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8688569Z [00:05:03.330]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/src/cli/glob_base_dir.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8689222Z [00:05:03.337]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/src/cli/pipeline.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8689867Z [00:05:03.344]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/src/cli/license.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8690477Z [00:05:03.351]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/src/cli/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8691123Z [00:05:03.357]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/src/cli/common_dir.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8691762Z [00:05:03.364]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/src/combinators.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8692370Z [00:05:03.371]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8692980Z [00:05:03.378]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/about.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8693637Z [00:05:03.385]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8694303Z [00:05:03.392]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/src/errors.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8696883Z [00:05:03.399]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/src/encode_settings/jpeg.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8764811Z [00:05:03.406]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/src/encode_settings/gif.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8832469Z [00:05:03.413]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/src/encode_settings.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8902995Z [00:05:03.420]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/src/encode/jpeg.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.8970460Z [00:05:03.426]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/src/encode/bmp.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.9038929Z [00:05:03.433]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/src/encode/dynamic.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.9108810Z [00:05:03.440]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/src/encode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.9178083Z [00:05:03.447]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/src/decode.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.9248531Z [00:05:03.454]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/src/preprocessor.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.9317320Z [00:05:03.461]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/src/preprocessor/pick_frame.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.9385498Z [00:05:03.468]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/src/preprocessor/color_type.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.9455412Z [00:05:03.475]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_io/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.9524891Z [00:05:03.482]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.9593557Z [00:05:03.489]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/errors.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.9662699Z [00:05:03.496]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/engine.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.9731315Z [00:05:03.502]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/wrapper/gradient_input.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.9799651Z [00:05:03.509]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/wrapper/font_options.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.9867957Z [00:05:03.516]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/wrapper/gradient_fn.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:40.9935572Z [00:05:03.523]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/wrapper/filter_type.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.0002464Z [00:05:03.530]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/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:33:41.0069179Z [00:05:03.536]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/wrapper/image_path.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.0137622Z [00:05:03.543]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/wrapper/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.0205552Z [00:05:03.550]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/wrapper/overlay.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.0272735Z [00:05:03.557]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/helper/resize.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.0339662Z [00:05:03.563]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/helper/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.0424262Z [00:05:03.572]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/hue_rotate.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.0492287Z [00:05:03.578]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/grayscale.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.0559871Z [00:05:03.585]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/rotate270.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.0627215Z [00:05:03.592]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/contrast.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.0694464Z [00:05:03.599]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/filter3x3.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.0762049Z [00:05:03.605]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/draw_text.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.0829991Z [00:05:03.612]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/invert.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.0895908Z [00:05:03.619]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/brighten.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.0963429Z [00:05:03.626]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/crop.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.1031277Z [00:05:03.632]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/unsharpen.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.1100892Z [00:05:03.639]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/rotate90.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.1168564Z [00:05:03.646]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/flip_vertical.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.1236612Z [00:05:03.653]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/vertical_gradient.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.1305630Z [00:05:03.660]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/blur.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.1373703Z [00:05:03.667]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/threshold.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.1442666Z [00:05:03.674]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/rotate180.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.1511961Z [00:05:03.680]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/resize.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.1581175Z [00:05:03.687]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/diff.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.1651235Z [00:05:03.694]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/flip_horizontal.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.1720536Z [00:05:03.701]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/mod.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.1792048Z [00:05:03.708]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/overlay.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.1861066Z [00:05:03.715]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/operations/horizontal_gradient.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.1929283Z [00:05:03.722]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_image_engine/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.1997895Z [00:05:03.729]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_parser/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.2067008Z [00:05:03.736]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_parser/src/errors.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.2135908Z [00:05:03.743]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_parser/src/named_value.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.2205641Z [00:05:03.750]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_parser/src/rule_parser.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.2275147Z [00:05:03.757]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_parser/src/grammar.pest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.2344550Z [00:05:03.764]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_parser/src/value_parser.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.2413938Z [00:05:03.771]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_parser/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.2486943Z [00:05:03.778]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_core/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.2556530Z [00:05:03.785]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_core/src/errors.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.2625096Z [00:05:03.792]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_core/src/animated.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.2693590Z [00:05:03.799]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_core/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.2762424Z [00:05:03.806]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_cli_ops/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.2831935Z [00:05:03.812]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_cli_ops/src/errors.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.2899961Z [00:05:03.819]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_cli_ops/src/operations.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.2971201Z [00:05:03.826]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_cli_ops/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.3040787Z [00:05:03.833]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_testing/Cargo.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.3110503Z [00:05:03.840]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/crates/sic_testing/src/lib.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.3180534Z [00:05:03.847]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/Cargo.lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.3249828Z [00:05:03.854]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/setup_rav1e.ps1' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.3320217Z [00:05:03.861]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/bors.toml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.3391057Z [00:05:03.868]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.gitattributes' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.3462614Z [00:05:03.876]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/NOTICE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.3543565Z [00:05:03.884]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.github/dependabot.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.3617315Z [00:05:03.891]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.github/workflows/test.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.3688822Z [00:05:03.898]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.github/workflows/rustfmt.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.3758162Z [00:05:03.905]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.github/workflows/deny.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.3827776Z [00:05:03.912]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.github/workflows/clippy.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.3896587Z [00:05:03.919]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.github/workflows/msrv.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.3966410Z [00:05:03.926]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.github/workflows/build-release-binaries.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.4036647Z [00:05:03.933]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.github/FUNDING.yml' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.4106339Z [00:05:03.940]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/loop-diff.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.4175635Z [00:05:03.947]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/2x2_baab.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.4243814Z [00:05:03.954]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/1x1_w.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.4311849Z [00:05:03.960]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/2x3_yrgyyb.bmp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.4379763Z [00:05:03.967]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/credits.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.4446766Z [00:05:03.974]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/3x2_rgbrrb.bmp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.4514432Z [00:05:03.981]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/2x2_wwaw.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.4581245Z [00:05:03.987]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/2x2_wbaw.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.4648014Z [00:05:03.994]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/1x1_b.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.4717303Z [00:05:04.001]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/loop.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.4784606Z [00:05:04.008]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/apng_sample.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.4852314Z [00:05:04.014]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/blackwhite_2x2.bmp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.4919376Z [00:05:04.021]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/2x3_wrabaa.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.4986239Z [00:05:04.028]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/loop-diff-vertical.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.5052978Z [00:05:04.035]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/noloop.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.5120669Z [00:05:04.041]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/2x3_rrgrbb.bmp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.5187416Z [00:05:04.048]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/bwlines.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.5255256Z [00:05:04.055]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/static-diff.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.5322415Z [00:05:04.062]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/static-diff-non-overlap.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.5392285Z [00:05:04.069]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/script/emboss.sic' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.5459479Z [00:05:04.075]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/1x1_a.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.5529049Z [00:05:04.082]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/2x2_bbbb.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.5596219Z [00:05:04.089]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/3x2_ygyryb.bmp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.5663894Z [00:05:04.096]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/help-pages/image_operations.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.5731451Z [00:05:04.102]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/help-pages/about.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.5798839Z [00:05:04.109]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/rainbow_8x6.bmp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.5866808Z [00:05:04.116]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/logo/sic_196.jpg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.5933717Z [00:05:04.123]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/logo/sic_100.jpg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.6001649Z [00:05:04.129]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/logo/sic_500.jpg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.6071101Z [00:05:04.136]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/unsplash_763569_cropped.jpg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.6140075Z [00:05:04.143]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/loop-diff-horizontal.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.6208942Z [00:05:04.150]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/wh1616.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.6277154Z [00:05:04.157]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/font/Lato-Regular.ttf' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.6345638Z [00:05:04.164]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/font/Lato-Regular.LICENSE-OFL.txt' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.6414023Z [00:05:04.171]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/3x2_wbaaba.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.6482335Z [00:05:04.178]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/palette_4x4.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.6551391Z [00:05:04.184]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/help-images/draw-text/in.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.6620333Z [00:05:04.191]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/help-images/draw-text/out.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.6688782Z [00:05:04.198]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/help-images/diff/b.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.6757531Z [00:05:04.205]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/help-images/diff/a.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.6825972Z [00:05:04.212]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/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:33:41.6893469Z [00:05:04.219]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/help-images/diff/loop-diffed.gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.6961732Z [00:05:04.225]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/2x2_bwwb.bmp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.7031022Z [00:05:04.232]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/resources/3x3_babababab.png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.7102031Z [00:05:04.240]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/CHANGELOG.md' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.7171361Z [00:05:04.246]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/hooks/push-to-checkout.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:41.7259712Z [00:05:04.255]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/hooks/post-update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:41.7337074Z [00:05:04.263]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/hooks/prepare-commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:41.7406439Z [00:05:04.270]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/hooks/update.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:41.7474845Z [00:05:04.277]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/hooks/pre-receive.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:41.7542944Z [00:05:04.284]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/hooks/sendemail-validate.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:41.7610541Z [00:05:04.290]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/hooks/pre-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:41.7679067Z [00:05:04.297]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/hooks/commit-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:41.7745988Z [00:05:04.304]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/hooks/pre-applypatch.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:41.7814553Z [00:05:04.311]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/hooks/pre-rebase.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:41.7885237Z [00:05:04.318]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/hooks/pre-push.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:41.7954283Z [00:05:04.325]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/hooks/applypatch-msg.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:41.8024940Z [00:05:04.332]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/hooks/pre-merge-commit.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:41.8093101Z [00:05:04.339]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/hooks/fsmonitor-watchman.sample' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:41.8162302Z [00:05:04.346]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/logs/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.8229600Z [00:05:04.352]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/logs/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.8297220Z [00:05:04.359]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/logs/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.8365541Z [00:05:04.366]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/refs/heads/main' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.8433187Z [00:05:04.373]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/refs/remotes/origin/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.8500710Z [00:05:04.379]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/config' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.8567572Z [00:05:04.386]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/packed-refs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.8635275Z [00:05:04.393]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/description' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.8703254Z [00:05:04.400]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/HEAD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.8771854Z [00:05:04.406]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/objects/pack/pack-f24f5919dc1be6de539ab6d82c5dc1e0288a5980.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.8840263Z [00:05:04.413]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/objects/pack/pack-f24f5919dc1be6de539ab6d82c5dc1e0288a5980.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.8907598Z [00:05:04.420]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/objects/pack/pack-f24f5919dc1be6de539ab6d82c5dc1e0288a5980.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.8975474Z [00:05:04.427]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/objects/pack/pack-cbae2e318ab0db32eabc1501e29c0492a677ad22.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.9042983Z [00:05:04.434]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/objects/pack/pack-f24f5919dc1be6de539ab6d82c5dc1e0288a5980.promisor' changed from 0600 (rw-------) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.9111072Z [00:05:04.440]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/objects/pack/pack-cbae2e318ab0db32eabc1501e29c0492a677ad22.rev' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.9178947Z [00:05:04.447]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/objects/pack/pack-cbae2e318ab0db32eabc1501e29c0492a677ad22.pack' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.9247806Z [00:05:04.454]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/objects/pack/pack-cbae2e318ab0db32eabc1501e29c0492a677ad22.idx' changed from 0444 (r--r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.9316107Z [00:05:04.461]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/info/exclude' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.9384219Z [00:05:04.468]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/.git/index' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.9451645Z [00:05:04.474]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/.rustc_info.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.9519539Z [00:05:04.481]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.9587064Z [00:05:04.488]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:41.9656304Z [00:05:04.495]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build_script_build-45b89b0c69ba843d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.9726969Z [00:05:04.502]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/paste-45b89b0c69ba843d/build_script_build-45b89b0c69ba843d' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:41.9794447Z [00:05:04.509]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/rayon-core-3916f069ff2d7d7f/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:41.9862198Z [00:05:04.515]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/rayon-core-3916f069ff2d7d7f/build_script_build-3916f069ff2d7d7f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:41.9929881Z [00:05:04.522]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/rayon-core-3916f069ff2d7d7f/build_script_build-3916f069ff2d7d7f' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.0000599Z [00:05:04.529]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/thiserror-f1ab0167914e7434/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.0069997Z [00:05:04.536]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/thiserror-f1ab0167914e7434/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.0137263Z [00:05:04.543]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/thiserror-f1ab0167914e7434/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.0207512Z [00:05:04.550]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/thiserror-f1ab0167914e7434/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.0278642Z [00:05:04.557]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/zerocopy-3cd47793a0d9e53a/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.0346626Z [00:05:04.564]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/zerocopy-3cd47793a0d9e53a/build_script_build-3cd47793a0d9e53a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.0414702Z [00:05:04.571]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/zerocopy-3cd47793a0d9e53a/build_script_build-3cd47793a0d9e53a' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.0483236Z [00:05:04.578]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.0549855Z [00:05:04.584]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.0618686Z [00:05:04.591]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.0687457Z [00:05:04.598]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/paste-c348a1cb2397d6ad/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.0755625Z [00:05:04.605]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.0824851Z [00:05:04.612]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558/build_script_build-5dcc07db4808e558' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.0892430Z [00:05:04.618]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/proc-macro2-5dcc07db4808e558/build_script_build-5dcc07db4808e558.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.0960657Z [00:05:04.625]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.1029809Z [00:05:04.632]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build_script_build-97abb6991338ccc4' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.1096919Z [00:05:04.639]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/anyhow-97abb6991338ccc4/build_script_build-97abb6991338ccc4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.1165557Z [00:05:04.646]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.1234702Z [00:05:04.653]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.1302471Z [00:05:04.659]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.1369911Z [00:05:04.666]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/proc-macro2-d6f1bc0d5bcb64e4/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.1437980Z [00:05:04.673]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/rayon-core-e8183f584332badd/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.1507153Z [00:05:04.680]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/rayon-core-e8183f584332badd/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.1575110Z [00:05:04.687]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/rayon-core-e8183f584332badd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.1642648Z [00:05:04.694]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/rayon-core-e8183f584332badd/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.1711433Z [00:05:04.700]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/typenum-c623553def1a648c/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.1779625Z [00:05:04.707]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/typenum-c623553def1a648c/build_script_build-c623553def1a648c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.1848176Z [00:05:04.714]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/typenum-c623553def1a648c/build_script_build-c623553def1a648c' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.1914685Z [00:05:04.721]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/rav1e-5be150a09f2b6706/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.1982187Z [00:05:04.727]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/rav1e-5be150a09f2b6706/build_script_build-5be150a09f2b6706.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.2051073Z [00:05:04.734]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/rav1e-5be150a09f2b6706/build_script_build-5be150a09f2b6706' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.2119820Z [00:05:04.741]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build_script_build-a7f5c40c20340476.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.2188989Z [00:05:04.748]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.2257798Z [00:05:04.755]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/thiserror-a7f5c40c20340476/build_script_build-a7f5c40c20340476' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.2327894Z [00:05:04.762]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/num-traits-e970a1edde1b78ae/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.2401461Z [00:05:04.769]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/num-traits-e970a1edde1b78ae/build_script_build-e970a1edde1b78ae' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.2472115Z [00:05:04.776]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/num-traits-e970a1edde1b78ae/build_script_build-e970a1edde1b78ae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.2540761Z [00:05:04.783]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/libm-519f27182c8c8867/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.2610479Z [00:05:04.790]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/libm-519f27182c8c8867/build_script_build-519f27182c8c8867.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.2682317Z [00:05:04.797]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/libm-519f27182c8c8867/build_script_build-519f27182c8c8867' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.2752298Z [00:05:04.805]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/libc-882294858776d07b/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.2822651Z [00:05:04.811]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/libc-882294858776d07b/build_script_build-882294858776d07b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.2892400Z [00:05:04.818]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/libc-882294858776d07b/build_script_build-882294858776d07b' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.2962623Z [00:05:04.826]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.3034549Z [00:05:04.833]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build_script_build-9e4fce232d40b3fa' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.3104490Z [00:05:04.840]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/crossbeam-utils-9e4fce232d40b3fa/build_script_build-9e4fce232d40b3fa.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.3175074Z [00:05:04.847]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/libc-0cc8042981c71733/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.3246099Z [00:05:04.854]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/libc-0cc8042981c71733/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.3315202Z [00:05:04.861]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/libc-0cc8042981c71733/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.3386948Z [00:05:04.868]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/libc-0cc8042981c71733/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.3459276Z [00:05:04.875]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.3529700Z [00:05:04.882]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96/build_script_build-e3a46aaf38d18c96' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.3598827Z [00:05:04.889]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/thiserror-e3a46aaf38d18c96/build_script_build-e3a46aaf38d18c96.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.3667820Z [00:05:04.896]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/crossbeam-utils-03182f7ab48a6063/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.3739723Z [00:05:04.903]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/crossbeam-utils-03182f7ab48a6063/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.3810167Z [00:05:04.910]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/crossbeam-utils-03182f7ab48a6063/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.3881438Z [00:05:04.917]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/crossbeam-utils-03182f7ab48a6063/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.3950664Z [00:05:04.924]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/matrixmultiply-841ea3733991edc1/build-script-build' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.4023018Z [00:05:04.931]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/matrixmultiply-841ea3733991edc1/build_script_build-841ea3733991edc1' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.4095092Z [00:05:04.939]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/build/matrixmultiply-841ea3733991edc1/build_script_build-841ea3733991edc1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.4165521Z [00:05:04.946]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/either-88b71192f162381b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.4236921Z [00:05:04.953]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.4306941Z [00:05:04.960]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libonce_cell-4f22faca5dda740e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.4376095Z [00:05:04.967]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/proc_macro2-5300d356431b4441.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.4444968Z [00:05:04.974]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libthiserror-37529ed33101f8bc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.4513385Z [00:05:04.981]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libpest_generator-dae1942c36ad2285.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.4581209Z [00:05:04.987]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/unicode_ident-8322841390b1e4cb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.4649894Z [00:05:04.994]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libmemchr-05ca04b75261ca49.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.4720487Z [00:05:05.001]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/paste-d4b21fc6492e3195.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.4788743Z [00:05:05.008]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.4857471Z [00:05:05.015]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/crossbeam_utils-6b24d6f25fdf54a5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.4927154Z [00:05:05.022]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/pest_meta-cbf2108636d484b0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.4996719Z [00:05:05.029]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libeither-88b71192f162381b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.5065233Z [00:05:05.036]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/arg_enum_proc_macro-c808f902ee01efed.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.5134446Z [00:05:05.043]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libcc-174f090264b68311.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.5204764Z [00:05:05.050]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.5277677Z [00:05:05.057]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libcrossbeam_epoch-79c861795a95e255.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.5349837Z [00:05:05.064]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/pest_derive-303a063f244e3a2a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.5421369Z [00:05:05.071]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/heck-cb7f72c37e5a2d54.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.5491635Z [00:05:05.078]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libcrossbeam_deque-3758c68181ca0475.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.5561385Z [00:05:05.085]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libbuilt-f2440a92bc02a2e3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.5629447Z [00:05:05.092]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libpest_generator-dae1942c36ad2285.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.5697884Z [00:05:05.099]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/librayon_core-cf61c910e9e14178.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.5767291Z [00:05:05.106]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/crossbeam_deque-3758c68181ca0475.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.5835941Z [00:05:05.113]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.5906070Z [00:05:05.120]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libucd_trie-56344b5ef67d5053.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.5975058Z [00:05:05.127]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.6043544Z [00:05:05.134]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libmemchr-05ca04b75261ca49.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.6111558Z [00:05:05.140]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/rayon_core-cf61c910e9e14178.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.6179509Z [00:05:05.147]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libcrossbeam_epoch-79c861795a95e255.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.6247043Z [00:05:05.154]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libthiserror-37529ed33101f8bc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.6314532Z [00:05:05.161]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libpaste-d4b21fc6492e3195.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.6383201Z [00:05:05.168]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libpest-d1a9fa724d91be2b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.6452188Z [00:05:05.174]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libpest-d1a9fa724d91be2b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.6519693Z [00:05:05.181]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libautocfg-3ed48474b7f2b023.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.6589444Z [00:05:05.188]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libproc_macro2-5300d356431b4441.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.6656971Z [00:05:05.195]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libcrossbeam_deque-3758c68181ca0475.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.6724627Z [00:05:05.202]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/liblibc-e16072cbf181c20c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.6792470Z [00:05:05.209]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/built-f2440a92bc02a2e3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.6862442Z [00:05:05.216]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/rayon-f4ef4d468776b44f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.6932719Z [00:05:05.223]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/librayon-f4ef4d468776b44f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.7000594Z [00:05:05.229]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libthiserror_impl-62fa3306762b5ec8.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.7068523Z [00:05:05.236]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/num_derive-07d47fdaadef0401.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.7135804Z [00:05:05.243]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/syn-867c905d3bd646fc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.7203421Z [00:05:05.250]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libpest_derive-303a063f244e3a2a.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.7270238Z [00:05:05.256]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libcrossbeam_utils-6b24d6f25fdf54a5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.7338731Z [00:05:05.263]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libnoop_proc_macro-7cb597fde7dfeb90.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.7410329Z [00:05:05.270]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/cc-174f090264b68311.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.7483614Z [00:05:05.278]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libstrum_macros-3d48340ed72579a2.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.7555619Z [00:05:05.285]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libunicode_ident-8322841390b1e4cb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.7629554Z [00:05:05.292]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libcc-174f090264b68311.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.7704482Z [00:05:05.300]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/strum_macros-3d48340ed72579a2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.7779986Z [00:05:05.307]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libpest_meta-cbf2108636d484b0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.7856484Z [00:05:05.315]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/crossbeam_epoch-79c861795a95e255.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.7928179Z [00:05:05.322]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libthiserror_impl-00d3548b15cbc87b.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.8001421Z [00:05:05.329]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libarg_enum_proc_macro-c808f902ee01efed.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.8071217Z [00:05:05.336]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libsyn-867c905d3bd646fc.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.8141935Z [00:05:05.343]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/memchr-05ca04b75261ca49.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.8211103Z [00:05:05.350]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/thiserror-37529ed33101f8bc.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.8279804Z [00:05:05.357]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libc-e16072cbf181c20c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.8352532Z [00:05:05.364]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libnasm_rs-e8ea9d76daecd1cd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.8422125Z [00:05:05.371]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/once_cell-4f22faca5dda740e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.8490888Z [00:05:05.378]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/autocfg-3ed48474b7f2b023.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.8558752Z [00:05:05.385]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/quote-d1f324c45602a433.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.8626508Z [00:05:05.392]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/liblibc-e16072cbf181c20c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.8696698Z [00:05:05.399]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libsimd_helpers-f47cf6fa9faf3704.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:42.8766607Z [00:05:05.406]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/jobserver-0f5630bb90705cae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.8835623Z [00:05:05.413]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libsyn-867c905d3bd646fc.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.8903557Z [00:05:05.420]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libbuilt-f2440a92bc02a2e3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.8974329Z [00:05:05.427]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libucd_trie-56344b5ef67d5053.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.9044811Z [00:05:05.434]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/simd_helpers-f47cf6fa9faf3704.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.9113345Z [00:05:05.441]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/pest-d1a9fa724d91be2b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.9182374Z [00:05:05.447]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/librayon_core-cf61c910e9e14178.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.9249667Z [00:05:05.454]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libonce_cell-4f22faca5dda740e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.9317657Z [00:05:05.461]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/pest_generator-dae1942c36ad2285.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.9387132Z [00:05:05.468]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libheck-cb7f72c37e5a2d54.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.9455635Z [00:05:05.475]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libnasm_rs-e8ea9d76daecd1cd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.9526280Z [00:05:05.482]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/thiserror_impl-62fa3306762b5ec8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.9596937Z [00:05:05.489]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/profiling_procmacros-5b1b3d5c3a789cb8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.9666522Z [00:05:05.496]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libjobserver-0f5630bb90705cae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.9738739Z [00:05:05.503]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/thiserror_impl-00d3548b15cbc87b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.9807298Z [00:05:05.510]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libeither-88b71192f162381b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.9878025Z [00:05:05.517]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libcrossbeam_utils-6b24d6f25fdf54a5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:42.9946459Z [00:05:05.524]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libprofiling_procmacros-5b1b3d5c3a789cb8.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:43.0018593Z [00:05:05.531]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libpest_meta-cbf2108636d484b0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.0089319Z [00:05:05.538]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/librayon-f4ef4d468776b44f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.0161873Z [00:05:05.545]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/nasm_rs-e8ea9d76daecd1cd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.0233085Z [00:05:05.553]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/noop_proc_macro-7cb597fde7dfeb90.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.0302818Z [00:05:05.560]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/ucd_trie-56344b5ef67d5053.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.0372724Z [00:05:05.567]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libquote-d1f324c45602a433.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.0445611Z [00:05:05.574]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libnum_derive-07d47fdaadef0401.so' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:43.0516044Z [00:05:05.581]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/deps/libjobserver-0f5630bb90705cae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.0586647Z [00:05:05.588]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/lib-autocfg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.0655993Z [00:05:05.595]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.0727894Z [00:05:05.602]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.0797087Z [00:05:05.609]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/autocfg-3ed48474b7f2b023/dep-lib-autocfg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.0867868Z [00:05:05.616]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.0936687Z [00:05:05.623]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.1005888Z [00:05:05.630]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.1075592Z [00:05:05.637]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/paste-45b89b0c69ba843d/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.1145724Z [00:05:05.644]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-impl-62fa3306762b5ec8/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.1215914Z [00:05:05.651]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-impl-62fa3306762b5ec8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.1286831Z [00:05:05.658]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-impl-62fa3306762b5ec8/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.1357399Z [00:05:05.665]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-impl-62fa3306762b5ec8/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.1428495Z [00:05:05.672]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/either-88b71192f162381b/dep-lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.1497535Z [00:05:05.679]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/either-88b71192f162381b/lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.1566982Z [00:05:05.686]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/either-88b71192f162381b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.1636258Z [00:05:05.693]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/either-88b71192f162381b/lib-either.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.1707407Z [00:05:05.700]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-core-3916f069ff2d7d7f/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.1779264Z [00:05:05.707]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-core-3916f069ff2d7d7f/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.1848621Z [00:05:05.714]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-core-3916f069ff2d7d7f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.1919300Z [00:05:05.721]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-core-3916f069ff2d7d7f/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.1988572Z [00:05:05.728]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/ucd-trie-56344b5ef67d5053/lib-ucd_trie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.2058780Z [00:05:05.735]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/ucd-trie-56344b5ef67d5053/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.2127480Z [00:05:05.742]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/ucd-trie-56344b5ef67d5053/lib-ucd_trie.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.2197483Z [00:05:05.749]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/ucd-trie-56344b5ef67d5053/dep-lib-ucd_trie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.2269620Z [00:05:05.756]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-f1ab0167914e7434/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.2341817Z [00:05:05.763]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-f1ab0167914e7434/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.2413578Z [00:05:05.771]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/zerocopy-3cd47793a0d9e53a/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.2485161Z [00:05:05.778]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/zerocopy-3cd47793a0d9e53a/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.2556447Z [00:05:05.785]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/zerocopy-3cd47793a0d9e53a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.2627042Z [00:05:05.792]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/zerocopy-3cd47793a0d9e53a/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.2697804Z [00:05:05.799]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/paste-c348a1cb2397d6ad/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.2768644Z [00:05:05.806]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/paste-c348a1cb2397d6ad/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.2838915Z [00:05:05.813]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/arg_enum_proc_macro-c808f902ee01efed/dep-lib-arg_enum_proc_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.2909306Z [00:05:05.820]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/arg_enum_proc_macro-c808f902ee01efed/lib-arg_enum_proc_macro.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.2980612Z [00:05:05.827]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/arg_enum_proc_macro-c808f902ee01efed/lib-arg_enum_proc_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.3051310Z [00:05:05.834]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/arg_enum_proc_macro-c808f902ee01efed/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.3122479Z [00:05:05.841]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/jobserver-0f5630bb90705cae/lib-jobserver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.3196119Z [00:05:05.849]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/jobserver-0f5630bb90705cae/lib-jobserver.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.3269251Z [00:05:05.856]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/jobserver-0f5630bb90705cae/dep-lib-jobserver' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.3341301Z [00:05:05.863]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/jobserver-0f5630bb90705cae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.3413085Z [00:05:05.871]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.3482795Z [00:05:05.877]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.3552878Z [00:05:05.885]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.3625079Z [00:05:05.892]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/proc-macro2-5dcc07db4808e558/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.3694718Z [00:05:05.899]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-epoch-79c861795a95e255/lib-crossbeam_epoch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.3764656Z [00:05:05.906]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-epoch-79c861795a95e255/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.3834858Z [00:05:05.913]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-epoch-79c861795a95e255/dep-lib-crossbeam_epoch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.3906320Z [00:05:05.920]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-epoch-79c861795a95e255/lib-crossbeam_epoch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.3976526Z [00:05:05.927]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.4046267Z [00:05:05.934]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.4116943Z [00:05:05.941]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.4189641Z [00:05:05.948]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/anyhow-97abb6991338ccc4/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.4262118Z [00:05:05.955]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/nasm-rs-e8ea9d76daecd1cd/lib-nasm_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.4332099Z [00:05:05.962]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/nasm-rs-e8ea9d76daecd1cd/dep-lib-nasm_rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.4403092Z [00:05:05.970]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/nasm-rs-e8ea9d76daecd1cd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.4474020Z [00:05:05.977]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/nasm-rs-e8ea9d76daecd1cd/lib-nasm_rs.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.4543986Z [00:05:05.984]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest-d1a9fa724d91be2b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.4613923Z [00:05:05.991]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest-d1a9fa724d91be2b/dep-lib-pest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.4684132Z [00:05:05.998]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest-d1a9fa724d91be2b/lib-pest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.4754769Z [00:05:06.005]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest-d1a9fa724d91be2b/lib-pest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.4824628Z [00:05:06.012]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/proc-macro2-d6f1bc0d5bcb64e4/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.4894924Z [00:05:06.019]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/proc-macro2-d6f1bc0d5bcb64e4/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.4964356Z [00:05:06.026]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/num-derive-07d47fdaadef0401/lib-num_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.5035004Z [00:05:06.033]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/num-derive-07d47fdaadef0401/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.5104434Z [00:05:06.040]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/num-derive-07d47fdaadef0401/dep-lib-num_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.5174667Z [00:05:06.047]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/num-derive-07d47fdaadef0401/lib-num_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.5244946Z [00:05:06.054]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/strum_macros-3d48340ed72579a2/lib-strum_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.5315340Z [00:05:06.061]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/strum_macros-3d48340ed72579a2/lib-strum_macros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.5386706Z [00:05:06.068]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/strum_macros-3d48340ed72579a2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.5456680Z [00:05:06.075]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/strum_macros-3d48340ed72579a2/dep-lib-strum_macros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.5527411Z [00:05:06.082]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/lib-quote.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.5597952Z [00:05:06.089]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.5667733Z [00:05:06.096]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.5738755Z [00:05:06.103]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/quote-d1f324c45602a433/dep-lib-quote' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.5808919Z [00:05:06.110]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-core-e8183f584332badd/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.5878523Z [00:05:06.117]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-core-e8183f584332badd/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.5947330Z [00:05:06.124]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/dep-lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.6017125Z [00:05:06.131]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/lib-proc_macro2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.6087443Z [00:05:06.138]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.6158477Z [00:05:06.145]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/proc-macro2-5300d356431b4441/lib-proc_macro2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.6229268Z [00:05:06.152]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.6299448Z [00:05:06.159]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.6369863Z [00:05:06.166]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.6440925Z [00:05:06.173]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/typenum-c623553def1a648c/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.6512945Z [00:05:06.181]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.6582843Z [00:05:06.188]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/lib-paste.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.6653442Z [00:05:06.195]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/lib-paste' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.6724256Z [00:05:06.202]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/paste-d4b21fc6492e3195/dep-lib-paste' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.6793940Z [00:05:06.209]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libc-e16072cbf181c20c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.6866562Z [00:05:06.216]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libc-e16072cbf181c20c/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.6937863Z [00:05:06.223]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libc-e16072cbf181c20c/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.7010202Z [00:05:06.230]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libc-e16072cbf181c20c/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.7081740Z [00:05:06.237]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rav1e-5be150a09f2b6706/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.7153345Z [00:05:06.245]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rav1e-5be150a09f2b6706/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.7224445Z [00:05:06.252]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rav1e-5be150a09f2b6706/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.7295801Z [00:05:06.259]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rav1e-5be150a09f2b6706/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.7369455Z [00:05:06.266]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.7439625Z [00:05:06.273]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.7509742Z [00:05:06.280]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/dep-lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.7580496Z [00:05:06.287]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/unicode-ident-8322841390b1e4cb/lib-unicode_ident' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.7651910Z [00:05:06.294]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/syn-867c905d3bd646fc/dep-lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.7723292Z [00:05:06.302]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/syn-867c905d3bd646fc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.7793648Z [00:05:06.309]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/syn-867c905d3bd646fc/lib-syn' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.7867903Z [00:05:06.316]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/syn-867c905d3bd646fc/lib-syn.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.7941234Z [00:05:06.323]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.8011549Z [00:05:06.330]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.8083088Z [00:05:06.338]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.8155384Z [00:05:06.345]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-a7f5c40c20340476/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.8226239Z [00:05:06.352]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/num-traits-e970a1edde1b78ae/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.8296281Z [00:05:06.359]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/num-traits-e970a1edde1b78ae/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.8366988Z [00:05:06.366]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/num-traits-e970a1edde1b78ae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.8440350Z [00:05:06.373]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/num-traits-e970a1edde1b78ae/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.8515114Z [00:05:06.381]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libm-519f27182c8c8867/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.8589110Z [00:05:06.388]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libm-519f27182c8c8867/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.8663745Z [00:05:06.396]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libm-519f27182c8c8867/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.8737244Z [00:05:06.403]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libm-519f27182c8c8867/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.8811938Z [00:05:06.410]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libc-882294858776d07b/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.8887963Z [00:05:06.418]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libc-882294858776d07b/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.8962514Z [00:05:06.425]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libc-882294858776d07b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.9036269Z [00:05:06.433]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libc-882294858776d07b/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.9108735Z [00:05:06.440]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/built-f2440a92bc02a2e3/dep-lib-built' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.9180628Z [00:05:06.447]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/built-f2440a92bc02a2e3/lib-built.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.9254624Z [00:05:06.455]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/built-f2440a92bc02a2e3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.9327652Z [00:05:06.462]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/built-f2440a92bc02a2e3/lib-built' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.9400779Z [00:05:06.469]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-deque-3758c68181ca0475/dep-lib-crossbeam_deque' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.9473943Z [00:05:06.477]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-deque-3758c68181ca0475/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.9545893Z [00:05:06.484]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-deque-3758c68181ca0475/lib-crossbeam_deque' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.9617075Z [00:05:06.491]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-deque-3758c68181ca0475/lib-crossbeam_deque.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.9689053Z [00:05:06.498]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.9761047Z [00:05:06.505]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/dep-lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.9833049Z [00:05:06.513]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.9904550Z [00:05:06.520]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/heck-cb7f72c37e5a2d54/lib-heck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:43.9976807Z [00:05:06.527]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-core-cf61c910e9e14178/lib-rayon_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.0049160Z [00:05:06.534]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-core-cf61c910e9e14178/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.0121280Z [00:05:06.541]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-core-cf61c910e9e14178/dep-lib-rayon_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.0190834Z [00:05:06.548]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-core-cf61c910e9e14178/lib-rayon_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.0262704Z [00:05:06.556]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest_derive-303a063f244e3a2a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.0334258Z [00:05:06.563]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest_derive-303a063f244e3a2a/dep-lib-pest_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.0404171Z [00:05:06.570]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest_derive-303a063f244e3a2a/lib-pest_derive' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.0475249Z [00:05:06.577]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest_derive-303a063f244e3a2a/lib-pest_derive.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.0546523Z [00:05:06.584]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/profiling-procmacros-5b1b3d5c3a789cb8/dep-lib-profiling_procmacros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.0618021Z [00:05:06.591]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/profiling-procmacros-5b1b3d5c3a789cb8/lib-profiling_procmacros.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.0689091Z [00:05:06.598]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/profiling-procmacros-5b1b3d5c3a789cb8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.0759312Z [00:05:06.605]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/profiling-procmacros-5b1b3d5c3a789cb8/lib-profiling_procmacros' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.0829174Z [00:05:06.612]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.0900204Z [00:05:06.619]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.0969888Z [00:05:06.626]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.1040973Z [00:05:06.633]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-utils-9e4fce232d40b3fa/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.1112034Z [00:05:06.640]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libc-0cc8042981c71733/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.1180931Z [00:05:06.647]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/libc-0cc8042981c71733/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.1252008Z [00:05:06.654]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest_meta-cbf2108636d484b0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.1321887Z [00:05:06.661]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest_meta-cbf2108636d484b0/lib-pest_meta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.1391891Z [00:05:06.668]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest_meta-cbf2108636d484b0/dep-lib-pest_meta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.1462166Z [00:05:06.675]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest_meta-cbf2108636d484b0/lib-pest_meta.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.1532940Z [00:05:06.683]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-impl-00d3548b15cbc87b/dep-lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.1603375Z [00:05:06.690]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-impl-00d3548b15cbc87b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.1673886Z [00:05:06.697]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-impl-00d3548b15cbc87b/lib-thiserror_impl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.1744006Z [00:05:06.704]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-impl-00d3548b15cbc87b/lib-thiserror_impl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.1813722Z [00:05:06.711]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/simd_helpers-f47cf6fa9faf3704/dep-lib-simd_helpers' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.1883572Z [00:05:06.718]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/simd_helpers-f47cf6fa9faf3704/lib-simd_helpers' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.1955072Z [00:05:06.725]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/simd_helpers-f47cf6fa9faf3704/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.2024984Z [00:05:06.732]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/simd_helpers-f47cf6fa9faf3704/lib-simd_helpers.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.2096748Z [00:05:06.739]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.2166421Z [00:05:06.746]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.2237517Z [00:05:06.753]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.2307626Z [00:05:06.760]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-e3a46aaf38d18c96/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.2380442Z [00:05:06.767]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest_generator-dae1942c36ad2285/lib-pest_generator.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.2450697Z [00:05:06.774]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest_generator-dae1942c36ad2285/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.2521512Z [00:05:06.781]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest_generator-dae1942c36ad2285/lib-pest_generator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.2591493Z [00:05:06.788]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/pest_generator-dae1942c36ad2285/dep-lib-pest_generator' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.2663401Z [00:05:06.796]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-utils-6b24d6f25fdf54a5/lib-crossbeam_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.2733809Z [00:05:06.803]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-utils-6b24d6f25fdf54a5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.2804639Z [00:05:06.810]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-utils-6b24d6f25fdf54a5/dep-lib-crossbeam_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.2875696Z [00:05:06.817]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-utils-6b24d6f25fdf54a5/lib-crossbeam_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.2945543Z [00:05:06.824]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-f4ef4d468776b44f/dep-lib-rayon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.3015374Z [00:05:06.831]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-f4ef4d468776b44f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.3085677Z [00:05:06.838]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-f4ef4d468776b44f/lib-rayon.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.3155809Z [00:05:06.845]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/rayon-f4ef4d468776b44f/lib-rayon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.3225689Z [00:05:06.852]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-utils-03182f7ab48a6063/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.3295202Z [00:05:06.859]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/crossbeam-utils-03182f7ab48a6063/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.3364520Z [00:05:06.866]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-37529ed33101f8bc/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.3434221Z [00:05:06.873]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-37529ed33101f8bc/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.3504445Z [00:05:06.880]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-37529ed33101f8bc/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.3575319Z [00:05:06.887]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/thiserror-37529ed33101f8bc/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.3645781Z [00:05:06.894]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/matrixmultiply-841ea3733991edc1/build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.3715355Z [00:05:06.901]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/matrixmultiply-841ea3733991edc1/dep-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.3786196Z [00:05:06.908]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/matrixmultiply-841ea3733991edc1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.3856669Z [00:05:06.915]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/matrixmultiply-841ea3733991edc1/build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.3926283Z [00:05:06.922]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/once_cell-4f22faca5dda740e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.3997087Z [00:05:06.929]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/once_cell-4f22faca5dda740e/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.4068840Z [00:05:06.936]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/once_cell-4f22faca5dda740e/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.4140065Z [00:05:06.943]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/once_cell-4f22faca5dda740e/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.4212453Z [00:05:06.950]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/memchr-05ca04b75261ca49/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.4284978Z [00:05:06.958]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/memchr-05ca04b75261ca49/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.4358981Z [00:05:06.965]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/memchr-05ca04b75261ca49/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.4433927Z [00:05:06.973]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/memchr-05ca04b75261ca49/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.4508438Z [00:05:06.980]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/noop_proc_macro-7cb597fde7dfeb90/lib-noop_proc_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.4584083Z [00:05:06.988]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/noop_proc_macro-7cb597fde7dfeb90/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.4658741Z [00:05:06.995]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/noop_proc_macro-7cb597fde7dfeb90/dep-lib-noop_proc_macro' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.4732690Z [00:05:07.002]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/noop_proc_macro-7cb597fde7dfeb90/lib-noop_proc_macro.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.4809227Z [00:05:07.010]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/cc-174f090264b68311/dep-lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.4881545Z [00:05:07.017]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/cc-174f090264b68311/lib-cc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.4954475Z [00:05:07.025]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/cc-174f090264b68311/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.5027105Z [00:05:07.032]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/release/.fingerprint/cc-174f090264b68311/lib-cc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.5102555Z [00:05:07.039]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/libimagineer.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.5175630Z [00:05:07.047]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/libimagineer.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.5248720Z [00:05:07.054]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.cargo-lock' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.5319670Z [00:05:07.061]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/ig' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:44.5393501Z [00:05:07.069]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.5465977Z [00:05:07.076]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.5537371Z [00:05:07.083]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.5607418Z [00:05:07.090]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/anyhow-b9f338d7e1074f47/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.5681540Z [00:05:07.097]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/out/tests.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.5753711Z [00:05:07.105]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.5825048Z [00:05:07.112]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.5896750Z [00:05:07.119]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.5969085Z [00:05:07.126]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/typenum-536eddb43829ed4f/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.6041663Z [00:05:07.133]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libm-49762b729fd37d62/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.6113782Z [00:05:07.141]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libm-49762b729fd37d62/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.6186600Z [00:05:07.148]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libm-49762b729fd37d62/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.6260017Z [00:05:07.155]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libm-49762b729fd37d62/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.6335664Z [00:05:07.163]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-cb2bfb305d5a7402/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.6407548Z [00:05:07.170]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-cb2bfb305d5a7402/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.6480290Z [00:05:07.177]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-cb2bfb305d5a7402/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.6552798Z [00:05:07.185]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rayon-core-cb2bfb305d5a7402/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.6625135Z [00:05:07.192]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/matrixmultiply-73f52107a96d898f/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.6696739Z [00:05:07.199]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/matrixmultiply-73f52107a96d898f/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.6768834Z [00:05:07.206]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/matrixmultiply-73f52107a96d898f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.6840935Z [00:05:07.213]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/matrixmultiply-73f52107a96d898f/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.6912111Z [00:05:07.220]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.6982690Z [00:05:07.227]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.7053860Z [00:05:07.235]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.7124309Z [00:05:07.242]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/crossbeam-utils-47daabebd1188c33/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.7196273Z [00:05:07.249]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.7267709Z [00:05:07.256]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.7340069Z [00:05:07.263]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.7412346Z [00:05:07.270]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-d3e18ae1bbb7bed0/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.7485365Z [00:05:07.278]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-95a48d46f2dba40b/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.7556193Z [00:05:07.285]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-95a48d46f2dba40b/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.7626098Z [00:05:07.292]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-95a48d46f2dba40b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.7696370Z [00:05:07.299]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/libc-95a48d46f2dba40b/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.7769050Z [00:05:07.306]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.7842916Z [00:05:07.314]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.7916530Z [00:05:07.321]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.7989011Z [00:05:07.328]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/thiserror-412ea1f03334a160/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.8059895Z [00:05:07.335]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-a044d05216782401/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.8130107Z [00:05:07.342]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-a044d05216782401/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.8200490Z [00:05:07.349]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-a044d05216782401/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.8272406Z [00:05:07.356]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/zerocopy-a044d05216782401/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.8342306Z [00:05:07.363]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-56c4ac5c1b8b5a5f/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.8414144Z [00:05:07.371]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-56c4ac5c1b8b5a5f/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.8485617Z [00:05:07.378]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-56c4ac5c1b8b5a5f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.8557493Z [00:05:07.385]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/num-traits-56c4ac5c1b8b5a5f/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.8630077Z [00:05:07.392]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/asm.hash' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.8700523Z [00:05:07.399]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/ipred_avx512.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.8771944Z [00:05:07.406]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/itx16_sse.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.8843628Z [00:05:07.414]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/ipred_sse.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.8915032Z [00:05:07.421]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/itx16_avx512.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.8985919Z [00:05:07.428]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/me.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.9056052Z [00:05:07.435]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/sad_plane.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.9129493Z [00:05:07.442]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/itx16_avx2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.9199550Z [00:05:07.449]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/cdef_rav1e.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.9269586Z [00:05:07.456]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/looprestoration16_avx512.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.9339353Z [00:05:07.463]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/built.rs' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.9409579Z [00:05:07.470]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/mc_avx512.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.9480526Z [00:05:07.477]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/satd16_avx2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.9551161Z [00:05:07.484]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/looprestoration16_sse.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.9621112Z [00:05:07.491]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/ipred16_sse.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.9691300Z [00:05:07.498]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/satd.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.9761639Z [00:05:07.505]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/mc16_avx512.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.9832631Z [00:05:07.512]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/sad_sse2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.9902715Z [00:05:07.519]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/looprestoration16_avx2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:44.9972878Z [00:05:07.527]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/cdef16_avx2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.0043379Z [00:05:07.534]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/cdef16_avx512.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.0113631Z [00:05:07.541]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/itx_avx512.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.0185079Z [00:05:07.548]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/cdef16_sse.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.0256104Z [00:05:07.555]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/ipred16_avx2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.0326949Z [00:05:07.562]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/cdef_dist.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.0397517Z [00:05:07.569]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/ipred16_avx512.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.0467545Z [00:05:07.576]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/mc_avx2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.0537061Z [00:05:07.583]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/looprestoration_avx2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.0608013Z [00:05:07.590]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/sad_avx.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.0678387Z [00:05:07.597]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/cdef_avx512.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.0748594Z [00:05:07.604]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/looprestoration_sse.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.0817635Z [00:05:07.611]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/itx_sse.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.0889079Z [00:05:07.618]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/mc16_avx2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.0960523Z [00:05:07.625]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/cdef_avx2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.1030845Z [00:05:07.632]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/mc_sse.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.1101714Z [00:05:07.639]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/cdef_sse.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.1171329Z [00:05:07.646]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/mc16_sse.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.1241882Z [00:05:07.653]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/itx_avx2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.1311149Z [00:05:07.660]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/librav1easm.a' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.1380988Z [00:05:07.667]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/sse.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.1450427Z [00:05:07.674]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/looprestoration_avx512.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.1522239Z [00:05:07.681]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/ipred_avx2.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.1591596Z [00:05:07.688]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/config.asm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.1661114Z [00:05:07.695]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/out/tables.o' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.1734967Z [00:05:07.703]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.1804475Z [00:05:07.710]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/root-output' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.1874391Z [00:05:07.717]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.1945538Z [00:05:07.724]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/build/rav1e-9e885395d79be120/stderr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.2019345Z [00:05:07.731]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/log-dba0b81633251c61.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.2089829Z [00:05:07.738]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder_lite-765096d82b0cbbc8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.2159575Z [00:05:07.745]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.2229663Z [00:05:07.752]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libglobset-617bcc2a21083971.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.2299846Z [00:05:07.759]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_bigint-cb591527576210be.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.2370243Z [00:05:07.766]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-051a52216a6fef40.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.2442871Z [00:05:07.774]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_epoch-a035f5c67ef4c95b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.2514424Z [00:05:07.781]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfdeflate-4efacb705cfb79ab.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.2583357Z [00:05:07.788]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pathdiff-88ecdc5c74fa8dd9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.2652524Z [00:05:07.794]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/owned_ttf_parser-0fb036560e7a4980.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.2721562Z [00:05:07.801]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ab_glyph_rasterizer-04e594e7210d7f7f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.2791424Z [00:05:07.808]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprofiling-fd54f094035687f4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.2863042Z [00:05:07.816]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitstream_io-96cf7aa119e4d40b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.2933856Z [00:05:07.823]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aligned_vec-3ebcee36330dfbf3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.3005832Z [00:05:07.830]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libadler2-051a52216a6fef40.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.3075266Z [00:05:07.837]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rayon-c64b9e90000a7a83.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.3145198Z [00:05:07.844]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_distr-de13d78f87f3df90.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.3213894Z [00:05:07.851]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libv_frame-a9c5faa922a56d62.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.3283434Z [00:05:07.858]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-00d389add640b268.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.3352346Z [00:05:07.864]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhalf-16f3566e307fcc5d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.3420602Z [00:05:07.871]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_wsl-a34b63b98b66bc19.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.3489720Z [00:05:07.878]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/once_cell-5fd1cd482ab96496.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.3558656Z [00:05:07.885]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwide-1957c7ce05fb098e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.3627172Z [00:05:07.892]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bit_field-15dd8eade30f7cf8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.3695382Z [00:05:07.899]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquick_error-4e47e91cacaebd2a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.3764056Z [00:05:07.906]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-96a6f2ba7cb4de82.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.3832632Z [00:05:07.913]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/profiling-fd54f094035687f4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.3901711Z [00:05:07.919]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_docker-38a6581dc886375f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.3970780Z [00:05:07.926]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libab_glyph-28f4b32ad296c909.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.4039177Z [00:05:07.933]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_syntax-a636499d6b59e980.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.4108785Z [00:05:07.940]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminiz_oxide-00d389add640b268.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.4177455Z [00:05:07.947]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sic_core-f72b2d54631f164f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.4245382Z [00:05:07.954]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpathdiff-88ecdc5c74fa8dd9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.4315445Z [00:05:07.961]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/color_quant-f84fea393e1a912c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.4386111Z [00:05:07.968]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-8835d15668b9b1b2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.4454995Z [00:05:07.975]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.4527079Z [00:05:07.982]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/qoi-b856b005bb838ad1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.4598149Z [00:05:07.989]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblebe-1e614169d2ae4337.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.4669278Z [00:05:07.996]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/exr-81929863cc1fddc6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.4740425Z [00:05:08.003]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsafe_arch-f084da1e6749f3b6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.4810838Z [00:05:08.010]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitstream_io-96cf7aa119e4d40b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.4881201Z [00:05:08.017]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-5fa7a1d2395e6fb1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.4951626Z [00:05:08.024]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-7b5683068a5fbbe0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.5021639Z [00:05:08.031]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-0e42a9ce5b007dcd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.5093108Z [00:05:08.039]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-9fe801ad6d679ba8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.5166529Z [00:05:08.046]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libapprox-3990463c14119429.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.5240602Z [00:05:08.053]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_chacha-96a6f2ba7cb4de82.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.5313808Z [00:05:08.061]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/imagineer-017e4eabb0f9c8a5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.5388155Z [00:05:08.068]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libucd_trie-93eb925c100433f6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.5457969Z [00:05:08.075]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rawpointer-4f771b8d7f4b8f28.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.5527368Z [00:05:08.082]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzune_inflate-392a4ee2b24a4c0e.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.5597057Z [00:05:08.089]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-e2f8831afb287d90.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.5667005Z [00:05:08.096]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/textwrap-ccda0d97d1b4c7e0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.5738150Z [00:05:08.103]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-fdfd9e62563524fe.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.5809765Z [00:05:08.110]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/memchr-70e93713acfb7392.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.5882401Z [00:05:08.117]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmaybe_rayon-7ccb060308c276ab.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.5952817Z [00:05:08.124]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libquick_error-4e47e91cacaebd2a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.6023760Z [00:05:08.132]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-e442f7e70ccf8125.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.6094606Z [00:05:08.139]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsafe_arch-f084da1e6749f3b6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.6166883Z [00:05:08.146]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand-9fe801ad6d679ba8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.6237818Z [00:05:08.153]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_wsl-a34b63b98b66bc19.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.6308127Z [00:05:08.160]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-546a989446c6c1ef.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.6380115Z [00:05:08.167]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_core-f72b2d54631f164f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.6453416Z [00:05:08.175]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libprofiling-fd54f094035687f4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.6523695Z [00:05:08.182]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/jpeg_decoder-a4d82ea99c8f5b4b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.6593912Z [00:05:08.189]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimagineer-017e4eabb0f9c8a5.rlib' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:45.6665220Z [00:05:08.196]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/avif_serialize-c12f81d8460f1227.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.6735383Z [00:05:08.203]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/vec_map-825f544470f9189c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.6804907Z [00:05:08.210]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/wide-1957c7ce05fb098e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.6875539Z [00:05:08.217]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimage-8e25c13201311ee2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.6946201Z [00:05:08.224]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_docker-38a6581dc886375f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.7017271Z [00:05:08.231]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-2eba59d70331c2e8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.7086945Z [00:05:08.238]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitstream_io-96cf7aa119e4d40b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.7156180Z [00:05:08.245]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/globwalk-23f656ed4a56c06f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.7226453Z [00:05:08.252]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libignore-e4ccfd0776427459.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.7298741Z [00:05:08.259]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_complex-2b3a10df6f1184ce.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.7369445Z [00:05:08.266]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-dba0b81633251c61.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.7442483Z [00:05:08.273]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgif-1b83bcd583c4eb76.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.7515129Z [00:05:08.281]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_utils-fdfd9e62563524fe.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.7584760Z [00:05:08.288]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-2e74aaedee615d78.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.7654822Z [00:05:08.295]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num-6801fa805271c4a0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.7725082Z [00:05:08.302]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libglobset-617bcc2a21083971.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.7793534Z [00:05:08.309]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.7868700Z [00:05:08.316]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-1c717d5d4fdd7665.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.7935311Z [00:05:08.323]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ig-472ebcd660954d57.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.8003847Z [00:05:08.330]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libapprox-3990463c14119429.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.8072326Z [00:05:08.336]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblog-dba0b81633251c61.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.8140125Z [00:05:08.343]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzune_jpeg-eb6bd5c63eb7dc13.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.8209378Z [00:05:08.350]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_automata-546a989446c6c1ef.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.8276767Z [00:05:08.357]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand-9fe801ad6d679ba8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.8344917Z [00:05:08.364]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sic_cli_ops-8203a7ce3b33fa3a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.8413952Z [00:05:08.371]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/typenum-1c717d5d4fdd7665.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.8482736Z [00:05:08.378]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libppv_lite86-25438787db61d65c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.8550603Z [00:05:08.384]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libweezl-a12aea31504cf83c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.8618912Z [00:05:08.391]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgif-1b83bcd583c4eb76.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.8686777Z [00:05:08.398]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_bigint-cb591527576210be.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.8755151Z [00:05:08.405]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libowned_ttf_parser-0fb036560e7a4980.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.8822969Z [00:05:08.412]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libglobwalk-23f656ed4a56c06f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.8891127Z [00:05:08.418]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librav1e-77fbce11557dd244.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.8959000Z [00:05:08.425]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libfdeflate-4efacb705cfb79ab.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.9026914Z [00:05:08.432]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ansi_term-0bb655736fe41be1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.9094747Z [00:05:08.439]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libgetrandom-2eba59d70331c2e8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.9162505Z [00:05:08.445]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-d76bd81076a1e444.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.9230267Z [00:05:08.452]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libv_frame-a9c5faa922a56d62.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.9297694Z [00:05:08.459]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpng-2eac31c8a4574b32.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.9365662Z [00:05:08.466]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatty-789be686badb13a3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.9433767Z [00:05:08.473]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crc32fast-0e42a9ce5b007dcd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.9501954Z [00:05:08.479]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolor_quant-f84fea393e1a912c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.9571736Z [00:05:08.486]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-5fd1cd482ab96496.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.9643187Z [00:05:08.494]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum-6801fa805271c4a0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.9712486Z [00:05:08.500]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-9557ef2fa15a92cd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.9782064Z [00:05:08.507]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zune_core-e6fc3cb167da85a8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.9854940Z [00:05:08.515]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-5076d539ea969c21.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.9926156Z [00:05:08.522]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/thiserror-21129c9a830bd18b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:45.9996721Z [00:05:08.529]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libav1_grain-cf5621a29e6e9072.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.0069994Z [00:05:08.536]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_complex-2b3a10df6f1184ce.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.0139467Z [00:05:08.543]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libqoi-b856b005bb838ad1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.0209639Z [00:05:08.550]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_integer-31b461c7a714a5e5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.0280501Z [00:05:08.557]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rgb-73e1782e69491839.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.0351525Z [00:05:08.564]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/pest-b5199b82a487ca31.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.0422809Z [00:05:08.572]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bitflags-e4638d9ba5deda4a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.0494399Z [00:05:08.579]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libttf_parser-63930bcf0be60e4b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.0566831Z [00:05:08.586]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-3435df82c70fdab2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.0641133Z [00:05:08.593]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-49f7d0eb9037e4a0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.0714786Z [00:05:08.601]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libm-f4a600466bcff4d3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.0786727Z [00:05:08.608]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon-c64b9e90000a7a83.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.0857993Z [00:05:08.615]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminimal_lexical-af26c987b8632de0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.0929694Z [00:05:08.622]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/half-16f3566e307fcc5d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.1001742Z [00:05:08.629]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcfg_if-bef1311e07b34ff5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.1073839Z [00:05:08.637]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzerocopy-e442f7e70ccf8125.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.1145576Z [00:05:08.644]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libravif-659c70898d9634bb.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.1217369Z [00:05:08.651]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/same_file-d76bd81076a1e444.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.1289817Z [00:05:08.658]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibc-7b5683068a5fbbe0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.1362203Z [00:05:08.665]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/matrixmultiply-e34ab65443ae563a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.1433457Z [00:05:08.673]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpng-2eac31c8a4574b32.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.1505079Z [00:05:08.680]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/adler2-051a52216a6fef40.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.1577370Z [00:05:08.687]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzune_inflate-392a4ee2b24a4c0e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.1651451Z [00:05:08.694]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libucd_trie-93eb925c100433f6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.1721684Z [00:05:08.701]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnalgebra-756c90c250e78512.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.1791561Z [00:05:08.708]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_io-ff638aff62ca6964.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.1861161Z [00:05:08.715]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/debug_unreachable-4b427d1cf503cf08.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.1929932Z [00:05:08.722]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/fdeflate-4efacb705cfb79ab.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.1999191Z [00:05:08.729]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_complex-2b3a10df6f1184ce.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.2069740Z [00:05:08.736]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libttf_parser-63930bcf0be60e4b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.2139839Z [00:05:08.743]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zerocopy-e442f7e70ccf8125.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.2209368Z [00:05:08.750]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strsim-5d4c9d32c66e4b9a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.2280802Z [00:05:08.757]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-21129c9a830bd18b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.2351016Z [00:05:08.764]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/clap-3435df82c70fdab2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.2423625Z [00:05:08.772]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librgb-73e1782e69491839.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.2496130Z [00:05:08.779]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_chacha-96a6f2ba7cb4de82.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.2567869Z [00:05:08.786]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libavif_serialize-c12f81d8460f1227.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.2639277Z [00:05:08.793]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdebug_unreachable-4b427d1cf503cf08.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.2711421Z [00:05:08.800]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nalgebra-756c90c250e78512.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.2781460Z [00:05:08.807]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libvec_map-825f544470f9189c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.2853234Z [00:05:08.815]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libonce_cell-5fd1cd482ab96496.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.2922848Z [00:05:08.821]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_bigint-cb591527576210be.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.2992021Z [00:05:08.828]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/imageproc-5827c974d8647302.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.3060951Z [00:05:08.835]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-6d7ab151145e8e68.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.3130160Z [00:05:08.842]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/simd_adler32-b0f0af0960ffa0e9.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.3198198Z [00:05:08.849]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/strum-e4696b1585164052.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.3265518Z [00:05:08.856]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum-6801fa805271c4a0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.3333650Z [00:05:08.863]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjpeg_decoder-a4d82ea99c8f5b4b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.3402305Z [00:05:08.869]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libloop9-246fbbdcd96786d4.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.3469464Z [00:05:08.876]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libexr-81929863cc1fddc6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.3538107Z [00:05:08.883]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/smallvec-9557ef2fa15a92cd.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.3607059Z [00:05:08.890]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_cli_ops-8203a7ce3b33fa3a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.3675372Z [00:05:08.897]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_deque-0d1f152e6612a44b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.3744624Z [00:05:08.904]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-3eadc3b0456328d6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.3813101Z [00:05:08.911]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rand_core-8835d15668b9b1b2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.3881707Z [00:05:08.917]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/crossbeam_utils-fdfd9e62563524fe.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.3950058Z [00:05:08.924]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimage-8e25c13201311ee2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.4019636Z [00:05:08.931]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/cfg_if-bef1311e07b34ff5.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.4089125Z [00:05:08.938]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimage_webp-59220010e4924396.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.4158602Z [00:05:08.945]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-2e74aaedee615d78.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.4227498Z [00:05:08.952]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_distr-de13d78f87f3df90.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.4296946Z [00:05:08.959]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaligned_vec-3ebcee36330dfbf3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.4365396Z [00:05:08.966]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsmallvec-9557ef2fa15a92cd.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.4436060Z [00:05:08.973]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bstr-6d7ab151145e8e68.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.4505819Z [00:05:08.980]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_integer-31b461c7a714a5e5.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.4574104Z [00:05:08.987]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ab_glyph-28f4b32ad296c909.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.4642350Z [00:05:08.993]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/gif-1b83bcd583c4eb76.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.4712641Z [00:05:09.000]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtextwrap-ccda0d97d1b4c7e0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.4781805Z [00:05:09.007]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libdebug_unreachable-4b427d1cf503cf08.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.4851417Z [00:05:09.014]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/av1_grain-cf5621a29e6e9072.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.4920669Z [00:05:09.021]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libhalf-16f3566e307fcc5d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.4989220Z [00:05:09.028]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libminimal_lexical-af26c987b8632de0.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.5057946Z [00:05:09.035]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_integer-31b461c7a714a5e5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.5125494Z [00:05:09.042]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/weezl-a12aea31504cf83c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.5193946Z [00:05:09.049]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/image-8e25c13201311ee2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.5262722Z [00:05:09.056]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwide-1957c7ce05fb098e.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.5332120Z [00:05:09.062]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_image_engine-f12deb0e30fb9455.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.5402745Z [00:05:09.069]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon-c64b9e90000a7a83.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.5472557Z [00:05:09.076]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimageproc-5827c974d8647302.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.5543772Z [00:05:09.084]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libavif_serialize-c12f81d8460f1227.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.5615682Z [00:05:09.091]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_deque-0d1f152e6612a44b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.5686919Z [00:05:09.098]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zune_inflate-392a4ee2b24a4c0e.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.5756657Z [00:05:09.105]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayvec-f96ac1e1d2428221.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.5827576Z [00:05:09.112]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimgref-3168d993b5ccd261.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.5897099Z [00:05:09.119]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnom-bd2e96c24f0c694f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.5965077Z [00:05:09.126]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/open-bd17d4f0f54ddfee.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.6033417Z [00:05:09.133]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatrixmultiply-e34ab65443ae563a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.6103252Z [00:05:09.140]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrc32fast-0e42a9ce5b007dcd.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.6174958Z [00:05:09.147]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblebe-1e614169d2ae4337.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.6243384Z [00:05:09.154]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_iter-f80b03b59d264447.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.6312797Z [00:05:09.161]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libatty-789be686badb13a3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.6382430Z [00:05:09.167]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libloop9-246fbbdcd96786d4.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.6451212Z [00:05:09.174]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbit_field-15dd8eade30f7cf8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.6519384Z [00:05:09.181]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytemuck-b9f7623b1d972e40.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.6589235Z [00:05:09.188]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/approx-3990463c14119429.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.6658551Z [00:05:09.195]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/tiff-a4c95f94be151885.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.6727665Z [00:05:09.202]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzune_jpeg-eb6bd5c63eb7dc13.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.6797867Z [00:05:09.209]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/simba-36d4460f442e22d2.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.6867289Z [00:05:09.216]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpest-b5199b82a487ca31.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.6936775Z [00:05:09.223]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ucd_trie-93eb925c100433f6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.7005728Z [00:05:09.230]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ttf_parser-63930bcf0be60e4b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.7076007Z [00:05:09.237]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_iter-f80b03b59d264447.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.7144671Z [00:05:09.244]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-a035f5c67ef4c95b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.7212972Z [00:05:09.251]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.7281859Z [00:05:09.257]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libweezl-a12aea31504cf83c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.7350871Z [00:05:09.264]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-e4696b1585164052.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.7421030Z [00:05:09.271]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtiff-a4c95f94be151885.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.7489491Z [00:05:09.278]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libclap-3435df82c70fdab2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.7558625Z [00:05:09.285]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/quick_error-4e47e91cacaebd2a.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.7628147Z [00:05:09.292]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrum-e4696b1585164052.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.7696209Z [00:05:09.299]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzune_core-e6fc3cb167da85a8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.7765149Z [00:05:09.306]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-5d4c9d32c66e4b9a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.7832642Z [00:05:09.313]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librawpointer-4f771b8d7f4b8f28.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.7903165Z [00:05:09.320]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnom-bd2e96c24f0c694f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.7972574Z [00:05:09.326]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/is_wsl-a34b63b98b66bc19.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.8039972Z [00:05:09.333]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libarrayvec-f96ac1e1d2428221.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.8108851Z [00:05:09.340]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnalgebra-756c90c250e78512.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.8176176Z [00:05:09.347]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimagineer-017e4eabb0f9c8a5.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.8244583Z [00:05:09.354]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_io-ff638aff62ca6964.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.8312569Z [00:05:09.360]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libansi_term-0bb655736fe41be1.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.8381491Z [00:05:09.367]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librawpointer-4f771b8d7f4b8f28.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.8449695Z [00:05:09.374]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibm-f4a600466bcff4d3.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.8517044Z [00:05:09.381]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimd_adler32-b0f0af0960ffa0e9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.8586140Z [00:05:09.388]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libstrsim-5d4c9d32c66e4b9a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.8655155Z [00:05:09.395]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_parser-bf358b1d0224ee0b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.8724022Z [00:05:09.402]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_epoch-a035f5c67ef4c95b.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.8792776Z [00:05:09.409]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_parser-bf358b1d0224ee0b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.8861568Z [00:05:09.415]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaligned_vec-3ebcee36330dfbf3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.8930759Z [00:05:09.422]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/anyhow-25b990e15e0f8fae.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.8998642Z [00:05:09.429]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/globset-617bcc2a21083971.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.9067240Z [00:05:09.436]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/getrandom-2eba59d70331c2e8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.9136300Z [00:05:09.443]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/loop9-246fbbdcd96786d4.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.9203885Z [00:05:09.450]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.9270937Z [00:05:09.456]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libwalkdir-88db5996c083b63f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.9338587Z [00:05:09.463]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimd_adler32-b0f0af0960ffa0e9.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.9407270Z [00:05:09.470]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/byteorder_lite-765096d82b0cbbc8.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.9475634Z [00:05:09.477]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopen-bd17d4f0f54ddfee.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.9544583Z [00:05:09.484]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmatrixmultiply-e34ab65443ae563a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.9613194Z [00:05:09.491]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librav1e-77fbce11557dd244.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.9680553Z [00:05:09.497]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/maybe_rayon-7ccb060308c276ab.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.9749031Z [00:05:09.504]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libab_glyph_rasterizer-04e594e7210d7f7f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.9817673Z [00:05:09.511]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libglobwalk-23f656ed4a56c06f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.9885803Z [00:05:09.518]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libzune_core-e6fc3cb167da85a8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:46.9954778Z [00:05:09.525]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-21129c9a830bd18b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.0021736Z [00:05:09.531]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librgb-73e1782e69491839.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.0091487Z [00:05:09.538]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_core-f72b2d54631f164f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.0162456Z [00:05:09.545]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sic_io-ff638aff62ca6964.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.0231948Z [00:05:09.552]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libab_glyph_rasterizer-04e594e7210d7f7f.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.0302266Z [00:05:09.559]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libflate2-3eadc3b0456328d6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.0372666Z [00:05:09.566]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimage_webp-59220010e4924396.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.0442551Z [00:05:09.573]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitertools-f97b2a161cb58ba6.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.0511506Z [00:05:09.580]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/itertools-f97b2a161cb58ba6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.0582490Z [00:05:09.587]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libjpeg_decoder-a4d82ea99c8f5b4b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.0652736Z [00:05:09.594]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_traits-e2f8831afb287d90.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.0724033Z [00:05:09.602]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libppv_lite86-25438787db61d65c.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.0794748Z [00:05:09.609]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libansi_term-0bb655736fe41be1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.0864788Z [00:05:09.616]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libab_glyph-28f4b32ad296c909.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.0936123Z [00:05:09.623]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/zune_jpeg-eb6bd5c63eb7dc13.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.1006018Z [00:05:09.630]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a636499d6b59e980.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.1075018Z [00:05:09.637]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ravif-659c70898d9634bb.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.1143267Z [00:05:09.644]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbstr-6d7ab151145e8e68.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.1213012Z [00:05:09.651]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_cli_ops-8203a7ce3b33fa3a.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.1284187Z [00:05:09.658]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libitertools-f97b2a161cb58ba6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.1353549Z [00:05:09.665]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtypenum-1c717d5d4fdd7665.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.1422546Z [00:05:09.671]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libregex_syntax-a636499d6b59e980.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.1490583Z [00:05:09.678]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimba-36d4460f442e22d2.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.1559124Z [00:05:09.685]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sic_parser-bf358b1d0224ee0b.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.1627831Z [00:05:09.692]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libeither-5076d539ea969c21.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.1696885Z [00:05:09.699]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcrossbeam_deque-0d1f152e6612a44b.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.1765410Z [00:05:09.706]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_traits-e2f8831afb287d90.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.1837591Z [00:05:09.713]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libunicode_width-5fa7a1d2395e6fb1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.1910211Z [00:05:09.720]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/regex_automata-546a989446c6c1ef.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.1979775Z [00:05:09.727]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_rational-8c9d33d8418da75d.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.2054361Z [00:05:09.735]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libthiserror-2e74aaedee615d78.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.2129332Z [00:05:09.742]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/bytemuck-b9f7623b1d972e40.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.2203180Z [00:05:09.750]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/liblibm-f4a600466bcff4d3.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.2271992Z [00:05:09.756]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/walkdir-88db5996c083b63f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.2346092Z [00:05:09.764]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimgref-3168d993b5ccd261.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.2418222Z [00:05:09.771]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/aho_corasick-49f7d0eb9037e4a0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.2486963Z [00:05:09.778]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/flate2-3eadc3b0456328d6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.2557778Z [00:05:09.785]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/atty-789be686badb13a3.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.2632705Z [00:05:09.792]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libimageproc-5827c974d8647302.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.2700381Z [00:05:09.799]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsic_image_engine-f12deb0e30fb9455.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.2767921Z [00:05:09.806]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_iter-f80b03b59d264447.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.2835752Z [00:05:09.813]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/safe_arch-f084da1e6749f3b6.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.2905156Z [00:05:09.820]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libvec_map-825f544470f9189c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.2973458Z [00:05:09.827]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsimba-36d4460f442e22d2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.3042350Z [00:05:09.833]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpest-b5199b82a487ca31.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.3112261Z [00:05:09.840]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/unicode_width-5fa7a1d2395e6fb1.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.3181093Z [00:05:09.847]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/image_webp-59220010e4924396.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.3248894Z [00:05:09.854]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libc-7b5683068a5fbbe0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.3318161Z [00:05:09.861]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libav1_grain-cf5621a29e6e9072.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.3388131Z [00:05:09.868]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtextwrap-ccda0d97d1b4c7e0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.3456719Z [00:05:09.875]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/nom-bd2e96c24f0c694f.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.3524332Z [00:05:09.882]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rayon_core-317bdce11de5a645.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.3595090Z [00:05:09.889]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libaho_corasick-49f7d0eb9037e4a0.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.3666081Z [00:05:09.896]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_distr-de13d78f87f3df90.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.3733360Z [00:05:09.903]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/miniz_oxide-00d389add640b268.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.3802611Z [00:05:09.909]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/v_frame-a9c5faa922a56d62.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.3870179Z [00:05:09.916]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon_core-317bdce11de5a645.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.3937076Z [00:05:09.923]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libtiff-a4c95f94be151885.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.4005504Z [00:05:09.930]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmemchr-70e93713acfb7392.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.4073061Z [00:05:09.937]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libsame_file-d76bd81076a1e444.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.4141888Z [00:05:09.943]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/rav1e-77fbce11557dd244.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.4209040Z [00:05:09.950]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/imgref-3168d993b5ccd261.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.4275989Z [00:05:09.957]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libexr-81929863cc1fddc6.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.4343715Z [00:05:09.964]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libpathdiff-88ecdc5c74fa8dd9.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.4410668Z [00:05:09.970]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbitflags-e4638d9ba5deda4a.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.4478555Z [00:05:09.977]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ignore-e4ccfd0776427459.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.4546278Z [00:05:09.984]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libmaybe_rayon-7ccb060308c276ab.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.4614231Z [00:05:09.991]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libignore-e4ccfd0776427459.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.4683000Z [00:05:09.998]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/arrayvec-f96ac1e1d2428221.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.4751065Z [00:05:10.004]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libis_docker-38a6581dc886375f.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.4819982Z [00:05:10.011]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librayon_core-317bdce11de5a645.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.4889493Z [00:05:10.018]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libnum_rational-8c9d33d8418da75d.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.4957183Z [00:05:10.025]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ig-472ebcd660954d57' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:47.5025925Z [00:05:10.032]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbyteorder_lite-765096d82b0cbbc8.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.5095017Z [00:05:10.039]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbytemuck-b9f7623b1d972e40.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.5164073Z [00:05:10.046]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libopen-bd17d4f0f54ddfee.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.5231820Z [00:05:10.052]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/librand_core-8835d15668b9b1b2.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.5299933Z [00:05:10.059]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/png-2eac31c8a4574b32.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.5368086Z [00:05:10.066]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libravif-659c70898d9634bb.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.5437226Z [00:05:10.073]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libbit_field-15dd8eade30f7cf8.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.5506608Z [00:05:10.080]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libowned_ttf_parser-0fb036560e7a4980.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.5575076Z [00:05:10.087]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/either-5076d539ea969c21.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.5643790Z [00:05:10.094]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/minimal_lexical-af26c987b8632de0.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.5711905Z [00:05:10.100]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/sic_image_engine-f12deb0e30fb9455.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.5779508Z [00:05:10.107]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libcolor_quant-f84fea393e1a912c.rlib' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.5846414Z [00:05:10.114]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libqoi-b856b005bb838ad1.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.5915997Z [00:05:10.121]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/libanyhow-25b990e15e0f8fae.rmeta' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.5984441Z [00:05:10.128]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/lebe-1e614169d2ae4337.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.6052263Z [00:05:10.134]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/ppv_lite86-25438787db61d65c.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.6119987Z [00:05:10.141]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/deps/num_rational-8c9d33d8418da75d.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.6189253Z [00:05:10.148]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minimal-lexical-af26c987b8632de0/lib-minimal_lexical.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.6257895Z [00:05:10.155]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minimal-lexical-af26c987b8632de0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.6330589Z [00:05:10.162]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minimal-lexical-af26c987b8632de0/lib-minimal_lexical' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.6403445Z [00:05:10.169]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/minimal-lexical-af26c987b8632de0/dep-lib-minimal_lexical' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.6474092Z [00:05:10.177]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-6801fa805271c4a0/dep-lib-num' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.6545247Z [00:05:10.184]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-6801fa805271c4a0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.6614933Z [00:05:10.191]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-6801fa805271c4a0/lib-num.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.6684144Z [00:05:10.198]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-6801fa805271c4a0/lib-num' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.6753301Z [00:05:10.205]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1/dep-lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.6821900Z [00:05:10.211]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1/lib-unicode_width.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.6891975Z [00:05:10.218]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1/lib-unicode_width' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.6964247Z [00:05:10.226]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/unicode-width-5fa7a1d2395e6fb1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.7040612Z [00:05:10.233]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-jpeg-eb6bd5c63eb7dc13/lib-zune_jpeg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.7112955Z [00:05:10.240]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-jpeg-eb6bd5c63eb7dc13/dep-lib-zune_jpeg' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.7184749Z [00:05:10.248]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-jpeg-eb6bd5c63eb7dc13/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.7257034Z [00:05:10.255]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-jpeg-eb6bd5c63eb7dc13/lib-zune_jpeg.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.7330681Z [00:05:10.262]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.7404172Z [00:05:10.270]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/dep-lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.7477079Z [00:05:10.277]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/lib-regex_syntax' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.7551142Z [00:05:10.284]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-syntax-a636499d6b59e980/lib-regex_syntax.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.7623288Z [00:05:10.292]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-ccda0d97d1b4c7e0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.7695943Z [00:05:10.299]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-ccda0d97d1b4c7e0/dep-lib-textwrap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.7769633Z [00:05:10.306]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-ccda0d97d1b4c7e0/lib-textwrap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.7843341Z [00:05:10.314]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/textwrap-ccda0d97d1b4c7e0/lib-textwrap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.7919721Z [00:05:10.321]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.7992937Z [00:05:10.329]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.8066505Z [00:05:10.336]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/dep-lib-walkdir' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.8137260Z [00:05:10.343]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/walkdir-88db5996c083b63f/lib-walkdir.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.8208162Z [00:05:10.350]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/dep-lib-typenum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.8279123Z [00:05:10.357]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/lib-typenum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.8349389Z [00:05:10.364]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.8421026Z [00:05:10.371]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-1c717d5d4fdd7665/lib-typenum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.8492102Z [00:05:10.378]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/qoi-b856b005bb838ad1/lib-qoi.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.8565028Z [00:05:10.386]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/qoi-b856b005bb838ad1/dep-lib-qoi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.8635982Z [00:05:10.393]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/qoi-b856b005bb838ad1/lib-qoi' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.8706752Z [00:05:10.400]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/qoi-b856b005bb838ad1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.8779079Z [00:05:10.407]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_core-f72b2d54631f164f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.8851292Z [00:05:10.414]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_core-f72b2d54631f164f/dep-lib-sic_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.8921105Z [00:05:10.421]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_core-f72b2d54631f164f/lib-sic_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.8991025Z [00:05:10.428]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_core-f72b2d54631f164f/lib-sic_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.9061862Z [00:05:10.435]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitstream-io-96cf7aa119e4d40b/lib-bitstream_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.9132789Z [00:05:10.443]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitstream-io-96cf7aa119e4d40b/lib-bitstream_io.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.9202747Z [00:05:10.449]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitstream-io-96cf7aa119e4d40b/dep-lib-bitstream_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.9273507Z [00:05:10.457]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitstream-io-96cf7aa119e4d40b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.9345536Z [00:05:10.464]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-lite-765096d82b0cbbc8/dep-lib-byteorder_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.9416094Z [00:05:10.471]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-lite-765096d82b0cbbc8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.9486277Z [00:05:10.478]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-lite-765096d82b0cbbc8/lib-byteorder_lite.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.9556615Z [00:05:10.485]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/byteorder-lite-765096d82b0cbbc8/lib-byteorder_lite' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.9626967Z [00:05:10.492]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-2eba59d70331c2e8/dep-lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.9696732Z [00:05:10.499]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-2eba59d70331c2e8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.9767856Z [00:05:10.506]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-2eba59d70331c2e8/lib-getrandom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.9838579Z [00:05:10.513]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/getrandom-2eba59d70331c2e8/lib-getrandom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.9909008Z [00:05:10.520]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-integer-31b461c7a714a5e5/lib-num_integer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:47.9979649Z [00:05:10.527]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-integer-31b461c7a714a5e5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.0050434Z [00:05:10.534]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-integer-31b461c7a714a5e5/lib-num_integer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.0123125Z [00:05:10.542]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-integer-31b461c7a714a5e5/dep-lib-num_integer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.0192682Z [00:05:10.549]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-b9f338d7e1074f47/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.0264685Z [00:05:10.556]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-b9f338d7e1074f47/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.0336337Z [00:05:10.563]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-536eddb43829ed4f/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.0409788Z [00:05:10.570]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/typenum-536eddb43829ed4f/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.0479957Z [00:05:10.577]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.0551634Z [00:05:10.584]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.0621585Z [00:05:10.591]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/dep-lib-cfg_if' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.0692036Z [00:05:10.598]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/cfg-if-bef1311e07b34ff5/lib-cfg_if.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.0763594Z [00:05:10.606]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-3435df82c70fdab2/dep-lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.0833678Z [00:05:10.613]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-3435df82c70fdab2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.0904010Z [00:05:10.620]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-3435df82c70fdab2/lib-clap.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.0973931Z [00:05:10.627]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/clap-3435df82c70fdab2/lib-clap' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.1043701Z [00:05:10.634]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gif-1b83bcd583c4eb76/dep-lib-gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.1113698Z [00:05:10.641]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gif-1b83bcd583c4eb76/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.1183975Z [00:05:10.648]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gif-1b83bcd583c4eb76/lib-gif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.1253874Z [00:05:10.655]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/gif-1b83bcd583c4eb76/lib-gif.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.1323842Z [00:05:10.662]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-051a52216a6fef40/lib-adler2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.1393900Z [00:05:10.669]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-051a52216a6fef40/dep-lib-adler2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.1463399Z [00:05:10.676]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-051a52216a6fef40/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.1532646Z [00:05:10.682]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/adler2-051a52216a6fef40/lib-adler2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.1602852Z [00:05:10.690]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atty-789be686badb13a3/lib-atty' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.1672846Z [00:05:10.697]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atty-789be686badb13a3/dep-lib-atty' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.1742782Z [00:05:10.704]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atty-789be686badb13a3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.1812966Z [00:05:10.711]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/atty-789be686badb13a3/lib-atty.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.1884618Z [00:05:10.718]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-9557ef2fa15a92cd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.1955786Z [00:05:10.725]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-9557ef2fa15a92cd/lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.2026145Z [00:05:10.732]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-9557ef2fa15a92cd/dep-lib-smallvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.2095734Z [00:05:10.739]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/smallvec-9557ef2fa15a92cd/lib-smallvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.2166725Z [00:05:10.746]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/avif-serialize-c12f81d8460f1227/dep-lib-avif_serialize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.2236674Z [00:05:10.753]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/avif-serialize-c12f81d8460f1227/lib-avif_serialize.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.2305559Z [00:05:10.760]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/avif-serialize-c12f81d8460f1227/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.2376964Z [00:05:10.767]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/avif-serialize-c12f81d8460f1227/lib-avif_serialize' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.2451014Z [00:05:10.774]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-c64b9e90000a7a83/dep-lib-rayon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.2520305Z [00:05:10.781]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-c64b9e90000a7a83/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.2590239Z [00:05:10.788]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-c64b9e90000a7a83/lib-rayon.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.2658691Z [00:05:10.795]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-c64b9e90000a7a83/lib-rayon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.2728169Z [00:05:10.802]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-00d389add640b268/lib-miniz_oxide.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.2797268Z [00:05:10.809]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-00d389add640b268/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.2866285Z [00:05:10.816]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-00d389add640b268/lib-miniz_oxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.2935106Z [00:05:10.823]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/miniz_oxide-00d389add640b268/dep-lib-miniz_oxide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.3003757Z [00:05:10.830]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pathdiff-88ecdc5c74fa8dd9/lib-pathdiff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.3072896Z [00:05:10.837]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pathdiff-88ecdc5c74fa8dd9/lib-pathdiff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.3141803Z [00:05:10.843]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pathdiff-88ecdc5c74fa8dd9/dep-lib-pathdiff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.3209722Z [00:05:10.850]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pathdiff-88ecdc5c74fa8dd9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.3278540Z [00:05:10.857]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/image-8e25c13201311ee2/lib-image.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.3346773Z [00:05:10.864]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/image-8e25c13201311ee2/lib-image' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.3414683Z [00:05:10.871]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/image-8e25c13201311ee2/dep-lib-image' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.3482896Z [00:05:10.878]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/image-8e25c13201311ee2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.3553177Z [00:05:10.885]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_cli_ops-8203a7ce3b33fa3a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.3621931Z [00:05:10.891]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_cli_ops-8203a7ce3b33fa3a/lib-sic_cli_ops' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.3689680Z [00:05:10.898]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_cli_ops-8203a7ce3b33fa3a/dep-lib-sic_cli_ops' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.3759750Z [00:05:10.905]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_cli_ops-8203a7ce3b33fa3a/lib-sic_cli_ops.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.3828991Z [00:05:10.912]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libm-49762b729fd37d62/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.3897469Z [00:05:10.919]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libm-49762b729fd37d62/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.3965353Z [00:05:10.926]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-cb2bfb305d5a7402/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.4033137Z [00:05:10.933]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-cb2bfb305d5a7402/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.4101995Z [00:05:10.939]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_distr-de13d78f87f3df90/lib-rand_distr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.4169655Z [00:05:10.946]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_distr-de13d78f87f3df90/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.4237353Z [00:05:10.953]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_distr-de13d78f87f3df90/lib-rand_distr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.4305270Z [00:05:10.960]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_distr-de13d78f87f3df90/dep-lib-rand_distr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.4373930Z [00:05:10.967]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imgref-3168d993b5ccd261/lib-imgref.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.4442626Z [00:05:10.973]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imgref-3168d993b5ccd261/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.4510401Z [00:05:10.980]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imgref-3168d993b5ccd261/dep-lib-imgref' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.4577878Z [00:05:10.987]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imgref-3168d993b5ccd261/lib-imgref' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.4646767Z [00:05:10.994]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/vec_map-825f544470f9189c/lib-vec_map.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.4714231Z [00:05:11.001]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/vec_map-825f544470f9189c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.4782789Z [00:05:11.007]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/vec_map-825f544470f9189c/dep-lib-vec_map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.4850185Z [00:05:11.014]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/vec_map-825f544470f9189c/lib-vec_map' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.4918419Z [00:05:11.021]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-21129c9a830bd18b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.4986673Z [00:05:11.028]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-21129c9a830bd18b/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.5054587Z [00:05:11.035]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-21129c9a830bd18b/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.5122574Z [00:05:11.041]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-21129c9a830bd18b/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.5190095Z [00:05:11.048]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-5d4c9d32c66e4b9a/lib-strsim.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.5257839Z [00:05:11.055]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-5d4c9d32c66e4b9a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.5325899Z [00:05:11.062]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-5d4c9d32c66e4b9a/lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.5394646Z [00:05:11.069]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strsim-5d4c9d32c66e4b9a/dep-lib-strsim' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.5465986Z [00:05:11.076]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imagineer-017e4eabb0f9c8a5/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.5537548Z [00:05:11.083]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imagineer-017e4eabb0f9c8a5/lib-imagineer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.5607007Z [00:05:11.090]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imagineer-017e4eabb0f9c8a5/dep-lib-imagineer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.5676738Z [00:05:11.097]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imagineer-017e4eabb0f9c8a5/lib-imagineer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.5746606Z [00:05:11.104]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_parser-bf358b1d0224ee0b/lib-sic_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.5816308Z [00:05:11.111]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_parser-bf358b1d0224ee0b/lib-sic_parser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.5885208Z [00:05:11.118]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_parser-bf358b1d0224ee0b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.5954310Z [00:05:11.125]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_parser-bf358b1d0224ee0b/dep-lib-sic_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.6023498Z [00:05:11.132]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_parser-bf358b1d0224ee0b/output-lib-sic_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.6092648Z [00:05:11.138]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/safe_arch-f084da1e6749f3b6/dep-lib-safe_arch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.6161697Z [00:05:11.145]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/safe_arch-f084da1e6749f3b6/lib-safe_arch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.6230085Z [00:05:11.152]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/safe_arch-f084da1e6749f3b6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.6299439Z [00:05:11.159]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/safe_arch-f084da1e6749f3b6/lib-safe_arch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.6369993Z [00:05:11.166]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-0e42a9ce5b007dcd/lib-crc32fast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.6439193Z [00:05:11.173]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-0e42a9ce5b007dcd/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.6507441Z [00:05:11.180]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-0e42a9ce5b007dcd/dep-lib-crc32fast' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.6575941Z [00:05:11.187]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crc32fast-0e42a9ce5b007dcd/lib-crc32fast.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.6644742Z [00:05:11.194]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jpeg-decoder-a4d82ea99c8f5b4b/lib-jpeg_decoder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.6713641Z [00:05:11.201]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jpeg-decoder-a4d82ea99c8f5b4b/dep-lib-jpeg_decoder' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.6783121Z [00:05:11.208]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jpeg-decoder-a4d82ea99c8f5b4b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.6852239Z [00:05:11.214]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/jpeg-decoder-a4d82ea99c8f5b4b/lib-jpeg_decoder.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.6920421Z [00:05:11.221]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/av1-grain-cf5621a29e6e9072/lib-av1_grain.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.6989584Z [00:05:11.228]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/av1-grain-cf5621a29e6e9072/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.7057717Z [00:05:11.235]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/av1-grain-cf5621a29e6e9072/lib-av1_grain' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.7126388Z [00:05:11.242]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/av1-grain-cf5621a29e6e9072/dep-lib-av1_grain' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.7198163Z [00:05:11.249]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/globset-617bcc2a21083971/dep-lib-globset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.7268853Z [00:05:11.256]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/globset-617bcc2a21083971/lib-globset' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.7338444Z [00:05:11.263]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/globset-617bcc2a21083971/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.7407567Z [00:05:11.270]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/globset-617bcc2a21083971/lib-globset.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.7479570Z [00:05:11.277]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-docker-38a6581dc886375f/lib-is_docker' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.7549909Z [00:05:11.284]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-docker-38a6581dc886375f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.7619404Z [00:05:11.291]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-docker-38a6581dc886375f/lib-is_docker.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.7689206Z [00:05:11.298]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-docker-38a6581dc886375f/dep-lib-is_docker' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.7758476Z [00:05:11.305]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytemuck-b9f7623b1d972e40/dep-lib-bytemuck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.7827406Z [00:05:11.312]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytemuck-b9f7623b1d972e40/lib-bytemuck.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.7898076Z [00:05:11.319]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytemuck-b9f7623b1d972e40/lib-bytemuck' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.7968990Z [00:05:11.326]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bytemuck-b9f7623b1d972e40/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.8039085Z [00:05:11.333]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ansi_term-0bb655736fe41be1/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.8108828Z [00:05:11.340]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ansi_term-0bb655736fe41be1/dep-lib-ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.8178013Z [00:05:11.347]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ansi_term-0bb655736fe41be1/lib-ansi_term.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.8247048Z [00:05:11.354]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ansi_term-0bb655736fe41be1/lib-ansi_term' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.8316515Z [00:05:11.361]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-5fd1cd482ab96496/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.8384565Z [00:05:11.368]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-5fd1cd482ab96496/dep-lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.8453624Z [00:05:11.375]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-5fd1cd482ab96496/lib-once_cell' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.8522724Z [00:05:11.381]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/once_cell-5fd1cd482ab96496/lib-once_cell.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.8592337Z [00:05:11.388]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/dep-lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.8660356Z [00:05:11.395]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/lib-memchr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.8728962Z [00:05:11.402]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.8797930Z [00:05:11.409]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/memchr-70e93713acfb7392/lib-memchr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.8866689Z [00:05:11.416]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe/lib-crossbeam_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.8935158Z [00:05:11.423]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.9004091Z [00:05:11.430]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe/dep-lib-crossbeam_utils' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.9072338Z [00:05:11.436]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-fdfd9e62563524fe/lib-crossbeam_utils.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.9141396Z [00:05:11.443]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/globwalk-23f656ed4a56c06f/lib-globwalk.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.9210555Z [00:05:11.450]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/globwalk-23f656ed4a56c06f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.9279269Z [00:05:11.457]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/globwalk-23f656ed4a56c06f/dep-lib-globwalk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.9347237Z [00:05:11.464]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/globwalk-23f656ed4a56c06f/lib-globwalk' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.9416067Z [00:05:11.471]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b/lib-crossbeam_epoch.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.9484582Z [00:05:11.478]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.9552677Z [00:05:11.484]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b/dep-lib-crossbeam_epoch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.9621797Z [00:05:11.491]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-epoch-a035f5c67ef4c95b/lib-crossbeam_epoch' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.9690314Z [00:05:11.498]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wide-1957c7ce05fb098e/lib-wide.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.9758906Z [00:05:11.505]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wide-1957c7ce05fb098e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.9827847Z [00:05:11.512]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wide-1957c7ce05fb098e/lib-wide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.9896031Z [00:05:11.519]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/wide-1957c7ce05fb098e/dep-lib-wide' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:48.9964985Z [00:05:11.526]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matrixmultiply-73f52107a96d898f/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.0033183Z [00:05:11.533]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matrixmultiply-73f52107a96d898f/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.0101255Z [00:05:11.539]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/png-2eac31c8a4574b32/lib-png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.0168734Z [00:05:11.546]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/png-2eac31c8a4574b32/dep-lib-png' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.0236757Z [00:05:11.553]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/png-2eac31c8a4574b32/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.0304578Z [00:05:11.560]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/png-2eac31c8a4574b32/lib-png.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.0374715Z [00:05:11.567]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bit_field-15dd8eade30f7cf8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.0443282Z [00:05:11.574]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bit_field-15dd8eade30f7cf8/lib-bit_field' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.0512414Z [00:05:11.580]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bit_field-15dd8eade30f7cf8/dep-lib-bit_field' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.0581131Z [00:05:11.587]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bit_field-15dd8eade30f7cf8/lib-bit_field.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.0650928Z [00:05:11.594]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/open-bd17d4f0f54ddfee/lib-open.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.0720196Z [00:05:11.601]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/open-bd17d4f0f54ddfee/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.0788669Z [00:05:11.608]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/open-bd17d4f0f54ddfee/dep-lib-open' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.0856225Z [00:05:11.615]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/open-bd17d4f0f54ddfee/lib-open' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.0924232Z [00:05:11.622]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rav1e-77fbce11557dd244/lib-rav1e.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.0993602Z [00:05:11.629]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rav1e-77fbce11557dd244/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.1062495Z [00:05:11.635]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rav1e-77fbce11557dd244/lib-rav1e' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.1129958Z [00:05:11.642]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rav1e-77fbce11557dd244/dep-lib-rav1e' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.1199732Z [00:05:11.649]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/weezl-a12aea31504cf83c/lib-weezl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.1267258Z [00:05:11.656]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/weezl-a12aea31504cf83c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.1335273Z [00:05:11.663]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/weezl-a12aea31504cf83c/dep-lib-weezl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.1403986Z [00:05:11.670]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/weezl-a12aea31504cf83c/lib-weezl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.1472165Z [00:05:11.676]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-5076d539ea969c21/dep-lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.1539769Z [00:05:11.683]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-5076d539ea969c21/lib-either' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.1607219Z [00:05:11.690]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-5076d539ea969c21/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.1675720Z [00:05:11.697]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/either-5076d539ea969c21/lib-either.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.1743963Z [00:05:11.704]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aligned-vec-3ebcee36330dfbf3/dep-lib-aligned_vec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.1812376Z [00:05:11.710]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aligned-vec-3ebcee36330dfbf3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.1880450Z [00:05:11.717]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aligned-vec-3ebcee36330dfbf3/lib-aligned_vec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.1948195Z [00:05:11.724]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aligned-vec-3ebcee36330dfbf3/lib-aligned_vec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.2017280Z [00:05:11.731]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libm-f4a600466bcff4d3/lib-libm.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.2084792Z [00:05:11.738]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libm-f4a600466bcff4d3/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.2153840Z [00:05:11.745]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libm-f4a600466bcff4d3/dep-lib-libm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.2221277Z [00:05:11.751]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libm-f4a600466bcff4d3/lib-libm' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.2290278Z [00:05:11.758]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nalgebra-756c90c250e78512/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.2357440Z [00:05:11.765]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nalgebra-756c90c250e78512/lib-nalgebra' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.2426479Z [00:05:11.772]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nalgebra-756c90c250e78512/dep-lib-nalgebra' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.2493840Z [00:05:11.779]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nalgebra-756c90c250e78512/lib-nalgebra.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.2563343Z [00:05:11.786]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/new_debug_unreachable-4b427d1cf503cf08/lib-debug_unreachable.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.2630510Z [00:05:11.792]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/new_debug_unreachable-4b427d1cf503cf08/lib-debug_unreachable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.2699636Z [00:05:11.799]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/new_debug_unreachable-4b427d1cf503cf08/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.2767832Z [00:05:11.806]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/new_debug_unreachable-4b427d1cf503cf08/dep-lib-debug_unreachable' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.2834701Z [00:05:11.813]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b/dep-lib-crossbeam_deque' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.2902473Z [00:05:11.819]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.2970127Z [00:05:11.826]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b/lib-crossbeam_deque' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.3037649Z [00:05:11.833]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-deque-0d1f152e6612a44b/lib-crossbeam_deque.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.3105094Z [00:05:11.840]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-47daabebd1188c33/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.3172938Z [00:05:11.847]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/crossbeam-utils-47daabebd1188c33/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.3241761Z [00:05:11.853]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quick-error-4e47e91cacaebd2a/lib-quick_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.3309381Z [00:05:11.860]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quick-error-4e47e91cacaebd2a/lib-quick_error.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.3376611Z [00:05:11.867]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quick-error-4e47e91cacaebd2a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.3444014Z [00:05:11.874]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/quick-error-4e47e91cacaebd2a/dep-lib-quick_error' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.3512715Z [00:05:11.880]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/lib-same_file.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.3579538Z [00:05:11.887]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.3647052Z [00:05:11.894]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.3715035Z [00:05:11.901]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/same-file-d76bd81076a1e444/dep-lib-same_file' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.3784423Z [00:05:11.908]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/approx-3990463c14119429/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.3852687Z [00:05:11.915]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/approx-3990463c14119429/lib-approx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.3920066Z [00:05:11.921]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/approx-3990463c14119429/dep-lib-approx' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.3987246Z [00:05:11.928]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/approx-3990463c14119429/lib-approx.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.4055010Z [00:05:11.935]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-d3e18ae1bbb7bed0/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.4123309Z [00:05:11.942]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-d3e18ae1bbb7bed0/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.4192483Z [00:05:11.948]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-95a48d46f2dba40b/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.4259995Z [00:05:11.955]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-95a48d46f2dba40b/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.4326963Z [00:05:11.962]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-rational-8c9d33d8418da75d/lib-num_rational' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.4395033Z [00:05:11.969]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-rational-8c9d33d8418da75d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.4462872Z [00:05:11.976]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-rational-8c9d33d8418da75d/dep-lib-num_rational' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.4531434Z [00:05:11.982]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-rational-8c9d33d8418da75d/lib-num_rational.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.4599179Z [00:05:11.989]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rawpointer-4f771b8d7f4b8f28/dep-lib-rawpointer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.4667486Z [00:05:11.996]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rawpointer-4f771b8d7f4b8f28/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.4735359Z [00:05:12.003]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rawpointer-4f771b8d7f4b8f28/lib-rawpointer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.4803269Z [00:05:12.010]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rawpointer-4f771b8d7f4b8f28/lib-rawpointer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.4870996Z [00:05:12.016]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-25438787db61d65c/dep-lib-ppv_lite86' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.4939023Z [00:05:12.023]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-25438787db61d65c/lib-ppv_lite86.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.5006326Z [00:05:12.030]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-25438787db61d65c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.5073953Z [00:05:12.037]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ppv-lite86-25438787db61d65c/lib-ppv_lite86' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.5142212Z [00:05:12.043]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-e4696b1585164052/dep-lib-strum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.5208159Z [00:05:12.050]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-e4696b1585164052/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.5278116Z [00:05:12.057]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-e4696b1585164052/lib-strum.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.5344907Z [00:05:12.064]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/strum-e4696b1585164052/lib-strum' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.5413949Z [00:05:12.071]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imagineer-472ebcd660954d57/dep-bin-ig' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.5481865Z [00:05:12.077]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imagineer-472ebcd660954d57/bin-ig.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.5550735Z [00:05:12.084]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imagineer-472ebcd660954d57/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.5619204Z [00:05:12.091]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imagineer-472ebcd660954d57/bin-ig' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.5687333Z [00:05:12.098]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ttf-parser-63930bcf0be60e4b/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.5754669Z [00:05:12.105]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ttf-parser-63930bcf0be60e4b/lib-ttf_parser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.5824523Z [00:05:12.112]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ttf-parser-63930bcf0be60e4b/dep-lib-ttf_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.5893217Z [00:05:12.119]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ttf-parser-63930bcf0be60e4b/lib-ttf_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.5963010Z [00:05:12.125]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fdeflate-4efacb705cfb79ab/dep-lib-fdeflate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.6031548Z [00:05:12.132]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fdeflate-4efacb705cfb79ab/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.6100409Z [00:05:12.139]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fdeflate-4efacb705cfb79ab/lib-fdeflate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.6168721Z [00:05:12.146]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/fdeflate-4efacb705cfb79ab/lib-fdeflate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.6237775Z [00:05:12.153]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-412ea1f03334a160/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.6306494Z [00:05:12.160]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-412ea1f03334a160/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.6375277Z [00:05:12.167]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-49f7d0eb9037e4a0/lib-aho_corasick.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.6442794Z [00:05:12.173]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-49f7d0eb9037e4a0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.6510863Z [00:05:12.180]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-49f7d0eb9037e4a0/lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.6579846Z [00:05:12.187]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/aho-corasick-49f7d0eb9037e4a0/dep-lib-aho_corasick' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.6648889Z [00:05:12.194]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-f97b2a161cb58ba6/lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.6717081Z [00:05:12.201]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-f97b2a161cb58ba6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.6785381Z [00:05:12.208]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-f97b2a161cb58ba6/dep-lib-itertools' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.6854586Z [00:05:12.215]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/itertools-f97b2a161cb58ba6/lib-itertools.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.6921906Z [00:05:12.221]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-96a6f2ba7cb4de82/lib-rand_chacha.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.6989719Z [00:05:12.228]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-96a6f2ba7cb4de82/dep-lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.7057645Z [00:05:12.235]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-96a6f2ba7cb4de82/lib-rand_chacha' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.7125767Z [00:05:12.242]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_chacha-96a6f2ba7cb4de82/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.7196821Z [00:05:12.249]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-e2f8831afb287d90/lib-num_traits' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.7264824Z [00:05:12.256]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-e2f8831afb287d90/lib-num_traits.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.7333269Z [00:05:12.262]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-e2f8831afb287d90/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.7400071Z [00:05:12.269]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-e2f8831afb287d90/dep-lib-num_traits' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.7469016Z [00:05:12.276]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/image-webp-59220010e4924396/lib-image_webp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.7535608Z [00:05:12.283]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/image-webp-59220010e4924396/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.7604421Z [00:05:12.290]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/image-webp-59220010e4924396/dep-lib-image_webp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.7672003Z [00:05:12.296]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/image-webp-59220010e4924396/lib-image_webp.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.7740029Z [00:05:12.303]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bstr-6d7ab151145e8e68/dep-lib-bstr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.7811013Z [00:05:12.310]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bstr-6d7ab151145e8e68/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.7883144Z [00:05:12.318]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bstr-6d7ab151145e8e68/lib-bstr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.7954379Z [00:05:12.325]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bstr-6d7ab151145e8e68/lib-bstr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.8026231Z [00:05:12.332]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-2e74aaedee615d78/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.8096902Z [00:05:12.339]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-2e74aaedee615d78/lib-thiserror.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.8169083Z [00:05:12.346]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-2e74aaedee615d78/lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.8239757Z [00:05:12.353]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/thiserror-2e74aaedee615d78/dep-lib-thiserror' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.8310795Z [00:05:12.360]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-complex-2b3a10df6f1184ce/lib-num_complex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.8381177Z [00:05:12.367]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-complex-2b3a10df6f1184ce/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.8450655Z [00:05:12.374]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-complex-2b3a10df6f1184ce/dep-lib-num_complex' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.8520222Z [00:05:12.381]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-complex-2b3a10df6f1184ce/lib-num_complex.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.8589045Z [00:05:12.388]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/half-16f3566e307fcc5d/lib-half.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.8658707Z [00:05:12.395]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/half-16f3566e307fcc5d/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.8727142Z [00:05:12.402]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/half-16f3566e307fcc5d/dep-lib-half' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.8796461Z [00:05:12.409]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/half-16f3566e307fcc5d/lib-half' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.8866054Z [00:05:12.416]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_io-ff638aff62ca6964/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.8935068Z [00:05:12.423]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_io-ff638aff62ca6964/dep-lib-sic_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.9004098Z [00:05:12.430]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_io-ff638aff62ca6964/lib-sic_io.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.9073752Z [00:05:12.437]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_io-ff638aff62ca6964/lib-sic_io' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.9143408Z [00:05:12.444]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-8835d15668b9b1b2/dep-lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.9211947Z [00:05:12.450]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-8835d15668b9b1b2/lib-rand_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.9281227Z [00:05:12.457]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-8835d15668b9b1b2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.9349277Z [00:05:12.464]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand_core-8835d15668b9b1b2/lib-rand_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.9418923Z [00:05:12.471]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/loop9-246fbbdcd96786d4/lib-loop9' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.9487517Z [00:05:12.478]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/loop9-246fbbdcd96786d4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.9555950Z [00:05:12.485]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/loop9-246fbbdcd96786d4/dep-lib-loop9' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.9624395Z [00:05:12.492]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/loop9-246fbbdcd96786d4/lib-loop9.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.9693423Z [00:05:12.499]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/profiling-fd54f094035687f4/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.9761501Z [00:05:12.505]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/profiling-fd54f094035687f4/lib-profiling' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.9830080Z [00:05:12.512]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/profiling-fd54f094035687f4/lib-profiling.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.9900168Z [00:05:12.519]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/profiling-fd54f094035687f4/dep-lib-profiling' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:49.9969531Z [00:05:12.526]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/v_frame-a9c5faa922a56d62/lib-v_frame' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.0036912Z [00:05:12.533]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/v_frame-a9c5faa922a56d62/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.0104029Z [00:05:12.540]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/v_frame-a9c5faa922a56d62/dep-lib-v_frame' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.0172691Z [00:05:12.546]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/v_frame-a9c5faa922a56d62/lib-v_frame.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.0239697Z [00:05:12.553]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/owned_ttf_parser-0fb036560e7a4980/lib-owned_ttf_parser.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.0306652Z [00:05:12.560]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/owned_ttf_parser-0fb036560e7a4980/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.0374621Z [00:05:12.567]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/owned_ttf_parser-0fb036560e7a4980/dep-lib-owned_ttf_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.0443040Z [00:05:12.574]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/owned_ttf_parser-0fb036560e7a4980/lib-owned_ttf_parser' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.0512927Z [00:05:12.581]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ab_glyph-28f4b32ad296c909/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.0582169Z [00:05:12.587]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ab_glyph-28f4b32ad296c909/dep-lib-ab_glyph' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.0650859Z [00:05:12.594]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ab_glyph-28f4b32ad296c909/lib-ab_glyph' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.0719675Z [00:05:12.601]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ab_glyph-28f4b32ad296c909/lib-ab_glyph.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.0788121Z [00:05:12.608]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ignore-e4ccfd0776427459/dep-lib-ignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.0857616Z [00:05:12.615]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ignore-e4ccfd0776427459/lib-ignore.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.0926382Z [00:05:12.622]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ignore-e4ccfd0776427459/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.0994783Z [00:05:12.629]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ignore-e4ccfd0776427459/lib-ignore' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.1063444Z [00:05:12.636]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ab_glyph_rasterizer-04e594e7210d7f7f/lib-ab_glyph_rasterizer.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.1131456Z [00:05:12.642]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ab_glyph_rasterizer-04e594e7210d7f7f/lib-ab_glyph_rasterizer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.1200467Z [00:05:12.649]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ab_glyph_rasterizer-04e594e7210d7f7f/dep-lib-ab_glyph_rasterizer' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.1269202Z [00:05:12.656]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ab_glyph_rasterizer-04e594e7210d7f7f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.1337968Z [00:05:12.663]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-9fe801ad6d679ba8/lib-rand.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.1406597Z [00:05:12.670]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-9fe801ad6d679ba8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.1474197Z [00:05:12.677]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-9fe801ad6d679ba8/lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.1542231Z [00:05:12.683]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rand-9fe801ad6d679ba8/dep-lib-rand' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.1611522Z [00:05:12.690]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-bigint-cb591527576210be/lib-num_bigint.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.1681552Z [00:05:12.697]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-bigint-cb591527576210be/lib-num_bigint' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.1752504Z [00:05:12.704]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-bigint-cb591527576210be/dep-lib-num_bigint' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.1826302Z [00:05:12.712]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-bigint-cb591527576210be/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.1899510Z [00:05:12.719]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-546a989446c6c1ef/dep-lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.1971192Z [00:05:12.726]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-546a989446c6c1ef/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.2044174Z [00:05:12.734]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-546a989446c6c1ef/lib-regex_automata.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.2116071Z [00:05:12.741]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/regex-automata-546a989446c6c1ef/lib-regex_automata' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.2188524Z [00:05:12.748]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_image_engine-f12deb0e30fb9455/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.2258864Z [00:05:12.755]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_image_engine-f12deb0e30fb9455/lib-sic_image_engine.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.2329641Z [00:05:12.762]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_image_engine-f12deb0e30fb9455/dep-lib-sic_image_engine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.2399677Z [00:05:12.769]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/sic_image_engine-f12deb0e30fb9455/lib-sic_image_engine' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.2472942Z [00:05:12.776]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-a044d05216782401/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.2545716Z [00:05:12.784]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-a044d05216782401/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.2620117Z [00:05:12.791]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-dba0b81633251c61/lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.2695394Z [00:05:12.799]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-dba0b81633251c61/dep-lib-log' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.2770190Z [00:05:12.806]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-dba0b81633251c61/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.2843129Z [00:05:12.814]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/log-dba0b81633251c61/lib-log.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.2915811Z [00:05:12.821]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ucd-trie-93eb925c100433f6/lib-ucd_trie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.2985690Z [00:05:12.828]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ucd-trie-93eb925c100433f6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.3056653Z [00:05:12.835]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ucd-trie-93eb925c100433f6/lib-ucd_trie.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.3128824Z [00:05:12.842]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ucd-trie-93eb925c100433f6/dep-lib-ucd_trie' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.3200052Z [00:05:12.849]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/maybe-rayon-7ccb060308c276ab/dep-lib-maybe_rayon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.3271797Z [00:05:12.856]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/maybe-rayon-7ccb060308c276ab/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.3342241Z [00:05:12.863]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/maybe-rayon-7ccb060308c276ab/lib-maybe_rayon' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.3413482Z [00:05:12.871]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/maybe-rayon-7ccb060308c276ab/lib-maybe_rayon.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.3486667Z [00:05:12.878]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ravif-659c70898d9634bb/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.3557412Z [00:05:12.885]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ravif-659c70898d9634bb/lib-ravif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.3628712Z [00:05:12.892]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ravif-659c70898d9634bb/dep-lib-ravif' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.3699298Z [00:05:12.899]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/ravif-659c70898d9634bb/lib-ravif.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.3770547Z [00:05:12.906]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pest-b5199b82a487ca31/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.3842098Z [00:05:12.913]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pest-b5199b82a487ca31/dep-lib-pest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.3912077Z [00:05:12.920]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pest-b5199b82a487ca31/lib-pest' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.3982003Z [00:05:12.927]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/pest-b5199b82a487ca31/lib-pest.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.4051896Z [00:05:12.934]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tiff-a4c95f94be151885/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.4121481Z [00:05:12.941]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tiff-a4c95f94be151885/dep-lib-tiff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.4190672Z [00:05:12.948]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tiff-a4c95f94be151885/lib-tiff' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.4259299Z [00:05:12.955]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/tiff-a4c95f94be151885/lib-tiff.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.4328865Z [00:05:12.962]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simba-36d4460f442e22d2/lib-simba.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.4401767Z [00:05:12.969]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simba-36d4460f442e22d2/dep-lib-simba' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.4470227Z [00:05:12.976]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simba-36d4460f442e22d2/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.4538937Z [00:05:12.983]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simba-36d4460f442e22d2/lib-simba' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.4608019Z [00:05:12.990]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-317bdce11de5a645/lib-rayon_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.4677498Z [00:05:12.997]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-317bdce11de5a645/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.4746897Z [00:05:13.004]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-317bdce11de5a645/dep-lib-rayon_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.4815606Z [00:05:13.011]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rayon-core-317bdce11de5a645/lib-rayon_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.4886893Z [00:05:13.018]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-e442f7e70ccf8125/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.4957389Z [00:05:13.025]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-e442f7e70ccf8125/lib-zerocopy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.5027243Z [00:05:13.032]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-e442f7e70ccf8125/lib-zerocopy.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.5097453Z [00:05:13.039]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zerocopy-e442f7e70ccf8125/dep-lib-zerocopy' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.5170349Z [00:05:13.046]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-inflate-392a4ee2b24a4c0e/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.5241591Z [00:05:13.053]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-inflate-392a4ee2b24a4c0e/lib-zune_inflate.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.5311746Z [00:05:13.060]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-inflate-392a4ee2b24a4c0e/lib-zune_inflate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.5381487Z [00:05:13.067]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-inflate-392a4ee2b24a4c0e/dep-lib-zune_inflate' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.5452354Z [00:05:13.074]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rgb-73e1782e69491839/lib-rgb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.5523118Z [00:05:13.082]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rgb-73e1782e69491839/dep-lib-rgb' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.5592880Z [00:05:13.089]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rgb-73e1782e69491839/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.5662259Z [00:05:13.095]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rgb-73e1782e69491839/lib-rgb.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.5733046Z [00:05:13.103]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matrixmultiply-e34ab65443ae563a/dep-lib-matrixmultiply' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.5802610Z [00:05:13.109]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matrixmultiply-e34ab65443ae563a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.5873236Z [00:05:13.117]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matrixmultiply-e34ab65443ae563a/lib-matrixmultiply' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.5942034Z [00:05:13.123]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/matrixmultiply-e34ab65443ae563a/lib-matrixmultiply.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.6012181Z [00:05:13.130]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-7b5683068a5fbbe0/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.6080409Z [00:05:13.137]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-7b5683068a5fbbe0/lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.6150073Z [00:05:13.144]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-7b5683068a5fbbe0/dep-lib-libc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.6219977Z [00:05:13.151]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/libc-7b5683068a5fbbe0/lib-libc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.6289074Z [00:05:13.158]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-wsl-a34b63b98b66bc19/lib-is_wsl.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.6358187Z [00:05:13.165]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-wsl-a34b63b98b66bc19/lib-is_wsl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.6429361Z [00:05:13.172]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-wsl-a34b63b98b66bc19/dep-lib-is_wsl' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.6501831Z [00:05:13.179]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/is-wsl-a34b63b98b66bc19/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.6574033Z [00:05:13.187]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/color_quant-f84fea393e1a912c/lib-color_quant.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.6646486Z [00:05:13.194]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/color_quant-f84fea393e1a912c/lib-color_quant' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.6716763Z [00:05:13.201]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/color_quant-f84fea393e1a912c/dep-lib-color_quant' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.6787080Z [00:05:13.208]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/color_quant-f84fea393e1a912c/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.6859678Z [00:05:13.215]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imageproc-5827c974d8647302/dep-lib-imageproc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.6928847Z [00:05:13.222]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imageproc-5827c974d8647302/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.6997619Z [00:05:13.229]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imageproc-5827c974d8647302/lib-imageproc.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.7066732Z [00:05:13.236]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/imageproc-5827c974d8647302/lib-imageproc' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.7138808Z [00:05:13.243]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-56c4ac5c1b8b5a5f/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.7208861Z [00:05:13.250]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-traits-56c4ac5c1b8b5a5f/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.7280073Z [00:05:13.257]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rav1e-9e885395d79be120/run-build-script-build-script-build.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.7352277Z [00:05:13.264]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/rav1e-9e885395d79be120/run-build-script-build-script-build' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.7425207Z [00:05:13.272]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-core-e6fc3cb167da85a8/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.7500913Z [00:05:13.279]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-core-e6fc3cb167da85a8/dep-lib-zune_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.7573874Z [00:05:13.287]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-core-e6fc3cb167da85a8/lib-zune_core' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.7647128Z [00:05:13.294]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/zune-core-e6fc3cb167da85a8/lib-zune_core.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.7721125Z [00:05:13.301]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-iter-f80b03b59d264447/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.7793123Z [00:05:13.309]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-iter-f80b03b59d264447/lib-num_iter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.7867138Z [00:05:13.316]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-iter-f80b03b59d264447/lib-num_iter.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.7942965Z [00:05:13.323]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/num-iter-f80b03b59d264447/dep-lib-num_iter' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.8016454Z [00:05:13.331]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/exr-81929863cc1fddc6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.8086546Z [00:05:13.338]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/exr-81929863cc1fddc6/lib-exr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.8155280Z [00:05:13.345]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/exr-81929863cc1fddc6/lib-exr.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.8225330Z [00:05:13.352]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/exr-81929863cc1fddc6/dep-lib-exr' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.8293814Z [00:05:13.359]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.8362767Z [00:05:13.365]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.8431502Z [00:05:13.372]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/lib-anyhow.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.8499843Z [00:05:13.379]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/anyhow-25b990e15e0f8fae/dep-lib-anyhow' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.8568828Z [00:05:13.386]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-3eadc3b0456328d6/dep-lib-flate2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.8636137Z [00:05:13.393]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-3eadc3b0456328d6/lib-flate2.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.8705202Z [00:05:13.400]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-3eadc3b0456328d6/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.8772892Z [00:05:13.407]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/flate2-3eadc3b0456328d6/lib-flate2' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.8841634Z [00:05:13.413]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.8909514Z [00:05:13.420]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/lib-bitflags.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.8977070Z [00:05:13.427]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.9045656Z [00:05:13.434]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/bitflags-e4638d9ba5deda4a/dep-lib-bitflags' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.9113808Z [00:05:13.441]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-bd2e96c24f0c694f/lib-nom.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.9181820Z [00:05:13.447]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-bd2e96c24f0c694f/dep-lib-nom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.9248731Z [00:05:13.454]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-bd2e96c24f0c694f/lib-nom' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.9316514Z [00:05:13.461]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/nom-bd2e96c24f0c694f/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.9384626Z [00:05:13.468]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simd-adler32-b0f0af0960ffa0e9/lib-simd_adler32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.9452050Z [00:05:13.474]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simd-adler32-b0f0af0960ffa0e9/dep-lib-simd_adler32' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.9519482Z [00:05:13.481]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simd-adler32-b0f0af0960ffa0e9/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.9586404Z [00:05:13.488]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/simd-adler32-b0f0af0960ffa0e9/lib-simd_adler32.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.9654006Z [00:05:13.495]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-f96ac1e1d2428221/lib-arrayvec.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.9721818Z [00:05:13.501]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-f96ac1e1d2428221/dep-lib-arrayvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.9788867Z [00:05:13.508]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-f96ac1e1d2428221/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.9856554Z [00:05:13.515]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/arrayvec-f96ac1e1d2428221/lib-arrayvec' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.9925014Z [00:05:13.522]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lebe-1e614169d2ae4337/lib-lebe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:50.9993697Z [00:05:13.529]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lebe-1e614169d2ae4337/invoked.timestamp' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:51.0062304Z [00:05:13.535]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lebe-1e614169d2ae4337/lib-lebe.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:51.0130430Z [00:05:13.542]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/.fingerprint/lebe-1e614169d2ae4337/dep-lib-lebe' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:51.0197974Z [00:05:13.549]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/release/ig.d' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:51.0266479Z [00:05:13.556]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/x86_64-unknown-linux-musl/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:51.0333926Z [00:05:13.563]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/target/CACHEDIR.TAG' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:51.0403612Z [00:05:13.570]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/tmp/tmp.CSYMqsHYHV/TEMPREPO/LICENSE-MIT' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:51.0479503Z [00:05:13.577]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/ig' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:51.0550319Z [00:05:13.584]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:51.0623105Z [00:05:13.592]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/MANIFEST.json' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:51.0697874Z [00:05:13.599]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/sic.static.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:51.0771178Z [00:05:13.606]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/ig' retained as 0755 (rwxr-xr-x)
2025-08-20T22:33:51.0844814Z [00:05:13.614]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:51.0915544Z [00:05:13.621]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/LICENSE' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:51.0985588Z [00:05:13.628]➜  mode of '/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/sic.version' changed from 0644 (rw-r--r--) to 0755 (rwxr-xr-x)
2025-08-20T22:33:51.1587470Z Error: Error { kind: InvalidData, message: "stream did not contain valid UTF-8" }
2025-08-20T22:33:51.1588812Z [00:05:13.688]➜  bash: -c: line 13: unexpected EOF while looking for matching `"'
2025-08-20T22:33:52.8872026Z 
2025-08-20T22:33:52.8873028Z [+] Sanitizing /tmp/pkgforge/B62FUDHjl_SBUILD/BUILD.log ==> /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/sic.static.log
2025-08-20T22:33:56.3094027Z 
2025-08-20T22:33:56.3094897Z [✗] FATAL: Failed to Push Artifacts ==> [ghcr.io/pkgforge/bincache/sic/official]
2025-08-20T22:33:56.3095554Z [+] LOGS (Build Dir): /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR
2025-08-20T22:33:56.3095912Z 
2025-08-20T22:33:56.6689025Z *** Zstandard CLI (64-bit) v1.5.7, by Yann Collet ***
2025-08-20T22:33:58.2752243Z ./BUILD_ARTIFACTS.tar : 31.64%   (   377 MiB =>    119 MiB, /tmp/BUILD_ARTIFACTS.zstd) 
2025-08-20T22:33:58.3520770Z removed './BUILD_ARTIFACTS.tar'
2025-08-20T22:33:58.3561915Z 
2025-08-20T22:33:58.3563098Z [+] Completed (Building|Fetching) https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml :: 00(Hr):05(Min):21(Sec)
2025-08-20T22:33:58.3563790Z 
2025-08-20T22:33:58.3577569Z 
2025-08-20T22:33:58.3579549Z ==> [+] Finished Building at :: Wednesday, 2025-08-20 (10:33:58 PM) UTC
2025-08-20T22:33:58.3580033Z 
2025-08-20T22:33:58.7418776Z renamed '/tmp/BUILD.gh.log.txt' -> '/tmp/BUILD.log'
2025-08-20T22:33:58.7463813Z ##[group]Run ##Presets
2025-08-20T22:33:58.7464150Z [36;1m##Presets[0m
2025-08-20T22:33:58.7464354Z [36;1mset +x ; set +e[0m
2025-08-20T22:33:58.7464568Z [36;1m#-------------#[0m
2025-08-20T22:33:58.7464770Z [36;1m##Debug?[0m
2025-08-20T22:33:58.7465011Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:33:58.7465297Z [36;1m  set -x[0m
2025-08-20T22:33:58.7465478Z [36;1mfi[0m
2025-08-20T22:33:58.7465654Z [36;1m#-------------#[0m
2025-08-20T22:33:58.7465852Z [36;1m##Set ENV[0m
2025-08-20T22:33:58.7466082Z [36;1m if [[ "${SKIP_SRCBUILD_UPLOAD}" != "YES" ]]; then[0m
2025-08-20T22:33:58.7466504Z [36;1m    #GHCRPKG_TAG_SRCBUILD="srcbuild.$(date --utc +"%y%m%dT%H%M%S" | tr -d '[:space:]')-"[0m
2025-08-20T22:33:58.7466917Z [36;1m    GHCRPKG_TAG_SRCBUILD=""[0m
2025-08-20T22:33:58.7467312Z [36;1m    GHCRPKG_URL_SRCBUILD="ghcr.io/pkgforge/bincache/sic/official/sic-srcbuild-"[0m
2025-08-20T22:33:58.7467792Z [36;1m    export GHCRPKG_TAG_SRCBUILD GHCRPKG_URL_SRCBUILD[0m
2025-08-20T22:33:58.7468194Z [36;1m    echo "GHCRPKG_TAG_SRCBUILD=${GHCRPKG_TAG_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:33:58.7468788Z [36;1m    echo "GHCRPKG_URL_SRCBUILD=${GHCRPKG_URL_SRCBUILD}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:33:58.7469118Z [36;1m fi[0m
2025-08-20T22:33:58.7469296Z [36;1m##Push[0m
2025-08-20T22:33:58.7469518Z [36;1m if [[ -n "${GHCRPKG_TAG_SRCBUILD+x}" ]]; then[0m
2025-08-20T22:33:58.7469793Z [36;1m  pushd "/tmp" &>/dev/null[0m
2025-08-20T22:33:58.7470167Z [36;1m   if [[ -s "./BUILD_ARTIFACTS.zstd" && $(stat -c%s "./BUILD_ARTIFACTS.zstd") -gt 1000 ]]; then[0m
2025-08-20T22:33:58.7470638Z [36;1m     realpath "./BUILD_ARTIFACTS.zstd" && du -sh "./BUILD_ARTIFACTS.zstd"[0m
2025-08-20T22:33:58.7471109Z [36;1m     ls -sh "/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR"[0m
2025-08-20T22:33:58.7471455Z [36;1m     ghcr_push_cmd()[0m
2025-08-20T22:33:58.7471672Z [36;1m       {[0m
2025-08-20T22:33:58.7471870Z [36;1m        for i in {1..10}; do[0m
2025-08-20T22:33:58.7491758Z [36;1m          unset ghcr_push ; ghcr_push=(oras push --disable-path-validation)[0m
2025-08-20T22:33:58.7492518Z [36;1m          ghcr_push+=(--config "/dev/null:application/vnd.oci.empty.v1+json")[0m
2025-08-20T22:33:58.7493223Z [36;1m          ghcr_push+=(--annotation "com.github.package.type=container")[0m
2025-08-20T22:33:58.7494008Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_ghcrpkg-tag=")[0m
2025-08-20T22:33:58.7494811Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_gha=")[0m
2025-08-20T22:33:58.7495502Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.build_id=")[0m
2025-08-20T22:33:58.7496153Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.ghcr_pkg=:")[0m
2025-08-20T22:33:58.7496747Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.push_date=")[0m
2025-08-20T22:33:58.7497156Z [36;1m          ghcr_push+=(--annotation "dev.pkgforge.soar.version=")[0m
2025-08-20T22:33:58.7497585Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.created=")[0m
2025-08-20T22:33:58.7498070Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.description=SRCBUILD for ")[0m
2025-08-20T22:33:58.7499124Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.licenses=blessing")[0m
2025-08-20T22:33:58.7499591Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.ref.name=")[0m
2025-08-20T22:33:58.7500020Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.revision=")[0m
2025-08-20T22:33:58.7500439Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.source=")[0m
2025-08-20T22:33:58.7500883Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.title=SRCBUILD-sic")[0m
2025-08-20T22:33:58.7501328Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.url=")[0m
2025-08-20T22:33:58.7501930Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.vendor=pkgforge")[0m
2025-08-20T22:33:58.7502382Z [36;1m          ghcr_push+=(--annotation "org.opencontainers.image.version=")[0m
2025-08-20T22:33:58.7502785Z [36;1m          ghcr_push+=("${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}")[0m
2025-08-20T22:33:58.7503281Z [36;1m          [[ -f "./BUILD_ARTIFACTS.zstd" && -s "./BUILD_ARTIFACTS.zstd" ]] && ghcr_push+=("./BUILD_ARTIFACTS.zstd")[0m
2025-08-20T22:33:58.7503716Z [36;1m          "${ghcr_push[@]}" ; sleep 5[0m
2025-08-20T22:33:58.7503972Z [36;1m         #Check[0m
2025-08-20T22:33:58.7504528Z [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:33:58.7505227Z [36;1m            echo -e "\n[+] (ARTIFACTS) Registry --> https://${GHCRPKG_URL_SRCBUILD}\n"[0m
2025-08-20T22:33:58.7505583Z [36;1m            break[0m
2025-08-20T22:33:58.7505793Z [36;1m          else[0m
2025-08-20T22:33:58.7506196Z [36;1m            echo -e "\n[-] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD} (Retrying ${i}/10)\n"[0m
2025-08-20T22:33:58.7506623Z [36;1m          fi[0m
2025-08-20T22:33:58.7506849Z [36;1m          sleep "$(shuf -i 500-4500 -n 1)e-3"[0m
2025-08-20T22:33:58.7507105Z [36;1m        done[0m
2025-08-20T22:33:58.7507285Z [36;1m       }[0m
2025-08-20T22:33:58.7507487Z [36;1m       export -f ghcr_push_cmd[0m
2025-08-20T22:33:58.7507738Z [36;1m       ghcr_push_cmd[0m
2025-08-20T22:33:58.7508534Z [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:33:58.7509292Z [36;1m         echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:33:58.7509709Z [36;1m          echo -e "\n[-] Retrying ...\n"[0m
2025-08-20T22:33:58.7509971Z [36;1m          ghcr_push_cmd[0m
2025-08-20T22:33:58.7510551Z [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:33:58.7511259Z [36;1m             oras manifest fetch "${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}" | jq .[0m
2025-08-20T22:33:58.7511768Z [36;1m             echo -e "\n[✗] Failed to Push Artifact to ${GHCRPKG_URL_SRCBUILD}:${GHCRPKG_TAG_SRCBUILD}\n"[0m
2025-08-20T22:33:58.7512169Z [36;1m             return 1 || exit 1[0m
2025-08-20T22:33:58.7512405Z [36;1m           fi[0m
2025-08-20T22:33:58.7512597Z [36;1m       fi[0m
2025-08-20T22:33:58.7512778Z [36;1m   fi[0m
2025-08-20T22:33:58.7512953Z [36;1m fi[0m
2025-08-20T22:33:58.7513140Z [36;1mpopd >/dev/null 2>&1[0m
2025-08-20T22:33:58.7604278Z shell: /usr/bin/bash -e {0}
2025-08-20T22:33:58.7604519Z env:
2025-08-20T22:33:58.7604711Z   CROSS_COMPILING: NO
2025-08-20T22:33:58.7604933Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:33:58.7605179Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:33:58.7605400Z   ON_QEMU: NO
2025-08-20T22:33:58.7605579Z   DEBUG: 0
2025-08-20T22:33:58.7605765Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:33:58.7605996Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:33:58.7606269Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sic/official
2025-08-20T22:33:58.7606566Z   KEEP_LOGS: YES
2025-08-20T22:33:58.7606766Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:33:58.7606971Z   PKG_FAMILY_LOCAL: sic
2025-08-20T22:33:58.7607172Z   SBUILD_REBUILD: false
2025-08-20T22:33:58.7607690Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:33:58.7608370Z   BUILD_SYS: docker://rust
2025-08-20T22:33:58.7608605Z   BUILD_ON_HOST: FALSE
2025-08-20T22:33:58.7608815Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:33:58.7609006Z   SYSTMP: /tmp
2025-08-20T22:33:58.7609183Z   GHA_MODE: MATRIX
2025-08-20T22:33:58.7609758Z   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:33:58.7610277Z   INPUT_SBUILD: /tmp/pkgforge/x18igIZci_build.yaml
2025-08-20T22:33:58.7610591Z   BUILD_DIR: /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml
2025-08-20T22:33:58.7610968Z   SBUILD_OUTDIR: /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR
2025-08-20T22:33:58.7611442Z   SBUILD_TMPDIR: /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:33:58.7611811Z   PKG_TYPE: static
2025-08-20T22:33:58.7612002Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:33:58.7612205Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:33:58.7612926Z   GHCR_TOKEN: ***
2025-08-20T22:33:58.7613239Z   GITHUB_TOKEN: ***
2025-08-20T22:33:58.7613474Z   GITLAB_TOKEN: ***
2025-08-20T22:33:58.7614818Z   MINISIGN_KEY: ***
2025-08-20T22:33:58.7615015Z ##[endgroup]
2025-08-20T22:33:58.7705412Z /tmp/BUILD_ARTIFACTS.zstd
2025-08-20T22:33:58.7715906Z 120M	./BUILD_ARTIFACTS.zstd
2025-08-20T22:33:58.7728931Z total 7.1M
2025-08-20T22:33:58.7729262Z 4.0K CHECKSUM
2025-08-20T22:33:58.7729481Z 4.0K CHECKSUM.sig
2025-08-20T22:33:58.7729692Z  12K LICENSE
2025-08-20T22:33:58.7729888Z 4.0K LICENSE.sig
2025-08-20T22:33:58.7730083Z 8.0K SBUILD
2025-08-20T22:33:58.7730321Z 4.0K SBUILD.sig
2025-08-20T22:33:58.7730639Z 4.0K SBUILD_TEMP
2025-08-20T22:33:58.7730970Z 6.0M ig
2025-08-20T22:33:58.7731264Z 4.0K ig.sig
2025-08-20T22:33:58.7731574Z 1.1M sic.static.log
2025-08-20T22:33:58.7731944Z 4.0K sic.static.version
2025-08-20T22:33:58.7732376Z 4.0K sic.static.version.sig
2025-08-20T22:33:58.7732819Z 4.0K sic.version
2025-08-20T22:33:58.7733201Z 4.0K sic.version.sig
2025-08-20T22:33:58.8011139Z Error: "ghcr.io/pkgforge/bincache/sic/official/sic-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/sic/official/sic-srcbuild-"
2025-08-20T22:33:58.8012904Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:34:03.8078721Z Error: "ghcr.io/pkgforge/bincache/sic/official/sic-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/sic/official/sic-srcbuild-"
2025-08-20T22:34:03.8080099Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:34:03.8088782Z 
2025-08-20T22:34:03.8089340Z [+] (ARTIFACTS) Registry --> https://ghcr.io/pkgforge/bincache/sic/official/sic-srcbuild-
2025-08-20T22:34:03.8089919Z 
2025-08-20T22:34:03.8127688Z Error: "ghcr.io/pkgforge/bincache/sic/official/sic-srcbuild-:": invalid reference: invalid repository "pkgforge/bincache/sic/official/sic-srcbuild-"
2025-08-20T22:34:03.8129497Z Please make sure the provided reference is in the form of <registry>/<repo>[:tag|@digest]
2025-08-20T22:34:03.8174041Z ##[group]Run ##Presets
2025-08-20T22:34:03.8174292Z [36;1m##Presets[0m
2025-08-20T22:34:03.8174654Z [36;1mset +x ; set +e[0m
2025-08-20T22:34:03.8174858Z [36;1m#-------------#[0m
2025-08-20T22:34:03.8175052Z [36;1m##Debug?[0m
2025-08-20T22:34:03.8175287Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:34:03.8175574Z [36;1m  set -x[0m
2025-08-20T22:34:03.8175749Z [36;1mfi[0m
2025-08-20T22:34:03.8175918Z [36;1m#-------------#[0m
2025-08-20T22:34:03.8176169Z [36;1mUTC_TIME="$(TZ='UTC' date +'%Y_%m_%dT%I_%M_%S_%p')"[0m
2025-08-20T22:34:03.8176494Z [36;1mecho "UTC_TIME=${UTC_TIME}" >> "${GITHUB_ENV}"[0m
2025-08-20T22:34:03.8226096Z shell: /usr/bin/bash -e {0}
2025-08-20T22:34:03.8226325Z env:
2025-08-20T22:34:03.8226507Z   CROSS_COMPILING: NO
2025-08-20T22:34:03.8226726Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:34:03.8226946Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:34:03.8227155Z   ON_QEMU: NO
2025-08-20T22:34:03.8227357Z   DEBUG: 0
2025-08-20T22:34:03.8227536Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:34:03.8227752Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:34:03.8228026Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sic/official
2025-08-20T22:34:03.8228597Z   KEEP_LOGS: YES
2025-08-20T22:34:03.8228792Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:34:03.8228999Z   PKG_FAMILY_LOCAL: sic
2025-08-20T22:34:03.8229197Z   SBUILD_REBUILD: false
2025-08-20T22:34:03.8229714Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:34:03.8230272Z   BUILD_SYS: docker://rust
2025-08-20T22:34:03.8230485Z   BUILD_ON_HOST: FALSE
2025-08-20T22:34:03.8230682Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:34:03.8230869Z   SYSTMP: /tmp
2025-08-20T22:34:03.8231042Z   GHA_MODE: MATRIX
2025-08-20T22:34:03.8231471Z   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:34:03.8231975Z   INPUT_SBUILD: /tmp/pkgforge/x18igIZci_build.yaml
2025-08-20T22:34:03.8232286Z   BUILD_DIR: /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml
2025-08-20T22:34:03.8232663Z   SBUILD_OUTDIR: /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR
2025-08-20T22:34:03.8233135Z   SBUILD_TMPDIR: /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:34:03.8233507Z   PKG_TYPE: static
2025-08-20T22:34:03.8233695Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:34:03.8233901Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:34:03.8234099Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:34:03.8234418Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sic/official/sic-srcbuild-
2025-08-20T22:34:03.8234773Z ##[endgroup]
2025-08-20T22:34:03.8379974Z ##[group]Run actions/upload-artifact@v4
2025-08-20T22:34:03.8380279Z with:
2025-08-20T22:34:03.8380477Z   name: Bincache_sic_x86_64-Linux
2025-08-20T22:34:03.8380763Z   path: /tmp/BUILD.log
/tmp/BUILD_ARTIFACTS.zstd

2025-08-20T22:34:03.8381050Z   compression-level: 0
2025-08-20T22:34:03.8381254Z   retention-days: 30
2025-08-20T22:34:03.8381445Z   overwrite: true
2025-08-20T22:34:03.8381630Z   if-no-files-found: warn
2025-08-20T22:34:03.8381857Z   include-hidden-files: false
2025-08-20T22:34:03.8382076Z env:
2025-08-20T22:34:03.8382241Z   CROSS_COMPILING: NO
2025-08-20T22:34:03.8382443Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:34:03.8382662Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:34:03.8382868Z   ON_QEMU: NO
2025-08-20T22:34:03.8383037Z   DEBUG: 0
2025-08-20T22:34:03.8383211Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:34:03.8383427Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:34:03.8383696Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sic/official
2025-08-20T22:34:03.8384009Z   KEEP_LOGS: YES
2025-08-20T22:34:03.8384195Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:34:03.8384400Z   PKG_FAMILY_LOCAL: sic
2025-08-20T22:34:03.8384597Z   SBUILD_REBUILD: false
2025-08-20T22:34:03.8385120Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:34:03.8385664Z   BUILD_SYS: docker://rust
2025-08-20T22:34:03.8385874Z   BUILD_ON_HOST: FALSE
2025-08-20T22:34:03.8386243Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:34:03.8386432Z   SYSTMP: /tmp
2025-08-20T22:34:03.8386607Z   GHA_MODE: MATRIX
2025-08-20T22:34:03.8387038Z   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:34:03.8387555Z   INPUT_SBUILD: /tmp/pkgforge/x18igIZci_build.yaml
2025-08-20T22:34:03.8387871Z   BUILD_DIR: /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml
2025-08-20T22:34:03.8388456Z   SBUILD_OUTDIR: /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR
2025-08-20T22:34:03.8388994Z   SBUILD_TMPDIR: /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:34:03.8389369Z   PKG_TYPE: static
2025-08-20T22:34:03.8389557Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:34:03.8389760Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:34:03.8389960Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:34:03.8390280Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sic/official/sic-srcbuild-
2025-08-20T22:34:03.8390644Z   UTC_TIME: 2025_08_20T10_34_03_PM
2025-08-20T22:34:03.8390869Z ##[endgroup]
2025-08-20T22:34:04.0622245Z Multiple search paths detected. Calculating the least common ancestor of all paths
2025-08-20T22:34:04.0626067Z The least common ancestor is /tmp. This will be the root directory of the artifact
2025-08-20T22:34:04.0626948Z With the provided path, there will be 2 files uploaded
2025-08-20T22:34:04.1714644Z Artifact name is valid!
2025-08-20T22:34:04.1716188Z Root directory input is valid!
2025-08-20T22:34:04.2268077Z Beginning upload of artifact content to blob storage
2025-08-20T22:34:04.5781261Z Uploaded bytes 8388608
2025-08-20T22:34:04.6720462Z Uploaded bytes 16777216
2025-08-20T22:34:04.7023894Z Uploaded bytes 25165824
2025-08-20T22:34:04.7533190Z Uploaded bytes 33554432
2025-08-20T22:34:04.8257132Z Uploaded bytes 41943040
2025-08-20T22:34:04.9024047Z Uploaded bytes 50331648
2025-08-20T22:34:04.9177328Z Uploaded bytes 58720256
2025-08-20T22:34:04.9427199Z Uploaded bytes 67108864
2025-08-20T22:34:04.9779621Z Uploaded bytes 75497472
2025-08-20T22:34:05.0618750Z Uploaded bytes 83886080
2025-08-20T22:34:05.0838784Z Uploaded bytes 92274688
2025-08-20T22:34:05.0902625Z Uploaded bytes 100663296
2025-08-20T22:34:05.1163834Z Uploaded bytes 109051904
2025-08-20T22:34:05.2057266Z Uploaded bytes 117440512
2025-08-20T22:34:05.2204533Z Uploaded bytes 125829120
2025-08-20T22:34:05.2550040Z Uploaded bytes 126585671
2025-08-20T22:34:05.2737106Z Finished uploading artifact content to blob storage!
2025-08-20T22:34:05.2741204Z SHA256 digest of uploaded artifact zip is 0e6495f1c7e524c74a61b59da978f781004d07e200ff7d4fcc93d2b0a6a02a26
2025-08-20T22:34:05.2742331Z Finalizing artifact upload
2025-08-20T22:34:05.3483549Z Artifact Bincache_sic_x86_64-Linux.zip successfully finalized. Artifact ID 3813834906
2025-08-20T22:34:05.3484714Z Artifact Bincache_sic_x86_64-Linux has been successfully uploaded! Final size is 126585671 bytes. Artifact ID is 3813834906
2025-08-20T22:34:05.3490991Z Artifact download URL: https://github.com/pkgforge/bincache/actions/runs/17109442464/artifacts/3813834906
2025-08-20T22:34:05.3684728Z ##[group]Run actions/attest-build-provenance@v2.4.0
2025-08-20T22:34:05.3685054Z with:
2025-08-20T22:34:05.3685244Z   subject-name: sic--
2025-08-20T22:34:05.3685960Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:34:05.3686684Z   show-summary: true
2025-08-20T22:34:05.3686899Z   push-to-registry: false
2025-08-20T22:34:05.3687258Z   github-token: ***
2025-08-20T22:34:05.3687455Z env:
2025-08-20T22:34:05.3687634Z   CROSS_COMPILING: NO
2025-08-20T22:34:05.3687848Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:34:05.3688077Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:34:05.3688539Z   ON_QEMU: NO
2025-08-20T22:34:05.3688722Z   DEBUG: 0
2025-08-20T22:34:05.3688902Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:34:05.3689129Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:34:05.3689623Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sic/official
2025-08-20T22:34:05.3689917Z   KEEP_LOGS: YES
2025-08-20T22:34:05.3690108Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:34:05.3690322Z   PKG_FAMILY_LOCAL: sic
2025-08-20T22:34:05.3690522Z   SBUILD_REBUILD: false
2025-08-20T22:34:05.3691036Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:34:05.3691587Z   BUILD_SYS: docker://rust
2025-08-20T22:34:05.3691803Z   BUILD_ON_HOST: FALSE
2025-08-20T22:34:05.3692001Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:34:05.3692194Z   SYSTMP: /tmp
2025-08-20T22:34:05.3692373Z   GHA_MODE: MATRIX
2025-08-20T22:34:05.3692809Z   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:34:05.3693326Z   INPUT_SBUILD: /tmp/pkgforge/x18igIZci_build.yaml
2025-08-20T22:34:05.3693659Z   BUILD_DIR: /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml
2025-08-20T22:34:05.3694053Z   SBUILD_OUTDIR: /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR
2025-08-20T22:34:05.3694570Z   SBUILD_TMPDIR: /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:34:05.3694947Z   PKG_TYPE: static
2025-08-20T22:34:05.3695143Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:34:05.3695352Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:34:05.3695554Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:34:05.3695879Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sic/official/sic-srcbuild-
2025-08-20T22:34:05.3696236Z   UTC_TIME: 2025_08_20T10_34_03_PM
2025-08-20T22:34:05.3696467Z ##[endgroup]
2025-08-20T22:34:05.3780852Z ##[group]Run actions/attest-build-provenance/predicate@1176ef556905f349f669722abf30bce1a6e16e01
2025-08-20T22:34:05.3781285Z env:
2025-08-20T22:34:05.3781467Z   CROSS_COMPILING: NO
2025-08-20T22:34:05.3781684Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:34:05.3781916Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:34:05.3782137Z   ON_QEMU: NO
2025-08-20T22:34:05.3782330Z   DEBUG: 0
2025-08-20T22:34:05.3782517Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:34:05.3782747Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:34:05.3783030Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sic/official
2025-08-20T22:34:05.3783326Z   KEEP_LOGS: YES
2025-08-20T22:34:05.3783523Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:34:05.3783742Z   PKG_FAMILY_LOCAL: sic
2025-08-20T22:34:05.3783957Z   SBUILD_REBUILD: false
2025-08-20T22:34:05.3784481Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:34:05.3785057Z   BUILD_SYS: docker://rust
2025-08-20T22:34:05.3785291Z   BUILD_ON_HOST: FALSE
2025-08-20T22:34:05.3785496Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:34:05.3785695Z   SYSTMP: /tmp
2025-08-20T22:34:05.3785881Z   GHA_MODE: MATRIX
2025-08-20T22:34:05.3786319Z   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:34:05.3786842Z   INPUT_SBUILD: /tmp/pkgforge/x18igIZci_build.yaml
2025-08-20T22:34:05.3787353Z   BUILD_DIR: /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml
2025-08-20T22:34:05.3787760Z   SBUILD_OUTDIR: /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR
2025-08-20T22:34:05.3788425Z   SBUILD_TMPDIR: /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:34:05.3788818Z   PKG_TYPE: static
2025-08-20T22:34:05.3789014Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:34:05.3789227Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:34:05.3789435Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:34:05.3789766Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sic/official/sic-srcbuild-
2025-08-20T22:34:05.3790128Z   UTC_TIME: 2025_08_20T10_34_03_PM
2025-08-20T22:34:05.3790359Z ##[endgroup]
2025-08-20T22:34:05.7781500Z ##[group]Run actions/attest@ce27ba3b4a9a139d9a20a4a07d69fabb52f1e5bc
2025-08-20T22:34:05.7781841Z with:
2025-08-20T22:34:05.7782528Z   subject-path: "/tmp/BUILD.log"
"/tmp/BUILD_ARTIFACTS.zstd"
/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/**
!/tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP/**

2025-08-20T22:34:05.7783423Z   subject-name: sic--
2025-08-20T22:34:05.7783690Z   predicate-type: https://slsa.dev/provenance/v1
2025-08-20T22:34:05.7786313Z   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:34:05.7788988Z   push-to-registry: false
2025-08-20T22:34:05.7789222Z   show-summary: true
2025-08-20T22:34:05.7789648Z   github-token: ***
2025-08-20T22:34:05.7789850Z env:
2025-08-20T22:34:05.7790032Z   CROSS_COMPILING: NO
2025-08-20T22:34:05.7790247Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:34:05.7790475Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:34:05.7790692Z   ON_QEMU: NO
2025-08-20T22:34:05.7790871Z   DEBUG: 0
2025-08-20T22:34:05.7791062Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:34:05.7791326Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:34:05.7791611Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sic/official
2025-08-20T22:34:05.7791903Z   KEEP_LOGS: YES
2025-08-20T22:34:05.7792096Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:34:05.7792308Z   PKG_FAMILY_LOCAL: sic
2025-08-20T22:34:05.7792515Z   SBUILD_REBUILD: false
2025-08-20T22:34:05.7793042Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:34:05.7793607Z   BUILD_SYS: docker://rust
2025-08-20T22:34:05.7793831Z   BUILD_ON_HOST: FALSE
2025-08-20T22:34:05.7794035Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:34:05.7794232Z   SYSTMP: /tmp
2025-08-20T22:34:05.7794414Z   GHA_MODE: MATRIX
2025-08-20T22:34:05.7794848Z   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:34:05.7795366Z   INPUT_SBUILD: /tmp/pkgforge/x18igIZci_build.yaml
2025-08-20T22:34:05.7795692Z   BUILD_DIR: /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml
2025-08-20T22:34:05.7796082Z   SBUILD_OUTDIR: /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR
2025-08-20T22:34:05.7796566Z   SBUILD_TMPDIR: /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:34:05.7796948Z   PKG_TYPE: static
2025-08-20T22:34:05.7797158Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:34:05.7797373Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:34:05.7797579Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:34:05.7798057Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sic/official/sic-srcbuild-
2025-08-20T22:34:05.7798599Z   UTC_TIME: 2025_08_20T10_34_03_PM
2025-08-20T22:34:05.7798837Z ##[endgroup]
2025-08-20T22:34:07.5221151Z Attestation created for 14 subjects
2025-08-20T22:34:07.5225401Z ##[group][36mAttestation signed using certificate from Public Good Sigstore instance[39m
2025-08-20T22:34:07.5226201Z -----BEGIN CERTIFICATE-----
2025-08-20T22:34:07.5226867Z MIIG7TCCBnSgAwIBAgIUI9DJXPJratCPcVwquK5eWiB0uRYwCgYIKoZIzj0EAwMw
2025-08-20T22:34:07.5227816Z NzEVMBMGA1UEChMMc2lnc3RvcmUuZGV2MR4wHAYDVQQDExVzaWdzdG9yZS1pbnRl
2025-08-20T22:34:07.5228921Z cm1lZGlhdGUwHhcNMjUwODIwMjIzNDA2WhcNMjUwODIwMjI0NDA2WjAAMFkwEwYH
2025-08-20T22:34:07.5229825Z KoZIzj0CAQYIKoZIzj0DAQcDQgAE5vPyB0f2R1cw5ZYVIWBfnlthNZvnRKnuGkuw
2025-08-20T22:34:07.5230726Z P7yLXgVCGKpyGBfhB2JrvaE2oK2+VxFG156TIyUZTdPFs8e+C6OCBZMwggWPMA4G
2025-08-20T22:34:07.5231628Z A1UdDwEB/wQEAwIHgDATBgNVHSUEDDAKBggrBgEFBQcDAzAdBgNVHQ4EFgQU80zN
2025-08-20T22:34:07.5232916Z V7WXcEMnohvs3D4NnhaQsJ4wHwYDVR0jBBgwFoAU39Ppz1YkEZb5qNjpKFWixi4Y
2025-08-20T22:34:07.5233783Z ZD8wZwYDVR0RAQH/BF0wW4ZZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlL2Jp
2025-08-20T22:34:07.5234643Z bmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFtbEByZWZz
2025-08-20T22:34:07.5235530Z L2hlYWRzL21haW4wOQYKKwYBBAGDvzABAQQraHR0cHM6Ly90b2tlbi5hY3Rpb25z
2025-08-20T22:34:07.5236393Z LmdpdGh1YnVzZXJjb250ZW50LmNvbTAfBgorBgEEAYO/MAECBBF3b3JrZmxvd19k
2025-08-20T22:34:07.5237215Z aXNwYXRjaDA2BgorBgEEAYO/MAEDBCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRiZmU1
2025-08-20T22:34:07.5238095Z NTgwZDgyZWVhYjNmMjFkMDAGCisGAQQBg78wAQQEIvCfp7Dwn5ug77iPIEJ1aWxk
2025-08-20T22:34:07.5239192Z IFBhY2thZ2Ug8J+TpvCfk4AwHwYKKwYBBAGDvzABBQQRcGtnZm9yZ2UvYmluY2Fj
2025-08-20T22:34:07.5240102Z aGUwHQYKKwYBBAGDvzABBgQPcmVmcy9oZWFkcy9tYWluMDsGCisGAQQBg78wAQgE
2025-08-20T22:34:07.5241006Z LQwraHR0cHM6Ly90b2tlbi5hY3Rpb25zLmdpdGh1YnVzZXJjb250ZW50LmNvbTBp
2025-08-20T22:34:07.5241879Z BgorBgEEAYO/MAEJBFsMWWh0dHBzOi8vZ2l0aHViLmNvbS9wa2dmb3JnZS9iaW5j
2025-08-20T22:34:07.5242771Z YWNoZS8uZ2l0aHViL3dvcmtmbG93cy9tYXRyaXhfYnVpbGRzLnlhbWxAcmVmcy9o
2025-08-20T22:34:07.5243683Z ZWFkcy9tYWluMDgGCisGAQQBg78wAQoEKgwoMzM4YTNiYWUxYmFiMDVhYmEwYWQ0
2025-08-20T22:34:07.5244558Z YmZlNTU4MGQ4MmVlYWIzZjIxZDAdBgorBgEEAYO/MAELBA8MDWdpdGh1Yi1ob3N0
2025-08-20T22:34:07.5245446Z ZWQwNAYKKwYBBAGDvzABDAQmDCRodHRwczovL2dpdGh1Yi5jb20vcGtnZm9yZ2Uv
2025-08-20T22:34:07.5246372Z YmluY2FjaGUwOAYKKwYBBAGDvzABDQQqDCgzMzhhM2JhZTFiYWIwNWFiYTBhZDRi
2025-08-20T22:34:07.5247316Z ZmU1NTgwZDgyZWVhYjNmMjFkMB8GCisGAQQBg78wAQ4EEQwPcmVmcy9oZWFkcy9t
2025-08-20T22:34:07.5248396Z YWluMBkGCisGAQQBg78wAQ8ECwwJODgzNjU1MjMwMCsGCisGAQQBg78wARAEHQwb
2025-08-20T22:34:07.5249316Z aHR0cHM6Ly9naXRodWIuY29tL3BrZ2ZvcmdlMBkGCisGAQQBg78wAREECwwJMTg3
2025-08-20T22:34:07.5250222Z Mjc1MzQzMGkGCisGAQQBg78wARIEWwxZaHR0cHM6Ly9naXRodWIuY29tL3BrZ2Zv
2025-08-20T22:34:07.5251130Z cmdlL2JpbmNhY2hlLy5naXRodWIvd29ya2Zsb3dzL21hdHJpeF9idWlsZHMueWFt
2025-08-20T22:34:07.5252041Z bEByZWZzL2hlYWRzL21haW4wOAYKKwYBBAGDvzABEwQqDCgzMzhhM2JhZTFiYWIw
2025-08-20T22:34:07.5252971Z NWFiYTBhZDRiZmU1NTgwZDgyZWVhYjNmMjFkMCEGCisGAQQBg78wARQEEwwRd29y
2025-08-20T22:34:07.5253901Z a2Zsb3dfZGlzcGF0Y2gwWAYKKwYBBAGDvzABFQRKDEhodHRwczovL2dpdGh1Yi5j
2025-08-20T22:34:07.5254817Z b20vcGtnZm9yZ2UvYmluY2FjaGUvYWN0aW9ucy9ydW5zLzE3MTA5NDQyNDY0L2F0
2025-08-20T22:34:07.5255731Z dGVtcHRzLzEwFgYKKwYBBAGDvzABFgQIDAZwdWJsaWMwgYkGCisGAQQB1nkCBAIE
2025-08-20T22:34:07.5256664Z ewR5AHcAdQDdPTBqxscRMmMZHhyZZzcCokpeuN48rf+HinKALynujgAAAZjJnjnM
2025-08-20T22:34:07.5257574Z AAAEAwBGMEQCIDFGEi6DFn4a4zaBUFdwPSd3pzOchlBFtvqG1KVR2pjVAiBOQ6Mi
2025-08-20T22:34:07.5258649Z /Tq69y1uhFNaYqLsEeTw+4xCGK6xsFqovm5VQTAKBggqhkjOPQQDAwNnADBkAjBv
2025-08-20T22:34:07.5259516Z 7qv1XnUTkImWn+i/j3f7uxT0sMFvfOJMBeqpOHMqhP66m1hiPKiSZZE9ij0HCuoC
2025-08-20T22:34:07.5260360Z MHgcLS3vJmiPyntIrwUyVucgF4dxE6zHKLfcNOwWp/TX+MmpAUk09QuB2HEPobyT
2025-08-20T22:34:07.5260975Z XA==
2025-08-20T22:34:07.5261274Z -----END CERTIFICATE-----
2025-08-20T22:34:07.5261519Z 
2025-08-20T22:34:07.5262068Z ##[endgroup]
2025-08-20T22:34:07.5262930Z [36mAttestation signature uploaded to Rekor transparency log[39m
2025-08-20T22:34:07.5263636Z https://search.sigstore.dev?logIndex=414536007
2025-08-20T22:34:07.5264278Z [36mAttestation uploaded to repository[39m
2025-08-20T22:34:07.5264864Z https://github.com/pkgforge/bincache/attestations/9875940
2025-08-20T22:34:07.6038882Z ##[group]Run ##Presets
2025-08-20T22:34:07.6039192Z [36;1m##Presets[0m
2025-08-20T22:34:07.6039407Z [36;1mset +x ; set +e[0m
2025-08-20T22:34:07.6039627Z [36;1m#-------------#[0m
2025-08-20T22:34:07.6039840Z [36;1m##Debug?[0m
2025-08-20T22:34:07.6040090Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:34:07.6040386Z [36;1m  set -x[0m
2025-08-20T22:34:07.6040579Z [36;1mfi[0m
2025-08-20T22:34:07.6040759Z [36;1m#-------------#[0m
2025-08-20T22:34:07.6041074Z [36;1mif [[ "${GHA_BUILD_FAILED}" == "YES" || "${SBUILD_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:34:07.6041591Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Build ghcr.io/pkgforge/bincache/sic/official"[0m
2025-08-20T22:34:07.6042176Z [36;1m exit 1[0m
2025-08-20T22:34:07.6042363Z [36;1mfi[0m
2025-08-20T22:34:07.6090505Z shell: /usr/bin/bash -e {0}
2025-08-20T22:34:07.6090744Z env:
2025-08-20T22:34:07.6090930Z   CROSS_COMPILING: NO
2025-08-20T22:34:07.6091191Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:34:07.6091422Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:34:07.6091644Z   ON_QEMU: NO
2025-08-20T22:34:07.6091824Z   DEBUG: 0
2025-08-20T22:34:07.6092006Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:34:07.6092235Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:34:07.6092515Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sic/official
2025-08-20T22:34:07.6092805Z   KEEP_LOGS: YES
2025-08-20T22:34:07.6093001Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:34:07.6093216Z   PKG_FAMILY_LOCAL: sic
2025-08-20T22:34:07.6093422Z   SBUILD_REBUILD: false
2025-08-20T22:34:07.6093943Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:34:07.6094514Z   BUILD_SYS: docker://rust
2025-08-20T22:34:07.6094738Z   BUILD_ON_HOST: FALSE
2025-08-20T22:34:07.6094945Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:34:07.6095140Z   SYSTMP: /tmp
2025-08-20T22:34:07.6095324Z   GHA_MODE: MATRIX
2025-08-20T22:34:07.6095760Z   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:34:07.6096269Z   INPUT_SBUILD: /tmp/pkgforge/x18igIZci_build.yaml
2025-08-20T22:34:07.6096589Z   BUILD_DIR: /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml
2025-08-20T22:34:07.6096989Z   SBUILD_OUTDIR: /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR
2025-08-20T22:34:07.6097485Z   SBUILD_TMPDIR: /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:34:07.6097868Z   PKG_TYPE: static
2025-08-20T22:34:07.6098068Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:34:07.6098387Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:34:07.6098601Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:34:07.6098937Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sic/official/sic-srcbuild-
2025-08-20T22:34:07.6099307Z   UTC_TIME: 2025_08_20T10_34_03_PM
2025-08-20T22:34:07.6099535Z ##[endgroup]
2025-08-20T22:34:07.6183933Z ##[group]Run ##Presets
2025-08-20T22:34:07.6184196Z [36;1m##Presets[0m
2025-08-20T22:34:07.6184398Z [36;1mset +x ; set +e[0m
2025-08-20T22:34:07.6184609Z [36;1m#-------------#[0m
2025-08-20T22:34:07.6184810Z [36;1m##Debug?[0m
2025-08-20T22:34:07.6185055Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:34:07.6185345Z [36;1m  set -x[0m
2025-08-20T22:34:07.6185529Z [36;1mfi[0m
2025-08-20T22:34:07.6185714Z [36;1m#-------------#[0m
2025-08-20T22:34:07.6185956Z [36;1mif [[ "${PUSH_SUCCESSFUL}" == "NO" ]]; then[0m
2025-08-20T22:34:07.6186397Z [36;1m  echo -e "\n[-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/sic/official"[0m
2025-08-20T22:34:07.6186802Z [36;1m exit 1[0m
2025-08-20T22:34:07.6186992Z [36;1mfi[0m
2025-08-20T22:34:07.6230193Z shell: /usr/bin/bash -e {0}
2025-08-20T22:34:07.6230440Z env:
2025-08-20T22:34:07.6230625Z   CROSS_COMPILING: NO
2025-08-20T22:34:07.6230845Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:34:07.6231100Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:34:07.6231332Z   ON_QEMU: NO
2025-08-20T22:34:07.6231511Z   DEBUG: 0
2025-08-20T22:34:07.6231693Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:34:07.6231920Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:34:07.6232206Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sic/official
2025-08-20T22:34:07.6232505Z   KEEP_LOGS: YES
2025-08-20T22:34:07.6232701Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:34:07.6232913Z   PKG_FAMILY_LOCAL: sic
2025-08-20T22:34:07.6233119Z   SBUILD_REBUILD: false
2025-08-20T22:34:07.6233641Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:34:07.6234203Z   BUILD_SYS: docker://rust
2025-08-20T22:34:07.6234584Z   BUILD_ON_HOST: FALSE
2025-08-20T22:34:07.6234791Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:34:07.6234992Z   SYSTMP: /tmp
2025-08-20T22:34:07.6235175Z   GHA_MODE: MATRIX
2025-08-20T22:34:07.6235611Z   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:34:07.6236120Z   INPUT_SBUILD: /tmp/pkgforge/x18igIZci_build.yaml
2025-08-20T22:34:07.6236443Z   BUILD_DIR: /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml
2025-08-20T22:34:07.6236830Z   SBUILD_OUTDIR: /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR
2025-08-20T22:34:07.6237317Z   SBUILD_TMPDIR: /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:34:07.6237699Z   PKG_TYPE: static
2025-08-20T22:34:07.6237895Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:34:07.6238110Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:34:07.6238631Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:34:07.6238982Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sic/official/sic-srcbuild-
2025-08-20T22:34:07.6239372Z   UTC_TIME: 2025_08_20T10_34_03_PM
2025-08-20T22:34:07.6239613Z ##[endgroup]
2025-08-20T22:34:07.6299892Z 
2025-08-20T22:34:07.6300240Z [-] FATAL: Failed to Successfully Push ==> ghcr.io/pkgforge/bincache/sic/official
2025-08-20T22:34:07.6310900Z ##[error]Process completed with exit code 1.
2025-08-20T22:34:07.6349460Z ##[group]Run ##Presets
2025-08-20T22:34:07.6349715Z [36;1m##Presets[0m
2025-08-20T22:34:07.6349916Z [36;1mset +x ; set +e[0m
2025-08-20T22:34:07.6350129Z [36;1m#-------------#[0m
2025-08-20T22:34:07.6350335Z [36;1m##Debug?[0m
2025-08-20T22:34:07.6350578Z [36;1mif [[ "${DEBUG}" = "1" ]] || [[ "${DEBUG}" = "ON" ]]; then[0m
2025-08-20T22:34:07.6350871Z [36;1m  set -x[0m
2025-08-20T22:34:07.6351057Z [36;1mfi[0m
2025-08-20T22:34:07.6351240Z [36;1m#-------------#[0m
2025-08-20T22:34:07.6351578Z [36;1m[[ -f "/tmp/GHA_CI_STATUS" && -w "/tmp/GHA_CI_STATUS" ]] && echo "" > "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:34:07.6351974Z [36;1mif [[ -d "/tmp" && -w "/tmp" ]]; then[0m
2025-08-20T22:34:07.6352287Z [36;1m  echo "EXITED" | tee "/tmp/GHA_CI_STATUS"[0m
2025-08-20T22:34:07.6352548Z [36;1mfi[0m
2025-08-20T22:34:07.6395395Z shell: /usr/bin/bash -e {0}
2025-08-20T22:34:07.6395637Z env:
2025-08-20T22:34:07.6395824Z   CROSS_COMPILING: NO
2025-08-20T22:34:07.6396087Z   HOST_TRIPLET: x86_64-Linux
2025-08-20T22:34:07.6396324Z   HOST_TRIPLET_R: x86_64-Linux
2025-08-20T22:34:07.6396548Z   ON_QEMU: NO
2025-08-20T22:34:07.6396726Z   DEBUG: 0
2025-08-20T22:34:07.6396908Z   DOCKER_PLATFORM_ARCH: x86_64
2025-08-20T22:34:07.6397133Z   DOCKER_PLATFORM: linux/amd64
2025-08-20T22:34:07.6397417Z   GHCRPKG_LOCAL: ghcr.io/pkgforge/bincache/sic/official
2025-08-20T22:34:07.6397722Z   KEEP_LOGS: YES
2025-08-20T22:34:07.6397923Z   GITHUB_TEST_BUILD: YES
2025-08-20T22:34:07.6398140Z   PKG_FAMILY_LOCAL: sic
2025-08-20T22:34:07.6398559Z   SBUILD_REBUILD: false
2025-08-20T22:34:07.6399095Z   SBUILD_FILE_URL: https://raw.githubusercontent.com/pkgforge/soarpkgs/refs/heads/main/binaries/sic/static.official.source.yaml
2025-08-20T22:34:07.6399665Z   BUILD_SYS: docker://rust
2025-08-20T22:34:07.6399889Z   BUILD_ON_HOST: FALSE
2025-08-20T22:34:07.6400095Z   BUILD_SYSTEM: DOCKER
2025-08-20T22:34:07.6400292Z   SYSTMP: /tmp
2025-08-20T22:34:07.6400479Z   GHA_MODE: MATRIX
2025-08-20T22:34:07.6400919Z   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:34:07.6401455Z   INPUT_SBUILD: /tmp/pkgforge/x18igIZci_build.yaml
2025-08-20T22:34:07.6401785Z   BUILD_DIR: /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml
2025-08-20T22:34:07.6402179Z   SBUILD_OUTDIR: /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR
2025-08-20T22:34:07.6402664Z   SBUILD_TMPDIR: /tmp/pkgforge/nKwryXl_x18igIZci_build.yaml/SBUILD_OUTDIR/SBUILD_TEMP
2025-08-20T22:34:07.6403049Z   PKG_TYPE: static
2025-08-20T22:34:07.6403244Z   SBUILD_SUCCESSFUL: YES
2025-08-20T22:34:07.6403456Z   PUSH_SUCCESSFUL: NO
2025-08-20T22:34:07.6403825Z   GHCRPKG_TAG_SRCBUILD: 
2025-08-20T22:34:07.6404157Z   GHCRPKG_URL_SRCBUILD: ghcr.io/pkgforge/bincache/sic/official/sic-srcbuild-
2025-08-20T22:34:07.6404524Z   UTC_TIME: 2025_08_20T10_34_03_PM
2025-08-20T22:34:07.6404754Z ##[endgroup]
2025-08-20T22:34:07.6475609Z EXITED
2025-08-20T22:34:07.6517007Z Cleaning up orphan processes
